Create(TdxBarItemLink) Constructor
Creates an instance of the TdxBarItemControl class.
Declaration
constructor Create(AItemLink: TdxBarItemLink); virtual;
Parameters
Name | Type |
---|---|
AItemLink | TdxBarItemLink |
Remarks
This method creates and initializes the TdxBarItemControl object. AItemLink specifies the item link that describes the link between a given item control and the underlying item. The Parent property is set equal to the BarControl property of the item link.
See Also