回 帖 发 新 帖 刷新版面

主题:在MDI窗体打开多个子窗体 如何判断哪个子窗体在最前面?

在MDI窗体打开多个子窗体 如何判断哪个子窗体在最前面?

回复列表 (共1个回复)

沙发

Specifies the MDI child that has focus.

Delphi syntax:

property ActiveMDIChild: TForm;

C++ syntax:

__property TForm* ActiveMDIChild = {read=GetActiveMDIChild};

Description

Use ActiveMDIChild to get the MDI child that has focus.

If the form is not an MDI parent (that is, if the FormStyle property of the form is not fsMDIForm), ActiveMDIChild returns nil (Delphi) or NULL (C++).

我来回复

您尚未登录,请登录后再回复。点此登录或注册