Class TCharDefn (unit Main)

Inherits from

TObject

Constructors


constructor Create(Ascii: Char);

------------- TCharDefn CLASS ----------------------


Functions

procedure AssignTo(Dest: TCharDefn);


procedure CentredMargins(ReqdSWid:ShortInt; ReqdLWid:ShortInt);


procedure ClearBits;

copy entire object, including Code

function IsEmpty: boolean;


procedure LoadFromStream(Stream: TStream);

Because all its fields are simple types or records, streaming is easy

procedure NoMargins;


procedure SaveToStream(Stream: TStream);

space char doesn't need pixels to exist

Properties

Events

Variables

Code : Byte;


Large : TLargeArray;


Small : TSmallArray;



Constructors


constructor Create(Ascii: Char);

------------- TCharDefn CLASS ----------------------


Functions


procedure AssignTo(Dest: TCharDefn);


procedure CentredMargins(ReqdSWid:ShortInt; ReqdLWid:ShortInt);


procedure ClearBits;

copy entire object, including Code


function IsEmpty: boolean;


procedure LoadFromStream(Stream: TStream);

Because all its fields are simple types or records, streaming is easy


procedure NoMargins;


procedure SaveToStream(Stream: TStream);

space char doesn't need pixels to exist


Properties


Events


Variables


Code : Byte;


Large : TLargeArray;


Small : TSmallArray;