RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButton.SetButtonStyle Method

Sets the Style property for a button.

Pascal
procedure SetButtonStyle(ADefault: Boolean); virtual;
C++
virtual __fastcall SetButtonStyle(Boolean ADefault);

The SetButtonStyle method is called to change the Style property according to the button's state, whenever a button changes its focus state. 

 

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