Vcl.CategoryButtons.TBaseItem.GetLastSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLastSibling: TBaseItem;

C++

TBaseItem* __fastcall GetLastSibling();

Properties

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

Description

Get the TBaseItem that is the last element of the CategoryButtons items array.

Call GetLastSibling to get the TBaseItem instance that is the last element of the CategoryButtons Categories Items array.

See Also