[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the currently active MDI child form.
Source position: forms.pp line 751
public function TCustomForm.ActiveMDIChild: TCustomForm; virtual; |
Nil if the form is neither an MDI host nor child.
A non-Nil result is returned only when FormStyle contains fsMDIForm or fsMDIChild; otherwise Result is nil.
Version 4.0 | Generated 2025-05-03 | Home |