| Class TRkLabelEditor (unit RkLblEdt) |
TComponentEditor
| Constructors |
| Functions |
procedure ExecuteVerb( Index : Integer );
function GetVerb( Index : Integer ) : string;
function GetVerbCount : Integer;| 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 |