TBSetClipTextΒΆ
TBSetClipText enables or disables clipping.
- bool = TBSetClipText(hText, bClip)
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.
- bClip
If bClip is TRUE (1), clipping the text at the text box is enabled.
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
Overview Drawing Objects, TBSetRefPoint, TBSetAutoSize, TBIsClipText, OBJSetPosWC, OBJGetRefPointWC
id-2006439