TProgressBar
Overview
Location
- Reference: DelphiVCL.fx
- Namespace: RemObjects.Elements.RTL.Delphi.VCL
- Platforms: Island-WebAssembly-wasm32
- Ancestry: TPersistent | TComponent | TControl | TProgressBar
constructor (declared in TPersistent)
constructor
TProgressBar()
init()
Sub New()
constructor (TComponent)
constructor(aOwner: TComponent)
TProgressBar(TComponent aOwner)
init(_ aOwner: TComponent)
TProgressBar(TComponent aOwner)
Sub New(aOwner As TComponent)
Parameters:
- aOwner:
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
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
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:
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
Color virtual (declared in TControl)
property Color: TColor read write;
TColor Color { get; set; }
var Color: TColor { get{} set{} }
Property Color() As TColor
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)
CreateHandle protected override virtual
method CreateHandle
void CreateHandle()
func CreateHandle()
void CreateHandle()
Sub CreateHandle()
DefineProperties virtual (declared in TPersistent)
method DefineProperties(Filer: TObject)
void DefineProperties(TObject Filer)
func DefineProperties(_ Filer: TObject)
Sub DefineProperties(Filer As TObject)
Parameters:
- Filer:
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
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
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
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
InsertControl virtual (declared in TControl)
method InsertControl(aControl: TControl)
void InsertControl(TControl aControl)
func InsertControl(_ aControl: TControl)
Sub InsertControl(aControl As TControl)
Parameters:
- aControl:
Left virtual (declared in TControl)
property Left: Int32 read write;
Int32 Left { get; set; }
var Left: Int32 { get{} set{} }
Property Left() As Int32
Loaded virtual (declared in TComponent)
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
Max
property Max: Int32 read write;
Int32 Max { get; set; }
var Max: Int32 { get{} set{} }
Int32 Max { __get; __set; }
Property Max() As Int32
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:
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:
OnClick virtual (declared in TControl)
property OnClick: TNotifyEvent read write;
TNotifyEvent OnClick { get; set; }
var OnClick: TNotifyEvent { get{} set{} }
Property OnClick() 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
Owner virtual (declared in TComponent)
property Owner: TComponent read write;
TComponent Owner { get; set; }
var Owner: TComponent { get{} set{} }
Property Owner() As TComponent
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
PlatformApplyDefaults protected virtual (declared in TControl)
method PlatformApplyDefaults
void PlatformApplyDefaults()
func PlatformApplyDefaults()
Sub PlatformApplyDefaults()
PlatformFontChanged protected virtual (declared in TControl)
method PlatformFontChanged
void PlatformFontChanged()
func PlatformFontChanged()
Sub PlatformFontChanged()
PlatformGetCaption protected (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()
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:
PlatformSetMax protected
method PlatformSetMax(value: Int32)
void PlatformSetMax(Int32 value)
func PlatformSetMax(_ value: Int32)
void PlatformSetMax(Int32 value)
Sub PlatformSetMax(value As Int32)
Parameters:
- value:
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:
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:
PlatformSetPosition protected
method PlatformSetPosition(value: Int32)
void PlatformSetPosition(Int32 value)
func PlatformSetPosition(_ value: Int32)
void PlatformSetPosition(Int32 value)
Sub PlatformSetPosition(value As Int32)
Parameters:
- value:
PlatformSetStyle protected
method PlatformSetStyle(value: TProgressBarStyle)
void PlatformSetStyle(TProgressBarStyle value)
func PlatformSetStyle(_ value: TProgressBarStyle)
void PlatformSetStyle(TProgressBarStyle value)
Sub PlatformSetStyle(value As TProgressBarStyle)
Parameters:
- value:
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:
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:
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:
Position
property Position: Int32 read write;
Int32 Position { get; set; }
var Position: Int32 { get{} set{} }
Int32 Position { __get; __set; }
Property Position() As Int32
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()
SetClientHeight protected virtual (declared in TControl)
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)
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:
Show virtual (declared in TControl)
method Show
void Show()
func Show()
Sub Show()
Style
property Style: TProgressBarStyle read write;
TProgressBarStyle Style { get; set; }
var Style: TProgressBarStyle { get{} set{} }
TProgressBarStyle Style { __get; __set; }
Property Style() As TProgressBarStyle
TabOrder virtual (declared in TControl)
property TabOrder: Int32 read write;
Int32 TabOrder { get; set; }
var TabOrder: Int32 { get{} set{} }
Property TabOrder() As Int32
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
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)
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
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)
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
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
Max
property Max: Int32 read write;
Int32 Max { get; set; }
var Max: Int32 { get{} set{} }
Int32 Max { __get; __set; }
Property Max() As Int32
Name virtual (declared in TComponent)
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
OnClick virtual (declared in TControl)
property OnClick: TNotifyEvent read write;
TNotifyEvent OnClick { get; set; }
var OnClick: TNotifyEvent { get{} set{} }
Property OnClick() 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
Owner virtual (declared in TComponent)
property Owner: TComponent read write;
TComponent Owner { get; set; }
var Owner: TComponent { get{} set{} }
Property Owner() As TComponent
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
Position
property Position: Int32 read write;
Int32 Position { get; set; }
var Position: Int32 { get{} set{} }
Int32 Position { __get; __set; }
Property Position() As Int32
Style
property Style: TProgressBarStyle read write;
TProgressBarStyle Style { get; set; }
var Style: TProgressBarStyle { get{} set{} }
TProgressBarStyle Style { __get; __set; }
Property Style() As TProgressBarStyle
TabOrder virtual (declared in TControl)
property TabOrder: Int32 read write;
Int32 TabOrder { get; set; }
var TabOrder: Int32 { get{} set{} }
Property TabOrder() As Int32
Top virtual (declared in TControl)
property Top: Int32 read write;
Int32 Top { get; set; }
var Top: Int32 { get{} set{} }
Property Top() As Int32
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)
constructor (declared in TPersistent)
constructor
TProgressBar()
init()
Sub New()
constructor (TComponent)
constructor(aOwner: TComponent)
TProgressBar(TComponent aOwner)
init(_ aOwner: TComponent)
TProgressBar(TComponent aOwner)
Sub New(aOwner As TComponent)
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:
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:
Click protected virtual (declared in TControl)
method Click
void Click()
func Click()
Sub Click()
CreateHandle protected override virtual
method CreateHandle
void CreateHandle()
func CreateHandle()
void CreateHandle()
Sub CreateHandle()
DefineProperties virtual (declared in TPersistent)
method DefineProperties(Filer: TObject)
void DefineProperties(TObject Filer)
func DefineProperties(_ Filer: TObject)
Sub DefineProperties(Filer As TObject)
Parameters:
- Filer:
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
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
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:
Loaded virtual (declared in TComponent)
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:
PlatformApplyDefaults protected virtual (declared in TControl)
method PlatformApplyDefaults
void PlatformApplyDefaults()
func PlatformApplyDefaults()
Sub PlatformApplyDefaults()
PlatformFontChanged protected virtual (declared in TControl)
method PlatformFontChanged
void PlatformFontChanged()
func PlatformFontChanged()
Sub PlatformFontChanged()
PlatformGetCaption protected (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()
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:
PlatformSetMax protected
method PlatformSetMax(value: Int32)
void PlatformSetMax(Int32 value)
func PlatformSetMax(_ value: Int32)
void PlatformSetMax(Int32 value)
Sub PlatformSetMax(value As Int32)
Parameters:
- value:
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:
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:
PlatformSetPosition protected
method PlatformSetPosition(value: Int32)
void PlatformSetPosition(Int32 value)
func PlatformSetPosition(_ value: Int32)
void PlatformSetPosition(Int32 value)
Sub PlatformSetPosition(value As Int32)
Parameters:
- value:
PlatformSetStyle protected
method PlatformSetStyle(value: TProgressBarStyle)
void PlatformSetStyle(TProgressBarStyle value)
func PlatformSetStyle(_ value: TProgressBarStyle)
void PlatformSetStyle(TProgressBarStyle value)
Sub PlatformSetStyle(value As TProgressBarStyle)
Parameters:
- value:
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:
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:
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:
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()
SetClientHeight protected virtual (declared in TControl)
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)
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:
Show virtual (declared in TControl)
method Show
void Show()
func Show()
Sub Show()