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

TControl.HasParent

HasParent - returns True if there is a parent component responsible for streaming

Declaration

Source position: controls.pp line 1315

public function TControl.HasParent: Boolean; override;

Function result

Function returns True if there is a parent

Description

HasParent - returns True if there is a parent component responsible for streaming

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.