Unit 'uPSComponentExt' Package
[Overview][Constants][Types][Classes][Index] [#pl_pascalscript]

TMethodList

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

Declaration

Source position: uPSComponentExt.pas line 61

type TMethodList = class

public

  constructor create();

  

  destructor Destroy; override;

  

  function methodIndexOf();

  

  function ProcIndexOf();

  

  procedure ListEventsName();

  

  procedure AddProcedure();

  

  procedure InsertMethod();

  

  procedure FillMethods;

  

  procedure ClearProcList;

  

  procedure ClearAll;

  

  function ProcCount;

  

  function MethodCount;

  

  property Procs []: TProcObj; [r]

  

  property Methods []: TMethodObj; [r]

  

  property ProcName []: TbtString; [rw]

  

end;

Inheritance

TMethodList

  

|

TObject



CT Web help

CodeTyphon Studio