| [Overview][Constants][Types][Index] |
Alias to the PModalResult type in the FPC RTL.
Source position: uitypes.pas line 73
type PModalResult = ^TModalResult; |
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. |