GetDisplayAutoSize
Delphi
function GetDisplayAutoSize (DisplayIndex: LongInt): Boolean;
C++Builder
bool __fastcall GetDisplayAutoSize(System::LongInt DisplayIndex);
C#
public bool GetDisplayAutoSize(int DisplayIndex);
VB.NET
Public Function GetDisplayAutoSize(DisplayIndex As Integer) As Boolean
See SetDisplayAutoSize.