[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TDialogButton.ModalResult

The modal result value returned when the button is clicked.

Declaration

Source position: interfacebase.pp line 96

public property TDialogButton.ModalResult : LongInt
  read FModalResult
  write FModalResult;

Description

ModalResult is a LongInt property which contains the modal result value returned when the button is clicked in the dialog.

ModalResult values correspond to the values in the TModalResult enumeration, but use the native data type expected in TWidgetSet methods.

See also

TModalResult

The latest version of this document can be found at lazarus-ccr.sourceforge.net.