[Overview][Constants][Types][Index] Reference for unit 'UITypes' (#lazutils)

PModalResult

Alias to the PModalResult type in the FPC RTL.

Declaration

Source position: uitypes.pas line 73

type PModalResult = ^TModalResult;

Description

PModalResult is a pointer type to a TModalResult value.

Remark: PModalResult has been deprecated in the UITypes unit for Lazarus versions after 2.0.12. Use the TMsgDlgType type from the System.UITypes unit in the FPC 3.2.0 RTL instead.