Vcl.Forms.TCustomForm.ActiveMDIChild

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ActiveMDIChild: TForm read get_ActiveMDIChild;

C++

__property TForm* ActiveMDIChild = {read=get_ActiveMDIChild};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Désigne l'enfant MDI détenant la focalisation.

Utilisez la propriété ActiveMDIChild pour connaître ou définir l'enfant MDI détenant la focalisation.

Si la fiche n'est pas un enfant MDI (c'est-à-dire que la propriété FormStyle de la fiche ne contient pas fsMDIForm), ActiveMDIChild renvoie nil (Delphi) ou NULL (C++).

Voir aussi