Data.DBXCommonTable.TDBXCustomValueRow.SetDBXTableName
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXCustomValueRow |
Delphi
procedure SetDBXTableName(const Name: string); override;
C++
virtual void __fastcall SetDBXTableName(const System::UnicodeString Name);
Description
Protected setter for DBXTableName.
The SetDBXTableName method is the protected setter for the DBXTableName property.
In this implementation, SetDBXTableName raises an unsupported operation exception.