TChildrenMode Enumeration
Specifies the behavior in some control flagging operation, like locking or protecting a control.
Remarks
In form designer you can flag control by putting them in special lists. For example, you can lock a control by adding it to TAdvCustomFormDesigner.LockedControls list. When you do that, the children of that control might be flagged as well or not, depending on the value of TChildrenMode type.
Syntax
Unit: FormDesigner
Members
| Name | Value | Description |
|---|---|---|
| cmNone | 0 | |
| cmNormal | 1 | |
| cmRecurse | 2 |