FMX.Controls.TStyleCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TStyleCollectionItem;

C++

HIDESBASE TStyleCollectionItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleCollection

Description

Creates and adds a new item to the Collection.

Call Add to create an item in the collection. The new item is placed at the end of the items array.

Add returns the new collection item. Add inherits from TCollection.Add.

See Also