[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Hides or displays editor controls when the value for the Visible property is changed.
Source position: grids.pas line 324
protected procedure TCompositeCellEditor.VisibleChanging; override; |
Calls the inherited method on entry to signal assigned OnVisbleChanging event handlers in the control or form hierarchy. Updates the Visible property in each of the editor controls to match the property value in the TCompositeCellEditor instance. When displaying the editor controls, their Parent property is also updated to use the TCompositeCellEditor instance.
|
Notifies all OnVisibleChanging handlers. |