FMX.Forms.IFMXWindowService.CreateWindow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateWindow(const AForm: TCommonCustomForm): TWindowHandle;

C++

virtual Fmx::Types::TWindowHandle* __fastcall CreateWindow(TCommonCustomForm* const AForm) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

Dans les classes descendantes, CreateWindow implémente des fonctionnalités afin de créer une fenêtre basée sur la fiche donnée.

CreateWindow renvoie un handle pour la fenêtre créée.

Voir aussi