TBSetAutoSizeΒΆ
TBSetAutoSize specifies that the size of the text object should be adjusted automatically to the text extension.
- bool = TBSetAutoSize(hText, bAutoSize)
Return Value
bool is TRUE (1) if the function was successful and FALSE (0) if an error occued.
Parameters
- hText
hText identifies the text object.
- bAutoSize
If bAutoSize is TRUE (1) the size of the object will be adjusted to the text extension.
id-352687