Show: Delphi
C++
Display Preferences
Data.DB.TDataSet.PSGetKeyFieldsW
From XE2 API Documentation
Delphi
function PSGetKeyFieldsW: WideString; virtual; deprecated;
C++
virtual System::WideString __fastcall PSGetKeyFieldsW _DEPRECATED_ATTRIBUTE0 (void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Returns as WideString the names of all fields required to uniquely identify records in the data packet.
PSGetKeyFieldsW has the same functionality as PSGetKeyFields, but offers support for WideString. See the documentation for PSGetKeyFields for further information.