Data.SqlExpr.TFLDDesc.szName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TFLDDesc |
Delphi
property szName: string read FName write FName;
C++
__property System::UnicodeString szName = {read=FName, write=FName};
Description
Specifies the field name.
szName specifies the name of the field.