Vcl.CategoryButtons.TCategoryButtons.CurrentCategory
Delphi
property CurrentCategory: TButtonCategory read GetCurrentCategory;
C++
__property TButtonCategory* CurrentCategory = {read=GetCurrentCategory};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TCategoryButtons |
Description
Returns the current category.
The CurrentCategory property returns the current category of the selected TButtonCategory object.
See Also
Code Examples