Data.DBXCommonTable.TDBXDelegateTable.SetTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTable(const Table: TDBXTable); virtual;

C++

virtual void __fastcall SetTable(TDBXTable* const Table);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXDelegateTable

Description

Protected setter method for the Table property.

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

See Also