Vcl.ActnMenus.TCustomActionPopupMenu.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Expand(Full: Boolean); override;

C++

virtual void __fastcall Expand(bool Full);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Performs the same kinds of functions as the inherited method.

This implementation of Expand serves the same purpose as the inherited method. It performs actions specific to popup menus. For more information, see the documentation for the inherited method.

See Also