Unit 'GR32_Bindings' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TFunctionRegistry

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_Bindings.pas line 75

type TFunctionRegistry = class(TPersistent)

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Add();

  

  procedure RegisterBinding();

  

  procedure RebindAll();

  

  function Rebind();

  

  function FindFunction();

  

  property Items []: PFunctionInfo; [rw]

  

published

  property Name: string; [rw]

  

end;

Inheritance

TFunctionRegistry

  

|

TObject



CT Web help

CodeTyphon Studio