Vcl.Graphics.TMetafile.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: String read GetDesc;

C++

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

Properties

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

Description

Provides an optional text description that is embedded in the metafile.

Set the Description string of a new metafile by calling the TMetafileCanvas CreateWithComment constructor (Delphi) or the TMetafileCanvas constructor that takes a comment (C++)..

See Also