RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CategoryButtons.TCatButtonFlow Enumeration

Defines the ordering style of category buttons.

Pascal
TCatButtonFlow = (
  cbfVertical,
  cbfHorizontal
);
C++
enum TCatButtonFlow {
  cbfVertical,
  cbfHorizontal
};

The following values are available for ordering the category buttons:

Value 
Description 
cbfVertical  
Stacks the buttons vertically.  
cbfHorizontal  
Arranges the buttons horizontally and sequentially.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!