DualDisplay_Left
property
Delphi
property DualDisplay_Left: LongInt index 1 read GetDisplayLeft write SetDisplayLeft default DEF_DualDisplay_Left;
C++Builder
__property System::LongInt DualDisplay_Left = {read=GetDisplayLeft, write=SetDisplayLeft, index=1, default=20};
C#
public int DualDisplay_Left { get; set; }
VB.NET
Public Property DualDisplay_Left As Integer
C++/Qt
int GetDualDisplay_Left ();
void SetDualDisplay_Left (int Value);
same as Display_Left , but concerns the 2nd video window.