Class TFormulaEditor (unit FCLiBEd)

Inherits from

TForm

TFormulaEditor - dialog window which allows } { edit user function name and source

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


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