Data.DB.TParam.NativeStr
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TParam | |
Delphi
property NativeStr: string read FNativeStr write FNativeStr;
C++
__property System::UnicodeString NativeStr = {read=FNativeStr, write=FNativeStr};
Description
Indicates the value of the parameter as a string, using the character set of the database table.
Use NativeStr to obtain a string version of the parameter value that uses the character set (code page) associated with the underlying database table.
See Also