TListItem
Overview
Location
-
Reference:
- DelphiVCL.fx Island-Windows
- libDelphiVCL.fx Toffee-macOS
- Namespace: RemObjects.Elements.RTL.Delphi.VCL
- Platforms: Island-Windows, Toffee-macOS
- Ancestry: TPersistent | TListItem
constructor (declared in TPersistent) Island-Windows
constructor
TListItem()
init()
Sub New()
constructor (TListItems) virtual
constructor(aOwner: TListItems)
TListItem(TListItems aOwner)
init(_ aOwner: TListItems)
Sub New(aOwner As TListItems)
Parameters:
- aOwner:
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:
CancelEdit Island-Windows
method CancelEdit
void CancelEdit()
func CancelEdit()
Sub CancelEdit()
CancelEdit CancelEdit() virtual Toffee-macOS
method CancelEdit CancelEdit()
void CancelEdit CancelEdit( )
func CancelEdit(CancelEdit )
void CancelEdit CancelEdit( )
Sub CancelEdit CancelEdit( As )
Parameters:
- :
Caption virtual
property Caption: VCLString read write;
VCLString Caption { get; set; }
var Caption: VCLString { get{} set{} }
Property Caption() As VCLString
Checked virtual
property Checked: Boolean read write;
Boolean Checked { get; set; }
var Checked: Boolean { get{} set{} }
Property Checked() As Boolean
Data virtual
property Data: TCustomData read write;
TCustomData Data { get; set; }
var Data: TCustomData { get{} set{} }
Property Data() As TCustomData
DefineProperties virtual (declared in TPersistent)
method DefineProperties(Filer: TObject)
void DefineProperties(TObject Filer)
func DefineProperties(_ Filer: TObject)
Sub DefineProperties(Filer As TObject)
Parameters:
- Filer:
Delete Island-Windows
method Delete
void Delete()
func Delete()
Sub Delete()
Delete Delete() virtual Toffee-macOS
method Delete Delete()
void Delete Delete( )
func Delete(Delete )
void Delete Delete( )
Sub Delete Delete( As )
Parameters:
- :
EditCaption Island-Windows
method EditCaption: Boolean
Boolean EditCaption()
func EditCaption() -> Boolean
Function EditCaption() As Boolean
EditCaption EditCaption(): Boolean virtual Toffee-macOS
method EditCaption EditCaption(): Boolean
Boolean EditCaption EditCaption( )
func EditCaption(EditCaption ) -> Boolean
Boolean EditCaption EditCaption( )
Function EditCaption EditCaption( As ) As Boolean
Parameters:
- :
GetMetaClass virtual Island-Windows
method GetMetaClass: class of TListItem
class of TListItem GetMetaClass()
func GetMetaClass() -> class of TListItem
Function GetMetaClass() As class of TListItem
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:
- :
GroupID virtual
property GroupID: Int32 read write;
Int32 GroupID { get; set; }
var GroupID: Int32 { get{} set{} }
Property GroupID() As Int32
ImageIndex virtual
property ImageIndex: TImageIndex read write;
TImageIndex ImageIndex { get; set; }
var ImageIndex: TImageIndex { get{} set{} }
Property ImageIndex() As TImageIndex
Index virtual
property Index: Int32 read write;
Int32 Index { get; set; }
var Index: Int32 { get{} set{} }
Property Index() As Int32
Left virtual
property Left: Int32 read write;
Int32 Left { get; set; }
var Left: Int32 { get{} set{} }
Property Left() As Int32
ListView virtual
property ListView: TListView read;
TListView ListView { get; }
var ListView: TListView { get{} }
ReadOnly Property ListView() As TListView
MakeVisible virtual
method MakeVisible(PartialOK: Boolean)
void MakeVisible(Boolean PartialOK)
func MakeVisible(_ PartialOK: Boolean)
Sub MakeVisible(PartialOK As Boolean)
Parameters:
- PartialOK:
OverlayIndex virtual
property OverlayIndex: TImageIndex read write;
TImageIndex OverlayIndex { get; set; }
var OverlayIndex: TImageIndex { get{} set{} }
Property OverlayIndex() As TImageIndex
Owner virtual
property Owner: TListItems read;
TListItems Owner { get; }
var Owner: TListItems { get{} }
ReadOnly Property Owner() As TListItems
PlatformGetSelected protected Island-Windows
method PlatformGetSelected: Boolean
Boolean PlatformGetSelected()
func PlatformGetSelected() -> Boolean
Function PlatformGetSelected() As Boolean
PlatformGetSelected PlatformGetSelected(): Boolean protected virtual Toffee-macOS
method PlatformGetSelected PlatformGetSelected(): Boolean
Boolean PlatformGetSelected PlatformGetSelected( )
func PlatformGetSelected(PlatformGetSelected ) -> Boolean
Boolean PlatformGetSelected PlatformGetSelected( )
Function PlatformGetSelected PlatformGetSelected( As ) As Boolean
Parameters:
- :
PlatformSetCaption protected virtual
method PlatformSetCaption(aValue: VCLString)
void PlatformSetCaption(VCLString aValue)
func PlatformSetCaption(_ aValue: VCLString)
Sub PlatformSetCaption(aValue As VCLString)
Parameters:
- aValue:
PlatformSetSelected protected virtual
method PlatformSetSelected(aValue: Boolean)
void PlatformSetSelected(Boolean aValue)
func PlatformSetSelected(_ aValue: Boolean)
Sub PlatformSetSelected(aValue As Boolean)
Parameters:
- aValue:
Selected virtual
property Selected: Boolean read write;
Boolean Selected { get; set; }
var Selected: Boolean { get{} set{} }
Property Selected() As Boolean
StateIndex virtual
property StateIndex: TImageIndex read write;
TImageIndex StateIndex { get; set; }
var StateIndex: TImageIndex { get{} set{} }
Property StateIndex() As TImageIndex
SubItems virtual
property SubItems: TStrings read write;
TStrings SubItems { get; set; }
var SubItems: TStrings { get{} set{} }
Property SubItems() As TStrings
Top virtual
property Top: Int32 read write;
Int32 Top { get; set; }
var Top: Int32 { get{} set{} }
Property Top() As Int32
Update Island-Windows
method Update
void Update()
func Update()
Sub Update()
Update Update() virtual Toffee-macOS
method Update Update()
void Update Update( )
func Update(Update )
void Update Update( )
Sub Update Update( As )
Parameters:
- :
Caption virtual
property Caption: VCLString read write;
VCLString Caption { get; set; }
var Caption: VCLString { get{} set{} }
Property Caption() As VCLString
Checked virtual
property Checked: Boolean read write;
Boolean Checked { get; set; }
var Checked: Boolean { get{} set{} }
Property Checked() As Boolean
Data virtual
property Data: TCustomData read write;
TCustomData Data { get; set; }
var Data: TCustomData { get{} set{} }
Property Data() As TCustomData
GroupID virtual
property GroupID: Int32 read write;
Int32 GroupID { get; set; }
var GroupID: Int32 { get{} set{} }
Property GroupID() As Int32
ImageIndex virtual
property ImageIndex: TImageIndex read write;
TImageIndex ImageIndex { get; set; }
var ImageIndex: TImageIndex { get{} set{} }
Property ImageIndex() As TImageIndex
Index virtual
property Index: Int32 read write;
Int32 Index { get; set; }
var Index: Int32 { get{} set{} }
Property Index() As Int32
Left virtual
property Left: Int32 read write;
Int32 Left { get; set; }
var Left: Int32 { get{} set{} }
Property Left() As Int32
ListView virtual
property ListView: TListView read;
TListView ListView { get; }
var ListView: TListView { get{} }
ReadOnly Property ListView() As TListView
OverlayIndex virtual
property OverlayIndex: TImageIndex read write;
TImageIndex OverlayIndex { get; set; }
var OverlayIndex: TImageIndex { get{} set{} }
Property OverlayIndex() As TImageIndex
Owner virtual
property Owner: TListItems read;
TListItems Owner { get; }
var Owner: TListItems { get{} }
ReadOnly Property Owner() As TListItems
Selected virtual
property Selected: Boolean read write;
Boolean Selected { get; set; }
var Selected: Boolean { get{} set{} }
Property Selected() As Boolean
StateIndex virtual
property StateIndex: TImageIndex read write;
TImageIndex StateIndex { get; set; }
var StateIndex: TImageIndex { get{} set{} }
Property StateIndex() As TImageIndex
SubItems virtual
property SubItems: TStrings read write;
TStrings SubItems { get; set; }
var SubItems: TStrings { get{} set{} }
Property SubItems() As TStrings
Top virtual
constructor (declared in TPersistent) Island-Windows
constructor
TListItem()
init()
Sub New()
constructor (TListItems) virtual
constructor(aOwner: TListItems)
TListItem(TListItems aOwner)
init(_ aOwner: TListItems)
Sub New(aOwner As TListItems)
Parameters:
- aOwner:
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:
CancelEdit Island-Windows
method CancelEdit
void CancelEdit()
func CancelEdit()
Sub CancelEdit()
CancelEdit CancelEdit() virtual Toffee-macOS
method CancelEdit CancelEdit()
void CancelEdit CancelEdit( )
func CancelEdit(CancelEdit )
void CancelEdit CancelEdit( )
Sub CancelEdit CancelEdit( As )
Parameters:
- :
DefineProperties virtual (declared in TPersistent)
method DefineProperties(Filer: TObject)
void DefineProperties(TObject Filer)
func DefineProperties(_ Filer: TObject)
Sub DefineProperties(Filer As TObject)
Parameters:
- Filer:
Delete Island-Windows
method Delete
void Delete()
func Delete()
Sub Delete()
Delete Delete() virtual Toffee-macOS
method Delete Delete()
void Delete Delete( )
func Delete(Delete )
void Delete Delete( )
Sub Delete Delete( As )
Parameters:
- :
EditCaption Island-Windows
method EditCaption: Boolean
Boolean EditCaption()
func EditCaption() -> Boolean
Function EditCaption() As Boolean
EditCaption EditCaption(): Boolean virtual Toffee-macOS
method EditCaption EditCaption(): Boolean
Boolean EditCaption EditCaption( )
func EditCaption(EditCaption ) -> Boolean
Boolean EditCaption EditCaption( )
Function EditCaption EditCaption( As ) As Boolean
Parameters:
- :
GetMetaClass virtual Island-Windows
method GetMetaClass: class of TListItem
class of TListItem GetMetaClass()
func GetMetaClass() -> class of TListItem
Function GetMetaClass() As class of TListItem
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:
- :
MakeVisible virtual
method MakeVisible(PartialOK: Boolean)
void MakeVisible(Boolean PartialOK)
func MakeVisible(_ PartialOK: Boolean)
Sub MakeVisible(PartialOK As Boolean)
Parameters:
- PartialOK:
PlatformGetSelected protected Island-Windows
method PlatformGetSelected: Boolean
Boolean PlatformGetSelected()
func PlatformGetSelected() -> Boolean
Function PlatformGetSelected() As Boolean
PlatformGetSelected PlatformGetSelected(): Boolean protected virtual Toffee-macOS
method PlatformGetSelected PlatformGetSelected(): Boolean
Boolean PlatformGetSelected PlatformGetSelected( )
func PlatformGetSelected(PlatformGetSelected ) -> Boolean
Boolean PlatformGetSelected PlatformGetSelected( )
Function PlatformGetSelected PlatformGetSelected( As ) As Boolean
Parameters:
- :
PlatformSetCaption protected virtual
method PlatformSetCaption(aValue: VCLString)
void PlatformSetCaption(VCLString aValue)
func PlatformSetCaption(_ aValue: VCLString)
Sub PlatformSetCaption(aValue As VCLString)
Parameters:
- aValue:
PlatformSetSelected protected virtual
method PlatformSetSelected(aValue: Boolean)
void PlatformSetSelected(Boolean aValue)
func PlatformSetSelected(_ aValue: Boolean)
Sub PlatformSetSelected(aValue As Boolean)
Parameters:
- aValue:
Update Island-Windows
method Update
void Update()
func Update()
Sub Update()
Update Update() virtual Toffee-macOS
method Update Update()
void Update Update( )
func Update(Update )
void Update Update( )
Sub Update Update( As )
Parameters:
- :