[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the currently active MDI child form.
Source position: forms.pp line 663
public function TCustomForm.ActiveMDIChild: TCustomForm; virtual; |
Nil if the form is neither an MDI host nor child.
Valid result is returned only when FormStyle = fsMDIForm or fsMDIChild, otherwise Result is nil.
lazarus-ccr.sourceforge.net |