TXTextControl.ClipChildren Property

This property is only used for Text Controls which act as a container for other Text Controls or embedded objects. When this property is set to True, the areas occupied by the child controls are excluded from the update area.

Syntax

TXTextControl.ClipChildren [= boolean]
Setting Description
True Exclude areas which are occupied by child controls from the update area.
False (Default) Update areas which are occupied by child controls.

Data Types

Boolean.

Example

See Forms2 Basic sample program.

See Also