| AutoRepeat property |
Applies to
TEditEnhButtonDef
Declaration
Property AutoRepeat : boolean;
Description
Specify whether you want the button action to automatically repeat if
the button is held own (by the mouse or keyboard action).
Global variables impacting this property...
EditEnh_RepeatInit := 500; The initial pause before repeating starts.
EditEnh_RepeatPause := 100; The delay between calls.