DesignIntf.IHostForm.SetCaption
Delphi
procedure SetCaption(const ACaption: string);
C++
virtual void __fastcall SetCaption(const System::UnicodeString ACaption) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
Description
Définit le libellé associé à la fiche. Elle définit le libellé de la fiche sur la valeur spécifiée par le paramètre ACaption
.