FMX.Forms.TScreen.DataModuleCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataModuleCount: Integer read GetDataModuleCount;

C++

__property int DataModuleCount = {read=GetDataModuleCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Indicates the number of data modules that are currently instantiated in the application.

Read DataModuleCount to learn the number of data modules stored in the DataModules property. DataModuleCount can be used with DataModules when an application needs to iterate over all its data modules.

See Also