[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the owner of any children.
Source position: classesh.inc line 1604
protected function TComponent.GetChildOwner: TComponent; dynamic; |
GetChildOwner returns the owner of the children that are read from the stream. If the method returns Nil (the default) this means that streamed child components are owned by the root component of the streaming process (usually a Form or Datamodule)
Application programmers should not call GetChildOwner directly, it is called by the streaming system when needed.
|
Writes the component to a stream. |
|
|
Read the component's state from a stream. |
|
|
Owner of this component. |
|
|
Returns the parent of any children. |
lazarus-ccr.sourceforge.net |