GetModuleCount method

Delphi example

C++Builder example

 

Builder Syntax

Cardinal __fastcall GetModuleCount(void);

Delphi Syntax

function GetModuleCount: Cardinal;

Overview

Refer to Working with Data Sets.

Remarks

Returns the number of modules in the entire Data Set.

The following methods will also help you navigate the Data Set as either a tree or a list:

MoveFirstElement method

MovePrevElement method

MoveNextElement method

MoveLastElement method

If you evaluate the Data Set as a tree, you can also use the following methods to navigate the tree:

MoveRootElement method

MoveParentElement method

MoveChildElement method