FMX.Printer.TPrinter Methods
InheritedProtected
| Abort | public | Terminates the printing of a print job, dropping all unprinted data. |
| ActivePrinterChanged | protected | Internally called whenever the currently active printer has been changed to another one. |
| AfterConstruction | public | Responds after the last constructor has executed. |
| Assign | public | Copies the contents of another similar object. |
| AssignTo | protected | |
| BeforeDestruction | public | Responds before the first destructor executes. |
| BeginDoc | public | Sends a print job to the printer. |
| CheckDisposed | protected | |
| CheckPrinting | protected | Verifies whether a printing is in process and, if required, raises an exception. |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | public | Determines whether an object is of a specific type. |
| ClassParent | public | Returns the type of the immediate ancestor of a class. |
| ClassType | public | Returns the class reference for the object's class. |
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | public | |
| DefaultHandler | public | Provides the interface for a method that processes message records. |
| DefineProperties | protected | Provides an interface for a method that reads and writes otherwise unpublished data. |
| Destroy | public | |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
| DoAbortDoc | protected | Internally called by the Abort method. |
| DoBeginDoc | protected | Internally called by the BeginDoc method. |
| DoEndDoc | protected | Internally called by the EndDoc method. |
| DoNewPage | protected | Internally called by the NewPage method. |
| EndDoc | public | Ends the current print job and closes the text file variable. |
| Equals | public | Checks whether the current instance and the Obj parameter are equal. |
| FieldAddress | public | Returns the address of a published object field. |
| Free | public | Destroys an object and frees its associated memory, if necessary. |
| FreeFonts | protected | Frees the list of available fonts and clears the allocated memory. |
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetActivePrinter | protected | Protected getter implementation for the ActivePrinter property. |
| GetCanvas | protected | Protected getter implementation for the Canvas property. |
| GetCapabilities | protected | Protected getter implementation for the Capabilities property. |
| GetCount | protected | Protected getter implementation for the Count property. |
| GetDisposed | protected | Getter for the Disposed property. |
| GetFonts | protected | Protected getter implementation for the Fonts property. |
| GetHashCode | public | Returns an integer containing the hash code. |
| GetInterface | public | Retrieves a specified interface. |
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| GetNamePath | public | Returns the name of the object as it appears in the Object Inspector. |
| GetNumCopies | protected | Protected getter implementation for the Copies property. |
| GetOrientation | protected | Protected getter implementation for the Orientation property. |
| GetOwner | protected | Returns the owner of an object. |
| GetPageHeight | protected | Protected getter implementation for the PageHeight property. |
| GetPageWidth | protected | Protected getter implementation for the PageWidth property. |
| GetPrinter | protected | Protected getter implementation for the Printers property. |
| InheritsFrom | public | Determines the relationship of two object types. |
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | public | Returns the size in bytes of each instance of the object type. |
| MethodAddress | public | Returns the address of a class method by name. |
| MethodName | public | Returns the name of a class method by address. |
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| NewPage | public | Starts a new page and increments the PageNumber property. |
| QualifiedClassName | public | Returns the qualified name of the class. |
| RaiseError | protected | Raises an EPrinter exception with the message supplied by the Msg parameter. |
| Refresh | public | Updates the Fonts and Printers properties. |
| RefreshFonts | protected | Refreshes the list of available fonts. |
| RefreshPrinterDevices | protected | Refreshes the list of available printer devices. |
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
| SetActivePrinter | protected | Protected setter implementation for the ActivePrinter property. |
| SetDefaultPrinter | protected | Sets the default printer for any printing operations. |
| SetNumCopies | protected | Protected setter implementation for the Copies property. |
| SetOrientation | protected | Protected setter implementation for the Orientation property. |
| ToString | public | Returns a string containing the class name. |
| UnitName | public | Returns the name of the unit where the class is defined. |
| UnitScope | public | Returns the class's unit scope. |