CRWString getWString();
Return Value
Unicode string value stored in the field.
Description
Call this member function to retrieve field data in the current record represented as string. No convertion from nonUnicode string to a CRWString value are performed. Use this function for connections in Unicode mode only.
Example
CRWString dName;
dName = dataset.field("DName").getWString();
See Also
CRWString, CRField::setWString, CRField::isNull
CRField | Classes | OCL | Index