TcadShowYesNoBox.ShowModal Method

Unit: cShowYesNoBox
class procedure ShowModal(const ACurForm: TForm; const Text: string; const OnYesClick: TProc = 0; const OnNoClick: TProc = 0)

Parameters

ACurForm
Type: TForm

Text
Type: System.string

OnYesClick
Type: TProc

OnNoClick
Type: TProc