[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpexprpars.pp line 797
type TExprBuiltInManager = class(TComponent) |
protected |
property Defs: TFPExprIdentifierDefs; [r] |
public |
constructor Create(); override; |
destructor Destroy; override; |
function IndexOfIdentifier(); |
function FindIdentifier(); |
function IdentifierByName(); |
function AddVariable(); |
function AddBooleanVariable(); |
function AddIntegerVariable(); |
function AddFloatVariable(); |
function AddCurrencyVariable(); |
function AddStringVariable(); |
function AddDateTimeVariable(); |
function AddFunction(); |
procedure Delete(); |
function Remove(); |
property IdentifierCount: Integer; [r] |
property Identifiers []: TFPBuiltInExprIdentifierDef; [r] |
end; |
| |
TObject |