author: IUnLabel is the common interface to a labelauthor:
Sets whether the text is forced to be inlined or not Inline is true by default.
Gets whether the text is dynamic.
Sets whether the text is dynamic.
Sets whether the text is forced to be inlined or not Inline is true by default. But when a fixed size is applied the framework renders the label as a block. This function overrules that behaviour.
Parameters: xInline - inline flag
Gets the text alignment mode
ALIGN_EAST, ALIGN_CENTER or ALIGN_WEST
Gets whether the text is dynamic. This means it is automatically rerendered whenever its value object's content changes. Default is true;
dynamic flag
Gets whether the text is forced to be inlined or not
inline flag
Sets whether the text is dynamic. This means it is automatically rerendered whenever its value object's content changes. Default is true;
Parameters: xDyn - dynamic flag
Sets the text alignment to EAST or WEST
Parameters: xAlign - Alignment can be ALIGN_EAST, ALIGN_CENTER or ALIGN_WEST