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

TLazRegionWithChilds

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

Declaration

Source position: lazregions.pas line 94

type TLazRegionWithChilds = class(TLazRegion)

public

  Parent: TLazRegionWithChilds;

  

  Childs: TFPList;

  

  UserData: TObject;

  

  constructor Create; override;

  

  destructor Destroy; override;

  

  function IsPointInRegion(); virtual;

  

end;

Inheritance

TLazRegionWithChilds

  

|

TLazRegion

  

|

TFPCustomRegion

?

TObject