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

TCustomTreeView.IsCustomDrawn

IsCustomDrawn - returns True if the specified target is custom drawn.

Declaration

Source position: comctrls.pp line 3532

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

  

OnCustomDraw - event handler for custom drawing.

TCustomTreeView.OnAdvancedCustomDraw

  

OnAdvancedCustomDraw - event handler for advanced custom drawing.

TCustomTreeView.OnCustomDrawItem

  

OnCustomDrawItem - event handler for custom drawing item.

TCustomTreeView.OnAdvancedCustomDrawItem

  

OnAdvancedCustomDrawItem - event handler for advanced custom drawing item.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.