RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DataModuleCount Property

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

Pascal
property DataModuleCount: Integer;
C++
__property int DataModuleCount;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!