RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Buttons.TButtonLayout Enumeration

TButtonLayout defines values for the Layout property of buttons.

Pascal
TButtonLayout = (
  blGlyphLeft,
  blGlyphRight,
  blGlyphTop,
  blGlyphBottom
);
C++
enum TButtonLayout {
  blGlyphLeft,
  blGlyphRight,
  blGlyphTop,
  blGlyphBottom
};

TButtonLayout defines the location of an image on a button. The following table lists the values for TButtonLayout:

Value 
Meaning 
blGlyphLeft  
The image appears near the left side of the button.  
blGlyphRight  
The image appears near the right side of the button.  
blGlyphTop  
The image appears near the top of the button.  
blGlyphBottom  
The image appears near the bottom of the button.  

 

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