RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBox.SetStyle Method

Sets the Style property.

Pascal
procedure SetStyle(Value: TComboBoxStyle); virtual;
C++
virtual __fastcall SetStyle(TComboBoxStyle Value);

SetStyle is the protected implementation method for the Style property. Override SetStyle to change the implementation of the Style property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!