SftMask/OCX 6.5

SftMask.Version Property

Softel vdm, Inc.

Returns the product's exact version.

Syntax       

Get

VB.NET

Version = object.Version  As String

VB

Version = object.Version  As String

C#.NET

string Version = object.Version;

VC++

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

C

HRESULT object->get_Version(BSTR* Version);

Delphi

Version := object.Version   : WideString;

object

A SftMask object.

Version

Returns the product's exact version.

Comments

The Version property returns the product's exact version.

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 only available at design-time.


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