RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafile.CreatedBy Property

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

Pascal
property CreatedBy: String;
C++
__property AnsiString CreatedBy;

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++). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!