[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when editing has been completed for an item in the control.
Source position: comctrls.pp line 1529
protected procedure TCustomListView.DoEndEdit( |
AItem: TListItem; |
const AValue: string |
); virtual; |
Calls an overridden Edit method when available, or signals the OnEdited event handler (when assigned).
lazarus-ccr.sourceforge.net |