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