You are here: Symbol Reference > JSDialog Namespace > Structs, Records, Enums > JSDialog.TJSDialogResult Record
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialog.TJSDialogResult Record
Pascal
TJSDialogResult = record
  ModalResult: TModalResult;
  VerificationResult: Boolean;
  RadioResult: Integer;
  CustomButtonResult: Integer;
end;

JSDialog

Members 
Description 
ModalResult: TModalResult; 
The ModalResult value of the Button (CommonButton or CustomButton) that was selected. 
VerificationResult: Boolean; 
Whether the Verification check box was checked or not. Returns True or False. 
RadioResult: Integer; 
The value of the Radio Button that was checked. Radio Button results generally start at 200 and increase by 1, but the value can be changed as desired. 
CustomButtonResult: Integer; 
The value of the Custom Button that was checked. Custom Button results generally start at 100 and increase by 1, but the value can be changed as desired. 

Type used to hold the Dialog results values.

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!