FireDAC.Comp.Client.TFDTable.CreateTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateTable(ARecreate: Boolean = True;
AParts: TFDPhysCreateTableParts = [tpTable .. tpIndexes]);

C++

void __fastcall CreateTable(bool ARecreate = true, Firedac::Phys::Intf::TFDPhysCreateTableParts AParts = (Firedac::Phys::Intf::TFDPhysCreateTableParts() << Firedac::Phys::Intf::Firedac_Phys_Intf__5::tpTable << Firedac::Phys::Intf::Firedac_Phys_Intf__5::tpGenerators << Firedac::Phys::Intf::Firedac_Phys_Intf__5::tpTriggers << Firedac::Phys::Intf::Firedac_Phys_Intf__5::tpPrimaryKey << Firedac::Phys::Intf::Firedac_Phys_Intf__5::tpIndexes ));

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTable

Description

Embarcadero Technologies does not currently have any additional information.