Vcl.Ribbon.TCustomTabData.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData

Description

Clears the tab's data. The reset is typically done whenever the width of the ribbon is changed.

See Also