Table of Contents

TTMSFNCCheckGroup.Checked Property

Gets or sets whether the item at the specified index is checked.

API unit family: TMSFNCCheckGroup Declaring type: TTMSFNCCheckGroup Inherited from: TTMSFNCCustomCheckGroup Type: Boolean

Syntax

property Checked[AIndex: Integer]: Boolean;

Remarks

True means the indexed item is checked.

Parameters

Name Description
AIndex Zero-based item index.