Class TTitleBarButtons (unit CapBarEd)

Inherits from

TPropertyEditor

this is the component that handles the display of our propertyeditor

Constructors



Functions

procedure Edit;

this procedure is called when the user activates the property in the objectinspector (i.

function GetAttriButes: TPropertyAttributes;

*************************************************************** *** *** *** procedures for the propertyeditor *** *** *** *****************************************************************} { this defines the display of the property in the objectinspector: paDialog show the three points that open a dialog, paValueList shows an arrow to choose the value from a list

function GetValue: string;

this returns the string that is shown in the objectinspector for the property.

Properties

Events

Variables


Constructors


Functions


procedure Edit;

this procedure is called when the user activates the property in the objectinspector (i.e. clicking on the three points). DON'T FORGET TO DESTROY THE DIALOG WHEN DONE!!!!


function GetAttriButes: TPropertyAttributes;

*************************************************************** *** *** *** procedures for the propertyeditor *** *** *** *****************************************************************} { this defines the display of the property in the objectinspector: paDialog show the three points that open a dialog, paValueList shows an arrow to choose the value from a list


function GetValue: string;

this returns the string that is shown in the objectinspector for the property. if this isn't overriden then the original value will be displayed in the objectinspector (TList, TButton or whatever is defined in the calling componen)


Properties


Events


Variables