Vcl.Dialogs.TCustomTaskDialog.DoOnRadioButtonClicked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnRadioButtonClicked(ButtonID: Integer); dynamic;

C++

DYNAMIC void __fastcall DoOnRadioButtonClicked(int ButtonID);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Performs the radio button click action of a Task Dialog.

Use DoOnRadioButtonClicked to perform the radion button click action of a Task Dialog.