InsertModule method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall InsertModule(Cardinal uModule, bool bOptional);

Delphi Syntax

function InsertModule(uModule: Cardinal; bOptional: Boolean): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Inserts a new module in the Data Set. If the module is successfully inserted, the CurrentModule property is updated with the new module.

LEAD controls the placement of the module in the Data Set.

See Also

Elements:

CurrentModule property, InsertElement method