RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplSetFieldName Method

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

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

ImplSetFieldName is called by SetFieldName. ImplSetFieldName stores the name in an instance variable. This method may be overridden by descendants. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!