Vcl.CategoryButtons.TBaseItem.GetNextSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextSibling(Distance: Integer = 1): TBaseItem;

C++

TBaseItem* __fastcall GetNextSibling(int Distance = 0x1);

Properties

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

Description

Get the TBaseItem that is the next element in the CategoryButtons items array.

Call GetNextSibling to get the TBaseItem instance that is the next element of the CategoryButtons Categories Items array. If the current TBaseItem is the last member of the array, the return value is nil.

See Also