Data.Bind.Components.TFormatExpressionItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFormatExpressionItem
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TFormatExpressionItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TFormatExpressionItem : public System::Classes::TCollectionItem

Description

Is an item in a collection of formatting expressions.

TFormatExpressions is an owned collection of formatting expressions whose elements are of type TFormatExpressionItem.

See Also