TEditEnhButtonState Type

Unit
CustomEditEnh

Declaration

TEditEnhButtonState = (
    eesNoButtonDown,
    eesButton1Down,
    eesButton2Down,
    eesButton3Down
    );

Description
The edit control supports three states relating to the use of the button and related button/control keys - these are mostly for internal checking but I make the state available for public reading in case it is of interest.

eesNoButtonDown No button down
eesButton1Down Key1, Top, Left or Only Button is Down
eesButton2Down Key2, Bottom or Right button is Down
eesButton3Down Key3 is down