MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgDatabaseAccuracer.ModuleVersion
TMsgDatabaseAccuracer
Top 

Indicates the module version number.

Delphi syntax:
property
ModuleVersion: String read GetModuleVersion write SetVersion;

C++ syntax:
__property
AnsiString ModuleVersion = {read=GetModuleVersion, write=SetVersion};

Description
Use ModuleVersion to get current version number for this database module.
This property is read only (SetVersion do nothing).



© AidAim Software MsgCommunicator: