Class tstockobjects

Unit

Declaration

type tstockobjects = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor create;
Public destructor destroy; override;
Public procedure paintglyph(const canvas: tcanvas; const glyph: stockglyphty; const rect: rectty; const grayed: boolean = false; const color: colorty = cl_glyph; aalignment: alignmentsty = [al_ycentered,al_xcentered]);

Properties

Public property bitmaps[index:stockbitmapty]: tbitmap read getbitmaps;
Public property fonts[index:stockfontty]: twidgetfont read getfonts;
Public property modalresulttext[index:modalresultty]: msestring read getmodalresulttext;
Public property modalresulttextnoshortcut[index:modalresultty]: msestring read getmodalresulttextnoshortcut;
Public property captions[index:stockcaptionty]: msestring read getcaptions;
Public property textgenerators[index:textgeneratorty]: textgeneratorfuncty read gettextgenerator;
Public property glyphs: timagelist read getglyphs;
Public property mseicon: tmaskedbitmap read getmseicon write setmseicon;

Description

Methods

Public constructor create;
 
Public destructor destroy; override;
 
Public procedure paintglyph(const canvas: tcanvas; const glyph: stockglyphty; const rect: rectty; const grayed: boolean = false; const color: colorty = cl_glyph; aalignment: alignmentsty = [al_ycentered,al_xcentered]);
 

Properties

Public property bitmaps[index:stockbitmapty]: tbitmap read getbitmaps;
 
Public property fonts[index:stockfontty]: twidgetfont read getfonts;
 
Public property modalresulttext[index:modalresultty]: msestring read getmodalresulttext;
 
Public property modalresulttextnoshortcut[index:modalresultty]: msestring read getmodalresulttextnoshortcut;
 
Public property captions[index:stockcaptionty]: msestring read getcaptions;
 
Public property textgenerators[index:textgeneratorty]: textgeneratorfuncty read gettextgenerator;
 
Public property glyphs: timagelist read getglyphs;
 
Public property mseicon: tmaskedbitmap read getmseicon write setmseicon;
 

Generated by PasDoc 0.16.0.