[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.HasParent

Returns True if there is a parent component responsible for streaming

Declaration

Source position: controls.pp line 1565

public function TControl.HasParent: Boolean; override;

Function result

True if there is a Parent.

Description

This function will be called during streaming to decide if a component has to be streamed by its owner or parent

See also

TComponent.HasParent

The latest version of this document can be found at lazarus-ccr.sourceforge.net.