Vcl.CategoryButtons.TCategoryButtons.GetAllowReorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAllowReorder: Boolean; dynamic;

C++

DYNAMIC bool __fastcall GetAllowReorder(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Specifies whether the buttons can be reordered.

The GetAllowReorder method specifies whether the buttons can be reordered.

See Also