Vcl.CategoryButtons.TBaseItem.GetPrevSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

TBaseItem* __fastcall GetPrevSibling(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 previous element in the CategoryButtons items array.

Call GetPrevSibling to get the TBaseItem instance that is the previous element of the CategoryButtons Categories Items array. If the current TBaseItem is the zeroth member of the array, the return value is nil.

See Also