FMX.Printer.TPrinter.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Determines the text that is listed in the printing manager provided by the operating system, and on network header pages.

Title is used by the printing manager provided by the operating system (for instance, in Windows, it is called Print Manager) or by the printer software, and for network title pages.

See Also