API:Data.Bind.Components.TFormatExpressionItem.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TFormatExpressionItem |
Delphi
constructor Create(Collection: TCollection; const AControlMemberName: string; const ASourceMemberName: string = '';
const ACustomFormat: string = ''); reintroduce;
C++
__fastcall TFormatExpressionItem(System::Classes::TCollection* Collection, const System::UnicodeString AControlMemberName, const System::UnicodeString ASourceMemberName, const System::UnicodeString ACustomFormat);
Description
Creates and initializes a TCollectionItem instance.
Data.Bind.Components.TFormatExpressionItem.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.
Creates and initializes a TCollectionItem instance.
Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.
Collection
identifies the TCollection instance to which the new item belongs.