| Class TRkCustomGlyphStatus (unit RkStatus) |
| Constructors |
constructor Create( AOwner : TComponent );| Functions |
destructor Destroy;
function GetCaptionRect : TRect;
procedure GlyphChanged( Sender : TObject );
procedure Paint;
procedure SetGlyph( Value : TBitmap );
procedure SetGlyphAlignment( Value : TGlyphAlignment );
procedure SetGlyphOffset( Value : Integer );
procedure SetNumGlyphs( Value : TNumGlyphs );| Properties |
property Glyph : TBitmap
property GlyphAlignment : TGlyphAlignment
property GlyphOffset : Integer
property NumGlyphs : TNumGlyphs| Events |
| Variables |
FGlyph : TBitmap;
FGlyphAlignment : TGlyphAlignment;
FGlyphOffset : Integer;
FNumGlyphs : TNumGlyphs;| Constructors |
constructor Create( AOwner : TComponent );==================================} {== TRkCustomGlyphStatus Methods ==} {==================================
| Functions |
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 );| Properties |
property Glyph : TBitmap
property GlyphAlignment : TGlyphAlignment
property GlyphOffset : Integer
property NumGlyphs : TNumGlyphs| Events |
| Variables |
FGlyph : TBitmap;
FGlyphAlignment : TGlyphAlignment;
FGlyphOffset : Integer;
FNumGlyphs : TNumGlyphs;