RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxExStrings.SetUpdateState Method

Performs internal adjustments before or after a series of updates.

Pascal
procedure SetUpdateState(Updating: Boolean); override;
C++
virtual __fastcall SetUpdateState(Boolean Updating);

SetUpdateState is called at the beginning or end of a series of updates. When the BeginUpdate method is first called and the TCustomComboBoxStrings object is not already in the middle of an update, SetUpdateState is called with Updating set to true. When the EndUpdate method is called and it cancels out the last unmatched call to BeginUpdate, SetUpdateState is called with Updating set to false. 

SetUpdateState refreshes the combo box when Updating is false, so that the combo box reflects the new set of strings. 

 

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