Vcl.ComCtrls.TCustomTreeView.DoCheckStateChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCheckStateChanging(Node: TTreeNode; NewCheckState, OldCheckState: TNodeCheckState): Boolean; virtual;

C++

virtual bool __fastcall DoCheckStateChanging(TTreeNode* Node, TNodeCheckState NewCheckState, TNodeCheckState OldCheckState);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Embarcadero Technologies does not currently have any additional information.