Vcl.Outline.TCustomOutline.Expand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Expand(Index: LongInt); dynamic;

C++

DYNAMIC void __fastcall Expand(int Index);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Génère un événement OnExpand.

Expand est appelée automatiquement après qu'un noeud d'arborescence ait été développé. Elle appelle le gestionnaire d'événement OnExpand s'il est affecté.

Surchargez la méthode Expand afin de fournir un traitement supplémentaire après le développement de noeuds de l'arborescence ou pour bloquer l'événement OnExpand.

Voir aussi