record TrGlyphsRec
Unit
RosiCompGlobalCfg
Declaration
type TrGlyphsRec = record
Description
global record which contain and return needed glyph from Global or Custom glyph component
Overview
Fields
Methods
Description
Fields
BmpArray: array of TBitmap; |
|
Methods
function BmpFromIndex(GlyphIndex: integer; CustomGlyphs: TrCustomGlyphs = nil): TBitmap; |
|
function SortIndex(Desc: boolean): integer; |
|
function SortWidth: 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 TitleExIndex(FilterActive: boolean): integer; |
|
function EllipsisIndex: integer; |
|
function FilterWidth: integer; |
|
function RecordIndicatorIndex(ActiveRecord, Multiselected, ReadOnly: boolean; State: TDataSetState): integer; |
|
function ButtonIndex(ButtonName: string): integer; |
|
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:01
|