Data.DBXJSONReflect.TTransientField.FieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldName: string read FFieldName write FFieldName;

C++

__property System::UnicodeString FieldName = {read=FFieldName, write=FFieldName};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTransientField

Description

Represents the fields' name.

The FieldName property specifies the fields' name.

See Also