TListColumn

Overview

Location

 

constructor    (declared in TPersistent) Island-Windows

 

constructor

 

TListColumn()

 

init()

 

Sub New()

constructor (TCollection)

 

constructor(aCollection: TCollection)

 

TListColumn(TCollection aCollection)

 

init(_ aCollection: TCollection)

 

Sub New(aCollection As TCollection)

Parameters:

  • aCollection:

Alignment  virtual

 

property Alignment: TAlignment read write;

 

TAlignment Alignment { get; set; }

 

var Alignment: TAlignment { get{} set{} }

 

Property Alignment() As TAlignment

Assign  virtual    (declared in TPersistent)

 

method Assign(Source: TPersistent)

 

void Assign(TPersistent Source)

 

func Assign(_ Source: TPersistent)

 

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)

 

Sub AssignTo(Dest As TPersistent)

Parameters:

  • Dest:

AutoSize  virtual

 

property AutoSize: Boolean read write;

 

Boolean AutoSize { get; set; }

 

var AutoSize: Boolean { get{} set{} }

 

Property AutoSize() As Boolean

Caption  virtual

 

property Caption: VCLString read write;

 

VCLString Caption { get; set; }

 

var Caption: VCLString { get{} set{} }

 

Property Caption() As VCLString

Changed  protected virtual    (declared in TCollectionItem)

 

method Changed(AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

func Changed(_ AllItems: Boolean)

 

Sub Changed(AllItems As Boolean)

Parameters:

  • AllItems:

ColIndex  virtual

 

property ColIndex: Int32 read;

 

Int32 ColIndex { get; }

 

var ColIndex: Int32 { get{} }

 

ReadOnly Property ColIndex() As Int32

Collection  virtual    (declared in TCollectionItem)

 

property Collection: TCollection read write;

 

TCollection Collection { get; set; }

 

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

 

Property Collection() As TCollection

DefineProperties  virtual    (declared in TPersistent)

 

method DefineProperties(Filer: TObject)

 

void DefineProperties(TObject Filer)

 

func DefineProperties(_ Filer: TObject)

 

Sub DefineProperties(Filer As TObject)

Parameters:

  • Filer:

DisplayName  virtual    (declared in TCollectionItem)

 

property DisplayName: String read write;

 

String DisplayName { get; set; }

 

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

 

Property DisplayName() As String

GetDisplayName  protected override virtual Island-Windows

 

method GetDisplayName: String

 

String GetDisplayName()

 

func GetDisplayName() -> String

 

Function GetDisplayName() As String

GetDisplayName GetDisplayName(): String  protected override Toffee-macOS

 

method GetDisplayName GetDisplayName(): String

 

String GetDisplayName GetDisplayName( )

 

func GetDisplayName(GetDisplayName ) -> String

 

String GetDisplayName GetDisplayName( )

 

Function GetDisplayName GetDisplayName( As ) As String

Parameters:

  • :

GetMetaClass  virtual    (declared in TCollectionItem) Island-Windows

 

method GetMetaClass: class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

func GetMetaClass() -> class of TCollectionItem

 

Function GetMetaClass() As class of TCollectionItem

GetNamePath  virtual    (declared in TPersistent) Island-Windows

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

Function GetNamePath() As DelphiString

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

 

func GetNamePath(GetNamePath ) -> DelphiString

Parameters:

  • :

GetOwner  protected virtual    (declared in TPersistent) Island-Windows

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

Function GetOwner() As TPersistent

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

 

func GetOwner(GetOwner ) -> TPersistent

Parameters:

  • :

ID  virtual    (declared in TCollectionItem)

 

property ID: Int32 read;

 

Int32 ID { get; }

 

var ID: Int32 { get{} }

 

ReadOnly Property ID() As Int32

Index  virtual    (declared in TCollectionItem)

 

property Index: Int32 read write;

 

Int32 Index { get; set; }

 

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

 

Property Index() As Int32

MaxWidth  virtual

 

property MaxWidth: TWidth read write;

 

TWidth MaxWidth { get; set; }

 

var MaxWidth: TWidth { get{} set{} }

 

Property MaxWidth() As TWidth

MinWidth  virtual

 

property MinWidth: TWidth read write;

 

TWidth MinWidth { get; set; }

 

var MinWidth: TWidth { get{} set{} }

 

Property MinWidth() As TWidth

PlatformColumn Toffee-macOS

 

var PlatformColumn: NSTableColumn;

 

NSTableColumn PlatformColumn

 

var PlatformColumn: NSTableColumn

 

NSTableColumn PlatformColumn

 

FIELD PlatformColumn() As NSTableColumn

PlatformSetCaption  protected virtual

 

method PlatformSetCaption(aValue: VCLString)

 

void PlatformSetCaption(VCLString aValue)

 

func PlatformSetCaption(_ aValue: VCLString)

 

Sub PlatformSetCaption(aValue As VCLString)

Parameters:

  • aValue:

SetCollection  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetCollection(aValue: TCollection)

 

void SetCollection(TCollection aValue)

 

func SetCollection(_ aValue: TCollection)

 

Sub SetCollection(aValue As TCollection)

Parameters:

  • aValue:

SetDisplayName  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetDisplayName(aValue: String)

 

void SetDisplayName(String aValue)

 

func SetDisplayName(_ aValue: String)

 

Sub SetDisplayName(aValue As String)

Parameters:

  • aValue:

SetIndex  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetIndex(aValue: Int32)

 

void SetIndex(Int32 aValue)

 

func SetIndex(_ aValue: Int32)

 

Sub SetIndex(aValue As Int32)

Parameters:

  • aValue:

Tag  virtual

 

property Tag: Int32 read write;

 

Int32 Tag { get; set; }

 

var Tag: Int32 { get{} set{} }

 

Property Tag() As Int32

Width  virtual

 

property Width: TWidth read write;

 

TWidth Width { get; set; }

 

var Width: TWidth { get{} set{} }

 

Property Width() As TWidth

WidthType  virtual

 

property WidthType: TWidth read;

 

TWidth WidthType { get; }

 

var WidthType: TWidth { get{} }

 

ReadOnly Property WidthType() As TWidth

 

PlatformColumn Toffee-macOS

 

var PlatformColumn: NSTableColumn;

 

NSTableColumn PlatformColumn

 

var PlatformColumn: NSTableColumn

 

NSTableColumn PlatformColumn

 

FIELD PlatformColumn() As NSTableColumn

 

Alignment  virtual

 

property Alignment: TAlignment read write;

 

TAlignment Alignment { get; set; }

 

var Alignment: TAlignment { get{} set{} }

 

Property Alignment() As TAlignment

AutoSize  virtual

 

property AutoSize: Boolean read write;

 

Boolean AutoSize { get; set; }

 

var AutoSize: Boolean { get{} set{} }

 

Property AutoSize() As Boolean

Caption  virtual

 

property Caption: VCLString read write;

 

VCLString Caption { get; set; }

 

var Caption: VCLString { get{} set{} }

 

Property Caption() As VCLString

ColIndex  virtual

 

property ColIndex: Int32 read;

 

Int32 ColIndex { get; }

 

var ColIndex: Int32 { get{} }

 

ReadOnly Property ColIndex() As Int32

Collection  virtual    (declared in TCollectionItem)

 

property Collection: TCollection read write;

 

TCollection Collection { get; set; }

 

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

 

Property Collection() As TCollection

DisplayName  virtual    (declared in TCollectionItem)

 

property DisplayName: String read write;

 

String DisplayName { get; set; }

 

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

 

Property DisplayName() As String

ID  virtual    (declared in TCollectionItem)

 

property ID: Int32 read;

 

Int32 ID { get; }

 

var ID: Int32 { get{} }

 

ReadOnly Property ID() As Int32

Index  virtual    (declared in TCollectionItem)

 

property Index: Int32 read write;

 

Int32 Index { get; set; }

 

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

 

Property Index() As Int32

MaxWidth  virtual

 

property MaxWidth: TWidth read write;

 

TWidth MaxWidth { get; set; }

 

var MaxWidth: TWidth { get{} set{} }

 

Property MaxWidth() As TWidth

MinWidth  virtual

 

property MinWidth: TWidth read write;

 

TWidth MinWidth { get; set; }

 

var MinWidth: TWidth { get{} set{} }

 

Property MinWidth() As TWidth

Tag  virtual

 

property Tag: Int32 read write;

 

Int32 Tag { get; set; }

 

var Tag: Int32 { get{} set{} }

 

Property Tag() As Int32

Width  virtual

 

property Width: TWidth read write;

 

TWidth Width { get; set; }

 

var Width: TWidth { get{} set{} }

 

Property Width() As TWidth

WidthType  virtual

 

property WidthType: TWidth read;

 

TWidth WidthType { get; }

 

var WidthType: TWidth { get{} }

 

ReadOnly Property WidthType() As TWidth

 

constructor    (declared in TPersistent) Island-Windows

 

constructor

 

TListColumn()

 

init()

 

Sub New()

constructor (TCollection)

 

constructor(aCollection: TCollection)

 

TListColumn(TCollection aCollection)

 

init(_ aCollection: TCollection)

 

Sub New(aCollection As TCollection)

Parameters:

  • aCollection:

Assign  virtual    (declared in TPersistent)

 

method Assign(Source: TPersistent)

 

void Assign(TPersistent Source)

 

func Assign(_ Source: TPersistent)

 

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)

 

Sub AssignTo(Dest As TPersistent)

Parameters:

  • Dest:

Changed  protected virtual    (declared in TCollectionItem)

 

method Changed(AllItems: Boolean)

 

void Changed(Boolean AllItems)

 

func Changed(_ AllItems: Boolean)

 

Sub Changed(AllItems As Boolean)

Parameters:

  • AllItems:

DefineProperties  virtual    (declared in TPersistent)

 

method DefineProperties(Filer: TObject)

 

void DefineProperties(TObject Filer)

 

func DefineProperties(_ Filer: TObject)

 

Sub DefineProperties(Filer As TObject)

Parameters:

  • Filer:

GetDisplayName  protected override virtual Island-Windows

 

method GetDisplayName: String

 

String GetDisplayName()

 

func GetDisplayName() -> String

 

Function GetDisplayName() As String

GetDisplayName GetDisplayName(): String  protected override Toffee-macOS

 

method GetDisplayName GetDisplayName(): String

 

String GetDisplayName GetDisplayName( )

 

func GetDisplayName(GetDisplayName ) -> String

 

String GetDisplayName GetDisplayName( )

 

Function GetDisplayName GetDisplayName( As ) As String

Parameters:

  • :

GetMetaClass  virtual    (declared in TCollectionItem) Island-Windows

 

method GetMetaClass: class of TCollectionItem

 

class of TCollectionItem GetMetaClass()

 

func GetMetaClass() -> class of TCollectionItem

 

Function GetMetaClass() As class of TCollectionItem

GetNamePath  virtual    (declared in TPersistent) Island-Windows

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

Function GetNamePath() As DelphiString

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

 

func GetNamePath(GetNamePath ) -> DelphiString

Parameters:

  • :

GetOwner  protected virtual    (declared in TPersistent) Island-Windows

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

Function GetOwner() As TPersistent

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

 

func GetOwner(GetOwner ) -> TPersistent

Parameters:

  • :

PlatformSetCaption  protected virtual

 

method PlatformSetCaption(aValue: VCLString)

 

void PlatformSetCaption(VCLString aValue)

 

func PlatformSetCaption(_ aValue: VCLString)

 

Sub PlatformSetCaption(aValue As VCLString)

Parameters:

  • aValue:

SetCollection  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetCollection(aValue: TCollection)

 

void SetCollection(TCollection aValue)

 

func SetCollection(_ aValue: TCollection)

 

Sub SetCollection(aValue As TCollection)

Parameters:

  • aValue:

SetDisplayName  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetDisplayName(aValue: String)

 

void SetDisplayName(String aValue)

 

func SetDisplayName(_ aValue: String)

 

Sub SetDisplayName(aValue As String)

Parameters:

  • aValue:

SetIndex  protected virtual    (declared in TCollectionItem) Island-Windows

 

method SetIndex(aValue: Int32)

 

void SetIndex(Int32 aValue)

 

func SetIndex(_ aValue: Int32)

 

Sub SetIndex(aValue As Int32)

Parameters:

  • aValue: