[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the csAncestor state of the component.
Source position: classesh.inc line 1613
protected procedure TComponent.SetAncestor( |
Value: Boolean |
); |
SetAncestor includes or excludes the csAncestor flag in the ComponentState set property, depending on the boolean Value. The flag is set recursively for all owned components as well.
This is normally only done during the streaming system, and should not be called directly by an application programmer.
|
Current component's state. |
lazarus-ccr.sourceforge.net |