Update Method - CurrentVersion
Returns the current versions of Planswift.
Declaration:
CurrentVersion: String;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Result := currentversion; |
...
Returns the current versions of Planswift.
Declaration:
CurrentVersion: String;
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Result := currentversion; |
...