Last_Recording_FileName
property, read-only
Delphi
property Last_Recording_FileName: string read GetLast_Recording_FileName;
C++Builder
__property System::UnicodeString Last_Recording_FileName = {read=GetLast_Recording_FileName};
C#
public string Last_Recording_FileName { get; }
VB.NET
Public ReadOnly Property Last_Recording_FileName As String
C++/Qt
wchar_t *GetLast_Recording_FileName ();
Retrieves the name of the last AVI file created (useful when file names are created automatically, see recording).