Data.DB.TReferenceField.ReferenceTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReferenceTableName: string read FReferenceTableName write FReferenceTableName;

C++

__property System::UnicodeString ReferenceTableName = {read=FReferenceTableName, write=FReferenceTableName};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TReferenceField

Description

Names the table that contains the reference associated with the reference field.

When ReferenceTableName is set, edits to the referenced data can be posted on the table of the reference field.