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

TCustomTreeView.IsCustomDrawn

Returns True if the specified target is custom-drawn.

Declaration

Source position: comctrls.pp line 3566

protected function TCustomTreeView.IsCustomDrawn(

  Target: TCustomDrawTarget;

  Stage: TCustomDrawStage

):Boolean; virtual;

Arguments

Target

  

Drawing target examined in the method.

Stage

  

Drawing stage examined in the method.

Function result

True when event handlers have been assigned for the specified target and stage.

See also

TCustomTreeView.OnCustomDraw

  

Event handler signalled to perform custom drawing for the tree view control.

TCustomTreeView.OnAdvancedCustomDraw

  

Event handler signalled to custom draw the grid control using drawing stages.

TCustomTreeView.OnCustomDrawItem

  

Event handler signalled to custom draw an item (tree node) on the control.

TCustomTreeView.OnAdvancedCustomDrawItem

  

OnAdvancedCustomDrawItem - event handler for advanced custom drawing item.


Version 3.2 Generated 2024-02-25 Home