[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns True if there is a Parent component responsible for streaming.
Source position: controls.pp line 1689
public function TControl.HasParent: Boolean; override; |
True if there is a Parent.
HasParent is called during streaming to decide if a component has to be streamed by its owner or Parent.
TComponent.HasParent |