Vcl.Graphics.TMetafile.CreatedBy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreatedBy: String read GetAuthor;

C++

__property System::UnicodeString CreatedBy = {read=GetAuthor};

Properties

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

Description

Specifies the name of the author or application used to create the metafile.

Use CreatedBy to set the string to an optional name of the author or application used to create the metafile. To set the CreatedBy string of a new metafile, call the TMetafileCanvas CreateWithComment constructor (Delphi) or the TMetafileCanvas constructor that takes a comment (C++).

See Also