Record TrGlyphsRec

Hierarchy
Properties

Unit

Declaration

type TrGlyphsRec = record

Description

global record which contain and return needed glyph from Global or Custom glyph component

Overview

Fields

BmpArray: array of TBitmap;
ResizedBmp: TBitmap;
StyleBmp: TBitmap;
MinScaleRatioWhenResized: double;
ScaleRatioStepForResize: double;
UseStyleCheckbox: Boolean;

Methods

function RecalcScaleRatio(ScaleRatio: double): double;
function BmpFromIndex(GlyphIndex: integer; ScaleRatio: double; CustomGlyphs: TrCustomGlyphs = nil): TBitmap;
function SortIndex(Desc: Boolean): integer;
function SortWidth(ScaleRatio: double): integer;
function CheckIndex(Checked: Boolean): integer;
function MemoIndex(Empty: Boolean; TypeIndex: integer): integer;
function PictureIndex(Empty: Boolean; TypeIndex: integer): integer;
function FilterIndex(Active: Boolean): integer;
function FilterBarIndex(Active: Boolean): integer;
function TitleExIndex(FilterActive: Boolean): integer;
function EllipsisIndex: integer;
function FilterWidth(ScaleRatio: double): integer;
function RecordIndicatorIndex(ActiveRecord, Multiselected, ReadOnly: Boolean; State: TDataSetState): integer;
function ButtonIndex(ButtonName: string): integer;

Description

Fields

BmpArray: array of TBitmap;
 
ResizedBmp: TBitmap;
 
StyleBmp: TBitmap;
 
MinScaleRatioWhenResized: double;
 
ScaleRatioStepForResize: double;
 
UseStyleCheckbox: Boolean;
 

Methods

function RecalcScaleRatio(ScaleRatio: double): double;
 
function BmpFromIndex(GlyphIndex: integer; ScaleRatio: double; CustomGlyphs: TrCustomGlyphs = nil): TBitmap;
 
function SortIndex(Desc: Boolean): integer;
 
function SortWidth(ScaleRatio: double): integer;
 
function CheckIndex(Checked: Boolean): integer;
 
function MemoIndex(Empty: Boolean; TypeIndex: integer): integer;
 
function PictureIndex(Empty: Boolean; TypeIndex: integer): integer;
 
function FilterIndex(Active: Boolean): integer;
 
function FilterBarIndex(Active: Boolean): integer;
 
function TitleExIndex(FilterActive: Boolean): integer;
 
function EllipsisIndex: integer;
 
function FilterWidth(ScaleRatio: double): integer;
 
function RecordIndicatorIndex(ActiveRecord, Multiselected, ReadOnly: Boolean; State: TDataSetState): integer;
 
function ButtonIndex(ButtonName: string): integer;
 

Generated by PasDoc 0.15.0.