DesignIntf.IHostForm.GetCanPrint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanPrint: Boolean;

C++

virtual bool __fastcall GetCanPrint(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Indicates whether the Print item in the File menu is active. It returns True if the Print menu item is active, and False otherwise.