SftOptions 1.0

SftOptions.Version Property

Softel vdm, Inc.

Returns the product's exact version.

Syntax       

Get

VB.NET

Version = object.Version  As String
Version = object._Version  As String

VB

Version = object.Version  As String
Version = object._Version  As String

C#.NET

string Version = object.Version;
string Version = object._Version;

VC++

_bstr_t Version = object->Version;
_bstr_t Version = object->GetVersion();
_bstr_t Version = object->_Version;
_bstr_t Version = object->Get_Version();

C

HRESULT object->get_Version(BSTR* Version);
HRESULT object->get__Version(BSTR* Version);

Delphi

Version := object.Version   : WideString;
Version := object._Version   : WideString;

object

A SftOptions object.

Version

Returns the product's exact version.

Comments

The Version property returns the product's exact version. This information is used for product support and can be displayed using the property dialogs.

The Version property returns the product name and the exact version number. The _Version property (with a leading underscore character) returns the exact version number only.

This property is read/only and is only available at design-time. 

See Also  SftOptions Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2002 - Softel vdm, Inc. - www.softelvdm.com