Unit UInspGrid

Classes

TCustomInspEdit -
TCustomInspGrid -
TCustomInspLBox - Published declarations
TInspEdit -
TInspGrid -
TInspLBox -

Functions

Register -

Types

TButtonStyle
TCallListBoxEvent
TCellType
TDrawState
TSetCellTypeEvent

Constants

MaxColCount
WinOffSet

Variables


Functions


procedure Register;


Types


TButtonStyle = (btNone, btArrow, btElipsis);

TCallListBoxEvent = procedure(Sender: TObject; ARow :word;
                             var List : string) of object

TCellType = (ctViewer, ctShowFocus, ctShowEdit, ctCallEditor,
                                          ctCallList, ctEdit );

TDrawState = (ds_Flat,ds_Lowered);
==== TCustomInspGrid =================
TSetCellTypeEvent  = procedure(Sender: TObject; ARow :word;
            var CType :TCellType)of object

Constants

MaxColCount = 3

WinOffSet = 2


Variables