[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

THelpNodeQueryList

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

Declaration

Source position: lazhelpintf.pas line 152

type THelpNodeQueryList = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  function Count;

  

public

  function Add();

  

public

  procedure Delete();

  

public

  function IndexOf();

  

public

  procedure Clear;

  

  property Items: THelpNodeQuery; default; [rw]

  

end;

Inheritance

THelpNodeQueryList

  

|

TObject