Vcl.Samples.DirOutln.TDirectoryOutline.Expand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Expand(Index: Longint); override;

C++

DYNAMIC void __fastcall Expand(int Index);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

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é.

Voir aussi