RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.SetDataSetField Method

Sets the value of the DataSetField property.

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

SetDataSetField is the protected write implementation of the DataSetField property. This method assigns the name of the adapter field (as referenced from server-side script) as a side effect. The new name for the adapter field is the same as the new value of DataSetField, with any illegal characters removed. 

Value is the new value of the DataSetField property. 

 

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