RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.NativeStr Property

Indicates the value of the parameter as a string, using the character set of the database table.

Pascal
property NativeStr: string;
C++
__property AnsiString NativeStr;

Use NativeStr to obtain a string version of the parameter value that uses the character set (code page) associated with the underlying database table. 

 

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