Class TRkCustomGlyphStatus (unit RkStatus) |
Inherits from
TRkCustomStatusControl
constructor Create( AOwner : TComponent );
- ==================================} {== TRkCustomGlyphStatus Methods ==} {==================================
destructor Destroy;
function GetCaptionRect : TRect;
procedure GlyphChanged( Sender : TObject );
procedure Paint;
procedure SetGlyph( Value : TBitmap );
User has changed Glyph bitmap, recalculate the number of glyphs
procedure SetGlyphAlignment( Value : TGlyphAlignment );
Must destroy the glyph object
procedure SetGlyphOffset( Value : Integer );
procedure SetNumGlyphs( Value : TNumGlyphs );
property Glyph : TBitmap
property GlyphAlignment : TGlyphAlignment
property GlyphOffset : Integer
property NumGlyphs : TNumGlyphs
FGlyph : TBitmap;
FGlyphAlignment : TGlyphAlignment;
FGlyphOffset : Integer;
FNumGlyphs : TNumGlyphs;
constructor Create( AOwner : TComponent );
==================================} {== TRkCustomGlyphStatus Methods ==} {==================================
destructor Destroy;
function GetCaptionRect : TRect;
procedure GlyphChanged( Sender : TObject );
procedure Paint;
procedure SetGlyph( Value : TBitmap );
User has changed Glyph bitmap, recalculate the number of glyphs
procedure SetGlyphAlignment( Value : TGlyphAlignment );
Must destroy the glyph object
procedure SetGlyphOffset( Value : Integer );
procedure SetNumGlyphs( Value : TNumGlyphs );
property Glyph : TBitmap
property GlyphAlignment : TGlyphAlignment
property GlyphOffset : Integer
property NumGlyphs : TNumGlyphs
FGlyph : TBitmap;
FGlyphAlignment : TGlyphAlignment;
FGlyphOffset : Integer;
FNumGlyphs : TNumGlyphs;