Class TAboutProperty (unit Ais_cb)

Inherits from

TPropertyEditor

Constructors



Functions

procedure Edit;

This is where the property editor dialog gets displayed.

function GetAttributes: TPropertyAttributes;

Private declarations

This procedure returns the attributes for our property editor.


Properties

Events

Variables


Constructors


Functions


procedure Edit;

This is where the property editor dialog gets displayed. The routine is called when the button in the property field on the Object Inspector is click or the field in the Inspector is double-clicked


function GetAttributes: TPropertyAttributes;

Private declarations

This procedure returns the attributes for our property editor. In this case we want to be able to have our property pop-up a dialog


Properties


Events


Variables