Graphisoft®

Dialog ManagerVersion: 2.0

Panel::GetAnchorString

Reads anchor string of the dialog from DLGH-resource.

Int32 GetAnchorString (char* text, long size);
GS::String GetAnchorString (void);

Parameters

text
Pointer to buffer to receive the text. This parameter can be NULL.
 
size
Size of the text buffer. If text is NULL, this parameter is ignored.

Return Value

The meaning of the integer return value:
0 : DLGH-resource not found
1...n : Length of text including terminating zero or length of required buffer if text is NULL.