[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomDrawGrid.OnSetEditText

Event handler signalled when the text in the cell Editor is assigned.

Declaration

Source position: grids.pas line 1579

public property TCustomDrawGrid.OnSetEditText : TSetEditEvent
  read FOnSetEditText
  write FOnSetEditText;

Description

OnSetEditText is a TSetEditEvent property with the event handler signalled when the text in the cell Editor is assigned. OnSetEditText is signalled from the SetEditText method immediately before calling the inherited SetEditText method. The Sender argument is the current grid instance for the notification.

See also

TCustomDrawGrid.SetEditText

  

Sets the value used in the cell Editor to the specified text.

TCustomGrid.EditorTextChanged

  

Updates the grid control when the value in a cell Editor is changed.

TStringCellEditor.KeyDown

  

Handles a key down event for the control.

TSetEditEvent

  

Specifies an event handler used to set the value for edit text in a grid.


Version 3.2 Generated 2024-02-25 Home