Name Result Description Code Params Examples
MsgID Cardinal Dialog type
function MsgID: cardinal;
There are no arguments You need to register to view the code example.
ReqID Cardinal Dialog unique identifier
function ReqID: cardinal;
There are no arguments You need to register to view the code example.
Valid Boolean Is dialog exist/relevant
function Valid: boolean;
There are no arguments You need to register to view the code example.
EndTime Cardinal Dialog expiration time (in ms, 1sec = 1000ms)
function EndTime: сardinal;
There are no arguments You need to register to view the code example.
Sender String Dialog sender name
function Sender: string;
There are no arguments You need to register to view the code example.

Methods

Имя Результат Description
TL2Control.ConfirmDlg TConfirmDlg Dialog with accept ability