Table of Contents

TTMSFNCFillKindSelector Class

Selector component that displays fill kinds such as solid, gradient, and texture.

API unit family: TMSFNCFillKindSelector Inherits from: TTMSFNCCustomFillKindSelector

Syntax

TTMSFNCFillKindSelector = class(TTMSFNCCustomFillKindSelector)

Properties

Name Description
Items Collection of fill-kind items displayed by the selector. (inherited from TTMSFNCCustomFillKindSelector)
SelectedFillKind Currently selected fill kind. (inherited from TTMSFNCCustomFillKindSelector)

Methods

Name Description
FindFillKindByItem Returns the fill kind represented by an item index. (inherited from TTMSFNCCustomFillKindSelector)
FindItemByFillKind Finds the selectable item index for a fill kind. (inherited from TTMSFNCCustomFillKindSelector)
InitializeDefault Rebuilds the selector with its default fill-kind items. (inherited from TTMSFNCCustomFillKindSelector)

Events

Name Description
OnFillKindDeselected Fires when the currently selected fill-kind item is deselected. (inherited from TTMSFNCCustomFillKindSelector)
OnFillKindSelected Fires when the user selects a fill-kind item. (inherited from TTMSFNCCustomFillKindSelector)

Used by