Skip to content

Version

property

Delphi
property Version: string read GetVersion write SetVersion stored false;
C++Builder
__property System::UnicodeString Version = {read=GetVersion, write=SetVersion, stored=false};
C#
public string Version { get; set; }
VB.NET
Public Property Version As String
C++/Qt
wchar_t *GetVersion ();
void SetVersion (wchar_t *Value);

Used to retrieve the current version of TVideoGrabber.

This property is published and visible at design time from the Object Inspector.