Class TRkLabelEditor (unit RkLblEdt)

Inherits from

TComponentEditor

Constructors



Functions

procedure ExecuteVerb( Index : Integer );

========================================================================= TRkLabelEditor.

function GetVerb( Index : Integer ) : string;

Return the number of new menu items to display

function GetVerbCount : Integer;

============================} {== TRkLabelEditor Methods ==} {============================

Properties

Events

Variables


Constructors


Functions


procedure ExecuteVerb( Index : Integer );

========================================================================= TRkLabelEditor.ExecuteVerb This method will be invoked by Delphi whenever the user selects one of the newly created item on the components context menu while in the Form Designer. If the first item is selected (i.e. Edit Label...), then the TRkLabelEditDlg form is displayed. If one of the other menu items is selected, the label's TextStyle property is changed appropriately. =========================================================================


function GetVerb( Index : Integer ) : string;

Return the number of new menu items to display


function GetVerbCount : Integer;

============================} {== TRkLabelEditor Methods ==} {============================


Properties


Events


Variables