Create(TcxCustomSplitter) Constructor
Creates an instance of the TcxHotZoneStyle class.
Declaration
constructor Create(AOwner: TcxCustomSplitter); virtual;
Parameters
Name | Type |
---|---|
AOwner | TcxCustomSplitter |
Remarks
TcxHotZoneStyle descendants call this method to initialize their inherited settings. The AOwner parameter specifies the control owning the hot zone. The value of this parameter is assigned to the Owner property. This is required to update the control correctly when the Changed method is called. Also, you may need to access settings of the owner control when creating custom hot zones.
TcxHotZoneStyle descendants override the constructor to initialize their specific settings.
See Also