Class TFormulaEditor (unit FCLiBEd) |
Inherits from
TForm
TFormulaEditor - dialog window which allows } { edit user function name and source
procedure FormActivate(Sender: TObject);
close dialog
procedure OKBtnClick(Sender: TObject);
show dialog
procedure Edit(AList: TFunctionList; AIndex: Integer; ASource: string);
edit item AIndex from library AList
Bevel : TBevel;
CancelBtn : TButton;
NameEd : TEdit;
NameLabel : TLabel;
OkBtn : TButton;
SourceEd : TEdit;
SrcLabel : TLabel;
FIndex : Integer;
List : TFunctionList;
number of item in the function library
procedure FormActivate(Sender: TObject);
close dialog
procedure OKBtnClick(Sender: TObject);
show dialog
procedure Edit(AList: TFunctionList; AIndex: Integer; ASource: string);
edit item AIndex from library AList
Bevel : TBevel;
CancelBtn : TButton;
NameEd : TEdit;
NameLabel : TLabel;
OkBtn : TButton;
SourceEd : TEdit;
SrcLabel : TLabel;
FIndex : Integer;
List : TFunctionList;
number of item in the function library