[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 253
type TTaskDialog = record |
||
Title: string; |
|
|
Inst: string; |
|
|
Content: string; |
|
|
Buttons: string; |
|
|
Radios: string; |
|
|
Info: string; |
|
|
InfoExpanded: string; |
|
|
InfoCollapse: string; |
|
|
Footer: string; |
|
|
Verify: string; |
|
|
Selection: string; |
|
|
Query: string; |
|
|
RadioRes: Integer; |
|
|
SelectionRes: Integer; |
|
|
VerifyChecked: Boolean; |
|
|
Dialog: TTaskDialogImplementation; |
|
|
function Execute(); |
|
|
procedure SetElementText(); |
|
|
end; |
lazarus-ccr.sourceforge.net |