Create(TdxNavBarPainter) Constructor
Creates a new instance of the TdxNavBarViewInfo object.
Declaration
constructor Create(APainter: TdxNavBarPainter); virtual;
Parameters
Name | Type |
---|---|
APainter | TdxNavBarPainter |
Remarks
The constructor is used to create a new TdxNavBarViewInfo object containing ViewInfo information for the NavBar control. The APainter parameter specifies the object implementing the painting functionality of the NavBar control.
You don’t need to use this constructor in your applications. The TdxNavBarViewInfo object is created automatically.
See Also