Data.DBXCommonTable.TDBXDelegateTable.SetTable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXDelegateTable

Delphi

procedure SetTable(const Table: TDBXTable); virtual;

C++

virtual void __fastcall SetTable(TDBXTable* const Table);

Description

Protected setter method for the Table property.

SetTable sets the Table property to the value given by the Table argument.

See Also