Vcl.Graphics.TMetafile.Description

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Description: String read GetDesc;

C++

__property System::UnicodeString Description = {read=GetDesc};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

Description

Indique le texte de description qui est incorporé dans le métafichier.

Affectez une chaîne à la propriété Description d'un nouveau métafichier en appelant le constructeur CreateWithComment de TMetafileCanvas (Delphi) ou le constructeur de TMetafileCanvas comportant un commentaire (C++).

Voir aussi