|
RAD Studio VCL Reference
|
Deselects any selected items in the drop-down list.
procedure ClearSelection; override;
virtual __fastcall ClearSelection();
ClearSelection checks whether an item in the drop-down list is currently selected. If so, it deselects the item (sets ItemIndex to –1), and changes the Text property to an empty string.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|