InitDS method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall InitDS(Cardinal uClass, Word nFlags);

Delphi Syntax

procedure InitDS(uClass: Cardinal; nFlags: Word);

Overview

Refer to Working with Data Sets.

Remarks

Creates the data set, inserting the appropriate elements for the specified class.

If a Data Set exists at the time this method is called, that Data Set will be destroyed.