RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.SetFieldName Method

Sets the name that is used to reference this adapter field with server-side script.

Pascal
procedure SetFieldName(const AName: string);
C++
__fastcall SetFieldName(const AnsiString AName);

SetFieldName is typically called at design time to set the field name of a new adapter field. SetFieldName calls ImplSetFieldName

 

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