RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtn.Kind Property

Specifies the kind of bitmap button.

Pascal
property Kind: TBitBtnKind;
C++
__property TBitBtnKind Kind;

Use Kind to specify the appearance of the TBitBtn control and its response when the user clicks the button. A standard set of buttons are included and operate as expected without the addition of code. However, you can write additional code in the button events, if you want to. This does not include the Custom button kind, which can be programmed in any way you like. 

The images (such as the green check mark on the OK button) appear on the button when using this version of TBitBtn

 

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