[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get the value for the Height property.
Source position: dialogs.pp line 484
protected function TFindDialog.GetHeight: Integer; override; |
Value for the Height property.
GetHeight is an overridden method in TFindDialog. It checks whether the internal TForm instance has been assigned for the dialog, and returns the form height when it is available. Otherwise, the inherited method is called to get the value in the Height member.
|
The height of the dialog. |
|
|
The vertical size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |