Data.SqlExpr.TFLDDesc.szName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also