TCollectionItem

Overview

Location


 

constructor    (declared in TPersistent) .NET, Cooper, Island

 

constructor

 

TCollectionItem()

 

init()

 

TCollectionItem()

 

Sub New()

constructor (TCollection)  virtual

 

constructor(aCollection: TCollection)

 

TCollectionItem(TCollection aCollection)

 

init(_ aCollection: TCollection)

 

TCollectionItem(TCollection aCollection)

 

Sub New(aCollection As TCollection)

Parameters:

  • aCollection:

Assign  virtual    (declared in TPersistent)

 

method Assign(Source: TPersistent)

 

void Assign(TPersistent Source)

 

func Assign(_ Source: TPersistent)

 

void Assign(TPersistent Source)

 

Sub Assign(Source As TPersistent)

Parameters:

  • Source:

AssignTo  protected virtual    (declared in TPersistent)

 

method AssignTo(Dest: TPersistent)

 

void AssignTo(TPersistent Dest)

 

func AssignTo(_ Dest: TPersistent)

 

void AssignTo(TPersistent Dest)

 

Sub AssignTo(Dest As TPersistent)

Parameters:

  • Dest:

Changed  protected virtual

 

method Changed(AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

func Changed(_ AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

Sub Changed(AllItems As Boolean)

Parameters:

  • AllItems:

Collection  virtual

 

property Collection: TCollection read write;

 

TCollection Collection { get; set; }

 

var Collection: TCollection { get{} set{} }

 

TCollection Collection { __get; __set; }

 

Property Collection() As TCollection

DefineProperties  virtual    (declared in TPersistent)

 

method DefineProperties(Filer: TObject)

 

void DefineProperties(TObject Filer)

 

func DefineProperties(_ Filer: TObject)

 

void DefineProperties(TObject Filer)

 

Sub DefineProperties(Filer As TObject)

Parameters:

  • Filer:

DisplayName  virtual

 

property DisplayName: String read write;

 

String DisplayName { get; set; }

 

var DisplayName: String { get{} set{} }

 

String DisplayName { __get; __set; }

 

Property DisplayName() As String

GetDisplayName  protected virtual .NET, Island

 

method GetDisplayName: String

 

String GetDisplayName()

 

func GetDisplayName() -> String

 

Function GetDisplayName() As String

GetDisplayName GetDisplayName(): String  protected virtual Toffee

 

func GetDisplayName(GetDisplayName ) -> String

Parameters:

  • :

GetMetaClass  virtual .NET, Cooper, Island

 

method GetMetaClass: class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

func GetMetaClass() -> class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

Function GetMetaClass() As class of TCollectionItem

GetNamePath  virtual    (declared in TPersistent) .NET, Cooper, Island

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

DelphiString GetNamePath()

 

Function GetNamePath() As DelphiString

GetNamePath GetNamePath(): DelphiString  virtual    (declared in TPersistent) Toffee

 

func GetNamePath(GetNamePath ) -> DelphiString

Parameters:

  • :

GetOwner  protected virtual    (declared in TPersistent) .NET, Cooper, Island

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

TPersistent GetOwner()

 

Function GetOwner() As TPersistent

GetOwner GetOwner(): TPersistent  protected virtual    (declared in TPersistent) Toffee

 

func GetOwner(GetOwner ) -> TPersistent

Parameters:

  • :

ID  virtual

 

property ID: Int32 read;

 

Int32 ID { get; }

 

var ID: Int32 { get{} }

 

Integer ID { __get; }

 

ReadOnly Property ID() As Int32

Index  virtual

 

property Index: Int32 read write;

 

Int32 Index { get; set; }

 

var Index: Int32 { get{} set{} }

 

Integer Index { __get; __set; }

 

Property Index() As Int32

SetCollection  protected virtual .NET, Island

 

method SetCollection(aValue: TCollection)

 

void SetCollection(TCollection aValue)

 

func SetCollection(_ aValue: TCollection)

 

Sub SetCollection(aValue As TCollection)

Parameters:

  • aValue:

SetDisplayName  protected virtual .NET, Island

 

method SetDisplayName(aValue: String)

 

void SetDisplayName(String aValue)

 

func SetDisplayName(_ aValue: String)

 

Sub SetDisplayName(aValue As String)

Parameters:

  • aValue:

SetIndex  protected virtual .NET, Island

 

method SetIndex(aValue: Int32)

 

void SetIndex(Int32 aValue)

 

func SetIndex(_ aValue: Int32)

 

Sub SetIndex(aValue As Int32)

Parameters:

  • aValue:

 

Collection  virtual

 

property Collection: TCollection read write;

 

TCollection Collection { get; set; }

 

var Collection: TCollection { get{} set{} }

 

TCollection Collection { __get; __set; }

 

Property Collection() As TCollection

DisplayName  virtual

 

property DisplayName: String read write;

 

String DisplayName { get; set; }

 

var DisplayName: String { get{} set{} }

 

String DisplayName { __get; __set; }

 

Property DisplayName() As String

ID  virtual

 

property ID: Int32 read;

 

Int32 ID { get; }

 

var ID: Int32 { get{} }

 

Integer ID { __get; }

 

ReadOnly Property ID() As Int32

Index  virtual

 

property Index: Int32 read write;

 

Int32 Index { get; set; }

 

var Index: Int32 { get{} set{} }

 

Integer Index { __get; __set; }

 

Property Index() As Int32

 

constructor    (declared in TPersistent) .NET, Cooper, Island

 

constructor

 

TCollectionItem()

 

init()

 

TCollectionItem()

 

Sub New()

constructor (TCollection)  virtual

 

constructor(aCollection: TCollection)

 

TCollectionItem(TCollection aCollection)

 

init(_ aCollection: TCollection)

 

TCollectionItem(TCollection aCollection)

 

Sub New(aCollection As TCollection)

Parameters:

  • aCollection:

Assign  virtual    (declared in TPersistent)

 

method Assign(Source: TPersistent)

 

void Assign(TPersistent Source)

 

func Assign(_ Source: TPersistent)

 

void Assign(TPersistent Source)

 

Sub Assign(Source As TPersistent)

Parameters:

  • Source:

AssignTo  protected virtual    (declared in TPersistent)

 

method AssignTo(Dest: TPersistent)

 

void AssignTo(TPersistent Dest)

 

func AssignTo(_ Dest: TPersistent)

 

void AssignTo(TPersistent Dest)

 

Sub AssignTo(Dest As TPersistent)

Parameters:

  • Dest:

Changed  protected virtual

 

method Changed(AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

func Changed(_ AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

Sub Changed(AllItems As Boolean)

Parameters:

  • AllItems:

DefineProperties  virtual    (declared in TPersistent)

 

method DefineProperties(Filer: TObject)

 

void DefineProperties(TObject Filer)

 

func DefineProperties(_ Filer: TObject)

 

void DefineProperties(TObject Filer)

 

Sub DefineProperties(Filer As TObject)

Parameters:

  • Filer:

GetDisplayName  protected virtual .NET, Island

 

method GetDisplayName: String

 

String GetDisplayName()

 

func GetDisplayName() -> String

 

Function GetDisplayName() As String

GetDisplayName GetDisplayName(): String  protected virtual Toffee

 

func GetDisplayName(GetDisplayName ) -> String

Parameters:

  • :

GetMetaClass  virtual .NET, Cooper, Island

 

method GetMetaClass: class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

func GetMetaClass() -> class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

Function GetMetaClass() As class of TCollectionItem

GetNamePath  virtual    (declared in TPersistent) .NET, Cooper, Island

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

DelphiString GetNamePath()

 

Function GetNamePath() As DelphiString

GetNamePath GetNamePath(): DelphiString  virtual    (declared in TPersistent) Toffee

 

func GetNamePath(GetNamePath ) -> DelphiString

Parameters:

  • :

GetOwner  protected virtual    (declared in TPersistent) .NET, Cooper, Island

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

TPersistent GetOwner()

 

Function GetOwner() As TPersistent

GetOwner GetOwner(): TPersistent  protected virtual    (declared in TPersistent) Toffee

 

func GetOwner(GetOwner ) -> TPersistent

Parameters:

  • :

SetCollection  protected virtual .NET, Island

 

method SetCollection(aValue: TCollection)

 

void SetCollection(TCollection aValue)

 

func SetCollection(_ aValue: TCollection)

 

Sub SetCollection(aValue As TCollection)

Parameters:

  • aValue:

SetDisplayName  protected virtual .NET, Island

 

method SetDisplayName(aValue: String)

 

void SetDisplayName(String aValue)

 

func SetDisplayName(_ aValue: String)

 

Sub SetDisplayName(aValue As String)

Parameters:

  • aValue:

SetIndex  protected virtual .NET, Island

 

method SetIndex(aValue: Int32)

 

void SetIndex(Int32 aValue)

 

func SetIndex(_ aValue: Int32)

 

Sub SetIndex(aValue As Int32)

Parameters:

  • aValue: