[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the csDesigning state of the component.
Source position: classesh.inc line 1614
protected procedure TComponent.SetDesigning( |
Value: Boolean; |
SetChildren: Boolean = true |
); |
SetDesigning includes or excludes the csDesigning 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.
lazarus-ccr.sourceforge.net |