Vcl.CategoryButtons.TBaseItem.GetFirstSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFirstSibling: TBaseItem;

C++

TBaseItem* __fastcall GetFirstSibling();

Properties

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

Description

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

Call GetFirstSibling to get the TBaseItem instance that is the zeroth element of the CategoryButtons Categories Items array.

See Also