Table of Contents

TTMSFNCResponsiveList.FindControlItem Method

Finds the item that owns a given embedded control.

API unit family: TMSFNCResponsiveList Declaring type: TTMSFNCResponsiveList

Syntax

function FindControlItem(AControl: TControl): TResponsiveListItem;

Parameters

Name Description
AControl Control to look up.

Returns

The item that owns AControl, or nil when no item owns it.