DesignIntf.IHostForm.SetDesigning
Delphi
procedure SetDesigning(DesignMode: Boolean);
C++
virtual void __fastcall SetDesigning(bool DesignMode) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
Description
Définit le mode conception pour la fiche. SetDesigning s'assure que la fiche est en mode conception si le paramètre DesignMode vaut True
.