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

TIconOptions.GetOwner

Gets the owner of the class instance.

Declaration

Source position: comctrls.pp line 998

protected function TIconOptions.GetOwner: TPersistent; override;

Function result

Owner of the class instance.

Description

GetOwner is an overridden method in TIconOptions used to get the owner of the class instance. It returns the TCustomListView instance passed as an argument to the Create constructor.

See also

TIconOptions.Create

  

Constructor for the class instance.

TCustomListView

  

TCustomListView is the base class for TListView.

TPersistent


Version 3.2 Generated 2024-02-25 Home