API:Data.DB.TFieldDef.CreateField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateField(Owner: TComponent; ParentField: TObjectField = nil;  const FieldName: string = ''; CreateChildren: Boolean = True): TField;

C++

TField* __fastcall CreateField(System::Classes::TComponent* Owner, TObjectField* ParentField = (TObjectField*)(0x0), const System::UnicodeString FieldName = System::UnicodeString(), bool CreateChildren = true);

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB TFieldDef

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!