Data.DB.TReferenceField.ReferenceTableName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TReferenceField

Delphi

property ReferenceTableName: string read FReferenceTableName write FReferenceTableName;

C++

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

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.