Class tunitext

Unit

Declaration

type tunitext = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure fontchanged(const sender: tobject);
Protected procedure changed;
Protected procedure checkstate;
Protected procedure matchfonts;
Public constructor create(const atext: msestring = ''; const afont: tfont = nil);
Public destructor destroy; override;
Public procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false);

Properties

Public property font: tunifont read ffont write setfont;
Public property text: msestring read ftext write settext;

Description

Methods

Protected procedure fontchanged(const sender: tobject);

This item has no description.

Protected procedure changed;

This item has no description.

Protected procedure checkstate;

This item has no description.

Protected procedure matchfonts;

This item has no description.

Public constructor create(const atext: msestring = ''; const afont: tfont = nil);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false);

This item has no description.

Properties

Public property font: tunifont read ffont write setfont;

This item has no description.

Public property text: msestring read ftext write settext;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.