TListView

Overview

Location

 

constructor    (declared in TPersistent) Island-Windows

 

constructor

 

TListView()

 

init()

 

Sub New()

constructor (TComponent)

 

constructor(aOwner: TComponent)

 

TListView(TComponent aOwner)

 

init(_ aOwner: TComponent)

 

Sub New(aOwner As TComponent)

Parameters:

  • aOwner:

AddItem (DelphiString, TObject)  override

 

method AddItem(aItem: DelphiString; aObject: TObject)

 

void AddItem(DelphiString aItem, TObject aObject)

 

func AddItem(_ aItem: DelphiString, _ aObject: TObject)

 

Sub AddItem(aItem As DelphiString, aObject As TObject)

Parameters:

  • aItem:
  • aObject:

AddItem (DelphiString, TObject)  virtual abstract    (declared in TListControl)

 

method AddItem(Item: DelphiString; aObject: TObject)

 

void AddItem(DelphiString Item, TObject aObject)

 

func AddItem(_ Item: DelphiString, _ aObject: TObject)

 

Sub AddItem(Item As DelphiString, aObject As TObject)

Parameters:

  • Item:
  • aObject:

Align  virtual    (declared in TControl)

 

property Align: TAlign read write;

 

TAlign Align { get; set; }

 

var Align: TAlign { get{} set{} }

 

Property Align() As TAlign

AlignControl  virtual    (declared in TNativeControl)

 

method AlignControl(aControl: TControl)

 

void AlignControl(TControl aControl)

 

func AlignControl(_ aControl: TControl)

 

Sub AlignControl(aControl As TControl)

Parameters:

  • aControl:

AlignControls  virtual    (declared in TNativeControl)

 

method AlignControls(aControl: TControl; var Rect: TRect)

 

void AlignControls(TControl aControl, ref TRect Rect)

 

func AlignControls(_ aControl: TControl, _ Rect: inout TRect)

 

Sub AlignControls(aControl As TControl, ByRef Rect As TRect)

Parameters:

  • aControl:
  • Rect:

AlignWithMargins  virtual    (declared in TControl)

 

property AlignWithMargins: Boolean read write;

 

Boolean AlignWithMargins { get; set; }

 

var AlignWithMargins: Boolean { get{} set{} }

 

Property AlignWithMargins() As Boolean

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:

Caption  virtual    (declared in TControl)

 

property Caption: VCLString read write;

 

VCLString Caption { get; set; }

 

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

 

Property Caption() As VCLString

Change  protected virtual

 

method Change(Item: TListItem; aChange: Int32)

 

void Change(TListItem Item, Int32 aChange)

 

func Change(_ Item: TListItem, _ aChange: Int32)

 

Sub Change(Item As TListItem, aChange As Int32)

Parameters:

  • Item:
  • aChange:

Changed  protected virtual    (declared in TControl)

 

method Changed(aObject: TObject; propName: String)

 

void Changed(TObject aObject, String propName)

 

func Changed(_ aObject: TObject, _ propName: String)

 

Sub Changed(aObject As TObject, propName As String)

Parameters:

  • aObject:
  • propName:

Clear  override

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

ClearSelection  override

 

method ClearSelection

 

void ClearSelection()

 

func ClearSelection()

 

Sub ClearSelection()

Click  protected virtual    (declared in TControl)

 

method Click

 

void Click()

 

func Click()

 

Sub Click()

ClientHeight  virtual    (declared in TControl)

 

property ClientHeight: Int32 read write;

 

Int32 ClientHeight { get; set; }

 

var ClientHeight: Int32 { get{} set{} }

 

Property ClientHeight() As Int32

ClientWidth  virtual    (declared in TControl)

 

property ClientWidth: Int32 read write;

 

Int32 ClientWidth { get; set; }

 

var ClientWidth: Int32 { get{} set{} }

 

Property ClientWidth() As Int32

CNNotify  protected Island-Windows

 

method CNNotify(var aMessage: TMessage)

 

void CNNotify(ref TMessage aMessage)

 

func CNNotify(_ aMessage: inout TMessage)

 

Sub CNNotify(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

ColClick  protected virtual

 

method ColClick(aColumn: TListColumn)

 

void ColClick(TListColumn aColumn)

 

func ColClick(_ aColumn: TListColumn)

 

Sub ColClick(aColumn As TListColumn)

Parameters:

  • aColumn:

Color  virtual    (declared in TControl)

 

property Color: TColor read write;

 

TColor Color { get; set; }

 

var Color: TColor { get{} set{} }

 

Property Color() As TColor

Column  virtual

 

property Column[aIndex: Int32]: TListColumn read;

 

TListColumn Column[Int32 aIndex] { get; }

 

subscript Column(_ aIndex: Int32) -> TListColumn { get{} }

 

ReadOnly Property Column(aIndex As Int32) As TListColumn

Columns  virtual

 

property Columns: TListColumns read write;

 

TListColumns Columns { get; set; }

 

var Columns: TListColumns { get{} set{} }

 

Property Columns() As TListColumns

ColumnsShowing  protected virtual

 

method ColumnsShowing: Boolean

 

Boolean ColumnsShowing()

 

func ColumnsShowing() -> Boolean

 

Function ColumnsShowing() As Boolean

ComponentState  virtual    (declared in TComponent)

 

property ComponentState: TComponentState read;

 

TComponentState ComponentState { get; }

 

var ComponentState: TComponentState { get{} }

 

ReadOnly Property ComponentState() As TComponentState

ControlFromHandle  protected    (declared in TNativeControl) Island-Windows

 

method ControlFromHandle(aHandle: HWND): TNativeControl

 

TNativeControl ControlFromHandle(HWND aHandle)

 

func ControlFromHandle(_ aHandle: HWND) -> TNativeControl

 

Function ControlFromHandle(aHandle As HWND) As TNativeControl

Parameters:

  • aHandle:

Controls  virtual    (declared in TControl)

 

property Controls: TList<TControl> read;

 

TList<TControl> Controls { get; }

 

var Controls: TList<TControl> { get{} }

 

ReadOnly Property Controls() As TList<TControl>

CreateClass  protected    (declared in TNativeControl) Island-Windows

 

method CreateClass(var aParams: TCreateParams)

 

void CreateClass(ref TCreateParams aParams)

 

func CreateClass(_ aParams: inout TCreateParams)

 

Sub CreateClass(ByRef aParams As TCreateParams)

Parameters:

  • aParams:

CreateHandle  protected override Toffee-macOS

 

method CreateHandle CreateHandle()

 

void CreateHandle CreateHandle( )

 

func CreateHandle(CreateHandle )

 

void CreateHandle CreateHandle( )

 

Sub CreateHandle CreateHandle( As )

Parameters:

  • :

CreateListItem  protected virtual

 

method CreateListItem: TListItem

 

TListItem CreateListItem()

 

func CreateListItem() -> TListItem

 

Function CreateListItem() As TListItem

CreateListItems  protected virtual

 

method CreateListItems: TListItems

 

TListItems CreateListItems()

 

func CreateListItems() -> TListItems

 

Function CreateListItems() As TListItems

CreateParams  protected override virtual Island-Windows

 

method CreateParams(var aParams: TCreateParams)

 

void CreateParams(ref TCreateParams aParams)

 

func CreateParams(_ aParams: inout TCreateParams)

 

Sub CreateParams(ByRef aParams As TCreateParams)

Parameters:

  • aParams:

CreateWindowHandle  protected virtual    (declared in TNativeControl) Island-Windows

 

method CreateWindowHandle(aParams: TCreateParams)

 

void CreateWindowHandle(TCreateParams aParams)

 

func CreateWindowHandle(_ aParams: TCreateParams)

 

Sub CreateWindowHandle(aParams As TCreateParams)

Parameters:

  • aParams:

CreateWnd  protected override virtual Island-Windows

 

method CreateWnd

 

void CreateWnd()

 

func CreateWnd()

 

Sub CreateWnd()

CurrentPPI    (declared in TControl) Island-Windows

 

property CurrentPPI: Int32 read;

 

Int32 CurrentPPI { get; }

 

var CurrentPPI: Int32 { get{} }

 

ReadOnly Property CurrentPPI() As Int32

DefaultHandler  protected override virtual    (declared in TNativeControl) Island-Windows

 

method DefaultHandler(var aMessage: TMessage)

 

void DefaultHandler(ref TMessage aMessage)

 

func DefaultHandler(_ aMessage: inout TMessage)

 

Sub DefaultHandler(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

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  protected virtual

 

method Delete(Item: TListItem)

 

void Delete(TListItem Item)

 

func Delete(_ Item: TListItem)

 

Sub Delete(Item As TListItem)

Parameters:

  • Item:

DeleteSelected  override

 

method DeleteSelected

 

void DeleteSelected()

 

func DeleteSelected()

 

Sub DeleteSelected()

DoAlign  protected virtual    (declared in TNativeControl)

 

method DoAlign(aAlign: TAlign; var aRect: TRect)

 

void DoAlign(TAlign aAlign, ref TRect aRect)

 

func DoAlign(_ aAlign: TAlign, _ aRect: inout TRect)

 

Sub DoAlign(aAlign As TAlign, ByRef aRect As TRect)

Parameters:

  • aAlign:
  • aRect:

DoEnter  protected virtual    (declared in TNativeControl)

 

method DoEnter

 

void DoEnter()

 

func DoEnter()

 

Sub DoEnter()

DoExit  protected virtual    (declared in TNativeControl)

 

method DoExit

 

void DoExit()

 

func DoExit()

 

Sub DoExit()

DoSelectItem  protected virtual

 

method DoSelectItem(aItem: TListItem; aSelected: Boolean)

 

void DoSelectItem(TListItem aItem, Boolean aSelected)

 

func DoSelectItem(_ aItem: TListItem, _ aSelected: Boolean)

 

Sub DoSelectItem(aItem As TListItem, aSelected As Boolean)

Parameters:

  • aItem:
  • aSelected:

ExplicitHeight  virtual    (declared in TControl)

 

property ExplicitHeight: Int32 read write;

 

Int32 ExplicitHeight { get; set; }

 

var ExplicitHeight: Int32 { get{} set{} }

 

Property ExplicitHeight() As Int32

ExplicitLeft  virtual    (declared in TControl)

 

property ExplicitLeft: Int32 read write;

 

Int32 ExplicitLeft { get; set; }

 

var ExplicitLeft: Int32 { get{} set{} }

 

Property ExplicitLeft() As Int32

ExplicitTop  virtual    (declared in TControl)

 

property ExplicitTop: Int32 read write;

 

Int32 ExplicitTop { get; set; }

 

var ExplicitTop: Int32 { get{} set{} }

 

Property ExplicitTop() As Int32

ExplicitWidth  virtual    (declared in TControl)

 

property ExplicitWidth: Int32 read write;

 

Int32 ExplicitWidth { get; set; }

 

var ExplicitWidth: Int32 { get{} set{} }

 

Property ExplicitWidth() As Int32

FindCaption  virtual

 

method FindCaption(StartIndex: Int32; Value: String; Partial: Boolean; Inclusive: Boolean; Wrap: Boolean): TListItem

 

TListItem FindCaption(Int32 StartIndex, String Value, Boolean Partial, Boolean Inclusive, Boolean Wrap)

 

func FindCaption(_ StartIndex: Int32, _ Value: String, _ Partial: Boolean, _ Inclusive: Boolean, _ Wrap: Boolean) -> TListItem

 

Function FindCaption(StartIndex As Int32, Value As String, Partial As Boolean, Inclusive As Boolean, Wrap As Boolean) As TListItem

Parameters:

  • StartIndex:
  • Value:
  • Partial:
  • Inclusive:
  • Wrap:

Font  virtual    (declared in TControl)

 

property Font: TFont read write;

 

TFont Font { get; set; }

 

var Font: TFont { get{} set{} }

 

Property Font() As TFont

GetClientHeight  protected virtual    (declared in TControl)

 

method GetClientHeight: Int32

 

Int32 GetClientHeight()

 

func GetClientHeight() -> Int32

 

Function GetClientHeight() As Int32

GetClientWidth  protected virtual    (declared in TControl)

 

method GetClientWidth: Int32

 

Int32 GetClientWidth()

 

func GetClientWidth() -> Int32

 

Function GetClientWidth() As Int32

GetCount  override

 

method GetCount: Int32

 

Int32 GetCount()

 

func GetCount() -> Int32

 

Function GetCount() As Int32

GetDefaultName  protected    (declared in TControl) Island-Windows

 

method GetDefaultName: String

 

String GetDefaultName()

 

func GetDefaultName() -> String

 

Function GetDefaultName() As String

GetDesignPPI  protected    (declared in TControl) Island-Windows

 

method GetDesignPPI: Int32

 

Int32 GetDesignPPI()

 

func GetDesignPPI() -> Int32

 

Function GetDesignPPI() As Int32

GetItemAt  virtual

 

method GetItemAt(X: Int32; Y: Int32): TListItem

 

TListItem GetItemAt(Int32 X, Int32 Y)

 

func GetItemAt(_ X: Int32, _ Y: Int32) -> TListItem

 

Function GetItemAt(X As Int32, Y As Int32) As TListItem

Parameters:

  • X:
  • Y:

GetItemIndex  protected override

 

method GetItemIndex: Int32

 

Int32 GetItemIndex()

 

func GetItemIndex() -> Int32

 

Function GetItemIndex() As Int32

GetItemIndex (TListItem): Int32  protected virtual

 

method GetItemIndex(Value: TListItem): Int32

 

Int32 GetItemIndex(TListItem Value)

 

func GetItemIndex(_ Value: TListItem) -> Int32

 

Function GetItemIndex(Value As TListItem) As Int32

Parameters:

  • Value:

GetListColumnsClass  protected virtual

 

method GetListColumnsClass: TListColumnClass

 

TListColumnClass GetListColumnsClass()

 

func GetListColumnsClass() -> TListColumnClass

 

Function GetListColumnsClass() As TListColumnClass

GetNamePath  virtual    (declared in TPersistent)

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

Function GetNamePath() As DelphiString

GetOwner  protected virtual    (declared in TPersistent)

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

Function GetOwner() As TPersistent

GetParentForm    (declared in TControl) Island-Windows

 

method GetParentForm: TCustomForm

 

TCustomForm GetParentForm()

 

func GetParentForm() -> TCustomForm

 

Function GetParentForm() As TCustomForm

GetSearchString  virtual

 

method GetSearchString: String

 

String GetSearchString()

 

func GetSearchString() -> String

 

Function GetSearchString() As String

GetSelCount  protected override

 

method GetSelCount: Int32

 

Int32 GetSelCount()

 

func GetSelCount() -> Int32

 

Function GetSelCount() As Int32

GetSpecialKeysStatus  protected    (declared in TNativeControl) Island-Windows

 

method GetSpecialKeysStatus: TShiftState

 

TShiftState GetSpecialKeysStatus()

 

func GetSpecialKeysStatus() -> TShiftState

 

Function GetSpecialKeysStatus() As TShiftState

Handle  virtual    (declared in TControl)

 

property Handle: TPlatformHandle read;

 

TPlatformHandle Handle { get; }

 

var Handle: TPlatformHandle { get{} }

 

ReadOnly Property Handle() As TPlatformHandle

HandleAllocated  protected virtual    (declared in TControl)

 

method HandleAllocated: Boolean

 

Boolean HandleAllocated()

 

func HandleAllocated() -> Boolean

 

Function HandleAllocated() As Boolean

HandleNeeded  protected virtual    (declared in TControl)

 

method HandleNeeded

 

void HandleNeeded()

 

func HandleNeeded()

 

Sub HandleNeeded()

Height  virtual    (declared in TControl)

 

property Height: Int32 read write;

 

Int32 Height { get; set; }

 

var Height: Int32 { get{} set{} }

 

Property Height() As Int32

HideSelection  protected virtual

 

property HideSelection: Boolean read write;

 

Boolean HideSelection { get; set; }

 

var HideSelection: Boolean { get{} set{} }

 

Property HideSelection() As Boolean

InsertControl  virtual    (declared in TControl)

 

method InsertControl(aControl: TControl)

 

void InsertControl(TControl aControl)

 

func InsertControl(_ aControl: TControl)

 

Sub InsertControl(aControl As TControl)

Parameters:

  • aControl:

InsertItem  protected virtual

 

method InsertItem(Item: TListItem)

 

void InsertItem(TListItem Item)

 

func InsertItem(_ Item: TListItem)

 

Sub InsertItem(Item As TListItem)

Parameters:

  • Item:

IsEditing  virtual

 

method IsEditing: Boolean

 

Boolean IsEditing()

 

func IsEditing() -> Boolean

 

Function IsEditing() As Boolean

IsUpdating  virtual

 

property IsUpdating: Boolean read;

 

Boolean IsUpdating { get; }

 

var IsUpdating: Boolean { get{} }

 

ReadOnly Property IsUpdating() As Boolean

ItemFocused  virtual

 

property ItemFocused: TListItem read write;

 

TListItem ItemFocused { get; set; }

 

var ItemFocused: TListItem { get{} set{} }

 

Property ItemFocused() As TListItem

ItemIndex  virtual    (declared in TListControl)

 

property ItemIndex: Int32 read write;

 

Int32 ItemIndex { get; set; }

 

var ItemIndex: Int32 { get{} set{} }

 

Property ItemIndex() As Int32

Items  virtual

 

property Items: TListItems read write;

 

TListItems Items { get; set; }

 

var Items: TListItems { get{} set{} }

 

Property Items() As TListItems

Left  virtual    (declared in TControl)

 

property Left: Int32 read write;

 

Int32 Left { get; set; }

 

var Left: Int32 { get{} set{} }

 

Property Left() As Int32

Loaded  override

 

method Loaded

 

void Loaded()

 

func Loaded()

 

Sub Loaded()

Margins  virtual    (declared in TControl)

 

property Margins: TMargins read write;

 

TMargins Margins { get; set; }

 

var Margins: TMargins { get{} set{} }

 

Property Margins() As TMargins

MouseDown  protected virtual    (declared in TControl)

 

method MouseDown(aButton: TMouseButton; aShift: TShiftState; X: Int32; Y: Int32)

 

void MouseDown(TMouseButton aButton, TShiftState aShift, Int32 X, Int32 Y)

 

func MouseDown(_ aButton: TMouseButton, _ aShift: TShiftState, _ X: Int32, _ Y: Int32)

 

Sub MouseDown(aButton As TMouseButton, aShift As TShiftState, X As Int32, Y As Int32)

Parameters:

  • aButton:
  • aShift:
  • X:
  • Y:

MultiSelect  protected virtual

 

property MultiSelect: Boolean read write;

 

Boolean MultiSelect { get; set; }

 

var MultiSelect: Boolean { get{} set{} }

 

Property MultiSelect() As Boolean

Name  virtual    (declared in TComponent)

 

property Name: String read write;

 

String Name { get; set; }

 

var Name: String { get{} set{} }

 

Property Name() As String

Notification  protected virtual    (declared in TControl)

 

method Notification(aComponent: TComponent; aOperation: TOperation)

 

void Notification(TComponent aComponent, TOperation aOperation)

 

func Notification(_ aComponent: TComponent, _ aOperation: TOperation)

 

Sub Notification(aComponent As TComponent, aOperation As TOperation)

Parameters:

  • aComponent:
  • aOperation:

OnChange  protected virtual

 

property OnChange: TLVChangeEvent read write;

 

TLVChangeEvent OnChange { get; set; }

 

var OnChange: TLVChangeEvent { get{} set{} }

 

Property OnChange() As TLVChangeEvent

OnClick  virtual    (declared in TControl)

 

property OnClick: TNotifyEvent read write;

 

TNotifyEvent OnClick { get; set; }

 

var OnClick: TNotifyEvent { get{} set{} }

 

Property OnClick() As TNotifyEvent

OnEnter  virtual    (declared in TNativeControl)

 

property OnEnter: TNotifyEvent read write;

 

TNotifyEvent OnEnter { get; set; }

 

var OnEnter: TNotifyEvent { get{} set{} }

 

Property OnEnter() As TNotifyEvent

OnExit  virtual    (declared in TNativeControl)

 

property OnExit: TNotifyEvent read write;

 

TNotifyEvent OnExit { get; set; }

 

var OnExit: TNotifyEvent { get{} set{} }

 

Property OnExit() As TNotifyEvent

OnKeyDown  virtual    (declared in TControl)

 

property OnKeyDown: TKeyEvent read write;

 

TKeyEvent OnKeyDown { get; set; }

 

var OnKeyDown: TKeyEvent { get{} set{} }

 

Property OnKeyDown() As TKeyEvent

OnKeyPress  virtual    (declared in TControl)

 

property OnKeyPress: TKeyPressEvent read write;

 

TKeyPressEvent OnKeyPress { get; set; }

 

var OnKeyPress: TKeyPressEvent { get{} set{} }

 

Property OnKeyPress() As TKeyPressEvent

OnKeyUp  virtual    (declared in TControl)

 

property OnKeyUp: TKeyEvent read write;

 

TKeyEvent OnKeyUp { get; set; }

 

var OnKeyUp: TKeyEvent { get{} set{} }

 

Property OnKeyUp() As TKeyEvent

OnSelectItem  protected virtual

 

property OnSelectItem: TLVSelectItemEvent read write;

 

TLVSelectItemEvent OnSelectItem { get; set; }

 

var OnSelectItem: TLVSelectItemEvent { get{} set{} }

 

Property OnSelectItem() As TLVSelectItemEvent

Owner  virtual    (declared in TComponent)

 

property Owner: TComponent read write;

 

TComponent Owner { get; set; }

 

var Owner: TComponent { get{} set{} }

 

Property Owner() As TComponent

Padding  virtual    (declared in TNativeControl)

 

property Padding: TPadding read write;

 

TPadding Padding { get; set; }

 

var Padding: TPadding { get{} set{} }

 

Property Padding() As TPadding

Parent  virtual    (declared in TControl)

 

property Parent: TNativeControl read write;

 

TNativeControl Parent { get; set; }

 

var Parent: TNativeControl { get{} set{} }

 

Property Parent() As TNativeControl

ParentFont  virtual    (declared in TControl)

 

property ParentFont: Boolean read write;

 

Boolean ParentFont { get; set; }

 

var ParentFont: Boolean { get{} set{} }

 

Property ParentFont() As Boolean

Perform (UInt32, WPARAM, LPARAM): LRESULT    (declared in TControl) Island-Windows

 

method Perform(aMessage: UInt32; wParam: WPARAM; lParam: LPARAM): LRESULT

 

LRESULT Perform(UInt32 aMessage, WPARAM wParam, LPARAM lParam)

 

func Perform(_ aMessage: UInt32, _ wParam: WPARAM, _ lParam: LPARAM) -> LRESULT

 

Function Perform(aMessage As UInt32, wParam As WPARAM, lParam As LPARAM) As LRESULT

Parameters:

  • aMessage:
  • wParam:
  • lParam:

Perform (TMessage)    (declared in TControl) Island-Windows

 

method Perform(var aMessage: TMessage)

 

void Perform(ref TMessage aMessage)

 

func Perform(_ aMessage: inout TMessage)

 

Sub Perform(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

PlatformApplyDefaults  protected virtual    (declared in TControl)

 

method PlatformApplyDefaults

 

void PlatformApplyDefaults()

 

func PlatformApplyDefaults()

 

Sub PlatformApplyDefaults()

PlatformFontChanged  protected override virtual    (declared in TNativeControl) Island-Windows

 

method PlatformFontChanged

 

void PlatformFontChanged()

 

func PlatformFontChanged()

 

Sub PlatformFontChanged()

PlatformGetCaption  protected virtual    (declared in TControl)

 

method PlatformGetCaption: VCLString

 

VCLString PlatformGetCaption()

 

func PlatformGetCaption() -> VCLString

 

Function PlatformGetCaption() As VCLString

PlatformGetDefaultName  protected virtual    (declared in TControl)

 

method PlatformGetDefaultName: String

 

String PlatformGetDefaultName()

 

func PlatformGetDefaultName() -> String

 

Function PlatformGetDefaultName() As String

PlatformInitControl  protected virtual    (declared in TControl)

 

method PlatformInitControl

 

void PlatformInitControl()

 

func PlatformInitControl()

 

Sub PlatformInitControl()

PlatformNativeCreated  protected virtual    (declared in TNativeControl)

 

method PlatformNativeCreated

 

void PlatformNativeCreated()

 

func PlatformNativeCreated()

 

Sub PlatformNativeCreated()

PlatformRefreshContent  virtual

 

method PlatformRefreshContent

 

void PlatformRefreshContent()

 

func PlatformRefreshContent()

 

Sub PlatformRefreshContent()

PlatformSetCaption  protected virtual    (declared in TControl)

 

method PlatformSetCaption(aValue: VCLString)

 

void PlatformSetCaption(VCLString aValue)

 

func PlatformSetCaption(_ aValue: VCLString)

 

Sub PlatformSetCaption(aValue As VCLString)

Parameters:

  • aValue:

PlatformSetColor  protected virtual    (declared in TControl)

 

method PlatformSetColor(aValue: TColor)

 

void PlatformSetColor(TColor aValue)

 

func PlatformSetColor(_ aValue: TColor)

 

Sub PlatformSetColor(aValue As TColor)

Parameters:

  • aValue:

PlatformSetHeight  protected virtual    (declared in TControl)

 

method PlatformSetHeight(aValue: Int32)

 

void PlatformSetHeight(Int32 aValue)

 

func PlatformSetHeight(_ aValue: Int32)

 

Sub PlatformSetHeight(aValue As Int32)

Parameters:

  • aValue:

PlatformSetLeft  protected virtual    (declared in TControl)

 

method PlatformSetLeft(aValue: Int32)

 

void PlatformSetLeft(Int32 aValue)

 

func PlatformSetLeft(_ aValue: Int32)

 

Sub PlatformSetLeft(aValue As Int32)

Parameters:

  • aValue:

PlatformSetOnClick  protected virtual    (declared in TControl)

 

method PlatformSetOnClick(aValue: TNotifyEvent)

 

void PlatformSetOnClick(TNotifyEvent aValue)

 

func PlatformSetOnClick(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnClick(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnEnter  protected virtual    (declared in TNativeControl)

 

method PlatformSetOnEnter(aValue: TNotifyEvent)

 

void PlatformSetOnEnter(TNotifyEvent aValue)

 

func PlatformSetOnEnter(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnEnter(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnExit  protected virtual    (declared in TNativeControl)

 

method PlatformSetOnExit(aValue: TNotifyEvent)

 

void PlatformSetOnExit(TNotifyEvent aValue)

 

func PlatformSetOnExit(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnExit(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnKeyDown  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyDown(aValue: TKeyEvent)

 

void PlatformSetOnKeyDown(TKeyEvent aValue)

 

func PlatformSetOnKeyDown(_ aValue: TKeyEvent)

 

Sub PlatformSetOnKeyDown(aValue As TKeyEvent)

Parameters:

  • aValue:

PlatformSetOnKeyPress  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyPress(aValue: TKeyPressEvent)

 

void PlatformSetOnKeyPress(TKeyPressEvent aValue)

 

func PlatformSetOnKeyPress(_ aValue: TKeyPressEvent)

 

Sub PlatformSetOnKeyPress(aValue As TKeyPressEvent)

Parameters:

  • aValue:

PlatformSetOnKeyUp  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyUp(aValue: TKeyEvent)

 

void PlatformSetOnKeyUp(TKeyEvent aValue)

 

func PlatformSetOnKeyUp(_ aValue: TKeyEvent)

 

Sub PlatformSetOnKeyUp(aValue As TKeyEvent)

Parameters:

  • aValue:

PlatformSetParent  protected virtual    (declared in TControl)

 

method PlatformSetParent(aValue: TControl)

 

void PlatformSetParent(TControl aValue)

 

func PlatformSetParent(_ aValue: TControl)

 

Sub PlatformSetParent(aValue As TControl)

Parameters:

  • aValue:

PlatformSetRowSelect  protected virtual

 

method PlatformSetRowSelect(aValue: Boolean)

 

void PlatformSetRowSelect(Boolean aValue)

 

func PlatformSetRowSelect(_ aValue: Boolean)

 

Sub PlatformSetRowSelect(aValue As Boolean)

Parameters:

  • aValue:

PlatformSetTabOrder  protected virtual    (declared in TControl)

 

method PlatformSetTabOrder(aValue: Int32)

 

void PlatformSetTabOrder(Int32 aValue)

 

func PlatformSetTabOrder(_ aValue: Int32)

 

Sub PlatformSetTabOrder(aValue As Int32)

Parameters:

  • aValue:

PlatformSetTabStop  protected virtual    (declared in TNativeControl) Island-Windows

 

method PlatformSetTabStop(value: Boolean)

 

void PlatformSetTabStop(Boolean value)

 

func PlatformSetTabStop(_ value: Boolean)

 

Sub PlatformSetTabStop(value As Boolean)

Parameters:

  • value:

PlatformSetTapStop  protected virtual    (declared in TNativeControl)

 

method PlatformSetTapStop(value: Boolean)

 

void PlatformSetTapStop(Boolean value)

 

func PlatformSetTapStop(_ value: Boolean)

 

Sub PlatformSetTapStop(value As Boolean)

Parameters:

  • value:

PlatformSetTop  protected virtual    (declared in TControl)

 

method PlatformSetTop(aValue: Int32)

 

void PlatformSetTop(Int32 aValue)

 

func PlatformSetTop(_ aValue: Int32)

 

Sub PlatformSetTop(aValue As Int32)

Parameters:

  • aValue:

PlatformSetViewStyle  protected virtual

 

method PlatformSetViewStyle(aValue: TViewStyle)

 

void PlatformSetViewStyle(TViewStyle aValue)

 

func PlatformSetViewStyle(_ aValue: TViewStyle)

 

Sub PlatformSetViewStyle(aValue As TViewStyle)

Parameters:

  • aValue:

PlatformSetVisible  protected virtual    (declared in TControl)

 

method PlatformSetVisible(aValue: Boolean)

 

void PlatformSetVisible(Boolean aValue)

 

func PlatformSetVisible(_ aValue: Boolean)

 

Sub PlatformSetVisible(aValue As Boolean)

Parameters:

  • aValue:

PlatformSetWidth  protected virtual    (declared in TControl)

 

method PlatformSetWidth(aValue: Int32)

 

void PlatformSetWidth(Int32 aValue)

 

func PlatformSetWidth(_ aValue: Int32)

 

Sub PlatformSetWidth(aValue As Int32)

Parameters:

  • aValue:

ReadOnly  protected virtual

 

property ReadOnly: Boolean read write;

 

Boolean ReadOnly { get; set; }

 

var ReadOnly: Boolean { get{} set{} }

 

Property ReadOnly() As Boolean

RefreshContent  virtual Toffee-macOS

 

method RefreshContent RefreshContent()

 

void RefreshContent RefreshContent( )

 

func RefreshContent(RefreshContent )

 

void RefreshContent RefreshContent( )

 

Sub RefreshContent RefreshContent( As )

Parameters:

  • :

RemoveComponentState  virtual    (declared in TComponent)

 

method RemoveComponentState(aState: TComponentStateEnum)

 

void RemoveComponentState(TComponentStateEnum aState)

 

func RemoveComponentState(_ aState: TComponentStateEnum)

 

Sub RemoveComponentState(aState As TComponentStateEnum)

Parameters:

  • aState:

RequestAlign  protected virtual    (declared in TControl)

 

method RequestAlign

 

void RequestAlign()

 

func RequestAlign()

 

Sub RequestAlign()

RowSelect  virtual

 

property RowSelect: Boolean read write;

 

Boolean RowSelect { get; set; }

 

var RowSelect: Boolean { get{} set{} }

 

Property RowSelect() As Boolean

ScaleForPPI  virtual    (declared in TControl) Island-Windows

 

method ScaleForPPI(newPPI: Int32)

 

void ScaleForPPI(Int32 newPPI)

 

func ScaleForPPI(_ newPPI: Int32)

 

Sub ScaleForPPI(newPPI As Int32)

Parameters:

  • newPPI:

Scroll  virtual

 

method Scroll(DX: Int32; DY: Int32)

 

void Scroll(Int32 DX, Int32 DY)

 

func Scroll(_ DX: Int32, _ DY: Int32)

 

Sub Scroll(DX As Int32, DY As Int32)

Parameters:

  • DX:
  • DY:

SelCount  virtual

 

property SelCount: Int32 read;

 

Int32 SelCount { get; }

 

var SelCount: Int32 { get{} }

 

ReadOnly Property SelCount() As Int32

SelectAll  override

 

method SelectAll

 

void SelectAll()

 

func SelectAll()

 

Sub SelectAll()

Selected  virtual

 

property Selected: TListItem read write;

 

TListItem Selected { get; set; }

 

var Selected: TListItem { get{} set{} }

 

Property Selected() As TListItem

SetClientHeight  protected virtual    (declared in TControl) Island-Windows

 

method SetClientHeight(aValue: Int32)

 

void SetClientHeight(Int32 aValue)

 

func SetClientHeight(_ aValue: Int32)

 

Sub SetClientHeight(aValue As Int32)

Parameters:

  • aValue:

SetClientWidth  protected virtual    (declared in TControl) Island-Windows

 

method SetClientWidth(aValue: Int32)

 

void SetClientWidth(Int32 aValue)

 

func SetClientWidth(_ aValue: Int32)

 

Sub SetClientWidth(aValue As Int32)

Parameters:

  • aValue:

SetComponentState  virtual    (declared in TComponent)

 

method SetComponentState(aState: TComponentStateEnum)

 

void SetComponentState(TComponentStateEnum aState)

 

func SetComponentState(_ aState: TComponentStateEnum)

 

Sub SetComponentState(aState As TComponentStateEnum)

Parameters:

  • aState:

setItemIndex  override Toffee-macOS

 

method setItemIndex(aValue: Int32)

 

void setItemIndex(Int32 aValue)

 

func setItemIndex(_ aValue: Int32)

 

void setItemIndex(Int32 aValue)

 

Sub setItemIndex(aValue As Int32)

Parameters:

  • aValue:

SetMultiSelect (Boolean)  protected virtual abstract    (declared in TMultiSelectListControl) Island-Windows

 

method SetMultiSelect(aValue: Boolean)

 

void SetMultiSelect(Boolean aValue)

 

func SetMultiSelect(_ aValue: Boolean)

 

Sub SetMultiSelect(aValue As Boolean)

Parameters:

  • aValue:

SetMultiSelect (Boolean)  protected override virtual Island-Windows

 

method SetMultiSelect(Value: Boolean)

 

void SetMultiSelect(Boolean Value)

 

func SetMultiSelect(_ Value: Boolean)

 

Sub SetMultiSelect(Value As Boolean)

Parameters:

  • Value:

SetViewStyle  protected virtual Island-Windows

 

method SetViewStyle(aValue: TViewStyle)

 

void SetViewStyle(TViewStyle aValue)

 

func SetViewStyle(_ aValue: TViewStyle)

 

Sub SetViewStyle(aValue As TViewStyle)

Parameters:

  • aValue:

Show  virtual    (declared in TControl)

 

method Show

 

void Show()

 

func Show()

 

Sub Show()

ShowColumnHeaders  protected virtual

 

property ShowColumnHeaders: Boolean read write;

 

Boolean ShowColumnHeaders { get; set; }

 

var ShowColumnHeaders: Boolean { get{} set{} }

 

Property ShowColumnHeaders() As Boolean

TabOrder  virtual    (declared in TControl)

 

property TabOrder: Int32 read write;

 

Int32 TabOrder { get; set; }

 

var TabOrder: Int32 { get{} set{} }

 

Property TabOrder() As Int32

TabStop  virtual    (declared in TNativeControl)

 

property TabStop: Boolean read write;

 

Boolean TabStop { get; set; }

 

var TabStop: Boolean { get{} set{} }

 

Property TabStop() As Boolean

Top  virtual    (declared in TControl)

 

property Top: Int32 read write;

 

Int32 Top { get; set; }

 

var Top: Int32 { get{} set{} }

 

Property Top() As Int32

UnderlyingHandle    (declared in TControl)

 

var UnderlyingHandle: TPlatformHandle;

 

TPlatformHandle UnderlyingHandle

 

var UnderlyingHandle: TPlatformHandle

 

FIELD UnderlyingHandle() As TPlatformHandle

UpdateColumn  protected virtual

 

method UpdateColumn(AnIndex: Int32)

 

void UpdateColumn(Int32 AnIndex)

 

func UpdateColumn(_ AnIndex: Int32)

 

Sub UpdateColumn(AnIndex As Int32)

Parameters:

  • AnIndex:

UpdateColumns  protected virtual

 

method UpdateColumns

 

void UpdateColumns()

 

func UpdateColumns()

 

Sub UpdateColumns()

ViewStyle  virtual

 

property ViewStyle: TViewStyle read write;

 

TViewStyle ViewStyle { get; set; }

 

var ViewStyle: TViewStyle { get{} set{} }

 

Property ViewStyle() As TViewStyle

Visible  virtual    (declared in TControl)

 

property Visible: Boolean read write;

 

Boolean Visible { get; set; }

 

var Visible: Boolean { get{} set{} }

 

Property Visible() As Boolean

WantMessage  protected virtual    (declared in TControl) Island-Windows

 

method WantMessage(var aMessage: TMessage): Boolean

 

Boolean WantMessage(ref TMessage aMessage)

 

func WantMessage(_ aMessage: inout TMessage) -> Boolean

 

Function WantMessage(ByRef aMessage As TMessage) As Boolean

Parameters:

  • aMessage:

Width  virtual    (declared in TControl)

 

property Width: Int32 read write;

 

Int32 Width { get; set; }

 

var Width: Int32 { get{} set{} }

 

Property Width() As Int32

WindowProc    (declared in TControl) Island-Windows

 

property WindowProc: TWndMethod read write;

 

TWndMethod WindowProc { get; set; }

 

var WindowProc: TWndMethod { get{} set{} }

 

Property WindowProc() As TWndMethod

WMCommand  protected    (declared in TNativeControl) Island-Windows

 

method WMCommand(var aMessage: TMessage)

 

void WMCommand(ref TMessage aMessage)

 

func WMCommand(_ aMessage: inout TMessage)

 

Sub WMCommand(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

WMNotify  protected    (declared in TNativeControl) Island-Windows

 

method WMNotify(var aMessage: TMessage)

 

void WMNotify(ref TMessage aMessage)

 

func WMNotify(_ aMessage: inout TMessage)

 

Sub WMNotify(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

WndProc  override virtual    (declared in TNativeControl) Island-Windows

 

method WndProc(var aMessage: TMessage)

 

void WndProc(ref TMessage aMessage)

 

func WndProc(_ aMessage: inout TMessage)

 

Sub WndProc(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

 

UnderlyingHandle    (declared in TControl)

 

var UnderlyingHandle: TPlatformHandle;

 

TPlatformHandle UnderlyingHandle

 

var UnderlyingHandle: TPlatformHandle

 

FIELD UnderlyingHandle() As TPlatformHandle

 

Align  virtual    (declared in TControl)

 

property Align: TAlign read write;

 

TAlign Align { get; set; }

 

var Align: TAlign { get{} set{} }

 

Property Align() As TAlign

AlignWithMargins  virtual    (declared in TControl)

 

property AlignWithMargins: Boolean read write;

 

Boolean AlignWithMargins { get; set; }

 

var AlignWithMargins: Boolean { get{} set{} }

 

Property AlignWithMargins() As Boolean

Caption  virtual    (declared in TControl)

 

property Caption: VCLString read write;

 

VCLString Caption { get; set; }

 

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

 

Property Caption() As VCLString

ClientHeight  virtual    (declared in TControl)

 

property ClientHeight: Int32 read write;

 

Int32 ClientHeight { get; set; }

 

var ClientHeight: Int32 { get{} set{} }

 

Property ClientHeight() As Int32

ClientWidth  virtual    (declared in TControl)

 

property ClientWidth: Int32 read write;

 

Int32 ClientWidth { get; set; }

 

var ClientWidth: Int32 { get{} set{} }

 

Property ClientWidth() As Int32

Color  virtual    (declared in TControl)

 

property Color: TColor read write;

 

TColor Color { get; set; }

 

var Color: TColor { get{} set{} }

 

Property Color() As TColor

Column  virtual

 

property Column[aIndex: Int32]: TListColumn read;

 

TListColumn Column[Int32 aIndex] { get; }

 

subscript Column(_ aIndex: Int32) -> TListColumn { get{} }

 

ReadOnly Property Column(aIndex As Int32) As TListColumn

Columns  virtual

 

property Columns: TListColumns read write;

 

TListColumns Columns { get; set; }

 

var Columns: TListColumns { get{} set{} }

 

Property Columns() As TListColumns

ComponentState  virtual    (declared in TComponent)

 

property ComponentState: TComponentState read;

 

TComponentState ComponentState { get; }

 

var ComponentState: TComponentState { get{} }

 

ReadOnly Property ComponentState() As TComponentState

Controls  virtual    (declared in TControl)

 

property Controls: TList<TControl> read;

 

TList<TControl> Controls { get; }

 

var Controls: TList<TControl> { get{} }

 

ReadOnly Property Controls() As TList<TControl>

CurrentPPI    (declared in TControl) Island-Windows

 

property CurrentPPI: Int32 read;

 

Int32 CurrentPPI { get; }

 

var CurrentPPI: Int32 { get{} }

 

ReadOnly Property CurrentPPI() As Int32

ExplicitHeight  virtual    (declared in TControl)

 

property ExplicitHeight: Int32 read write;

 

Int32 ExplicitHeight { get; set; }

 

var ExplicitHeight: Int32 { get{} set{} }

 

Property ExplicitHeight() As Int32

ExplicitLeft  virtual    (declared in TControl)

 

property ExplicitLeft: Int32 read write;

 

Int32 ExplicitLeft { get; set; }

 

var ExplicitLeft: Int32 { get{} set{} }

 

Property ExplicitLeft() As Int32

ExplicitTop  virtual    (declared in TControl)

 

property ExplicitTop: Int32 read write;

 

Int32 ExplicitTop { get; set; }

 

var ExplicitTop: Int32 { get{} set{} }

 

Property ExplicitTop() As Int32

ExplicitWidth  virtual    (declared in TControl)

 

property ExplicitWidth: Int32 read write;

 

Int32 ExplicitWidth { get; set; }

 

var ExplicitWidth: Int32 { get{} set{} }

 

Property ExplicitWidth() As Int32

Font  virtual    (declared in TControl)

 

property Font: TFont read write;

 

TFont Font { get; set; }

 

var Font: TFont { get{} set{} }

 

Property Font() As TFont

Handle  virtual    (declared in TControl)

 

property Handle: TPlatformHandle read;

 

TPlatformHandle Handle { get; }

 

var Handle: TPlatformHandle { get{} }

 

ReadOnly Property Handle() As TPlatformHandle

Height  virtual    (declared in TControl)

 

property Height: Int32 read write;

 

Int32 Height { get; set; }

 

var Height: Int32 { get{} set{} }

 

Property Height() As Int32

HideSelection  protected virtual

 

property HideSelection: Boolean read write;

 

Boolean HideSelection { get; set; }

 

var HideSelection: Boolean { get{} set{} }

 

Property HideSelection() As Boolean

IsUpdating  virtual

 

property IsUpdating: Boolean read;

 

Boolean IsUpdating { get; }

 

var IsUpdating: Boolean { get{} }

 

ReadOnly Property IsUpdating() As Boolean

ItemFocused  virtual

 

property ItemFocused: TListItem read write;

 

TListItem ItemFocused { get; set; }

 

var ItemFocused: TListItem { get{} set{} }

 

Property ItemFocused() As TListItem

ItemIndex  virtual    (declared in TListControl)

 

property ItemIndex: Int32 read write;

 

Int32 ItemIndex { get; set; }

 

var ItemIndex: Int32 { get{} set{} }

 

Property ItemIndex() As Int32

Items  virtual

 

property Items: TListItems read write;

 

TListItems Items { get; set; }

 

var Items: TListItems { get{} set{} }

 

Property Items() As TListItems

Left  virtual    (declared in TControl)

 

property Left: Int32 read write;

 

Int32 Left { get; set; }

 

var Left: Int32 { get{} set{} }

 

Property Left() As Int32

Margins  virtual    (declared in TControl)

 

property Margins: TMargins read write;

 

TMargins Margins { get; set; }

 

var Margins: TMargins { get{} set{} }

 

Property Margins() As TMargins

MultiSelect  protected virtual

 

property MultiSelect: Boolean read write;

 

Boolean MultiSelect { get; set; }

 

var MultiSelect: Boolean { get{} set{} }

 

Property MultiSelect() As Boolean

Name  virtual    (declared in TComponent)

 

property Name: String read write;

 

String Name { get; set; }

 

var Name: String { get{} set{} }

 

Property Name() As String

OnChange  protected virtual

 

property OnChange: TLVChangeEvent read write;

 

TLVChangeEvent OnChange { get; set; }

 

var OnChange: TLVChangeEvent { get{} set{} }

 

Property OnChange() As TLVChangeEvent

OnClick  virtual    (declared in TControl)

 

property OnClick: TNotifyEvent read write;

 

TNotifyEvent OnClick { get; set; }

 

var OnClick: TNotifyEvent { get{} set{} }

 

Property OnClick() As TNotifyEvent

OnEnter  virtual    (declared in TNativeControl)

 

property OnEnter: TNotifyEvent read write;

 

TNotifyEvent OnEnter { get; set; }

 

var OnEnter: TNotifyEvent { get{} set{} }

 

Property OnEnter() As TNotifyEvent

OnExit  virtual    (declared in TNativeControl)

 

property OnExit: TNotifyEvent read write;

 

TNotifyEvent OnExit { get; set; }

 

var OnExit: TNotifyEvent { get{} set{} }

 

Property OnExit() As TNotifyEvent

OnKeyDown  virtual    (declared in TControl)

 

property OnKeyDown: TKeyEvent read write;

 

TKeyEvent OnKeyDown { get; set; }

 

var OnKeyDown: TKeyEvent { get{} set{} }

 

Property OnKeyDown() As TKeyEvent

OnKeyPress  virtual    (declared in TControl)

 

property OnKeyPress: TKeyPressEvent read write;

 

TKeyPressEvent OnKeyPress { get; set; }

 

var OnKeyPress: TKeyPressEvent { get{} set{} }

 

Property OnKeyPress() As TKeyPressEvent

OnKeyUp  virtual    (declared in TControl)

 

property OnKeyUp: TKeyEvent read write;

 

TKeyEvent OnKeyUp { get; set; }

 

var OnKeyUp: TKeyEvent { get{} set{} }

 

Property OnKeyUp() As TKeyEvent

OnSelectItem  protected virtual

 

property OnSelectItem: TLVSelectItemEvent read write;

 

TLVSelectItemEvent OnSelectItem { get; set; }

 

var OnSelectItem: TLVSelectItemEvent { get{} set{} }

 

Property OnSelectItem() As TLVSelectItemEvent

Owner  virtual    (declared in TComponent)

 

property Owner: TComponent read write;

 

TComponent Owner { get; set; }

 

var Owner: TComponent { get{} set{} }

 

Property Owner() As TComponent

Padding  virtual    (declared in TNativeControl)

 

property Padding: TPadding read write;

 

TPadding Padding { get; set; }

 

var Padding: TPadding { get{} set{} }

 

Property Padding() As TPadding

Parent  virtual    (declared in TControl)

 

property Parent: TNativeControl read write;

 

TNativeControl Parent { get; set; }

 

var Parent: TNativeControl { get{} set{} }

 

Property Parent() As TNativeControl

ParentFont  virtual    (declared in TControl)

 

property ParentFont: Boolean read write;

 

Boolean ParentFont { get; set; }

 

var ParentFont: Boolean { get{} set{} }

 

Property ParentFont() As Boolean

ReadOnly  protected virtual

 

property ReadOnly: Boolean read write;

 

Boolean ReadOnly { get; set; }

 

var ReadOnly: Boolean { get{} set{} }

 

Property ReadOnly() As Boolean

RowSelect  virtual

 

property RowSelect: Boolean read write;

 

Boolean RowSelect { get; set; }

 

var RowSelect: Boolean { get{} set{} }

 

Property RowSelect() As Boolean

SelCount  virtual

 

property SelCount: Int32 read;

 

Int32 SelCount { get; }

 

var SelCount: Int32 { get{} }

 

ReadOnly Property SelCount() As Int32

Selected  virtual

 

property Selected: TListItem read write;

 

TListItem Selected { get; set; }

 

var Selected: TListItem { get{} set{} }

 

Property Selected() As TListItem

ShowColumnHeaders  protected virtual

 

property ShowColumnHeaders: Boolean read write;

 

Boolean ShowColumnHeaders { get; set; }

 

var ShowColumnHeaders: Boolean { get{} set{} }

 

Property ShowColumnHeaders() As Boolean

TabOrder  virtual    (declared in TControl)

 

property TabOrder: Int32 read write;

 

Int32 TabOrder { get; set; }

 

var TabOrder: Int32 { get{} set{} }

 

Property TabOrder() As Int32

TabStop  virtual    (declared in TNativeControl)

 

property TabStop: Boolean read write;

 

Boolean TabStop { get; set; }

 

var TabStop: Boolean { get{} set{} }

 

Property TabStop() As Boolean

Top  virtual    (declared in TControl)

 

property Top: Int32 read write;

 

Int32 Top { get; set; }

 

var Top: Int32 { get{} set{} }

 

Property Top() As Int32

ViewStyle  virtual

 

property ViewStyle: TViewStyle read write;

 

TViewStyle ViewStyle { get; set; }

 

var ViewStyle: TViewStyle { get{} set{} }

 

Property ViewStyle() As TViewStyle

Visible  virtual    (declared in TControl)

 

property Visible: Boolean read write;

 

Boolean Visible { get; set; }

 

var Visible: Boolean { get{} set{} }

 

Property Visible() As Boolean

Width  virtual    (declared in TControl)

 

property Width: Int32 read write;

 

Int32 Width { get; set; }

 

var Width: Int32 { get{} set{} }

 

Property Width() As Int32

WindowProc    (declared in TControl) Island-Windows

 

property WindowProc: TWndMethod read write;

 

TWndMethod WindowProc { get; set; }

 

var WindowProc: TWndMethod { get{} set{} }

 

Property WindowProc() As TWndMethod

 

constructor    (declared in TPersistent) Island-Windows

 

constructor

 

TListView()

 

init()

 

Sub New()

constructor (TComponent)

 

constructor(aOwner: TComponent)

 

TListView(TComponent aOwner)

 

init(_ aOwner: TComponent)

 

Sub New(aOwner As TComponent)

Parameters:

  • aOwner:

AddItem (DelphiString, TObject)  override

 

method AddItem(aItem: DelphiString; aObject: TObject)

 

void AddItem(DelphiString aItem, TObject aObject)

 

func AddItem(_ aItem: DelphiString, _ aObject: TObject)

 

Sub AddItem(aItem As DelphiString, aObject As TObject)

Parameters:

  • aItem:
  • aObject:

AddItem (DelphiString, TObject)  virtual abstract    (declared in TListControl)

 

method AddItem(Item: DelphiString; aObject: TObject)

 

void AddItem(DelphiString Item, TObject aObject)

 

func AddItem(_ Item: DelphiString, _ aObject: TObject)

 

Sub AddItem(Item As DelphiString, aObject As TObject)

Parameters:

  • Item:
  • aObject:

AlignControl  virtual    (declared in TNativeControl)

 

method AlignControl(aControl: TControl)

 

void AlignControl(TControl aControl)

 

func AlignControl(_ aControl: TControl)

 

Sub AlignControl(aControl As TControl)

Parameters:

  • aControl:

AlignControls  virtual    (declared in TNativeControl)

 

method AlignControls(aControl: TControl; var Rect: TRect)

 

void AlignControls(TControl aControl, ref TRect Rect)

 

func AlignControls(_ aControl: TControl, _ Rect: inout TRect)

 

Sub AlignControls(aControl As TControl, ByRef Rect As TRect)

Parameters:

  • aControl:
  • Rect:

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:

Change  protected virtual

 

method Change(Item: TListItem; aChange: Int32)

 

void Change(TListItem Item, Int32 aChange)

 

func Change(_ Item: TListItem, _ aChange: Int32)

 

Sub Change(Item As TListItem, aChange As Int32)

Parameters:

  • Item:
  • aChange:

Changed  protected virtual    (declared in TControl)

 

method Changed(aObject: TObject; propName: String)

 

void Changed(TObject aObject, String propName)

 

func Changed(_ aObject: TObject, _ propName: String)

 

Sub Changed(aObject As TObject, propName As String)

Parameters:

  • aObject:
  • propName:

Clear  override

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

ClearSelection  override

 

method ClearSelection

 

void ClearSelection()

 

func ClearSelection()

 

Sub ClearSelection()

Click  protected virtual    (declared in TControl)

 

method Click

 

void Click()

 

func Click()

 

Sub Click()

CNNotify  protected Island-Windows

 

method CNNotify(var aMessage: TMessage)

 

void CNNotify(ref TMessage aMessage)

 

func CNNotify(_ aMessage: inout TMessage)

 

Sub CNNotify(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

ColClick  protected virtual

 

method ColClick(aColumn: TListColumn)

 

void ColClick(TListColumn aColumn)

 

func ColClick(_ aColumn: TListColumn)

 

Sub ColClick(aColumn As TListColumn)

Parameters:

  • aColumn:

ColumnsShowing  protected virtual

 

method ColumnsShowing: Boolean

 

Boolean ColumnsShowing()

 

func ColumnsShowing() -> Boolean

 

Function ColumnsShowing() As Boolean

ControlFromHandle  protected    (declared in TNativeControl) Island-Windows

 

method ControlFromHandle(aHandle: HWND): TNativeControl

 

TNativeControl ControlFromHandle(HWND aHandle)

 

func ControlFromHandle(_ aHandle: HWND) -> TNativeControl

 

Function ControlFromHandle(aHandle As HWND) As TNativeControl

Parameters:

  • aHandle:

CreateClass  protected    (declared in TNativeControl) Island-Windows

 

method CreateClass(var aParams: TCreateParams)

 

void CreateClass(ref TCreateParams aParams)

 

func CreateClass(_ aParams: inout TCreateParams)

 

Sub CreateClass(ByRef aParams As TCreateParams)

Parameters:

  • aParams:

CreateHandle  protected override Toffee-macOS

 

method CreateHandle CreateHandle()

 

void CreateHandle CreateHandle( )

 

func CreateHandle(CreateHandle )

 

void CreateHandle CreateHandle( )

 

Sub CreateHandle CreateHandle( As )

Parameters:

  • :

CreateListItem  protected virtual

 

method CreateListItem: TListItem

 

TListItem CreateListItem()

 

func CreateListItem() -> TListItem

 

Function CreateListItem() As TListItem

CreateListItems  protected virtual

 

method CreateListItems: TListItems

 

TListItems CreateListItems()

 

func CreateListItems() -> TListItems

 

Function CreateListItems() As TListItems

CreateParams  protected override virtual Island-Windows

 

method CreateParams(var aParams: TCreateParams)

 

void CreateParams(ref TCreateParams aParams)

 

func CreateParams(_ aParams: inout TCreateParams)

 

Sub CreateParams(ByRef aParams As TCreateParams)

Parameters:

  • aParams:

CreateWindowHandle  protected virtual    (declared in TNativeControl) Island-Windows

 

method CreateWindowHandle(aParams: TCreateParams)

 

void CreateWindowHandle(TCreateParams aParams)

 

func CreateWindowHandle(_ aParams: TCreateParams)

 

Sub CreateWindowHandle(aParams As TCreateParams)

Parameters:

  • aParams:

CreateWnd  protected override virtual Island-Windows

 

method CreateWnd

 

void CreateWnd()

 

func CreateWnd()

 

Sub CreateWnd()

DefaultHandler  protected override virtual    (declared in TNativeControl) Island-Windows

 

method DefaultHandler(var aMessage: TMessage)

 

void DefaultHandler(ref TMessage aMessage)

 

func DefaultHandler(_ aMessage: inout TMessage)

 

Sub DefaultHandler(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

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  protected virtual

 

method Delete(Item: TListItem)

 

void Delete(TListItem Item)

 

func Delete(_ Item: TListItem)

 

Sub Delete(Item As TListItem)

Parameters:

  • Item:

DeleteSelected  override

 

method DeleteSelected

 

void DeleteSelected()

 

func DeleteSelected()

 

Sub DeleteSelected()

DoAlign  protected virtual    (declared in TNativeControl)

 

method DoAlign(aAlign: TAlign; var aRect: TRect)

 

void DoAlign(TAlign aAlign, ref TRect aRect)

 

func DoAlign(_ aAlign: TAlign, _ aRect: inout TRect)

 

Sub DoAlign(aAlign As TAlign, ByRef aRect As TRect)

Parameters:

  • aAlign:
  • aRect:

DoEnter  protected virtual    (declared in TNativeControl)

 

method DoEnter

 

void DoEnter()

 

func DoEnter()

 

Sub DoEnter()

DoExit  protected virtual    (declared in TNativeControl)

 

method DoExit

 

void DoExit()

 

func DoExit()

 

Sub DoExit()

DoSelectItem  protected virtual

 

method DoSelectItem(aItem: TListItem; aSelected: Boolean)

 

void DoSelectItem(TListItem aItem, Boolean aSelected)

 

func DoSelectItem(_ aItem: TListItem, _ aSelected: Boolean)

 

Sub DoSelectItem(aItem As TListItem, aSelected As Boolean)

Parameters:

  • aItem:
  • aSelected:

FindCaption  virtual

 

method FindCaption(StartIndex: Int32; Value: String; Partial: Boolean; Inclusive: Boolean; Wrap: Boolean): TListItem

 

TListItem FindCaption(Int32 StartIndex, String Value, Boolean Partial, Boolean Inclusive, Boolean Wrap)

 

func FindCaption(_ StartIndex: Int32, _ Value: String, _ Partial: Boolean, _ Inclusive: Boolean, _ Wrap: Boolean) -> TListItem

 

Function FindCaption(StartIndex As Int32, Value As String, Partial As Boolean, Inclusive As Boolean, Wrap As Boolean) As TListItem

Parameters:

  • StartIndex:
  • Value:
  • Partial:
  • Inclusive:
  • Wrap:

GetClientHeight  protected virtual    (declared in TControl)

 

method GetClientHeight: Int32

 

Int32 GetClientHeight()

 

func GetClientHeight() -> Int32

 

Function GetClientHeight() As Int32

GetClientWidth  protected virtual    (declared in TControl)

 

method GetClientWidth: Int32

 

Int32 GetClientWidth()

 

func GetClientWidth() -> Int32

 

Function GetClientWidth() As Int32

GetCount  override

 

method GetCount: Int32

 

Int32 GetCount()

 

func GetCount() -> Int32

 

Function GetCount() As Int32

GetDefaultName  protected    (declared in TControl) Island-Windows

 

method GetDefaultName: String

 

String GetDefaultName()

 

func GetDefaultName() -> String

 

Function GetDefaultName() As String

GetDesignPPI  protected    (declared in TControl) Island-Windows

 

method GetDesignPPI: Int32

 

Int32 GetDesignPPI()

 

func GetDesignPPI() -> Int32

 

Function GetDesignPPI() As Int32

GetItemAt  virtual

 

method GetItemAt(X: Int32; Y: Int32): TListItem

 

TListItem GetItemAt(Int32 X, Int32 Y)

 

func GetItemAt(_ X: Int32, _ Y: Int32) -> TListItem

 

Function GetItemAt(X As Int32, Y As Int32) As TListItem

Parameters:

  • X:
  • Y:

GetItemIndex  protected override

 

method GetItemIndex: Int32

 

Int32 GetItemIndex()

 

func GetItemIndex() -> Int32

 

Function GetItemIndex() As Int32

GetItemIndex (TListItem): Int32  protected virtual

 

method GetItemIndex(Value: TListItem): Int32

 

Int32 GetItemIndex(TListItem Value)

 

func GetItemIndex(_ Value: TListItem) -> Int32

 

Function GetItemIndex(Value As TListItem) As Int32

Parameters:

  • Value:

GetListColumnsClass  protected virtual

 

method GetListColumnsClass: TListColumnClass

 

TListColumnClass GetListColumnsClass()

 

func GetListColumnsClass() -> TListColumnClass

 

Function GetListColumnsClass() As TListColumnClass

GetNamePath  virtual    (declared in TPersistent)

 

method GetNamePath: DelphiString

 

DelphiString GetNamePath()

 

func GetNamePath() -> DelphiString

 

Function GetNamePath() As DelphiString

GetOwner  protected virtual    (declared in TPersistent)

 

method GetOwner: TPersistent

 

TPersistent GetOwner()

 

func GetOwner() -> TPersistent

 

Function GetOwner() As TPersistent

GetParentForm    (declared in TControl) Island-Windows

 

method GetParentForm: TCustomForm

 

TCustomForm GetParentForm()

 

func GetParentForm() -> TCustomForm

 

Function GetParentForm() As TCustomForm

GetSearchString  virtual

 

method GetSearchString: String

 

String GetSearchString()

 

func GetSearchString() -> String

 

Function GetSearchString() As String

GetSelCount  protected override

 

method GetSelCount: Int32

 

Int32 GetSelCount()

 

func GetSelCount() -> Int32

 

Function GetSelCount() As Int32

GetSpecialKeysStatus  protected    (declared in TNativeControl) Island-Windows

 

method GetSpecialKeysStatus: TShiftState

 

TShiftState GetSpecialKeysStatus()

 

func GetSpecialKeysStatus() -> TShiftState

 

Function GetSpecialKeysStatus() As TShiftState

HandleAllocated  protected virtual    (declared in TControl)

 

method HandleAllocated: Boolean

 

Boolean HandleAllocated()

 

func HandleAllocated() -> Boolean

 

Function HandleAllocated() As Boolean

HandleNeeded  protected virtual    (declared in TControl)

 

method HandleNeeded

 

void HandleNeeded()

 

func HandleNeeded()

 

Sub HandleNeeded()

InsertControl  virtual    (declared in TControl)

 

method InsertControl(aControl: TControl)

 

void InsertControl(TControl aControl)

 

func InsertControl(_ aControl: TControl)

 

Sub InsertControl(aControl As TControl)

Parameters:

  • aControl:

InsertItem  protected virtual

 

method InsertItem(Item: TListItem)

 

void InsertItem(TListItem Item)

 

func InsertItem(_ Item: TListItem)

 

Sub InsertItem(Item As TListItem)

Parameters:

  • Item:

IsEditing  virtual

 

method IsEditing: Boolean

 

Boolean IsEditing()

 

func IsEditing() -> Boolean

 

Function IsEditing() As Boolean

Loaded  override

 

method Loaded

 

void Loaded()

 

func Loaded()

 

Sub Loaded()

MouseDown  protected virtual    (declared in TControl)

 

method MouseDown(aButton: TMouseButton; aShift: TShiftState; X: Int32; Y: Int32)

 

void MouseDown(TMouseButton aButton, TShiftState aShift, Int32 X, Int32 Y)

 

func MouseDown(_ aButton: TMouseButton, _ aShift: TShiftState, _ X: Int32, _ Y: Int32)

 

Sub MouseDown(aButton As TMouseButton, aShift As TShiftState, X As Int32, Y As Int32)

Parameters:

  • aButton:
  • aShift:
  • X:
  • Y:

Notification  protected virtual    (declared in TControl)

 

method Notification(aComponent: TComponent; aOperation: TOperation)

 

void Notification(TComponent aComponent, TOperation aOperation)

 

func Notification(_ aComponent: TComponent, _ aOperation: TOperation)

 

Sub Notification(aComponent As TComponent, aOperation As TOperation)

Parameters:

  • aComponent:
  • aOperation:

Perform (UInt32, WPARAM, LPARAM): LRESULT    (declared in TControl) Island-Windows

 

method Perform(aMessage: UInt32; wParam: WPARAM; lParam: LPARAM): LRESULT

 

LRESULT Perform(UInt32 aMessage, WPARAM wParam, LPARAM lParam)

 

func Perform(_ aMessage: UInt32, _ wParam: WPARAM, _ lParam: LPARAM) -> LRESULT

 

Function Perform(aMessage As UInt32, wParam As WPARAM, lParam As LPARAM) As LRESULT

Parameters:

  • aMessage:
  • wParam:
  • lParam:

Perform (TMessage)    (declared in TControl) Island-Windows

 

method Perform(var aMessage: TMessage)

 

void Perform(ref TMessage aMessage)

 

func Perform(_ aMessage: inout TMessage)

 

Sub Perform(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

PlatformApplyDefaults  protected virtual    (declared in TControl)

 

method PlatformApplyDefaults

 

void PlatformApplyDefaults()

 

func PlatformApplyDefaults()

 

Sub PlatformApplyDefaults()

PlatformFontChanged  protected override virtual    (declared in TNativeControl) Island-Windows

 

method PlatformFontChanged

 

void PlatformFontChanged()

 

func PlatformFontChanged()

 

Sub PlatformFontChanged()

PlatformGetCaption  protected virtual    (declared in TControl)

 

method PlatformGetCaption: VCLString

 

VCLString PlatformGetCaption()

 

func PlatformGetCaption() -> VCLString

 

Function PlatformGetCaption() As VCLString

PlatformGetDefaultName  protected virtual    (declared in TControl)

 

method PlatformGetDefaultName: String

 

String PlatformGetDefaultName()

 

func PlatformGetDefaultName() -> String

 

Function PlatformGetDefaultName() As String

PlatformInitControl  protected virtual    (declared in TControl)

 

method PlatformInitControl

 

void PlatformInitControl()

 

func PlatformInitControl()

 

Sub PlatformInitControl()

PlatformNativeCreated  protected virtual    (declared in TNativeControl)

 

method PlatformNativeCreated

 

void PlatformNativeCreated()

 

func PlatformNativeCreated()

 

Sub PlatformNativeCreated()

PlatformRefreshContent  virtual

 

method PlatformRefreshContent

 

void PlatformRefreshContent()

 

func PlatformRefreshContent()

 

Sub PlatformRefreshContent()

PlatformSetCaption  protected virtual    (declared in TControl)

 

method PlatformSetCaption(aValue: VCLString)

 

void PlatformSetCaption(VCLString aValue)

 

func PlatformSetCaption(_ aValue: VCLString)

 

Sub PlatformSetCaption(aValue As VCLString)

Parameters:

  • aValue:

PlatformSetColor  protected virtual    (declared in TControl)

 

method PlatformSetColor(aValue: TColor)

 

void PlatformSetColor(TColor aValue)

 

func PlatformSetColor(_ aValue: TColor)

 

Sub PlatformSetColor(aValue As TColor)

Parameters:

  • aValue:

PlatformSetHeight  protected virtual    (declared in TControl)

 

method PlatformSetHeight(aValue: Int32)

 

void PlatformSetHeight(Int32 aValue)

 

func PlatformSetHeight(_ aValue: Int32)

 

Sub PlatformSetHeight(aValue As Int32)

Parameters:

  • aValue:

PlatformSetLeft  protected virtual    (declared in TControl)

 

method PlatformSetLeft(aValue: Int32)

 

void PlatformSetLeft(Int32 aValue)

 

func PlatformSetLeft(_ aValue: Int32)

 

Sub PlatformSetLeft(aValue As Int32)

Parameters:

  • aValue:

PlatformSetOnClick  protected virtual    (declared in TControl)

 

method PlatformSetOnClick(aValue: TNotifyEvent)

 

void PlatformSetOnClick(TNotifyEvent aValue)

 

func PlatformSetOnClick(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnClick(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnEnter  protected virtual    (declared in TNativeControl)

 

method PlatformSetOnEnter(aValue: TNotifyEvent)

 

void PlatformSetOnEnter(TNotifyEvent aValue)

 

func PlatformSetOnEnter(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnEnter(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnExit  protected virtual    (declared in TNativeControl)

 

method PlatformSetOnExit(aValue: TNotifyEvent)

 

void PlatformSetOnExit(TNotifyEvent aValue)

 

func PlatformSetOnExit(_ aValue: TNotifyEvent)

 

Sub PlatformSetOnExit(aValue As TNotifyEvent)

Parameters:

  • aValue:

PlatformSetOnKeyDown  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyDown(aValue: TKeyEvent)

 

void PlatformSetOnKeyDown(TKeyEvent aValue)

 

func PlatformSetOnKeyDown(_ aValue: TKeyEvent)

 

Sub PlatformSetOnKeyDown(aValue As TKeyEvent)

Parameters:

  • aValue:

PlatformSetOnKeyPress  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyPress(aValue: TKeyPressEvent)

 

void PlatformSetOnKeyPress(TKeyPressEvent aValue)

 

func PlatformSetOnKeyPress(_ aValue: TKeyPressEvent)

 

Sub PlatformSetOnKeyPress(aValue As TKeyPressEvent)

Parameters:

  • aValue:

PlatformSetOnKeyUp  protected virtual    (declared in TControl)

 

method PlatformSetOnKeyUp(aValue: TKeyEvent)

 

void PlatformSetOnKeyUp(TKeyEvent aValue)

 

func PlatformSetOnKeyUp(_ aValue: TKeyEvent)

 

Sub PlatformSetOnKeyUp(aValue As TKeyEvent)

Parameters:

  • aValue:

PlatformSetParent  protected virtual    (declared in TControl)

 

method PlatformSetParent(aValue: TControl)

 

void PlatformSetParent(TControl aValue)

 

func PlatformSetParent(_ aValue: TControl)

 

Sub PlatformSetParent(aValue As TControl)

Parameters:

  • aValue:

PlatformSetRowSelect  protected virtual

 

method PlatformSetRowSelect(aValue: Boolean)

 

void PlatformSetRowSelect(Boolean aValue)

 

func PlatformSetRowSelect(_ aValue: Boolean)

 

Sub PlatformSetRowSelect(aValue As Boolean)

Parameters:

  • aValue:

PlatformSetTabOrder  protected virtual    (declared in TControl)

 

method PlatformSetTabOrder(aValue: Int32)

 

void PlatformSetTabOrder(Int32 aValue)

 

func PlatformSetTabOrder(_ aValue: Int32)

 

Sub PlatformSetTabOrder(aValue As Int32)

Parameters:

  • aValue:

PlatformSetTabStop  protected virtual    (declared in TNativeControl) Island-Windows

 

method PlatformSetTabStop(value: Boolean)

 

void PlatformSetTabStop(Boolean value)

 

func PlatformSetTabStop(_ value: Boolean)

 

Sub PlatformSetTabStop(value As Boolean)

Parameters:

  • value:

PlatformSetTapStop  protected virtual    (declared in TNativeControl)

 

method PlatformSetTapStop(value: Boolean)

 

void PlatformSetTapStop(Boolean value)

 

func PlatformSetTapStop(_ value: Boolean)

 

Sub PlatformSetTapStop(value As Boolean)

Parameters:

  • value:

PlatformSetTop  protected virtual    (declared in TControl)

 

method PlatformSetTop(aValue: Int32)

 

void PlatformSetTop(Int32 aValue)

 

func PlatformSetTop(_ aValue: Int32)

 

Sub PlatformSetTop(aValue As Int32)

Parameters:

  • aValue:

PlatformSetViewStyle  protected virtual

 

method PlatformSetViewStyle(aValue: TViewStyle)

 

void PlatformSetViewStyle(TViewStyle aValue)

 

func PlatformSetViewStyle(_ aValue: TViewStyle)

 

Sub PlatformSetViewStyle(aValue As TViewStyle)

Parameters:

  • aValue:

PlatformSetVisible  protected virtual    (declared in TControl)

 

method PlatformSetVisible(aValue: Boolean)

 

void PlatformSetVisible(Boolean aValue)

 

func PlatformSetVisible(_ aValue: Boolean)

 

Sub PlatformSetVisible(aValue As Boolean)

Parameters:

  • aValue:

PlatformSetWidth  protected virtual    (declared in TControl)

 

method PlatformSetWidth(aValue: Int32)

 

void PlatformSetWidth(Int32 aValue)

 

func PlatformSetWidth(_ aValue: Int32)

 

Sub PlatformSetWidth(aValue As Int32)

Parameters:

  • aValue:

RefreshContent  virtual Toffee-macOS

 

method RefreshContent RefreshContent()

 

void RefreshContent RefreshContent( )

 

func RefreshContent(RefreshContent )

 

void RefreshContent RefreshContent( )

 

Sub RefreshContent RefreshContent( As )

Parameters:

  • :

RemoveComponentState  virtual    (declared in TComponent)

 

method RemoveComponentState(aState: TComponentStateEnum)

 

void RemoveComponentState(TComponentStateEnum aState)

 

func RemoveComponentState(_ aState: TComponentStateEnum)

 

Sub RemoveComponentState(aState As TComponentStateEnum)

Parameters:

  • aState:

RequestAlign  protected virtual    (declared in TControl)

 

method RequestAlign

 

void RequestAlign()

 

func RequestAlign()

 

Sub RequestAlign()

ScaleForPPI  virtual    (declared in TControl) Island-Windows

 

method ScaleForPPI(newPPI: Int32)

 

void ScaleForPPI(Int32 newPPI)

 

func ScaleForPPI(_ newPPI: Int32)

 

Sub ScaleForPPI(newPPI As Int32)

Parameters:

  • newPPI:

Scroll  virtual

 

method Scroll(DX: Int32; DY: Int32)

 

void Scroll(Int32 DX, Int32 DY)

 

func Scroll(_ DX: Int32, _ DY: Int32)

 

Sub Scroll(DX As Int32, DY As Int32)

Parameters:

  • DX:
  • DY:

SelectAll  override

 

method SelectAll

 

void SelectAll()

 

func SelectAll()

 

Sub SelectAll()

SetClientHeight  protected virtual    (declared in TControl) Island-Windows

 

method SetClientHeight(aValue: Int32)

 

void SetClientHeight(Int32 aValue)

 

func SetClientHeight(_ aValue: Int32)

 

Sub SetClientHeight(aValue As Int32)

Parameters:

  • aValue:

SetClientWidth  protected virtual    (declared in TControl) Island-Windows

 

method SetClientWidth(aValue: Int32)

 

void SetClientWidth(Int32 aValue)

 

func SetClientWidth(_ aValue: Int32)

 

Sub SetClientWidth(aValue As Int32)

Parameters:

  • aValue:

SetComponentState  virtual    (declared in TComponent)

 

method SetComponentState(aState: TComponentStateEnum)

 

void SetComponentState(TComponentStateEnum aState)

 

func SetComponentState(_ aState: TComponentStateEnum)

 

Sub SetComponentState(aState As TComponentStateEnum)

Parameters:

  • aState:

setItemIndex  override Toffee-macOS

 

method setItemIndex(aValue: Int32)

 

void setItemIndex(Int32 aValue)

 

func setItemIndex(_ aValue: Int32)

 

void setItemIndex(Int32 aValue)

 

Sub setItemIndex(aValue As Int32)

Parameters:

  • aValue:

SetMultiSelect (Boolean)  protected virtual abstract    (declared in TMultiSelectListControl) Island-Windows

 

method SetMultiSelect(aValue: Boolean)

 

void SetMultiSelect(Boolean aValue)

 

func SetMultiSelect(_ aValue: Boolean)

 

Sub SetMultiSelect(aValue As Boolean)

Parameters:

  • aValue:

SetMultiSelect (Boolean)  protected override virtual Island-Windows

 

method SetMultiSelect(Value: Boolean)

 

void SetMultiSelect(Boolean Value)

 

func SetMultiSelect(_ Value: Boolean)

 

Sub SetMultiSelect(Value As Boolean)

Parameters:

  • Value:

SetViewStyle  protected virtual Island-Windows

 

method SetViewStyle(aValue: TViewStyle)

 

void SetViewStyle(TViewStyle aValue)

 

func SetViewStyle(_ aValue: TViewStyle)

 

Sub SetViewStyle(aValue As TViewStyle)

Parameters:

  • aValue:

Show  virtual    (declared in TControl)

 

method Show

 

void Show()

 

func Show()

 

Sub Show()

UpdateColumn  protected virtual

 

method UpdateColumn(AnIndex: Int32)

 

void UpdateColumn(Int32 AnIndex)

 

func UpdateColumn(_ AnIndex: Int32)

 

Sub UpdateColumn(AnIndex As Int32)

Parameters:

  • AnIndex:

UpdateColumns  protected virtual

 

method UpdateColumns

 

void UpdateColumns()

 

func UpdateColumns()

 

Sub UpdateColumns()

WantMessage  protected virtual    (declared in TControl) Island-Windows

 

method WantMessage(var aMessage: TMessage): Boolean

 

Boolean WantMessage(ref TMessage aMessage)

 

func WantMessage(_ aMessage: inout TMessage) -> Boolean

 

Function WantMessage(ByRef aMessage As TMessage) As Boolean

Parameters:

  • aMessage:

WMCommand  protected    (declared in TNativeControl) Island-Windows

 

method WMCommand(var aMessage: TMessage)

 

void WMCommand(ref TMessage aMessage)

 

func WMCommand(_ aMessage: inout TMessage)

 

Sub WMCommand(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

WMNotify  protected    (declared in TNativeControl) Island-Windows

 

method WMNotify(var aMessage: TMessage)

 

void WMNotify(ref TMessage aMessage)

 

func WMNotify(_ aMessage: inout TMessage)

 

Sub WMNotify(ByRef aMessage As TMessage)

Parameters:

  • aMessage:

WndProc  override virtual    (declared in TNativeControl) Island-Windows

 

method WndProc(var aMessage: TMessage)

 

void WndProc(ref TMessage aMessage)

 

func WndProc(_ aMessage: inout TMessage)

 

Sub WndProc(ByRef aMessage As TMessage)

Parameters:

  • aMessage: