/
DialogReadData

DialogReadData

Declaration

Delphi

function DialogReadData(metaId, variableId: Integer; var data: Integer): Boolean;

ActiveX

HRESULT DialogReadData([in] long metaId, [in] long variableId, [out] long* data, [out, retval] VARIANT_BOOL* RetVal);

Description

.

Arguments

metaId

.

variableId

.

data

.

Return value

Function returns true on success, false on failure.

Related content

DialogWriteData
More like this
DialogSetGuiElement
DialogSetGuiElement
More like this
DialogSetButtonGrayed
DialogSetButtonGrayed
More like this
DialogLoadScript
DialogLoadScript
More like this
UID_DialogGetDialogIdByIndex
UID_DialogGetDialogIdByIndex
More like this
UID_DialogGetVariableCount
UID_DialogGetVariableCount
More like this