Registriert seit: 9. Dez 2005
234 Beiträge
|
AW: Dev Express und OnChange
19. Jan 2011, 12:08
hoi,
versuchs mit OnCurChange.
[help]
Occurs on text editing.
type
TNotifyEvent = procedure(Sender : TObject) of object;
property OnCurChange: TNotifyEvent;
Description
This event occurs after modifying text in an active item control - text is defined by the CurText property. Unlike the OnChange event, the OnCurChange occurs every time a user changes text in an item control window, that is, on alphanumeric key press events. Use OnCurChange when your application needs to process current changes of edited text.
[/help]
cya
|