|
Description
|
Returns the version of the control currently loaded.
|
Syntax Visual Basic
|
Text$ = [form.]IXF.Version
|
|
Visual C++
|
CString IXF.GetVersion(); void IXF.SetVersion(LPCTSTR lpszNewValue);
|
|
Delphi
|
property Version: WideString;
|
|
C#
|
string IXF.Version;
|
|
Remarks
|
The version string is in the form: 'Mayor.Minor.Revision'. Check Kadmos Web Site for control upgrades. If the 'Minor' code of your control is less then the current version available in our web site please upgrade your control. Differences between the 'Revision' codes have no matter.
This property is read only both at run and design time.
|
|
Data Type
|
String
|