| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implement a region which can have other regions as children.
Source position: lazregions.pas line 95
type TLazRegionWithChilds = class(TLazRegion) |
||
public |
||
|
Complex region which hosts the subregions in the current class instance. |
|
|
List of subregions for the current class instance. |
|
|
Contains an available link to another object. |
|
constructor Create; override; |
|
Constructor for the class instance. |
destructor Destroy; override; |
|
Destructor for the class instance. |
function IsPointInRegion(); virtual; |
|
Indicates if the specified point is within the bounds for the region. |
end; |
|
Implement a region which can have other regions as children. |
|
| | | ||
|
Represents a custom region in the Lazarus LCL. |
|
| | | ||
TFPCustomRegion |
||
| ? | ||
TObject |
TLazRegionWithChilds is a TLazRegion descendant which implements a region which can hold a list of other region holders. Use Parent to access the complex region which owns the current class instance. Use Childs to access the list of subregions for the class instance.
| Version 4.0 | Generated 2025-05-03 | Home |