Vcl.CategoryButtons.TCategoryButtons.Width
Delphi
property Width default 100;
C++
__property Width = {default=100};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TCategoryButtons |
Description
Specifies the horizontal size of the control or form in pixels.
Vcl.CategoryButtons.TCategoryButtons.Width inherits from Vcl.Controls.TControl.Width. All content below this line refers to Vcl.Controls.TControl.Width.
Specifies the horizontal size of the control or form in pixels.
Use the Width property to read or change the width of the control.
Note: For tab sheet controls, changing this property at run time has no effect.
See Also
Code Examples