RAD Studio VCL Reference
|
Responds when the user changes the value of the property.
procedure SetValue(const Value: string);
__fastcall SetValue(const AnsiString Value);
The Object Inspector calls SetValue when the user has finished changing the property value. SetValue applies the value specified by the Value parameter to all components that it is currently editing. If the value can't be set, SetValue raises an exception that describes the problem.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|