Vcl.CategoryButtons.TCatButtonFlow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCatButtonFlow = (cbfVertical, cbfHorizontal);

C++

enum DECLSPEC_DENUM TCatButtonFlow : unsigned char { cbfVertical, cbfHorizontal };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

Description

Defines the ordering style of category buttons.

The following values are available for ordering the category buttons:



Value Description

cbfVertical

Stacks the buttons vertically.

cbfHorizontal

Arranges the buttons horizontally and sequentially.