Table of Contents

TPropertyList.Instance Property

The object instance which holds the list of properties.

Remarks

Instance holds a reference to the object which holds the properties available. Setting this property will automatically update the list of properties. The properties are retrieved using RTTI and also checking the custom properties registered by the application using RegisterCustomProperty.

Syntax

Unit: PropertyList

property TPropertyList.Instance: TComponent

See also