RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStringField.SetAsString Method

Sets the value of a field as a string type.

Pascal
procedure SetAsString(const Value: string); override;
C++
virtual __fastcall SetAsString(const AnsiString Value);

Call SetAsString to set the value of a field as a string type. 

 

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