| Class TFormulaEditor (unit FCLiBEd) |
TForm
TFormulaEditor - dialog window which allows } { edit user function name and source
| Constructors |
| Functions |
procedure FormActivate(Sender: TObject);
procedure OKBtnClick(Sender: TObject);
procedure Edit(AList: TFunctionList; AIndex: Integer; ASource: string);| Properties |
| Events |
| Variables |
Bevel : TBevel;
CancelBtn : TButton;
NameEd : TEdit;
NameLabel : TLabel;
OkBtn : TButton;
SourceEd : TEdit;
SrcLabel : TLabel;
FIndex : Integer;
List : TFunctionList;| Constructors |
| Functions |
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
| Properties |
| Events |
| Variables |
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