api

package
v2.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 46

Documentation

Overview

---------------------------------------- 加载文件或者内存中的窗口资源文件功能 需要配合窗口设计器使用 ----------------------------------------

Index

Constants

This section is empty.

Variables

View Source
var (
	GdkWindow_GetXId      = libvcl.NewProc("GdkWindow_GetXId")
	GdkWindow_FromForm    = libvcl.NewProc("GdkWindow_FromForm")
	GtkWidget_GetGtkFixed = libvcl.NewProc("GtkWidget_GetGtkFixed")
	GtkWidget_Window      = libvcl.NewProc("GtkWidget_Window")
)
View Source
var (

	// 专用于判断是否为Windows系统
	IsWindows = runtime.GOOS == "windows"
)

Functions

func ActionList_Assign

func ActionList_Assign(obj uintptr, Source uintptr)

func ActionList_ClassName

func ActionList_ClassName(obj uintptr) string

func ActionList_ClassType added in v1.1.18

func ActionList_ClassType(obj uintptr) TClass

func ActionList_Create

func ActionList_Create(obj uintptr) uintptr

func ActionList_Equals

func ActionList_Equals(obj uintptr, Obj uintptr) bool

func ActionList_FindComponent

func ActionList_FindComponent(obj uintptr, AName string) uintptr

func ActionList_Free

func ActionList_Free(obj uintptr)

func ActionList_GetComponentCount

func ActionList_GetComponentCount(obj uintptr) int32

func ActionList_GetComponentIndex

func ActionList_GetComponentIndex(obj uintptr) int32

func ActionList_GetComponents

func ActionList_GetComponents(obj uintptr, AIndex int32) uintptr

func ActionList_GetHashCode

func ActionList_GetHashCode(obj uintptr) int32

func ActionList_GetImages

func ActionList_GetImages(obj uintptr) uintptr

func ActionList_GetName

func ActionList_GetName(obj uintptr) string

func ActionList_GetNamePath

func ActionList_GetNamePath(obj uintptr) string

func ActionList_GetOwner

func ActionList_GetOwner(obj uintptr) uintptr

func ActionList_GetState

func ActionList_GetState(obj uintptr) TActionListState

func ActionList_GetTag

func ActionList_GetTag(obj uintptr) int

func ActionList_HasParent

func ActionList_HasParent(obj uintptr) bool

func ActionList_InheritsFrom added in v1.1.18

func ActionList_InheritsFrom(obj uintptr, AClass TClass) bool

func ActionList_InstanceSize added in v1.1.18

func ActionList_InstanceSize(obj uintptr) int32

func ActionList_SetComponentIndex

func ActionList_SetComponentIndex(obj uintptr, value int32)

func ActionList_SetImages

func ActionList_SetImages(obj uintptr, value uintptr)

func ActionList_SetName

func ActionList_SetName(obj uintptr, value string)

func ActionList_SetOnChange

func ActionList_SetOnChange(obj uintptr, fn interface{})

func ActionList_SetState

func ActionList_SetState(obj uintptr, value TActionListState)

func ActionList_SetTag

func ActionList_SetTag(obj uintptr, value int)

func ActionList_StaticClassType added in v1.1.18

func ActionList_StaticClassType() TClass

func ActionList_ToString

func ActionList_ToString(obj uintptr) string

func Action_Assign

func Action_Assign(obj uintptr, Source uintptr)

func Action_ClassName

func Action_ClassName(obj uintptr) string

func Action_ClassType added in v1.1.18

func Action_ClassType(obj uintptr) TClass

func Action_Create

func Action_Create(obj uintptr) uintptr

func Action_Equals

func Action_Equals(obj uintptr, Obj uintptr) bool

func Action_Execute

func Action_Execute(obj uintptr) bool

func Action_FindComponent

func Action_FindComponent(obj uintptr, AName string) uintptr

func Action_Free

func Action_Free(obj uintptr)

func Action_GetAutoCheck added in v1.2.8

func Action_GetAutoCheck(obj uintptr) bool

func Action_GetCaption

func Action_GetCaption(obj uintptr) string

func Action_GetChecked

func Action_GetChecked(obj uintptr) bool

func Action_GetComponentCount

func Action_GetComponentCount(obj uintptr) int32

func Action_GetComponentIndex

func Action_GetComponentIndex(obj uintptr) int32

func Action_GetComponents

func Action_GetComponents(obj uintptr, AIndex int32) uintptr

func Action_GetEnabled

func Action_GetEnabled(obj uintptr) bool

func Action_GetGroupIndex

func Action_GetGroupIndex(obj uintptr) int32

func Action_GetHashCode

func Action_GetHashCode(obj uintptr) int32

func Action_GetHint

func Action_GetHint(obj uintptr) string

func Action_GetImageIndex

func Action_GetImageIndex(obj uintptr) int32

func Action_GetIndex

func Action_GetIndex(obj uintptr) int32

func Action_GetName

func Action_GetName(obj uintptr) string

func Action_GetNamePath

func Action_GetNamePath(obj uintptr) string

func Action_GetOwner

func Action_GetOwner(obj uintptr) uintptr

func Action_GetShortCut

func Action_GetShortCut(obj uintptr) TShortCut

func Action_GetTag

func Action_GetTag(obj uintptr) int

func Action_GetVisible

func Action_GetVisible(obj uintptr) bool

func Action_HasParent

func Action_HasParent(obj uintptr) bool

func Action_InheritsFrom added in v1.1.18

func Action_InheritsFrom(obj uintptr, AClass TClass) bool

func Action_InstanceSize added in v1.1.18

func Action_InstanceSize(obj uintptr) int32

func Action_SetAutoCheck added in v1.2.8

func Action_SetAutoCheck(obj uintptr, value bool)

func Action_SetCaption

func Action_SetCaption(obj uintptr, value string)

func Action_SetChecked

func Action_SetChecked(obj uintptr, value bool)

func Action_SetComponentIndex

func Action_SetComponentIndex(obj uintptr, value int32)

func Action_SetEnabled

func Action_SetEnabled(obj uintptr, value bool)

func Action_SetGroupIndex

func Action_SetGroupIndex(obj uintptr, value int32)

func Action_SetHint

func Action_SetHint(obj uintptr, value string)

func Action_SetImageIndex

func Action_SetImageIndex(obj uintptr, value int32)

func Action_SetIndex

func Action_SetIndex(obj uintptr, value int32)

func Action_SetName

func Action_SetName(obj uintptr, value string)

func Action_SetOnExecute

func Action_SetOnExecute(obj uintptr, fn interface{})

func Action_SetOnUpdate

func Action_SetOnUpdate(obj uintptr, fn interface{})

func Action_SetShortCut

func Action_SetShortCut(obj uintptr, value TShortCut)

func Action_SetTag

func Action_SetTag(obj uintptr, value int)

func Action_SetVisible

func Action_SetVisible(obj uintptr, value bool)

func Action_StaticClassType added in v1.1.18

func Action_StaticClassType() TClass

func Action_ToString

func Action_ToString(obj uintptr) string

func Action_Update

func Action_Update(obj uintptr) bool

func AnchorSide_Assign

func AnchorSide_Assign(obj uintptr, Source uintptr)

func AnchorSide_ClassName

func AnchorSide_ClassName(obj uintptr) string

func AnchorSide_ClassType

func AnchorSide_ClassType(obj uintptr) TClass

func AnchorSide_Equals

func AnchorSide_Equals(obj uintptr, Obj uintptr) bool

func AnchorSide_GetControl

func AnchorSide_GetControl(obj uintptr) uintptr

func AnchorSide_GetHashCode

func AnchorSide_GetHashCode(obj uintptr) int32

func AnchorSide_GetNamePath

func AnchorSide_GetNamePath(obj uintptr) string

func AnchorSide_GetOwner

func AnchorSide_GetOwner(obj uintptr) uintptr

func AnchorSide_GetSide

func AnchorSide_GetSide(obj uintptr) TAnchorSideReference

func AnchorSide_InheritsFrom

func AnchorSide_InheritsFrom(obj uintptr, AClass TClass) bool

func AnchorSide_InstanceSize

func AnchorSide_InstanceSize(obj uintptr) int32

func AnchorSide_SetControl

func AnchorSide_SetControl(obj uintptr, value uintptr)

func AnchorSide_SetSide

func AnchorSide_SetSide(obj uintptr, value TAnchorSideReference)

func AnchorSide_StaticClassType

func AnchorSide_StaticClassType() TClass

func AnchorSide_ToString

func AnchorSide_ToString(obj uintptr) string

func Application_ActivateHint

func Application_ActivateHint(obj uintptr, CursorPos TPoint)

func Application_Assign

func Application_Assign(obj uintptr, Source uintptr)

func Application_BringToFront

func Application_BringToFront(obj uintptr)

func Application_CancelHint

func Application_CancelHint(obj uintptr)

func Application_ClassName

func Application_ClassName(obj uintptr) string

func Application_ClassType added in v1.1.18

func Application_ClassType(obj uintptr) TClass

func Application_Create

func Application_Create(obj uintptr) uintptr

func Application_CreateForm

func Application_CreateForm(app uintptr, initScale bool) uintptr

func Application_Equals

func Application_Equals(obj uintptr, Obj uintptr) bool

func Application_FindComponent

func Application_FindComponent(obj uintptr, AName string) uintptr

func Application_Free

func Application_Free(obj uintptr)

func Application_GetBiDiMode

func Application_GetBiDiMode(obj uintptr) TBiDiMode

func Application_GetComponentCount

func Application_GetComponentCount(obj uintptr) int32

func Application_GetComponentIndex

func Application_GetComponentIndex(obj uintptr) int32

func Application_GetComponents

func Application_GetComponents(obj uintptr, AIndex int32) uintptr

func Application_GetExeName

func Application_GetExeName(obj uintptr) string

func Application_GetHashCode

func Application_GetHashCode(obj uintptr) int32

func Application_GetHint

func Application_GetHint(obj uintptr) string

func Application_GetHintColor

func Application_GetHintColor(obj uintptr) TColor

func Application_GetHintHidePause

func Application_GetHintHidePause(obj uintptr) int32

func Application_GetHintPause

func Application_GetHintPause(obj uintptr) int32

func Application_GetHintShortCuts

func Application_GetHintShortCuts(obj uintptr) bool

func Application_GetHintShortPause

func Application_GetHintShortPause(obj uintptr) int32

func Application_GetIcon

func Application_GetIcon(obj uintptr) uintptr

func Application_GetMainForm

func Application_GetMainForm(obj uintptr) uintptr

func Application_GetMainFormHandle

func Application_GetMainFormHandle(obj uintptr) HWND

func Application_GetMainFormOnTaskBar

func Application_GetMainFormOnTaskBar(obj uintptr) bool

func Application_GetName

func Application_GetName(obj uintptr) string

func Application_GetNamePath

func Application_GetNamePath(obj uintptr) string

func Application_GetOwner

func Application_GetOwner(obj uintptr) uintptr

func Application_GetScaled

func Application_GetScaled(obj uintptr) bool

func Application_GetShowHint

func Application_GetShowHint(obj uintptr) bool

func Application_GetShowMainForm

func Application_GetShowMainForm(obj uintptr) bool

func Application_GetTag

func Application_GetTag(obj uintptr) int

func Application_GetTitle

func Application_GetTitle(obj uintptr) string

func Application_HandleMessage

func Application_HandleMessage(obj uintptr)

func Application_HasParent

func Application_HasParent(obj uintptr) bool

func Application_HideHint

func Application_HideHint(obj uintptr)

func Application_InheritsFrom added in v1.1.18

func Application_InheritsFrom(obj uintptr, AClass TClass) bool

func Application_Initialize

func Application_Initialize(obj uintptr)

func Application_Instance

func Application_Instance() uintptr

func Application_InstanceSize added in v1.1.18

func Application_InstanceSize(obj uintptr) int32

func Application_MessageBox

func Application_MessageBox(obj uintptr, Text string, Caption string, Flags int32) int32

func Application_Minimize

func Application_Minimize(obj uintptr)

func Application_ModalFinished

func Application_ModalFinished(obj uintptr)

func Application_ModalStarted

func Application_ModalStarted(obj uintptr)

func Application_ProcessMessages

func Application_ProcessMessages(obj uintptr)

func Application_Restore

func Application_Restore(obj uintptr)

func Application_RestoreTopMosts

func Application_RestoreTopMosts(obj uintptr)

func Application_Run

func Application_Run(app uintptr)

func Application_SetBiDiMode

func Application_SetBiDiMode(obj uintptr, value TBiDiMode)

func Application_SetComponentIndex

func Application_SetComponentIndex(obj uintptr, value int32)

func Application_SetHint

func Application_SetHint(obj uintptr, value string)

func Application_SetHintColor

func Application_SetHintColor(obj uintptr, value TColor)

func Application_SetHintHidePause

func Application_SetHintHidePause(obj uintptr, value int32)

func Application_SetHintPause

func Application_SetHintPause(obj uintptr, value int32)

func Application_SetHintShortCuts

func Application_SetHintShortCuts(obj uintptr, value bool)

func Application_SetHintShortPause

func Application_SetHintShortPause(obj uintptr, value int32)

func Application_SetIcon

func Application_SetIcon(obj uintptr, value uintptr)

func Application_SetMainFormOnTaskBar

func Application_SetMainFormOnTaskBar(obj uintptr, value bool)

func Application_SetName

func Application_SetName(obj uintptr, value string)

func Application_SetOnException

func Application_SetOnException(obj uintptr, fn interface{})

func Application_SetOnHelp

func Application_SetOnHelp(obj uintptr, fn interface{})

func Application_SetOnHint

func Application_SetOnHint(obj uintptr, fn interface{})

func Application_SetOnMinimize

func Application_SetOnMinimize(obj uintptr, fn interface{})

func Application_SetOnRestore

func Application_SetOnRestore(obj uintptr, fn interface{})

func Application_SetOnShortCut

func Application_SetOnShortCut(obj uintptr, fn interface{})

func Application_SetScaled

func Application_SetScaled(obj uintptr, value bool)

func Application_SetShowHint

func Application_SetShowHint(obj uintptr, value bool)

func Application_SetShowMainForm

func Application_SetShowMainForm(obj uintptr, value bool)

func Application_SetTag

func Application_SetTag(obj uintptr, value int)

func Application_SetTitle

func Application_SetTitle(obj uintptr, value string)

func Application_StaticClassType added in v1.1.18

func Application_StaticClassType() TClass

func Application_Terminate

func Application_Terminate(obj uintptr)

func Application_ToString

func Application_ToString(obj uintptr) string

func BeginAddEvent added in v1.2.10

func BeginAddEvent()

以下三个函数留给自动绑定事件使用。

func Bevel_AnchorAsAlign

func Bevel_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Bevel_AnchorClient

func Bevel_AnchorClient(obj uintptr, ASpace int32)

func Bevel_AnchorHorizontalCenterTo

func Bevel_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Bevel_AnchorParallel

func Bevel_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Bevel_AnchorToNeighbour

func Bevel_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Bevel_AnchorVerticalCenterTo

func Bevel_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Bevel_Assign

func Bevel_Assign(obj uintptr, Source uintptr)

func Bevel_BringToFront

func Bevel_BringToFront(obj uintptr)

func Bevel_ClassName

func Bevel_ClassName(obj uintptr) string

func Bevel_ClassType added in v1.1.18

func Bevel_ClassType(obj uintptr) TClass

func Bevel_ClientToParent

func Bevel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Bevel_ClientToScreen

func Bevel_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Bevel_Create

func Bevel_Create(obj uintptr) uintptr

func Bevel_Dragging

func Bevel_Dragging(obj uintptr) bool

func Bevel_Equals

func Bevel_Equals(obj uintptr, Obj uintptr) bool

func Bevel_FindComponent

func Bevel_FindComponent(obj uintptr, AName string) uintptr

func Bevel_Free

func Bevel_Free(obj uintptr)

func Bevel_GetAction

func Bevel_GetAction(obj uintptr) uintptr

func Bevel_GetAlign

func Bevel_GetAlign(obj uintptr) TAlign

func Bevel_GetAnchorSide

func Bevel_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Bevel_GetAnchorSideBottom

func Bevel_GetAnchorSideBottom(obj uintptr) uintptr

func Bevel_GetAnchorSideLeft

func Bevel_GetAnchorSideLeft(obj uintptr) uintptr

func Bevel_GetAnchorSideRight

func Bevel_GetAnchorSideRight(obj uintptr) uintptr

func Bevel_GetAnchorSideTop

func Bevel_GetAnchorSideTop(obj uintptr) uintptr

func Bevel_GetAnchors

func Bevel_GetAnchors(obj uintptr) TAnchors

func Bevel_GetBiDiMode

func Bevel_GetBiDiMode(obj uintptr) TBiDiMode

func Bevel_GetBorderSpacing

func Bevel_GetBorderSpacing(obj uintptr) uintptr

func Bevel_GetBoundsRect

func Bevel_GetBoundsRect(obj uintptr) TRect

func Bevel_GetClientHeight

func Bevel_GetClientHeight(obj uintptr) int32

func Bevel_GetClientOrigin added in v1.1.21

func Bevel_GetClientOrigin(obj uintptr) TPoint

func Bevel_GetClientRect

func Bevel_GetClientRect(obj uintptr) TRect

func Bevel_GetClientWidth

func Bevel_GetClientWidth(obj uintptr) int32

func Bevel_GetComponentCount

func Bevel_GetComponentCount(obj uintptr) int32

func Bevel_GetComponentIndex

func Bevel_GetComponentIndex(obj uintptr) int32

func Bevel_GetComponents

func Bevel_GetComponents(obj uintptr, AIndex int32) uintptr

func Bevel_GetConstraints added in v1.2.7

func Bevel_GetConstraints(obj uintptr) uintptr

func Bevel_GetControlState added in v1.1.21

func Bevel_GetControlState(obj uintptr) TControlState

func Bevel_GetControlStyle added in v1.1.21

func Bevel_GetControlStyle(obj uintptr) TControlStyle

func Bevel_GetCursor

func Bevel_GetCursor(obj uintptr) TCursor

func Bevel_GetEnabled

func Bevel_GetEnabled(obj uintptr) bool

func Bevel_GetFloating

func Bevel_GetFloating(obj uintptr) bool

func Bevel_GetHashCode

func Bevel_GetHashCode(obj uintptr) int32

func Bevel_GetHeight

func Bevel_GetHeight(obj uintptr) int32

func Bevel_GetHint

func Bevel_GetHint(obj uintptr) string

func Bevel_GetLeft

func Bevel_GetLeft(obj uintptr) int32

func Bevel_GetName

func Bevel_GetName(obj uintptr) string

func Bevel_GetNamePath

func Bevel_GetNamePath(obj uintptr) string

func Bevel_GetOwner

func Bevel_GetOwner(obj uintptr) uintptr

func Bevel_GetParent

func Bevel_GetParent(obj uintptr) uintptr

func Bevel_GetParentShowHint

func Bevel_GetParentShowHint(obj uintptr) bool

func Bevel_GetShape

func Bevel_GetShape(obj uintptr) TBevelShape

func Bevel_GetShowHint

func Bevel_GetShowHint(obj uintptr) bool

func Bevel_GetStyle

func Bevel_GetStyle(obj uintptr) TBevelStyle

func Bevel_GetTag

func Bevel_GetTag(obj uintptr) int

func Bevel_GetTextBuf

func Bevel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Bevel_GetTextLen

func Bevel_GetTextLen(obj uintptr) int32

func Bevel_GetTop

func Bevel_GetTop(obj uintptr) int32

func Bevel_GetVisible

func Bevel_GetVisible(obj uintptr) bool

func Bevel_GetWidth

func Bevel_GetWidth(obj uintptr) int32

func Bevel_HasParent

func Bevel_HasParent(obj uintptr) bool

func Bevel_Hide

func Bevel_Hide(obj uintptr)

func Bevel_InheritsFrom added in v1.1.18

func Bevel_InheritsFrom(obj uintptr, AClass TClass) bool

func Bevel_InstanceSize added in v1.1.18

func Bevel_InstanceSize(obj uintptr) int32

func Bevel_Invalidate

func Bevel_Invalidate(obj uintptr)

func Bevel_ParentToClient

func Bevel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Bevel_Perform

func Bevel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Bevel_Refresh

func Bevel_Refresh(obj uintptr)

func Bevel_Repaint

func Bevel_Repaint(obj uintptr)

func Bevel_ScreenToClient

func Bevel_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Bevel_SendToBack

func Bevel_SendToBack(obj uintptr)

func Bevel_SetAction

func Bevel_SetAction(obj uintptr, value uintptr)

func Bevel_SetAlign

func Bevel_SetAlign(obj uintptr, value TAlign)

func Bevel_SetAnchorSideBottom

func Bevel_SetAnchorSideBottom(obj uintptr, value uintptr)

func Bevel_SetAnchorSideLeft

func Bevel_SetAnchorSideLeft(obj uintptr, value uintptr)

func Bevel_SetAnchorSideRight

func Bevel_SetAnchorSideRight(obj uintptr, value uintptr)

func Bevel_SetAnchorSideTop

func Bevel_SetAnchorSideTop(obj uintptr, value uintptr)

func Bevel_SetAnchors

func Bevel_SetAnchors(obj uintptr, value TAnchors)

func Bevel_SetBiDiMode

func Bevel_SetBiDiMode(obj uintptr, value TBiDiMode)

func Bevel_SetBorderSpacing

func Bevel_SetBorderSpacing(obj uintptr, value uintptr)

func Bevel_SetBounds

func Bevel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Bevel_SetBoundsRect

func Bevel_SetBoundsRect(obj uintptr, value TRect)

func Bevel_SetClientHeight

func Bevel_SetClientHeight(obj uintptr, value int32)

func Bevel_SetClientWidth

func Bevel_SetClientWidth(obj uintptr, value int32)

func Bevel_SetComponentIndex

func Bevel_SetComponentIndex(obj uintptr, value int32)

func Bevel_SetConstraints added in v1.2.7

func Bevel_SetConstraints(obj uintptr, value uintptr)

func Bevel_SetControlState added in v1.1.21

func Bevel_SetControlState(obj uintptr, value TControlState)

func Bevel_SetControlStyle added in v1.1.21

func Bevel_SetControlStyle(obj uintptr, value TControlStyle)

func Bevel_SetCursor

func Bevel_SetCursor(obj uintptr, value TCursor)

func Bevel_SetEnabled

func Bevel_SetEnabled(obj uintptr, value bool)

func Bevel_SetHeight

func Bevel_SetHeight(obj uintptr, value int32)

func Bevel_SetHint

func Bevel_SetHint(obj uintptr, value string)

func Bevel_SetLeft

func Bevel_SetLeft(obj uintptr, value int32)

func Bevel_SetName

func Bevel_SetName(obj uintptr, value string)

func Bevel_SetParent

func Bevel_SetParent(obj uintptr, value uintptr)

func Bevel_SetParentShowHint

func Bevel_SetParentShowHint(obj uintptr, value bool)

func Bevel_SetShape

func Bevel_SetShape(obj uintptr, value TBevelShape)

func Bevel_SetShowHint

func Bevel_SetShowHint(obj uintptr, value bool)

func Bevel_SetStyle

func Bevel_SetStyle(obj uintptr, value TBevelStyle)

func Bevel_SetTag

func Bevel_SetTag(obj uintptr, value int)

func Bevel_SetTextBuf added in v1.1.21

func Bevel_SetTextBuf(obj uintptr, Buffer string)

func Bevel_SetTop

func Bevel_SetTop(obj uintptr, value int32)

func Bevel_SetVisible

func Bevel_SetVisible(obj uintptr, value bool)

func Bevel_SetWidth

func Bevel_SetWidth(obj uintptr, value int32)

func Bevel_Show

func Bevel_Show(obj uintptr)

func Bevel_StaticClassType added in v1.1.18

func Bevel_StaticClassType() TClass

func Bevel_ToString

func Bevel_ToString(obj uintptr) string

func Bevel_Update

func Bevel_Update(obj uintptr)

func BitBtn_AnchorAsAlign

func BitBtn_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func BitBtn_AnchorClient

func BitBtn_AnchorClient(obj uintptr, ASpace int32)

func BitBtn_AnchorHorizontalCenterTo

func BitBtn_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func BitBtn_AnchorParallel

func BitBtn_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func BitBtn_AnchorToNeighbour

func BitBtn_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func BitBtn_AnchorVerticalCenterTo

func BitBtn_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func BitBtn_Assign

func BitBtn_Assign(obj uintptr, Source uintptr)

func BitBtn_BringToFront

func BitBtn_BringToFront(obj uintptr)

func BitBtn_CanFocus

func BitBtn_CanFocus(obj uintptr) bool

func BitBtn_ClassName

func BitBtn_ClassName(obj uintptr) string

func BitBtn_ClassType added in v1.1.18

func BitBtn_ClassType(obj uintptr) TClass

func BitBtn_Click

func BitBtn_Click(obj uintptr)

func BitBtn_ClientToParent

func BitBtn_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func BitBtn_ClientToScreen

func BitBtn_ClientToScreen(obj uintptr, Point TPoint) TPoint

func BitBtn_ContainsControl added in v1.1.21

func BitBtn_ContainsControl(obj uintptr, Control uintptr) bool

func BitBtn_ControlAtPos added in v1.1.21

func BitBtn_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func BitBtn_Create

func BitBtn_Create(obj uintptr) uintptr

func BitBtn_DisableAlign added in v1.1.21

func BitBtn_DisableAlign(obj uintptr)

func BitBtn_Dragging

func BitBtn_Dragging(obj uintptr) bool

func BitBtn_EnableAlign added in v1.1.21

func BitBtn_EnableAlign(obj uintptr)

func BitBtn_Equals

func BitBtn_Equals(obj uintptr, Obj uintptr) bool

func BitBtn_FindChildControl added in v1.1.21

func BitBtn_FindChildControl(obj uintptr, ControlName string) uintptr

func BitBtn_FindComponent

func BitBtn_FindComponent(obj uintptr, AName string) uintptr

func BitBtn_FlipChildren

func BitBtn_FlipChildren(obj uintptr, AllLevels bool)

func BitBtn_Focused

func BitBtn_Focused(obj uintptr) bool

func BitBtn_Free

func BitBtn_Free(obj uintptr)

func BitBtn_GetAction

func BitBtn_GetAction(obj uintptr) uintptr

func BitBtn_GetAlign

func BitBtn_GetAlign(obj uintptr) TAlign

func BitBtn_GetAnchorSide

func BitBtn_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func BitBtn_GetAnchorSideBottom

func BitBtn_GetAnchorSideBottom(obj uintptr) uintptr

func BitBtn_GetAnchorSideLeft

func BitBtn_GetAnchorSideLeft(obj uintptr) uintptr

func BitBtn_GetAnchorSideRight

func BitBtn_GetAnchorSideRight(obj uintptr) uintptr

func BitBtn_GetAnchorSideTop

func BitBtn_GetAnchorSideTop(obj uintptr) uintptr

func BitBtn_GetAnchors

func BitBtn_GetAnchors(obj uintptr) TAnchors

func BitBtn_GetBiDiMode

func BitBtn_GetBiDiMode(obj uintptr) TBiDiMode

func BitBtn_GetBorderSpacing

func BitBtn_GetBorderSpacing(obj uintptr) uintptr

func BitBtn_GetBoundsRect

func BitBtn_GetBoundsRect(obj uintptr) TRect

func BitBtn_GetBrush

func BitBtn_GetBrush(obj uintptr) uintptr

func BitBtn_GetCancel

func BitBtn_GetCancel(obj uintptr) bool

func BitBtn_GetCaption

func BitBtn_GetCaption(obj uintptr) string

func BitBtn_GetChildSizing

func BitBtn_GetChildSizing(obj uintptr) uintptr

func BitBtn_GetClientHeight

func BitBtn_GetClientHeight(obj uintptr) int32

func BitBtn_GetClientOrigin added in v1.1.21

func BitBtn_GetClientOrigin(obj uintptr) TPoint

func BitBtn_GetClientRect

func BitBtn_GetClientRect(obj uintptr) TRect

func BitBtn_GetClientWidth

func BitBtn_GetClientWidth(obj uintptr) int32

func BitBtn_GetComponentCount

func BitBtn_GetComponentCount(obj uintptr) int32

func BitBtn_GetComponentIndex

func BitBtn_GetComponentIndex(obj uintptr) int32

func BitBtn_GetComponents

func BitBtn_GetComponents(obj uintptr, AIndex int32) uintptr

func BitBtn_GetConstraints added in v1.2.7

func BitBtn_GetConstraints(obj uintptr) uintptr

func BitBtn_GetControlCount

func BitBtn_GetControlCount(obj uintptr) int32

func BitBtn_GetControlState added in v1.1.21

func BitBtn_GetControlState(obj uintptr) TControlState

func BitBtn_GetControlStyle added in v1.1.21

func BitBtn_GetControlStyle(obj uintptr) TControlStyle

func BitBtn_GetControls

func BitBtn_GetControls(obj uintptr, Index int32) uintptr

func BitBtn_GetCursor

func BitBtn_GetCursor(obj uintptr) TCursor

func BitBtn_GetDefault

func BitBtn_GetDefault(obj uintptr) bool

func BitBtn_GetDefaultCaption

func BitBtn_GetDefaultCaption(obj uintptr) bool

func BitBtn_GetDockClientCount added in v1.1.21

func BitBtn_GetDockClientCount(obj uintptr) int32

func BitBtn_GetDockClients added in v1.1.21

func BitBtn_GetDockClients(obj uintptr, Index int32) uintptr

func BitBtn_GetDockSite

func BitBtn_GetDockSite(obj uintptr) bool

func BitBtn_GetDoubleBuffered

func BitBtn_GetDoubleBuffered(obj uintptr) bool

func BitBtn_GetEnabled

func BitBtn_GetEnabled(obj uintptr) bool

func BitBtn_GetFloating

func BitBtn_GetFloating(obj uintptr) bool

func BitBtn_GetFont

func BitBtn_GetFont(obj uintptr) uintptr

func BitBtn_GetGlyph

func BitBtn_GetGlyph(obj uintptr) uintptr

func BitBtn_GetGlyphShowMode

func BitBtn_GetGlyphShowMode(obj uintptr) TGlyphShowMode

func BitBtn_GetHandle

func BitBtn_GetHandle(obj uintptr) HWND

func BitBtn_GetHashCode

func BitBtn_GetHashCode(obj uintptr) int32

func BitBtn_GetHeight

func BitBtn_GetHeight(obj uintptr) int32

func BitBtn_GetHint

func BitBtn_GetHint(obj uintptr) string

func BitBtn_GetImageWidth

func BitBtn_GetImageWidth(obj uintptr) int32

func BitBtn_GetLayout

func BitBtn_GetLayout(obj uintptr) TButtonLayout

func BitBtn_GetLeft

func BitBtn_GetLeft(obj uintptr) int32

func BitBtn_GetModalResult

func BitBtn_GetModalResult(obj uintptr) TModalResult

func BitBtn_GetMouseInClient added in v1.1.21

func BitBtn_GetMouseInClient(obj uintptr) bool

func BitBtn_GetName

func BitBtn_GetName(obj uintptr) string

func BitBtn_GetNamePath

func BitBtn_GetNamePath(obj uintptr) string

func BitBtn_GetNumGlyphs

func BitBtn_GetNumGlyphs(obj uintptr) TNumGlyphs

func BitBtn_GetOwner

func BitBtn_GetOwner(obj uintptr) uintptr

func BitBtn_GetParent

func BitBtn_GetParent(obj uintptr) uintptr

func BitBtn_GetParentDoubleBuffered

func BitBtn_GetParentDoubleBuffered(obj uintptr) bool

func BitBtn_GetParentFont

func BitBtn_GetParentFont(obj uintptr) bool

func BitBtn_GetParentShowHint

func BitBtn_GetParentShowHint(obj uintptr) bool

func BitBtn_GetParentWindow

func BitBtn_GetParentWindow(obj uintptr) HWND

func BitBtn_GetPopupMenu

func BitBtn_GetPopupMenu(obj uintptr) uintptr

func BitBtn_GetShowHint

func BitBtn_GetShowHint(obj uintptr) bool

func BitBtn_GetSpacing

func BitBtn_GetSpacing(obj uintptr) int32

func BitBtn_GetTabOrder

func BitBtn_GetTabOrder(obj uintptr) TTabOrder

func BitBtn_GetTabStop

func BitBtn_GetTabStop(obj uintptr) bool

func BitBtn_GetTag

func BitBtn_GetTag(obj uintptr) int

func BitBtn_GetTextBuf

func BitBtn_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func BitBtn_GetTextLen

func BitBtn_GetTextLen(obj uintptr) int32

func BitBtn_GetTop

func BitBtn_GetTop(obj uintptr) int32

func BitBtn_GetUseDockManager

func BitBtn_GetUseDockManager(obj uintptr) bool

func BitBtn_GetVisible

func BitBtn_GetVisible(obj uintptr) bool

func BitBtn_GetVisibleDockClientCount added in v1.1.21

func BitBtn_GetVisibleDockClientCount(obj uintptr) int32

func BitBtn_GetWidth

func BitBtn_GetWidth(obj uintptr) int32

func BitBtn_HandleAllocated

func BitBtn_HandleAllocated(obj uintptr) bool

func BitBtn_HasParent

func BitBtn_HasParent(obj uintptr) bool

func BitBtn_Hide

func BitBtn_Hide(obj uintptr)

func BitBtn_InheritsFrom added in v1.1.18

func BitBtn_InheritsFrom(obj uintptr, AClass TClass) bool

func BitBtn_InsertControl added in v1.1.21

func BitBtn_InsertControl(obj uintptr, AControl uintptr)

func BitBtn_InstanceSize added in v1.1.18

func BitBtn_InstanceSize(obj uintptr) int32

func BitBtn_Invalidate

func BitBtn_Invalidate(obj uintptr)

func BitBtn_ParentToClient

func BitBtn_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func BitBtn_Perform

func BitBtn_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func BitBtn_Realign

func BitBtn_Realign(obj uintptr)

func BitBtn_Refresh

func BitBtn_Refresh(obj uintptr)

func BitBtn_RemoveControl added in v1.1.21

func BitBtn_RemoveControl(obj uintptr, AControl uintptr)

func BitBtn_Repaint

func BitBtn_Repaint(obj uintptr)

func BitBtn_ScaleBy

func BitBtn_ScaleBy(obj uintptr, M int32, D int32)

func BitBtn_ScreenToClient

func BitBtn_ScreenToClient(obj uintptr, Point TPoint) TPoint

func BitBtn_ScrollBy added in v1.1.21

func BitBtn_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func BitBtn_SendToBack

func BitBtn_SendToBack(obj uintptr)

func BitBtn_SetAction

func BitBtn_SetAction(obj uintptr, value uintptr)

func BitBtn_SetAlign

func BitBtn_SetAlign(obj uintptr, value TAlign)

func BitBtn_SetAnchorSideBottom

func BitBtn_SetAnchorSideBottom(obj uintptr, value uintptr)

func BitBtn_SetAnchorSideLeft

func BitBtn_SetAnchorSideLeft(obj uintptr, value uintptr)

func BitBtn_SetAnchorSideRight

func BitBtn_SetAnchorSideRight(obj uintptr, value uintptr)

func BitBtn_SetAnchorSideTop

func BitBtn_SetAnchorSideTop(obj uintptr, value uintptr)

func BitBtn_SetAnchors

func BitBtn_SetAnchors(obj uintptr, value TAnchors)

func BitBtn_SetBiDiMode

func BitBtn_SetBiDiMode(obj uintptr, value TBiDiMode)

func BitBtn_SetBorderSpacing

func BitBtn_SetBorderSpacing(obj uintptr, value uintptr)

func BitBtn_SetBounds

func BitBtn_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func BitBtn_SetBoundsRect

func BitBtn_SetBoundsRect(obj uintptr, value TRect)

func BitBtn_SetCancel

func BitBtn_SetCancel(obj uintptr, value bool)

func BitBtn_SetCaption

func BitBtn_SetCaption(obj uintptr, value string)

func BitBtn_SetChildSizing

func BitBtn_SetChildSizing(obj uintptr, value uintptr)

func BitBtn_SetClientHeight

func BitBtn_SetClientHeight(obj uintptr, value int32)

func BitBtn_SetClientWidth

func BitBtn_SetClientWidth(obj uintptr, value int32)

func BitBtn_SetComponentIndex

func BitBtn_SetComponentIndex(obj uintptr, value int32)

func BitBtn_SetConstraints added in v1.2.7

func BitBtn_SetConstraints(obj uintptr, value uintptr)

func BitBtn_SetControlState added in v1.1.21

func BitBtn_SetControlState(obj uintptr, value TControlState)

func BitBtn_SetControlStyle added in v1.1.21

func BitBtn_SetControlStyle(obj uintptr, value TControlStyle)

func BitBtn_SetCursor

func BitBtn_SetCursor(obj uintptr, value TCursor)

func BitBtn_SetDefault

func BitBtn_SetDefault(obj uintptr, value bool)

func BitBtn_SetDefaultCaption

func BitBtn_SetDefaultCaption(obj uintptr, value bool)

func BitBtn_SetDockSite

func BitBtn_SetDockSite(obj uintptr, value bool)

func BitBtn_SetDoubleBuffered

func BitBtn_SetDoubleBuffered(obj uintptr, value bool)

func BitBtn_SetEnabled

func BitBtn_SetEnabled(obj uintptr, value bool)

func BitBtn_SetFocus

func BitBtn_SetFocus(obj uintptr)

func BitBtn_SetFont

func BitBtn_SetFont(obj uintptr, value uintptr)

func BitBtn_SetGlyph

func BitBtn_SetGlyph(obj uintptr, value uintptr)

func BitBtn_SetGlyphShowMode

func BitBtn_SetGlyphShowMode(obj uintptr, value TGlyphShowMode)

func BitBtn_SetHeight

func BitBtn_SetHeight(obj uintptr, value int32)

func BitBtn_SetHint

func BitBtn_SetHint(obj uintptr, value string)

func BitBtn_SetImageWidth

func BitBtn_SetImageWidth(obj uintptr, value int32)

func BitBtn_SetLayout

func BitBtn_SetLayout(obj uintptr, value TButtonLayout)

func BitBtn_SetLeft

func BitBtn_SetLeft(obj uintptr, value int32)

func BitBtn_SetModalResult

func BitBtn_SetModalResult(obj uintptr, value TModalResult)

func BitBtn_SetName

func BitBtn_SetName(obj uintptr, value string)

func BitBtn_SetNumGlyphs

func BitBtn_SetNumGlyphs(obj uintptr, value TNumGlyphs)

func BitBtn_SetOnClick

func BitBtn_SetOnClick(obj uintptr, fn interface{})

func BitBtn_SetOnContextPopup

func BitBtn_SetOnContextPopup(obj uintptr, fn interface{})

func BitBtn_SetOnDragDrop

func BitBtn_SetOnDragDrop(obj uintptr, fn interface{})

func BitBtn_SetOnDragOver

func BitBtn_SetOnDragOver(obj uintptr, fn interface{})

func BitBtn_SetOnEndDrag

func BitBtn_SetOnEndDrag(obj uintptr, fn interface{})

func BitBtn_SetOnEnter

func BitBtn_SetOnEnter(obj uintptr, fn interface{})

func BitBtn_SetOnExit

func BitBtn_SetOnExit(obj uintptr, fn interface{})

func BitBtn_SetOnKeyDown

func BitBtn_SetOnKeyDown(obj uintptr, fn interface{})

func BitBtn_SetOnKeyPress

func BitBtn_SetOnKeyPress(obj uintptr, fn interface{})

func BitBtn_SetOnKeyUp

func BitBtn_SetOnKeyUp(obj uintptr, fn interface{})

func BitBtn_SetOnMouseDown

func BitBtn_SetOnMouseDown(obj uintptr, fn interface{})

func BitBtn_SetOnMouseEnter

func BitBtn_SetOnMouseEnter(obj uintptr, fn interface{})

func BitBtn_SetOnMouseLeave

func BitBtn_SetOnMouseLeave(obj uintptr, fn interface{})

func BitBtn_SetOnMouseMove

func BitBtn_SetOnMouseMove(obj uintptr, fn interface{})

func BitBtn_SetOnMouseUp

func BitBtn_SetOnMouseUp(obj uintptr, fn interface{})

func BitBtn_SetParent

func BitBtn_SetParent(obj uintptr, value uintptr)

func BitBtn_SetParentDoubleBuffered

func BitBtn_SetParentDoubleBuffered(obj uintptr, value bool)

func BitBtn_SetParentFont

func BitBtn_SetParentFont(obj uintptr, value bool)

func BitBtn_SetParentShowHint

func BitBtn_SetParentShowHint(obj uintptr, value bool)

func BitBtn_SetParentWindow

func BitBtn_SetParentWindow(obj uintptr, value HWND)

func BitBtn_SetPopupMenu

func BitBtn_SetPopupMenu(obj uintptr, value uintptr)

func BitBtn_SetShowHint

func BitBtn_SetShowHint(obj uintptr, value bool)

func BitBtn_SetSpacing

func BitBtn_SetSpacing(obj uintptr, value int32)

func BitBtn_SetTabOrder

func BitBtn_SetTabOrder(obj uintptr, value TTabOrder)

func BitBtn_SetTabStop

func BitBtn_SetTabStop(obj uintptr, value bool)

func BitBtn_SetTag

func BitBtn_SetTag(obj uintptr, value int)

func BitBtn_SetTextBuf added in v1.1.21

func BitBtn_SetTextBuf(obj uintptr, Buffer string)

func BitBtn_SetTop

func BitBtn_SetTop(obj uintptr, value int32)

func BitBtn_SetUseDockManager

func BitBtn_SetUseDockManager(obj uintptr, value bool)

func BitBtn_SetVisible

func BitBtn_SetVisible(obj uintptr, value bool)

func BitBtn_SetWidth

func BitBtn_SetWidth(obj uintptr, value int32)

func BitBtn_Show

func BitBtn_Show(obj uintptr)

func BitBtn_StaticClassType added in v1.1.18

func BitBtn_StaticClassType() TClass

func BitBtn_ToString

func BitBtn_ToString(obj uintptr) string

func BitBtn_Update

func BitBtn_Update(obj uintptr)

func Bitmap_Assign

func Bitmap_Assign(obj uintptr, Source uintptr)

func Bitmap_BeginUpdate added in v1.2.10

func Bitmap_BeginUpdate(obj uintptr, aCanvasOnly bool)

func Bitmap_ClassName

func Bitmap_ClassName(obj uintptr) string

func Bitmap_ClassType added in v1.1.18

func Bitmap_ClassType(obj uintptr) TClass

func Bitmap_Clear added in v1.2.10

func Bitmap_Clear(obj uintptr)

TBitmap

func Bitmap_Create

func Bitmap_Create() uintptr

func Bitmap_EndUpdate added in v1.2.10

func Bitmap_EndUpdate(obj uintptr, aStreamIsValid bool)

func Bitmap_Equals

func Bitmap_Equals(obj uintptr, Obj uintptr) bool

func Bitmap_Free

func Bitmap_Free(obj uintptr)

func Bitmap_FreeImage added in v1.1.23

func Bitmap_FreeImage(obj uintptr)

func Bitmap_GetCanvas

func Bitmap_GetCanvas(obj uintptr) uintptr

func Bitmap_GetEmpty

func Bitmap_GetEmpty(obj uintptr) bool

func Bitmap_GetHandle

func Bitmap_GetHandle(obj uintptr) HBITMAP

func Bitmap_GetHandleType added in v1.1.23

func Bitmap_GetHandleType(obj uintptr) TBitmapHandleType

func Bitmap_GetHashCode

func Bitmap_GetHashCode(obj uintptr) int32

func Bitmap_GetHeight

func Bitmap_GetHeight(obj uintptr) int32

func Bitmap_GetMaskHandle added in v1.1.23

func Bitmap_GetMaskHandle(obj uintptr) HBITMAP

func Bitmap_GetModified

func Bitmap_GetModified(obj uintptr) bool

func Bitmap_GetNamePath

func Bitmap_GetNamePath(obj uintptr) string

func Bitmap_GetPalette added in v1.1.23

func Bitmap_GetPalette(obj uintptr) HPALETTE

func Bitmap_GetPaletteModified

func Bitmap_GetPaletteModified(obj uintptr) bool

func Bitmap_GetPixelFormat

func Bitmap_GetPixelFormat(obj uintptr) TPixelFormat

func Bitmap_GetScanLine

func Bitmap_GetScanLine(obj uintptr, Row int32) uintptr

func Bitmap_GetTransparent

func Bitmap_GetTransparent(obj uintptr) bool

func Bitmap_GetTransparentMode added in v1.2.10

func Bitmap_GetTransparentMode(obj uintptr) TTransparentMode

func Bitmap_GetWidth

func Bitmap_GetWidth(obj uintptr) int32

func Bitmap_HandleAllocated

func Bitmap_HandleAllocated(obj uintptr) bool

func Bitmap_InheritsFrom added in v1.1.18

func Bitmap_InheritsFrom(obj uintptr, AClass TClass) bool

func Bitmap_InstanceSize added in v1.1.18

func Bitmap_InstanceSize(obj uintptr) int32

func Bitmap_LoadFromDevice added in v1.2.10

func Bitmap_LoadFromDevice(obj uintptr, dc types.HDC)

func Bitmap_LoadFromFile

func Bitmap_LoadFromFile(obj uintptr, Filename string)

func Bitmap_LoadFromResourceID

func Bitmap_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)

func Bitmap_LoadFromResourceName

func Bitmap_LoadFromResourceName(obj uintptr, Instance uintptr, ResName string)

func Bitmap_LoadFromStream

func Bitmap_LoadFromStream(obj uintptr, Stream uintptr)

func Bitmap_SaveToFile

func Bitmap_SaveToFile(obj uintptr, Filename string)

func Bitmap_SaveToStream

func Bitmap_SaveToStream(obj uintptr, Stream uintptr)

func Bitmap_SetHandle

func Bitmap_SetHandle(obj uintptr, value HBITMAP)

func Bitmap_SetHandleType added in v1.1.23

func Bitmap_SetHandleType(obj uintptr, value TBitmapHandleType)

func Bitmap_SetHeight

func Bitmap_SetHeight(obj uintptr, value int32)

func Bitmap_SetMaskHandle added in v1.1.23

func Bitmap_SetMaskHandle(obj uintptr, value HBITMAP)

func Bitmap_SetModified

func Bitmap_SetModified(obj uintptr, value bool)

func Bitmap_SetOnChange

func Bitmap_SetOnChange(obj uintptr, fn interface{})

func Bitmap_SetPalette added in v1.1.23

func Bitmap_SetPalette(obj uintptr, value HPALETTE)

func Bitmap_SetPaletteModified

func Bitmap_SetPaletteModified(obj uintptr, value bool)

func Bitmap_SetPixelFormat

func Bitmap_SetPixelFormat(obj uintptr, value TPixelFormat)

func Bitmap_SetSize

func Bitmap_SetSize(obj uintptr, AWidth int32, AHeight int32)

func Bitmap_SetTransparent

func Bitmap_SetTransparent(obj uintptr, value bool)

func Bitmap_SetTransparentMode added in v1.2.10

func Bitmap_SetTransparentMode(obj uintptr, value TTransparentMode)

func Bitmap_SetWidth

func Bitmap_SetWidth(obj uintptr, value int32)

func Bitmap_StaticClassType added in v1.1.18

func Bitmap_StaticClassType() TClass

func Bitmap_ToString

func Bitmap_ToString(obj uintptr) string

func BoundLabel_AnchorAsAlign

func BoundLabel_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func BoundLabel_AnchorClient

func BoundLabel_AnchorClient(obj uintptr, ASpace int32)

func BoundLabel_AnchorHorizontalCenterTo

func BoundLabel_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func BoundLabel_AnchorParallel

func BoundLabel_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func BoundLabel_AnchorToNeighbour

func BoundLabel_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func BoundLabel_AnchorVerticalCenterTo

func BoundLabel_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func BoundLabel_Assign added in v1.1.19

func BoundLabel_Assign(obj uintptr, Source uintptr)

func BoundLabel_BringToFront added in v1.1.19

func BoundLabel_BringToFront(obj uintptr)

func BoundLabel_ClassName added in v1.1.19

func BoundLabel_ClassName(obj uintptr) string

func BoundLabel_ClassType added in v1.1.19

func BoundLabel_ClassType(obj uintptr) TClass

func BoundLabel_ClientToParent added in v1.1.19

func BoundLabel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func BoundLabel_ClientToScreen added in v1.1.19

func BoundLabel_ClientToScreen(obj uintptr, Point TPoint) TPoint

func BoundLabel_Create added in v1.1.19

func BoundLabel_Create(obj uintptr) uintptr

func BoundLabel_Dragging added in v1.1.19

func BoundLabel_Dragging(obj uintptr) bool

func BoundLabel_Equals added in v1.1.19

func BoundLabel_Equals(obj uintptr, Obj uintptr) bool

func BoundLabel_FindComponent added in v1.1.19

func BoundLabel_FindComponent(obj uintptr, AName string) uintptr

func BoundLabel_Free added in v1.1.19

func BoundLabel_Free(obj uintptr)

func BoundLabel_GetAction added in v1.1.19

func BoundLabel_GetAction(obj uintptr) uintptr

func BoundLabel_GetAlign added in v1.1.19

func BoundLabel_GetAlign(obj uintptr) TAlign

func BoundLabel_GetAnchorSide

func BoundLabel_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func BoundLabel_GetAnchorSideBottom

func BoundLabel_GetAnchorSideBottom(obj uintptr) uintptr

func BoundLabel_GetAnchorSideLeft

func BoundLabel_GetAnchorSideLeft(obj uintptr) uintptr

func BoundLabel_GetAnchorSideRight

func BoundLabel_GetAnchorSideRight(obj uintptr) uintptr

func BoundLabel_GetAnchorSideTop

func BoundLabel_GetAnchorSideTop(obj uintptr) uintptr

func BoundLabel_GetAnchors added in v1.1.19

func BoundLabel_GetAnchors(obj uintptr) TAnchors

func BoundLabel_GetBiDiMode added in v1.1.19

func BoundLabel_GetBiDiMode(obj uintptr) TBiDiMode

func BoundLabel_GetBorderSpacing

func BoundLabel_GetBorderSpacing(obj uintptr) uintptr

func BoundLabel_GetBoundsRect added in v1.1.19

func BoundLabel_GetBoundsRect(obj uintptr) TRect

func BoundLabel_GetCanvas added in v1.1.19

func BoundLabel_GetCanvas(obj uintptr) uintptr

func BoundLabel_GetCaption added in v1.1.19

func BoundLabel_GetCaption(obj uintptr) string

func BoundLabel_GetClientHeight added in v1.1.19

func BoundLabel_GetClientHeight(obj uintptr) int32

func BoundLabel_GetClientOrigin added in v1.1.21

func BoundLabel_GetClientOrigin(obj uintptr) TPoint

func BoundLabel_GetClientRect added in v1.1.19

func BoundLabel_GetClientRect(obj uintptr) TRect

func BoundLabel_GetClientWidth added in v1.1.19

func BoundLabel_GetClientWidth(obj uintptr) int32

func BoundLabel_GetColor added in v1.1.19

func BoundLabel_GetColor(obj uintptr) TColor

func BoundLabel_GetComponentCount added in v1.1.19

func BoundLabel_GetComponentCount(obj uintptr) int32

func BoundLabel_GetComponentIndex added in v1.1.19

func BoundLabel_GetComponentIndex(obj uintptr) int32

func BoundLabel_GetComponents added in v1.1.19

func BoundLabel_GetComponents(obj uintptr, AIndex int32) uintptr

func BoundLabel_GetConstraints added in v1.2.7

func BoundLabel_GetConstraints(obj uintptr) uintptr

func BoundLabel_GetControlState added in v1.1.21

func BoundLabel_GetControlState(obj uintptr) TControlState

func BoundLabel_GetControlStyle added in v1.1.21

func BoundLabel_GetControlStyle(obj uintptr) TControlStyle

func BoundLabel_GetCursor added in v1.1.19

func BoundLabel_GetCursor(obj uintptr) TCursor

func BoundLabel_GetDragCursor added in v1.1.19

func BoundLabel_GetDragCursor(obj uintptr) TCursor

func BoundLabel_GetDragMode added in v1.1.19

func BoundLabel_GetDragMode(obj uintptr) TDragMode

func BoundLabel_GetEnabled added in v1.1.19

func BoundLabel_GetEnabled(obj uintptr) bool

func BoundLabel_GetFloating added in v1.1.19

func BoundLabel_GetFloating(obj uintptr) bool

func BoundLabel_GetFont added in v1.1.19

func BoundLabel_GetFont(obj uintptr) uintptr

func BoundLabel_GetHashCode added in v1.1.19

func BoundLabel_GetHashCode(obj uintptr) int32

func BoundLabel_GetHeight added in v1.1.19

func BoundLabel_GetHeight(obj uintptr) int32

func BoundLabel_GetHint added in v1.1.19

func BoundLabel_GetHint(obj uintptr) string

func BoundLabel_GetLayout added in v1.1.19

func BoundLabel_GetLayout(obj uintptr) TTextLayout

func BoundLabel_GetLeft added in v1.1.19

func BoundLabel_GetLeft(obj uintptr) int32

func BoundLabel_GetName added in v1.1.19

func BoundLabel_GetName(obj uintptr) string

func BoundLabel_GetNamePath added in v1.1.19

func BoundLabel_GetNamePath(obj uintptr) string

func BoundLabel_GetOwner added in v1.1.19

func BoundLabel_GetOwner(obj uintptr) uintptr

func BoundLabel_GetParent added in v1.1.19

func BoundLabel_GetParent(obj uintptr) uintptr

func BoundLabel_GetParentColor added in v1.1.19

func BoundLabel_GetParentColor(obj uintptr) bool

func BoundLabel_GetParentFont added in v1.1.19

func BoundLabel_GetParentFont(obj uintptr) bool

func BoundLabel_GetParentShowHint added in v1.1.19

func BoundLabel_GetParentShowHint(obj uintptr) bool

func BoundLabel_GetPopupMenu added in v1.1.19

func BoundLabel_GetPopupMenu(obj uintptr) uintptr

func BoundLabel_GetShowAccelChar added in v1.1.19

func BoundLabel_GetShowAccelChar(obj uintptr) bool

func BoundLabel_GetShowHint added in v1.1.19

func BoundLabel_GetShowHint(obj uintptr) bool

func BoundLabel_GetTag added in v1.1.19

func BoundLabel_GetTag(obj uintptr) int

func BoundLabel_GetTextBuf added in v1.1.19

func BoundLabel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func BoundLabel_GetTextLen added in v1.1.19

func BoundLabel_GetTextLen(obj uintptr) int32

func BoundLabel_GetTop added in v1.1.19

func BoundLabel_GetTop(obj uintptr) int32

func BoundLabel_GetVisible added in v1.1.19

func BoundLabel_GetVisible(obj uintptr) bool

func BoundLabel_GetWidth added in v1.1.19

func BoundLabel_GetWidth(obj uintptr) int32

func BoundLabel_GetWordWrap added in v1.1.19

func BoundLabel_GetWordWrap(obj uintptr) bool

func BoundLabel_HasParent added in v1.1.19

func BoundLabel_HasParent(obj uintptr) bool

func BoundLabel_Hide added in v1.1.19

func BoundLabel_Hide(obj uintptr)

func BoundLabel_InheritsFrom added in v1.1.19

func BoundLabel_InheritsFrom(obj uintptr, AClass TClass) bool

func BoundLabel_InstanceSize added in v1.1.19

func BoundLabel_InstanceSize(obj uintptr) int32

func BoundLabel_Invalidate added in v1.1.19

func BoundLabel_Invalidate(obj uintptr)

func BoundLabel_ParentToClient added in v1.1.19

func BoundLabel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func BoundLabel_Perform added in v1.1.19

func BoundLabel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func BoundLabel_Refresh added in v1.1.19

func BoundLabel_Refresh(obj uintptr)

func BoundLabel_Repaint added in v1.1.19

func BoundLabel_Repaint(obj uintptr)

func BoundLabel_ScreenToClient added in v1.1.19

func BoundLabel_ScreenToClient(obj uintptr, Point TPoint) TPoint

func BoundLabel_SendToBack added in v1.1.19

func BoundLabel_SendToBack(obj uintptr)

func BoundLabel_SetAction added in v1.1.19

func BoundLabel_SetAction(obj uintptr, value uintptr)

func BoundLabel_SetAlign added in v1.1.19

func BoundLabel_SetAlign(obj uintptr, value TAlign)

func BoundLabel_SetAnchorSideBottom

func BoundLabel_SetAnchorSideBottom(obj uintptr, value uintptr)

func BoundLabel_SetAnchorSideLeft

func BoundLabel_SetAnchorSideLeft(obj uintptr, value uintptr)

func BoundLabel_SetAnchorSideRight

func BoundLabel_SetAnchorSideRight(obj uintptr, value uintptr)

func BoundLabel_SetAnchorSideTop

func BoundLabel_SetAnchorSideTop(obj uintptr, value uintptr)

func BoundLabel_SetAnchors added in v1.1.19

func BoundLabel_SetAnchors(obj uintptr, value TAnchors)

func BoundLabel_SetBiDiMode added in v1.1.19

func BoundLabel_SetBiDiMode(obj uintptr, value TBiDiMode)

func BoundLabel_SetBorderSpacing

func BoundLabel_SetBorderSpacing(obj uintptr, value uintptr)

func BoundLabel_SetBounds added in v1.1.19

func BoundLabel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func BoundLabel_SetBoundsRect added in v1.1.19

func BoundLabel_SetBoundsRect(obj uintptr, value TRect)

func BoundLabel_SetCaption added in v1.1.19

func BoundLabel_SetCaption(obj uintptr, value string)

func BoundLabel_SetClientHeight added in v1.1.19

func BoundLabel_SetClientHeight(obj uintptr, value int32)

func BoundLabel_SetClientWidth added in v1.1.19

func BoundLabel_SetClientWidth(obj uintptr, value int32)

func BoundLabel_SetColor added in v1.1.19

func BoundLabel_SetColor(obj uintptr, value TColor)

func BoundLabel_SetComponentIndex added in v1.1.19

func BoundLabel_SetComponentIndex(obj uintptr, value int32)

func BoundLabel_SetConstraints added in v1.2.7

func BoundLabel_SetConstraints(obj uintptr, value uintptr)

func BoundLabel_SetControlState added in v1.1.21

func BoundLabel_SetControlState(obj uintptr, value TControlState)

func BoundLabel_SetControlStyle added in v1.1.21

func BoundLabel_SetControlStyle(obj uintptr, value TControlStyle)

func BoundLabel_SetCursor added in v1.1.19

func BoundLabel_SetCursor(obj uintptr, value TCursor)

func BoundLabel_SetDragCursor added in v1.1.19

func BoundLabel_SetDragCursor(obj uintptr, value TCursor)

func BoundLabel_SetDragMode added in v1.1.19

func BoundLabel_SetDragMode(obj uintptr, value TDragMode)

func BoundLabel_SetEnabled added in v1.1.19

func BoundLabel_SetEnabled(obj uintptr, value bool)

func BoundLabel_SetFont added in v1.1.19

func BoundLabel_SetFont(obj uintptr, value uintptr)

func BoundLabel_SetHeight added in v1.1.19

func BoundLabel_SetHeight(obj uintptr, value int32)

func BoundLabel_SetHint added in v1.1.19

func BoundLabel_SetHint(obj uintptr, value string)

func BoundLabel_SetLayout added in v1.1.19

func BoundLabel_SetLayout(obj uintptr, value TTextLayout)

func BoundLabel_SetName added in v1.1.19

func BoundLabel_SetName(obj uintptr, value string)

func BoundLabel_SetOnClick added in v1.1.19

func BoundLabel_SetOnClick(obj uintptr, fn interface{})

func BoundLabel_SetOnDblClick added in v1.1.19

func BoundLabel_SetOnDblClick(obj uintptr, fn interface{})

func BoundLabel_SetOnDragDrop added in v1.1.19

func BoundLabel_SetOnDragDrop(obj uintptr, fn interface{})

func BoundLabel_SetOnDragOver added in v1.1.19

func BoundLabel_SetOnDragOver(obj uintptr, fn interface{})

func BoundLabel_SetOnEndDrag added in v1.1.19

func BoundLabel_SetOnEndDrag(obj uintptr, fn interface{})

func BoundLabel_SetOnMouseDown added in v1.1.19

func BoundLabel_SetOnMouseDown(obj uintptr, fn interface{})

func BoundLabel_SetOnMouseMove added in v1.1.19

func BoundLabel_SetOnMouseMove(obj uintptr, fn interface{})

func BoundLabel_SetOnMouseUp added in v1.1.19

func BoundLabel_SetOnMouseUp(obj uintptr, fn interface{})

func BoundLabel_SetParent added in v1.1.19

func BoundLabel_SetParent(obj uintptr, value uintptr)

func BoundLabel_SetParentColor added in v1.1.19

func BoundLabel_SetParentColor(obj uintptr, value bool)

func BoundLabel_SetParentFont added in v1.1.19

func BoundLabel_SetParentFont(obj uintptr, value bool)

func BoundLabel_SetParentShowHint added in v1.1.19

func BoundLabel_SetParentShowHint(obj uintptr, value bool)

func BoundLabel_SetPopupMenu added in v1.1.19

func BoundLabel_SetPopupMenu(obj uintptr, value uintptr)

func BoundLabel_SetShowAccelChar added in v1.1.19

func BoundLabel_SetShowAccelChar(obj uintptr, value bool)

func BoundLabel_SetShowHint added in v1.1.19

func BoundLabel_SetShowHint(obj uintptr, value bool)

func BoundLabel_SetTag added in v1.1.19

func BoundLabel_SetTag(obj uintptr, value int)

func BoundLabel_SetTextBuf added in v1.1.21

func BoundLabel_SetTextBuf(obj uintptr, Buffer string)

func BoundLabel_SetVisible added in v1.1.19

func BoundLabel_SetVisible(obj uintptr, value bool)

func BoundLabel_SetWidth added in v1.1.19

func BoundLabel_SetWidth(obj uintptr, value int32)

func BoundLabel_SetWordWrap added in v1.1.19

func BoundLabel_SetWordWrap(obj uintptr, value bool)

func BoundLabel_Show added in v1.1.19

func BoundLabel_Show(obj uintptr)

func BoundLabel_StaticClassType added in v1.1.19

func BoundLabel_StaticClassType() TClass

func BoundLabel_ToString added in v1.1.19

func BoundLabel_ToString(obj uintptr) string

func BoundLabel_Update added in v1.1.19

func BoundLabel_Update(obj uintptr)

func Brush_Assign

func Brush_Assign(obj uintptr, Source uintptr)

func Brush_ClassName

func Brush_ClassName(obj uintptr) string

func Brush_ClassType added in v1.1.18

func Brush_ClassType(obj uintptr) TClass

func Brush_Create

func Brush_Create() uintptr

func Brush_Equals

func Brush_Equals(obj uintptr, Obj uintptr) bool

func Brush_Free

func Brush_Free(obj uintptr)

func Brush_GetBitmap

func Brush_GetBitmap(obj uintptr) uintptr

func Brush_GetColor

func Brush_GetColor(obj uintptr) TColor

func Brush_GetHandle

func Brush_GetHandle(obj uintptr) HBRUSH

func Brush_GetHashCode

func Brush_GetHashCode(obj uintptr) int32

func Brush_GetNamePath

func Brush_GetNamePath(obj uintptr) string

func Brush_GetStyle

func Brush_GetStyle(obj uintptr) TBrushStyle

func Brush_InheritsFrom added in v1.1.18

func Brush_InheritsFrom(obj uintptr, AClass TClass) bool

func Brush_InstanceSize added in v1.1.18

func Brush_InstanceSize(obj uintptr) int32

func Brush_SetBitmap

func Brush_SetBitmap(obj uintptr, value uintptr)

func Brush_SetColor

func Brush_SetColor(obj uintptr, value TColor)

func Brush_SetHandle

func Brush_SetHandle(obj uintptr, value HBRUSH)

func Brush_SetOnChange

func Brush_SetOnChange(obj uintptr, fn interface{})

func Brush_SetStyle

func Brush_SetStyle(obj uintptr, value TBrushStyle)

func Brush_StaticClassType added in v1.1.18

func Brush_StaticClassType() TClass

func Brush_ToString

func Brush_ToString(obj uintptr) string

func Button_AnchorAsAlign

func Button_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Button_AnchorClient

func Button_AnchorClient(obj uintptr, ASpace int32)

func Button_AnchorHorizontalCenterTo

func Button_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Button_AnchorParallel

func Button_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Button_AnchorToNeighbour

func Button_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Button_AnchorVerticalCenterTo

func Button_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Button_Assign

func Button_Assign(obj uintptr, Source uintptr)

func Button_BringToFront

func Button_BringToFront(obj uintptr)

func Button_CanFocus

func Button_CanFocus(obj uintptr) bool

func Button_ClassName

func Button_ClassName(obj uintptr) string

func Button_ClassType added in v1.1.18

func Button_ClassType(obj uintptr) TClass

func Button_Click

func Button_Click(obj uintptr)

func Button_ClientToParent

func Button_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Button_ClientToScreen

func Button_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Button_ContainsControl added in v1.1.21

func Button_ContainsControl(obj uintptr, Control uintptr) bool

func Button_ControlAtPos added in v1.1.21

func Button_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Button_Create

func Button_Create(obj uintptr) uintptr

func Button_DisableAlign added in v1.1.21

func Button_DisableAlign(obj uintptr)

func Button_Dragging

func Button_Dragging(obj uintptr) bool

func Button_EnableAlign added in v1.1.21

func Button_EnableAlign(obj uintptr)

func Button_Equals

func Button_Equals(obj uintptr, Obj uintptr) bool

func Button_FindChildControl added in v1.1.21

func Button_FindChildControl(obj uintptr, ControlName string) uintptr

func Button_FindComponent

func Button_FindComponent(obj uintptr, AName string) uintptr

func Button_FlipChildren

func Button_FlipChildren(obj uintptr, AllLevels bool)

func Button_Focused

func Button_Focused(obj uintptr) bool

func Button_Free

func Button_Free(obj uintptr)

func Button_GetAction

func Button_GetAction(obj uintptr) uintptr

func Button_GetAlign

func Button_GetAlign(obj uintptr) TAlign

func Button_GetAnchorSide

func Button_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Button_GetAnchorSideBottom

func Button_GetAnchorSideBottom(obj uintptr) uintptr

func Button_GetAnchorSideLeft

func Button_GetAnchorSideLeft(obj uintptr) uintptr

func Button_GetAnchorSideRight

func Button_GetAnchorSideRight(obj uintptr) uintptr

func Button_GetAnchorSideTop

func Button_GetAnchorSideTop(obj uintptr) uintptr

func Button_GetAnchors

func Button_GetAnchors(obj uintptr) TAnchors

func Button_GetBiDiMode

func Button_GetBiDiMode(obj uintptr) TBiDiMode

func Button_GetBorderSpacing

func Button_GetBorderSpacing(obj uintptr) uintptr

func Button_GetBoundsRect

func Button_GetBoundsRect(obj uintptr) TRect

func Button_GetBrush

func Button_GetBrush(obj uintptr) uintptr

func Button_GetCancel

func Button_GetCancel(obj uintptr) bool

func Button_GetCaption

func Button_GetCaption(obj uintptr) string

func Button_GetChildSizing

func Button_GetChildSizing(obj uintptr) uintptr

func Button_GetClientHeight

func Button_GetClientHeight(obj uintptr) int32

func Button_GetClientOrigin added in v1.1.21

func Button_GetClientOrigin(obj uintptr) TPoint

func Button_GetClientRect

func Button_GetClientRect(obj uintptr) TRect

func Button_GetClientWidth

func Button_GetClientWidth(obj uintptr) int32

func Button_GetComponentCount

func Button_GetComponentCount(obj uintptr) int32

func Button_GetComponentIndex

func Button_GetComponentIndex(obj uintptr) int32

func Button_GetComponents

func Button_GetComponents(obj uintptr, AIndex int32) uintptr

func Button_GetConstraints added in v1.2.7

func Button_GetConstraints(obj uintptr) uintptr

func Button_GetControlCount

func Button_GetControlCount(obj uintptr) int32

func Button_GetControlState added in v1.1.21

func Button_GetControlState(obj uintptr) TControlState

func Button_GetControlStyle added in v1.1.21

func Button_GetControlStyle(obj uintptr) TControlStyle

func Button_GetControls

func Button_GetControls(obj uintptr, Index int32) uintptr

func Button_GetCursor

func Button_GetCursor(obj uintptr) TCursor

func Button_GetDefault

func Button_GetDefault(obj uintptr) bool

func Button_GetDockClientCount added in v1.1.21

func Button_GetDockClientCount(obj uintptr) int32

func Button_GetDockClients added in v1.1.21

func Button_GetDockClients(obj uintptr, Index int32) uintptr

func Button_GetDockSite

func Button_GetDockSite(obj uintptr) bool

func Button_GetDoubleBuffered

func Button_GetDoubleBuffered(obj uintptr) bool

func Button_GetDragCursor

func Button_GetDragCursor(obj uintptr) TCursor

func Button_GetDragKind

func Button_GetDragKind(obj uintptr) TDragKind

func Button_GetDragMode

func Button_GetDragMode(obj uintptr) TDragMode

func Button_GetEnabled

func Button_GetEnabled(obj uintptr) bool

func Button_GetFloating

func Button_GetFloating(obj uintptr) bool

func Button_GetFont

func Button_GetFont(obj uintptr) uintptr

func Button_GetHandle

func Button_GetHandle(obj uintptr) HWND

func Button_GetHashCode

func Button_GetHashCode(obj uintptr) int32

func Button_GetHeight

func Button_GetHeight(obj uintptr) int32

func Button_GetHint

func Button_GetHint(obj uintptr) string

func Button_GetLeft

func Button_GetLeft(obj uintptr) int32

func Button_GetModalResult

func Button_GetModalResult(obj uintptr) TModalResult

func Button_GetMouseInClient added in v1.1.21

func Button_GetMouseInClient(obj uintptr) bool

func Button_GetName

func Button_GetName(obj uintptr) string

func Button_GetNamePath

func Button_GetNamePath(obj uintptr) string

func Button_GetOwner

func Button_GetOwner(obj uintptr) uintptr

func Button_GetParent

func Button_GetParent(obj uintptr) uintptr

func Button_GetParentDoubleBuffered

func Button_GetParentDoubleBuffered(obj uintptr) bool

func Button_GetParentFont

func Button_GetParentFont(obj uintptr) bool

func Button_GetParentShowHint

func Button_GetParentShowHint(obj uintptr) bool

func Button_GetParentWindow

func Button_GetParentWindow(obj uintptr) HWND

func Button_GetPopupMenu

func Button_GetPopupMenu(obj uintptr) uintptr

func Button_GetShowHint

func Button_GetShowHint(obj uintptr) bool

func Button_GetTabOrder

func Button_GetTabOrder(obj uintptr) TTabOrder

func Button_GetTabStop

func Button_GetTabStop(obj uintptr) bool

func Button_GetTag

func Button_GetTag(obj uintptr) int

func Button_GetTextBuf

func Button_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Button_GetTextLen

func Button_GetTextLen(obj uintptr) int32

func Button_GetTop

func Button_GetTop(obj uintptr) int32

func Button_GetUseDockManager

func Button_GetUseDockManager(obj uintptr) bool

func Button_GetVisible

func Button_GetVisible(obj uintptr) bool

func Button_GetVisibleDockClientCount added in v1.1.21

func Button_GetVisibleDockClientCount(obj uintptr) int32

func Button_GetWidth

func Button_GetWidth(obj uintptr) int32

func Button_HandleAllocated

func Button_HandleAllocated(obj uintptr) bool

func Button_HasParent

func Button_HasParent(obj uintptr) bool

func Button_Hide

func Button_Hide(obj uintptr)

func Button_InheritsFrom added in v1.1.18

func Button_InheritsFrom(obj uintptr, AClass TClass) bool

func Button_InsertControl added in v1.1.21

func Button_InsertControl(obj uintptr, AControl uintptr)

func Button_InstanceSize added in v1.1.18

func Button_InstanceSize(obj uintptr) int32

func Button_Invalidate

func Button_Invalidate(obj uintptr)

func Button_ParentToClient

func Button_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Button_Perform

func Button_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Button_Realign

func Button_Realign(obj uintptr)

func Button_Refresh

func Button_Refresh(obj uintptr)

func Button_RemoveControl added in v1.1.21

func Button_RemoveControl(obj uintptr, AControl uintptr)

func Button_Repaint

func Button_Repaint(obj uintptr)

func Button_ScaleBy

func Button_ScaleBy(obj uintptr, M int32, D int32)

func Button_ScreenToClient

func Button_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Button_ScrollBy added in v1.1.21

func Button_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Button_SendToBack

func Button_SendToBack(obj uintptr)

func Button_SetAction

func Button_SetAction(obj uintptr, value uintptr)

func Button_SetAlign

func Button_SetAlign(obj uintptr, value TAlign)

func Button_SetAnchorSideBottom

func Button_SetAnchorSideBottom(obj uintptr, value uintptr)

func Button_SetAnchorSideLeft

func Button_SetAnchorSideLeft(obj uintptr, value uintptr)

func Button_SetAnchorSideRight

func Button_SetAnchorSideRight(obj uintptr, value uintptr)

func Button_SetAnchorSideTop

func Button_SetAnchorSideTop(obj uintptr, value uintptr)

func Button_SetAnchors

func Button_SetAnchors(obj uintptr, value TAnchors)

func Button_SetBiDiMode

func Button_SetBiDiMode(obj uintptr, value TBiDiMode)

func Button_SetBorderSpacing

func Button_SetBorderSpacing(obj uintptr, value uintptr)

func Button_SetBounds

func Button_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Button_SetBoundsRect

func Button_SetBoundsRect(obj uintptr, value TRect)

func Button_SetCancel

func Button_SetCancel(obj uintptr, value bool)

func Button_SetCaption

func Button_SetCaption(obj uintptr, value string)

func Button_SetChildSizing

func Button_SetChildSizing(obj uintptr, value uintptr)

func Button_SetClientHeight

func Button_SetClientHeight(obj uintptr, value int32)

func Button_SetClientWidth

func Button_SetClientWidth(obj uintptr, value int32)

func Button_SetComponentIndex

func Button_SetComponentIndex(obj uintptr, value int32)

func Button_SetConstraints added in v1.2.7

func Button_SetConstraints(obj uintptr, value uintptr)

func Button_SetControlState added in v1.1.21

func Button_SetControlState(obj uintptr, value TControlState)

func Button_SetControlStyle added in v1.1.21

func Button_SetControlStyle(obj uintptr, value TControlStyle)

func Button_SetCursor

func Button_SetCursor(obj uintptr, value TCursor)

func Button_SetDefault

func Button_SetDefault(obj uintptr, value bool)

func Button_SetDockSite

func Button_SetDockSite(obj uintptr, value bool)

func Button_SetDoubleBuffered

func Button_SetDoubleBuffered(obj uintptr, value bool)

func Button_SetDragCursor

func Button_SetDragCursor(obj uintptr, value TCursor)

func Button_SetDragKind

func Button_SetDragKind(obj uintptr, value TDragKind)

func Button_SetDragMode

func Button_SetDragMode(obj uintptr, value TDragMode)

func Button_SetEnabled

func Button_SetEnabled(obj uintptr, value bool)

func Button_SetFocus

func Button_SetFocus(obj uintptr)

func Button_SetFont

func Button_SetFont(obj uintptr, value uintptr)

func Button_SetHeight

func Button_SetHeight(obj uintptr, value int32)

func Button_SetHint

func Button_SetHint(obj uintptr, value string)

func Button_SetLeft

func Button_SetLeft(obj uintptr, value int32)

func Button_SetModalResult

func Button_SetModalResult(obj uintptr, value TModalResult)

func Button_SetName

func Button_SetName(obj uintptr, value string)

func Button_SetOnClick

func Button_SetOnClick(obj uintptr, fn interface{})

func Button_SetOnContextPopup

func Button_SetOnContextPopup(obj uintptr, fn interface{})

func Button_SetOnDragDrop

func Button_SetOnDragDrop(obj uintptr, fn interface{})

func Button_SetOnDragOver

func Button_SetOnDragOver(obj uintptr, fn interface{})

func Button_SetOnEndDrag

func Button_SetOnEndDrag(obj uintptr, fn interface{})

func Button_SetOnEnter

func Button_SetOnEnter(obj uintptr, fn interface{})

func Button_SetOnExit

func Button_SetOnExit(obj uintptr, fn interface{})

func Button_SetOnKeyDown

func Button_SetOnKeyDown(obj uintptr, fn interface{})

func Button_SetOnKeyPress

func Button_SetOnKeyPress(obj uintptr, fn interface{})

func Button_SetOnKeyUp

func Button_SetOnKeyUp(obj uintptr, fn interface{})

func Button_SetOnMouseDown

func Button_SetOnMouseDown(obj uintptr, fn interface{})

func Button_SetOnMouseEnter

func Button_SetOnMouseEnter(obj uintptr, fn interface{})

func Button_SetOnMouseLeave

func Button_SetOnMouseLeave(obj uintptr, fn interface{})

func Button_SetOnMouseMove

func Button_SetOnMouseMove(obj uintptr, fn interface{})

func Button_SetOnMouseUp

func Button_SetOnMouseUp(obj uintptr, fn interface{})

func Button_SetParent

func Button_SetParent(obj uintptr, value uintptr)

func Button_SetParentDoubleBuffered

func Button_SetParentDoubleBuffered(obj uintptr, value bool)

func Button_SetParentFont

func Button_SetParentFont(obj uintptr, value bool)

func Button_SetParentShowHint

func Button_SetParentShowHint(obj uintptr, value bool)

func Button_SetParentWindow

func Button_SetParentWindow(obj uintptr, value HWND)

func Button_SetPopupMenu

func Button_SetPopupMenu(obj uintptr, value uintptr)

func Button_SetShowHint

func Button_SetShowHint(obj uintptr, value bool)

func Button_SetTabOrder

func Button_SetTabOrder(obj uintptr, value TTabOrder)

func Button_SetTabStop

func Button_SetTabStop(obj uintptr, value bool)

func Button_SetTag

func Button_SetTag(obj uintptr, value int)

func Button_SetTextBuf added in v1.1.21

func Button_SetTextBuf(obj uintptr, Buffer string)

func Button_SetTop

func Button_SetTop(obj uintptr, value int32)

func Button_SetUseDockManager

func Button_SetUseDockManager(obj uintptr, value bool)

func Button_SetVisible

func Button_SetVisible(obj uintptr, value bool)

func Button_SetWidth

func Button_SetWidth(obj uintptr, value int32)

func Button_Show

func Button_Show(obj uintptr)

func Button_StaticClassType added in v1.1.18

func Button_StaticClassType() TClass

func Button_ToString

func Button_ToString(obj uintptr) string

func Button_Update

func Button_Update(obj uintptr)

func Canvas_AngleArc

func Canvas_AngleArc(obj uintptr, X int32, Y int32, Radius uint32, StartAngle float32, SweepAngle float32)

func Canvas_Arc

func Canvas_Arc(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func Canvas_ArcTo

func Canvas_ArcTo(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func Canvas_Assign

func Canvas_Assign(obj uintptr, Source uintptr)

func Canvas_BrushCopy

func Canvas_BrushCopy(obj uintptr, dest TRect, bitmap uintptr, source TRect, color TColor)

func Canvas_Chord

func Canvas_Chord(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func Canvas_ClassName

func Canvas_ClassName(obj uintptr) string

func Canvas_ClassType added in v1.1.18

func Canvas_ClassType(obj uintptr) TClass

func Canvas_CopyRect

func Canvas_CopyRect(obj uintptr, dest TRect, canvas uintptr, source TRect)

func Canvas_Create

func Canvas_Create() uintptr

func Canvas_Draw1

func Canvas_Draw1(obj uintptr, x, y int32, graphic uintptr)

func Canvas_Draw2

func Canvas_Draw2(obj uintptr, x, y int32, graphic uintptr, opacity uint8)

func Canvas_DrawFocusRect

func Canvas_DrawFocusRect(obj uintptr, aRect TRect)

func Canvas_Ellipse

func Canvas_Ellipse(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32)

func Canvas_Equals

func Canvas_Equals(obj uintptr, Obj uintptr) bool

func Canvas_FillRect

func Canvas_FillRect(obj uintptr, aRect TRect)

func Canvas_FloodFill

func Canvas_FloodFill(obj uintptr, X int32, Y int32, Color TColor, FillStyle TFillStyle)

func Canvas_FrameRect

func Canvas_FrameRect(obj uintptr, aRect TRect)

func Canvas_Free

func Canvas_Free(obj uintptr)

func Canvas_GetBrush

func Canvas_GetBrush(obj uintptr) uintptr

func Canvas_GetCopyMode

func Canvas_GetCopyMode(obj uintptr) int32

func Canvas_GetFont

func Canvas_GetFont(obj uintptr) uintptr

func Canvas_GetHandle

func Canvas_GetHandle(obj uintptr) HDC

func Canvas_GetHashCode

func Canvas_GetHashCode(obj uintptr) int32

func Canvas_GetNamePath

func Canvas_GetNamePath(obj uintptr) string

func Canvas_GetPen

func Canvas_GetPen(obj uintptr) uintptr

func Canvas_HandleAllocated

func Canvas_HandleAllocated(obj uintptr) bool

func Canvas_InheritsFrom added in v1.1.18

func Canvas_InheritsFrom(obj uintptr, AClass TClass) bool

func Canvas_InstanceSize added in v1.1.18

func Canvas_InstanceSize(obj uintptr) int32

func Canvas_LineTo

func Canvas_LineTo(obj uintptr, X int32, Y int32)

func Canvas_Lock

func Canvas_Lock(obj uintptr)

func Canvas_MoveTo

func Canvas_MoveTo(obj uintptr, X int32, Y int32)

func Canvas_Pie

func Canvas_Pie(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func Canvas_Pixels added in v1.2.9

func Canvas_Pixels(obj uintptr, x, y int32) TColor

func Canvas_PolyBezier added in v1.2.8

func Canvas_PolyBezier(obj uintptr, points []TPoint)

func Canvas_PolyBezierTo added in v1.2.8

func Canvas_PolyBezierTo(obj uintptr, points []TPoint)

func Canvas_Polygon added in v1.2.8

func Canvas_Polygon(obj uintptr, points []TPoint)

func Canvas_Polyline added in v1.2.8

func Canvas_Polyline(obj uintptr, points []TPoint)

func Canvas_Rectangle

func Canvas_Rectangle(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32)

func Canvas_Refresh

func Canvas_Refresh(obj uintptr)

func Canvas_RoundRect

func Canvas_RoundRect(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32)

func Canvas_SetBrush

func Canvas_SetBrush(obj uintptr, value uintptr)

func Canvas_SetCopyMode

func Canvas_SetCopyMode(obj uintptr, value int32)

func Canvas_SetFont

func Canvas_SetFont(obj uintptr, value uintptr)

func Canvas_SetHandle

func Canvas_SetHandle(obj uintptr, value HDC)

func Canvas_SetOnChange

func Canvas_SetOnChange(obj uintptr, fn interface{})

func Canvas_SetOnChanging added in v1.1.21

func Canvas_SetOnChanging(obj uintptr, fn interface{})

func Canvas_SetPen

func Canvas_SetPen(obj uintptr, value uintptr)

func Canvas_SetPixels added in v1.2.9

func Canvas_SetPixels(obj uintptr, x, y int32, value TColor)

func Canvas_StaticClassType added in v1.1.18

func Canvas_StaticClassType() TClass

func Canvas_StretchDraw

func Canvas_StretchDraw(obj uintptr, aRect TRect, graphic uintptr)

func Canvas_TextExtent

func Canvas_TextExtent(obj uintptr, Text string) TSize

func Canvas_TextHeight

func Canvas_TextHeight(obj uintptr, Text string) int32

func Canvas_TextOut

func Canvas_TextOut(obj uintptr, X int32, Y int32, Text string)

func Canvas_TextRect1

func Canvas_TextRect1(obj uintptr, aRect TRect, x, y int32, text string)

func Canvas_TextRect2

func Canvas_TextRect2(obj uintptr, aRect *TRect, text *string, textFormat TTextFormat)

func Canvas_TextRect3 added in v1.2.1

func Canvas_TextRect3(obj uintptr, aRect *TRect, text string, textFormat TTextFormat)

func Canvas_TextWidth

func Canvas_TextWidth(obj uintptr, Text string) int32

func Canvas_ToString

func Canvas_ToString(obj uintptr) string

func CheckBox_AnchorAsAlign

func CheckBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func CheckBox_AnchorClient

func CheckBox_AnchorClient(obj uintptr, ASpace int32)

func CheckBox_AnchorHorizontalCenterTo

func CheckBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func CheckBox_AnchorParallel

func CheckBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CheckBox_AnchorToNeighbour

func CheckBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CheckBox_AnchorVerticalCenterTo

func CheckBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func CheckBox_Assign

func CheckBox_Assign(obj uintptr, Source uintptr)

func CheckBox_BringToFront

func CheckBox_BringToFront(obj uintptr)

func CheckBox_CanFocus

func CheckBox_CanFocus(obj uintptr) bool

func CheckBox_ClassName

func CheckBox_ClassName(obj uintptr) string

func CheckBox_ClassType added in v1.1.18

func CheckBox_ClassType(obj uintptr) TClass

func CheckBox_ClientToParent

func CheckBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CheckBox_ClientToScreen

func CheckBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func CheckBox_ContainsControl added in v1.1.21

func CheckBox_ContainsControl(obj uintptr, Control uintptr) bool

func CheckBox_ControlAtPos added in v1.1.21

func CheckBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func CheckBox_Create

func CheckBox_Create(obj uintptr) uintptr

func CheckBox_DisableAlign added in v1.1.21

func CheckBox_DisableAlign(obj uintptr)

func CheckBox_Dragging

func CheckBox_Dragging(obj uintptr) bool

func CheckBox_EnableAlign added in v1.1.21

func CheckBox_EnableAlign(obj uintptr)

func CheckBox_Equals

func CheckBox_Equals(obj uintptr, Obj uintptr) bool

func CheckBox_FindChildControl added in v1.1.21

func CheckBox_FindChildControl(obj uintptr, ControlName string) uintptr

func CheckBox_FindComponent

func CheckBox_FindComponent(obj uintptr, AName string) uintptr

func CheckBox_FlipChildren

func CheckBox_FlipChildren(obj uintptr, AllLevels bool)

func CheckBox_Focused

func CheckBox_Focused(obj uintptr) bool

func CheckBox_Free

func CheckBox_Free(obj uintptr)

func CheckBox_GetAction

func CheckBox_GetAction(obj uintptr) uintptr

func CheckBox_GetAlign

func CheckBox_GetAlign(obj uintptr) TAlign

func CheckBox_GetAlignment

func CheckBox_GetAlignment(obj uintptr) TLeftRight

func CheckBox_GetAllowGrayed

func CheckBox_GetAllowGrayed(obj uintptr) bool

func CheckBox_GetAnchorSide

func CheckBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func CheckBox_GetAnchorSideBottom

func CheckBox_GetAnchorSideBottom(obj uintptr) uintptr

func CheckBox_GetAnchorSideLeft

func CheckBox_GetAnchorSideLeft(obj uintptr) uintptr

func CheckBox_GetAnchorSideRight

func CheckBox_GetAnchorSideRight(obj uintptr) uintptr

func CheckBox_GetAnchorSideTop

func CheckBox_GetAnchorSideTop(obj uintptr) uintptr

func CheckBox_GetAnchors

func CheckBox_GetAnchors(obj uintptr) TAnchors

func CheckBox_GetBiDiMode

func CheckBox_GetBiDiMode(obj uintptr) TBiDiMode

func CheckBox_GetBorderSpacing

func CheckBox_GetBorderSpacing(obj uintptr) uintptr

func CheckBox_GetBoundsRect

func CheckBox_GetBoundsRect(obj uintptr) TRect

func CheckBox_GetBrush

func CheckBox_GetBrush(obj uintptr) uintptr

func CheckBox_GetCaption

func CheckBox_GetCaption(obj uintptr) string

func CheckBox_GetChecked

func CheckBox_GetChecked(obj uintptr) bool

func CheckBox_GetChildSizing

func CheckBox_GetChildSizing(obj uintptr) uintptr

func CheckBox_GetClientHeight

func CheckBox_GetClientHeight(obj uintptr) int32

func CheckBox_GetClientOrigin added in v1.1.21

func CheckBox_GetClientOrigin(obj uintptr) TPoint

func CheckBox_GetClientRect

func CheckBox_GetClientRect(obj uintptr) TRect

func CheckBox_GetClientWidth

func CheckBox_GetClientWidth(obj uintptr) int32

func CheckBox_GetColor

func CheckBox_GetColor(obj uintptr) TColor

func CheckBox_GetComponentCount

func CheckBox_GetComponentCount(obj uintptr) int32

func CheckBox_GetComponentIndex

func CheckBox_GetComponentIndex(obj uintptr) int32

func CheckBox_GetComponents

func CheckBox_GetComponents(obj uintptr, AIndex int32) uintptr

func CheckBox_GetConstraints added in v1.2.7

func CheckBox_GetConstraints(obj uintptr) uintptr

func CheckBox_GetControlCount

func CheckBox_GetControlCount(obj uintptr) int32

func CheckBox_GetControlState added in v1.1.21

func CheckBox_GetControlState(obj uintptr) TControlState

func CheckBox_GetControlStyle added in v1.1.21

func CheckBox_GetControlStyle(obj uintptr) TControlStyle

func CheckBox_GetControls

func CheckBox_GetControls(obj uintptr, Index int32) uintptr

func CheckBox_GetCursor

func CheckBox_GetCursor(obj uintptr) TCursor

func CheckBox_GetDockClientCount added in v1.1.21

func CheckBox_GetDockClientCount(obj uintptr) int32

func CheckBox_GetDockClients added in v1.1.21

func CheckBox_GetDockClients(obj uintptr, Index int32) uintptr

func CheckBox_GetDockSite

func CheckBox_GetDockSite(obj uintptr) bool

func CheckBox_GetDoubleBuffered

func CheckBox_GetDoubleBuffered(obj uintptr) bool

func CheckBox_GetDragCursor

func CheckBox_GetDragCursor(obj uintptr) TCursor

func CheckBox_GetDragKind

func CheckBox_GetDragKind(obj uintptr) TDragKind

func CheckBox_GetDragMode

func CheckBox_GetDragMode(obj uintptr) TDragMode

func CheckBox_GetEnabled

func CheckBox_GetEnabled(obj uintptr) bool

func CheckBox_GetFloating

func CheckBox_GetFloating(obj uintptr) bool

func CheckBox_GetFont

func CheckBox_GetFont(obj uintptr) uintptr

func CheckBox_GetHandle

func CheckBox_GetHandle(obj uintptr) HWND

func CheckBox_GetHashCode

func CheckBox_GetHashCode(obj uintptr) int32

func CheckBox_GetHeight

func CheckBox_GetHeight(obj uintptr) int32

func CheckBox_GetHint

func CheckBox_GetHint(obj uintptr) string

func CheckBox_GetLeft

func CheckBox_GetLeft(obj uintptr) int32

func CheckBox_GetMouseInClient added in v1.1.21

func CheckBox_GetMouseInClient(obj uintptr) bool

func CheckBox_GetName

func CheckBox_GetName(obj uintptr) string

func CheckBox_GetNamePath

func CheckBox_GetNamePath(obj uintptr) string

func CheckBox_GetOwner

func CheckBox_GetOwner(obj uintptr) uintptr

func CheckBox_GetParent

func CheckBox_GetParent(obj uintptr) uintptr

func CheckBox_GetParentColor

func CheckBox_GetParentColor(obj uintptr) bool

func CheckBox_GetParentDoubleBuffered

func CheckBox_GetParentDoubleBuffered(obj uintptr) bool

func CheckBox_GetParentFont

func CheckBox_GetParentFont(obj uintptr) bool

func CheckBox_GetParentShowHint

func CheckBox_GetParentShowHint(obj uintptr) bool

func CheckBox_GetParentWindow

func CheckBox_GetParentWindow(obj uintptr) HWND

func CheckBox_GetPopupMenu

func CheckBox_GetPopupMenu(obj uintptr) uintptr

func CheckBox_GetShowHint

func CheckBox_GetShowHint(obj uintptr) bool

func CheckBox_GetState

func CheckBox_GetState(obj uintptr) TCheckBoxState

func CheckBox_GetTabOrder

func CheckBox_GetTabOrder(obj uintptr) TTabOrder

func CheckBox_GetTabStop

func CheckBox_GetTabStop(obj uintptr) bool

func CheckBox_GetTag

func CheckBox_GetTag(obj uintptr) int

func CheckBox_GetTextBuf

func CheckBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func CheckBox_GetTextLen

func CheckBox_GetTextLen(obj uintptr) int32

func CheckBox_GetTop

func CheckBox_GetTop(obj uintptr) int32

func CheckBox_GetUseDockManager

func CheckBox_GetUseDockManager(obj uintptr) bool

func CheckBox_GetVisible

func CheckBox_GetVisible(obj uintptr) bool

func CheckBox_GetVisibleDockClientCount added in v1.1.21

func CheckBox_GetVisibleDockClientCount(obj uintptr) int32

func CheckBox_GetWidth

func CheckBox_GetWidth(obj uintptr) int32

func CheckBox_HandleAllocated

func CheckBox_HandleAllocated(obj uintptr) bool

func CheckBox_HasParent

func CheckBox_HasParent(obj uintptr) bool

func CheckBox_Hide

func CheckBox_Hide(obj uintptr)

func CheckBox_InheritsFrom added in v1.1.18

func CheckBox_InheritsFrom(obj uintptr, AClass TClass) bool

func CheckBox_InsertControl added in v1.1.21

func CheckBox_InsertControl(obj uintptr, AControl uintptr)

func CheckBox_InstanceSize added in v1.1.18

func CheckBox_InstanceSize(obj uintptr) int32

func CheckBox_Invalidate

func CheckBox_Invalidate(obj uintptr)

func CheckBox_ParentToClient

func CheckBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CheckBox_Perform

func CheckBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func CheckBox_Realign

func CheckBox_Realign(obj uintptr)

func CheckBox_Refresh

func CheckBox_Refresh(obj uintptr)

func CheckBox_RemoveControl added in v1.1.21

func CheckBox_RemoveControl(obj uintptr, AControl uintptr)

func CheckBox_Repaint

func CheckBox_Repaint(obj uintptr)

func CheckBox_ScaleBy

func CheckBox_ScaleBy(obj uintptr, M int32, D int32)

func CheckBox_ScreenToClient

func CheckBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func CheckBox_ScrollBy added in v1.1.21

func CheckBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func CheckBox_SendToBack

func CheckBox_SendToBack(obj uintptr)

func CheckBox_SetAction

func CheckBox_SetAction(obj uintptr, value uintptr)

func CheckBox_SetAlign

func CheckBox_SetAlign(obj uintptr, value TAlign)

func CheckBox_SetAlignment

func CheckBox_SetAlignment(obj uintptr, value TLeftRight)

func CheckBox_SetAllowGrayed

func CheckBox_SetAllowGrayed(obj uintptr, value bool)

func CheckBox_SetAnchorSideBottom

func CheckBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func CheckBox_SetAnchorSideLeft

func CheckBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func CheckBox_SetAnchorSideRight

func CheckBox_SetAnchorSideRight(obj uintptr, value uintptr)

func CheckBox_SetAnchorSideTop

func CheckBox_SetAnchorSideTop(obj uintptr, value uintptr)

func CheckBox_SetAnchors

func CheckBox_SetAnchors(obj uintptr, value TAnchors)

func CheckBox_SetBiDiMode

func CheckBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func CheckBox_SetBorderSpacing

func CheckBox_SetBorderSpacing(obj uintptr, value uintptr)

func CheckBox_SetBounds

func CheckBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func CheckBox_SetBoundsRect

func CheckBox_SetBoundsRect(obj uintptr, value TRect)

func CheckBox_SetCaption

func CheckBox_SetCaption(obj uintptr, value string)

func CheckBox_SetChecked

func CheckBox_SetChecked(obj uintptr, value bool)

func CheckBox_SetChildSizing

func CheckBox_SetChildSizing(obj uintptr, value uintptr)

func CheckBox_SetClientHeight

func CheckBox_SetClientHeight(obj uintptr, value int32)

func CheckBox_SetClientWidth

func CheckBox_SetClientWidth(obj uintptr, value int32)

func CheckBox_SetColor

func CheckBox_SetColor(obj uintptr, value TColor)

func CheckBox_SetComponentIndex

func CheckBox_SetComponentIndex(obj uintptr, value int32)

func CheckBox_SetConstraints added in v1.2.7

func CheckBox_SetConstraints(obj uintptr, value uintptr)

func CheckBox_SetControlState added in v1.1.21

func CheckBox_SetControlState(obj uintptr, value TControlState)

func CheckBox_SetControlStyle added in v1.1.21

func CheckBox_SetControlStyle(obj uintptr, value TControlStyle)

func CheckBox_SetCursor

func CheckBox_SetCursor(obj uintptr, value TCursor)

func CheckBox_SetDockSite

func CheckBox_SetDockSite(obj uintptr, value bool)

func CheckBox_SetDoubleBuffered

func CheckBox_SetDoubleBuffered(obj uintptr, value bool)

func CheckBox_SetDragCursor

func CheckBox_SetDragCursor(obj uintptr, value TCursor)

func CheckBox_SetDragKind

func CheckBox_SetDragKind(obj uintptr, value TDragKind)

func CheckBox_SetDragMode

func CheckBox_SetDragMode(obj uintptr, value TDragMode)

func CheckBox_SetEnabled

func CheckBox_SetEnabled(obj uintptr, value bool)

func CheckBox_SetFocus

func CheckBox_SetFocus(obj uintptr)

func CheckBox_SetFont

func CheckBox_SetFont(obj uintptr, value uintptr)

func CheckBox_SetHeight

func CheckBox_SetHeight(obj uintptr, value int32)

func CheckBox_SetHint

func CheckBox_SetHint(obj uintptr, value string)

func CheckBox_SetLeft

func CheckBox_SetLeft(obj uintptr, value int32)

func CheckBox_SetName

func CheckBox_SetName(obj uintptr, value string)

func CheckBox_SetOnClick

func CheckBox_SetOnClick(obj uintptr, fn interface{})

func CheckBox_SetOnContextPopup

func CheckBox_SetOnContextPopup(obj uintptr, fn interface{})

func CheckBox_SetOnDragDrop

func CheckBox_SetOnDragDrop(obj uintptr, fn interface{})

func CheckBox_SetOnDragOver

func CheckBox_SetOnDragOver(obj uintptr, fn interface{})

func CheckBox_SetOnEndDrag

func CheckBox_SetOnEndDrag(obj uintptr, fn interface{})

func CheckBox_SetOnEnter

func CheckBox_SetOnEnter(obj uintptr, fn interface{})

func CheckBox_SetOnExit

func CheckBox_SetOnExit(obj uintptr, fn interface{})

func CheckBox_SetOnKeyDown

func CheckBox_SetOnKeyDown(obj uintptr, fn interface{})

func CheckBox_SetOnKeyPress

func CheckBox_SetOnKeyPress(obj uintptr, fn interface{})

func CheckBox_SetOnKeyUp

func CheckBox_SetOnKeyUp(obj uintptr, fn interface{})

func CheckBox_SetOnMouseDown

func CheckBox_SetOnMouseDown(obj uintptr, fn interface{})

func CheckBox_SetOnMouseEnter

func CheckBox_SetOnMouseEnter(obj uintptr, fn interface{})

func CheckBox_SetOnMouseLeave

func CheckBox_SetOnMouseLeave(obj uintptr, fn interface{})

func CheckBox_SetOnMouseMove

func CheckBox_SetOnMouseMove(obj uintptr, fn interface{})

func CheckBox_SetOnMouseUp

func CheckBox_SetOnMouseUp(obj uintptr, fn interface{})

func CheckBox_SetParent

func CheckBox_SetParent(obj uintptr, value uintptr)

func CheckBox_SetParentColor

func CheckBox_SetParentColor(obj uintptr, value bool)

func CheckBox_SetParentDoubleBuffered

func CheckBox_SetParentDoubleBuffered(obj uintptr, value bool)

func CheckBox_SetParentFont

func CheckBox_SetParentFont(obj uintptr, value bool)

func CheckBox_SetParentShowHint

func CheckBox_SetParentShowHint(obj uintptr, value bool)

func CheckBox_SetParentWindow

func CheckBox_SetParentWindow(obj uintptr, value HWND)

func CheckBox_SetPopupMenu

func CheckBox_SetPopupMenu(obj uintptr, value uintptr)

func CheckBox_SetShowHint

func CheckBox_SetShowHint(obj uintptr, value bool)

func CheckBox_SetState

func CheckBox_SetState(obj uintptr, value TCheckBoxState)

func CheckBox_SetTabOrder

func CheckBox_SetTabOrder(obj uintptr, value TTabOrder)

func CheckBox_SetTabStop

func CheckBox_SetTabStop(obj uintptr, value bool)

func CheckBox_SetTag

func CheckBox_SetTag(obj uintptr, value int)

func CheckBox_SetTextBuf added in v1.1.21

func CheckBox_SetTextBuf(obj uintptr, Buffer string)

func CheckBox_SetTop

func CheckBox_SetTop(obj uintptr, value int32)

func CheckBox_SetUseDockManager

func CheckBox_SetUseDockManager(obj uintptr, value bool)

func CheckBox_SetVisible

func CheckBox_SetVisible(obj uintptr, value bool)

func CheckBox_SetWidth

func CheckBox_SetWidth(obj uintptr, value int32)

func CheckBox_Show

func CheckBox_Show(obj uintptr)

func CheckBox_StaticClassType added in v1.1.18

func CheckBox_StaticClassType() TClass

func CheckBox_ToString

func CheckBox_ToString(obj uintptr) string

func CheckBox_Update

func CheckBox_Update(obj uintptr)

func CheckListBox_AddItem

func CheckListBox_AddItem(obj uintptr, Item string, AObject uintptr)

func CheckListBox_AnchorAsAlign

func CheckListBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func CheckListBox_AnchorClient

func CheckListBox_AnchorClient(obj uintptr, ASpace int32)

func CheckListBox_AnchorHorizontalCenterTo

func CheckListBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func CheckListBox_AnchorParallel

func CheckListBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CheckListBox_AnchorToNeighbour

func CheckListBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CheckListBox_AnchorVerticalCenterTo

func CheckListBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func CheckListBox_Assign

func CheckListBox_Assign(obj uintptr, Source uintptr)

func CheckListBox_BringToFront

func CheckListBox_BringToFront(obj uintptr)

func CheckListBox_CanFocus

func CheckListBox_CanFocus(obj uintptr) bool

func CheckListBox_CheckAll

func CheckListBox_CheckAll(obj uintptr, AState TCheckBoxState, AllowGrayed bool, AllowDisabled bool)

func CheckListBox_ClassName

func CheckListBox_ClassName(obj uintptr) string

func CheckListBox_ClassType added in v1.1.18

func CheckListBox_ClassType(obj uintptr) TClass

func CheckListBox_Clear

func CheckListBox_Clear(obj uintptr)

func CheckListBox_ClearSelection

func CheckListBox_ClearSelection(obj uintptr)

func CheckListBox_ClientToParent

func CheckListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CheckListBox_ClientToScreen

func CheckListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func CheckListBox_ContainsControl added in v1.1.21

func CheckListBox_ContainsControl(obj uintptr, Control uintptr) bool

func CheckListBox_ControlAtPos added in v1.1.21

func CheckListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func CheckListBox_Create

func CheckListBox_Create(obj uintptr) uintptr

func CheckListBox_DeleteSelected

func CheckListBox_DeleteSelected(obj uintptr)

func CheckListBox_DisableAlign added in v1.1.21

func CheckListBox_DisableAlign(obj uintptr)

func CheckListBox_Dragging

func CheckListBox_Dragging(obj uintptr) bool

func CheckListBox_EnableAlign added in v1.1.21

func CheckListBox_EnableAlign(obj uintptr)

func CheckListBox_Equals

func CheckListBox_Equals(obj uintptr, Obj uintptr) bool

func CheckListBox_FindChildControl added in v1.1.21

func CheckListBox_FindChildControl(obj uintptr, ControlName string) uintptr

func CheckListBox_FindComponent

func CheckListBox_FindComponent(obj uintptr, AName string) uintptr

func CheckListBox_FlipChildren

func CheckListBox_FlipChildren(obj uintptr, AllLevels bool)

func CheckListBox_Focused

func CheckListBox_Focused(obj uintptr) bool

func CheckListBox_Free

func CheckListBox_Free(obj uintptr)

func CheckListBox_GetAction

func CheckListBox_GetAction(obj uintptr) uintptr

func CheckListBox_GetAlign

func CheckListBox_GetAlign(obj uintptr) TAlign

func CheckListBox_GetAllowGrayed

func CheckListBox_GetAllowGrayed(obj uintptr) bool

func CheckListBox_GetAnchorSide

func CheckListBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func CheckListBox_GetAnchorSideBottom

func CheckListBox_GetAnchorSideBottom(obj uintptr) uintptr

func CheckListBox_GetAnchorSideLeft

func CheckListBox_GetAnchorSideLeft(obj uintptr) uintptr

func CheckListBox_GetAnchorSideRight

func CheckListBox_GetAnchorSideRight(obj uintptr) uintptr

func CheckListBox_GetAnchorSideTop

func CheckListBox_GetAnchorSideTop(obj uintptr) uintptr

func CheckListBox_GetAnchors

func CheckListBox_GetAnchors(obj uintptr) TAnchors

func CheckListBox_GetBiDiMode

func CheckListBox_GetBiDiMode(obj uintptr) TBiDiMode

func CheckListBox_GetBorderSpacing

func CheckListBox_GetBorderSpacing(obj uintptr) uintptr

func CheckListBox_GetBorderStyle

func CheckListBox_GetBorderStyle(obj uintptr) TBorderStyle

func CheckListBox_GetBoundsRect

func CheckListBox_GetBoundsRect(obj uintptr) TRect

func CheckListBox_GetBrush

func CheckListBox_GetBrush(obj uintptr) uintptr

func CheckListBox_GetCanvas

func CheckListBox_GetCanvas(obj uintptr) uintptr

func CheckListBox_GetChecked

func CheckListBox_GetChecked(obj uintptr, Index int32) bool

func CheckListBox_GetChildSizing

func CheckListBox_GetChildSizing(obj uintptr) uintptr

func CheckListBox_GetClientHeight

func CheckListBox_GetClientHeight(obj uintptr) int32

func CheckListBox_GetClientOrigin added in v1.1.21

func CheckListBox_GetClientOrigin(obj uintptr) TPoint

func CheckListBox_GetClientRect

func CheckListBox_GetClientRect(obj uintptr) TRect

func CheckListBox_GetClientWidth

func CheckListBox_GetClientWidth(obj uintptr) int32

func CheckListBox_GetColor

func CheckListBox_GetColor(obj uintptr) TColor

func CheckListBox_GetColumns

func CheckListBox_GetColumns(obj uintptr) int32

func CheckListBox_GetComponentCount

func CheckListBox_GetComponentCount(obj uintptr) int32

func CheckListBox_GetComponentIndex

func CheckListBox_GetComponentIndex(obj uintptr) int32

func CheckListBox_GetComponents

func CheckListBox_GetComponents(obj uintptr, AIndex int32) uintptr

func CheckListBox_GetConstraints added in v1.2.7

func CheckListBox_GetConstraints(obj uintptr) uintptr

func CheckListBox_GetControlCount

func CheckListBox_GetControlCount(obj uintptr) int32

func CheckListBox_GetControlState added in v1.1.21

func CheckListBox_GetControlState(obj uintptr) TControlState

func CheckListBox_GetControlStyle added in v1.1.21

func CheckListBox_GetControlStyle(obj uintptr) TControlStyle

func CheckListBox_GetControls

func CheckListBox_GetControls(obj uintptr, Index int32) uintptr

func CheckListBox_GetCount

func CheckListBox_GetCount(obj uintptr) int32

func CheckListBox_GetCursor

func CheckListBox_GetCursor(obj uintptr) TCursor

func CheckListBox_GetDockClientCount added in v1.1.21

func CheckListBox_GetDockClientCount(obj uintptr) int32

func CheckListBox_GetDockClients added in v1.1.21

func CheckListBox_GetDockClients(obj uintptr, Index int32) uintptr

func CheckListBox_GetDockSite

func CheckListBox_GetDockSite(obj uintptr) bool

func CheckListBox_GetDoubleBuffered

func CheckListBox_GetDoubleBuffered(obj uintptr) bool

func CheckListBox_GetDragCursor

func CheckListBox_GetDragCursor(obj uintptr) TCursor

func CheckListBox_GetDragMode

func CheckListBox_GetDragMode(obj uintptr) TDragMode

func CheckListBox_GetEnabled

func CheckListBox_GetEnabled(obj uintptr) bool

func CheckListBox_GetFloating

func CheckListBox_GetFloating(obj uintptr) bool

func CheckListBox_GetFont

func CheckListBox_GetFont(obj uintptr) uintptr

func CheckListBox_GetHandle

func CheckListBox_GetHandle(obj uintptr) HWND

func CheckListBox_GetHashCode

func CheckListBox_GetHashCode(obj uintptr) int32

func CheckListBox_GetHeader

func CheckListBox_GetHeader(obj uintptr, Index int32) bool

func CheckListBox_GetHeight

func CheckListBox_GetHeight(obj uintptr) int32

func CheckListBox_GetHint

func CheckListBox_GetHint(obj uintptr) string

func CheckListBox_GetItemEnabled

func CheckListBox_GetItemEnabled(obj uintptr, Index int32) bool

func CheckListBox_GetItemHeight

func CheckListBox_GetItemHeight(obj uintptr) int32

func CheckListBox_GetItemIndex

func CheckListBox_GetItemIndex(obj uintptr) int32

func CheckListBox_GetItems

func CheckListBox_GetItems(obj uintptr) uintptr

func CheckListBox_GetLeft

func CheckListBox_GetLeft(obj uintptr) int32

func CheckListBox_GetMouseInClient added in v1.1.21

func CheckListBox_GetMouseInClient(obj uintptr) bool

func CheckListBox_GetMultiSelect

func CheckListBox_GetMultiSelect(obj uintptr) bool

func CheckListBox_GetName

func CheckListBox_GetName(obj uintptr) string

func CheckListBox_GetNamePath

func CheckListBox_GetNamePath(obj uintptr) string

func CheckListBox_GetOwner

func CheckListBox_GetOwner(obj uintptr) uintptr

func CheckListBox_GetParent

func CheckListBox_GetParent(obj uintptr) uintptr

func CheckListBox_GetParentColor

func CheckListBox_GetParentColor(obj uintptr) bool

func CheckListBox_GetParentDoubleBuffered

func CheckListBox_GetParentDoubleBuffered(obj uintptr) bool

func CheckListBox_GetParentFont

func CheckListBox_GetParentFont(obj uintptr) bool

func CheckListBox_GetParentShowHint

func CheckListBox_GetParentShowHint(obj uintptr) bool

func CheckListBox_GetParentWindow

func CheckListBox_GetParentWindow(obj uintptr) HWND

func CheckListBox_GetPopupMenu

func CheckListBox_GetPopupMenu(obj uintptr) uintptr

func CheckListBox_GetSelCount

func CheckListBox_GetSelCount(obj uintptr) int32

func CheckListBox_GetSelected

func CheckListBox_GetSelected(obj uintptr, Index int32) bool

func CheckListBox_GetShowHint

func CheckListBox_GetShowHint(obj uintptr) bool

func CheckListBox_GetSorted

func CheckListBox_GetSorted(obj uintptr) bool

func CheckListBox_GetState

func CheckListBox_GetState(obj uintptr, Index int32) TCheckBoxState

func CheckListBox_GetStyle

func CheckListBox_GetStyle(obj uintptr) TListBoxStyle

func CheckListBox_GetTabOrder

func CheckListBox_GetTabOrder(obj uintptr) TTabOrder

func CheckListBox_GetTabStop

func CheckListBox_GetTabStop(obj uintptr) bool

func CheckListBox_GetTag

func CheckListBox_GetTag(obj uintptr) int

func CheckListBox_GetTextBuf

func CheckListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func CheckListBox_GetTextLen

func CheckListBox_GetTextLen(obj uintptr) int32

func CheckListBox_GetTop

func CheckListBox_GetTop(obj uintptr) int32

func CheckListBox_GetTopIndex

func CheckListBox_GetTopIndex(obj uintptr) int32

func CheckListBox_GetUseDockManager

func CheckListBox_GetUseDockManager(obj uintptr) bool

func CheckListBox_GetVisible

func CheckListBox_GetVisible(obj uintptr) bool

func CheckListBox_GetVisibleDockClientCount added in v1.1.21

func CheckListBox_GetVisibleDockClientCount(obj uintptr) int32

func CheckListBox_GetWidth

func CheckListBox_GetWidth(obj uintptr) int32

func CheckListBox_HandleAllocated

func CheckListBox_HandleAllocated(obj uintptr) bool

func CheckListBox_HasParent

func CheckListBox_HasParent(obj uintptr) bool

func CheckListBox_Hide

func CheckListBox_Hide(obj uintptr)

func CheckListBox_InheritsFrom added in v1.1.18

func CheckListBox_InheritsFrom(obj uintptr, AClass TClass) bool

func CheckListBox_InsertControl added in v1.1.21

func CheckListBox_InsertControl(obj uintptr, AControl uintptr)

func CheckListBox_InstanceSize added in v1.1.18

func CheckListBox_InstanceSize(obj uintptr) int32

func CheckListBox_Invalidate

func CheckListBox_Invalidate(obj uintptr)

func CheckListBox_ItemAtPos added in v1.2.10

func CheckListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32

func CheckListBox_ItemRect added in v1.2.10

func CheckListBox_ItemRect(obj uintptr, Index int32) TRect

func CheckListBox_ParentToClient

func CheckListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CheckListBox_Perform

func CheckListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func CheckListBox_Realign

func CheckListBox_Realign(obj uintptr)

func CheckListBox_Refresh

func CheckListBox_Refresh(obj uintptr)

func CheckListBox_RemoveControl added in v1.1.21

func CheckListBox_RemoveControl(obj uintptr, AControl uintptr)

func CheckListBox_Repaint

func CheckListBox_Repaint(obj uintptr)

func CheckListBox_ScaleBy

func CheckListBox_ScaleBy(obj uintptr, M int32, D int32)

func CheckListBox_ScreenToClient

func CheckListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func CheckListBox_ScrollBy added in v1.1.21

func CheckListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func CheckListBox_SelectAll

func CheckListBox_SelectAll(obj uintptr)

func CheckListBox_SendToBack

func CheckListBox_SendToBack(obj uintptr)

func CheckListBox_SetAction

func CheckListBox_SetAction(obj uintptr, value uintptr)

func CheckListBox_SetAlign

func CheckListBox_SetAlign(obj uintptr, value TAlign)

func CheckListBox_SetAllowGrayed

func CheckListBox_SetAllowGrayed(obj uintptr, value bool)

func CheckListBox_SetAnchorSideBottom

func CheckListBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func CheckListBox_SetAnchorSideLeft

func CheckListBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func CheckListBox_SetAnchorSideRight

func CheckListBox_SetAnchorSideRight(obj uintptr, value uintptr)

func CheckListBox_SetAnchorSideTop

func CheckListBox_SetAnchorSideTop(obj uintptr, value uintptr)

func CheckListBox_SetAnchors

func CheckListBox_SetAnchors(obj uintptr, value TAnchors)

func CheckListBox_SetBiDiMode

func CheckListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func CheckListBox_SetBorderSpacing

func CheckListBox_SetBorderSpacing(obj uintptr, value uintptr)

func CheckListBox_SetBorderStyle

func CheckListBox_SetBorderStyle(obj uintptr, value TBorderStyle)

func CheckListBox_SetBounds

func CheckListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func CheckListBox_SetBoundsRect

func CheckListBox_SetBoundsRect(obj uintptr, value TRect)

func CheckListBox_SetChecked

func CheckListBox_SetChecked(obj uintptr, Index int32, value bool)

func CheckListBox_SetChildSizing

func CheckListBox_SetChildSizing(obj uintptr, value uintptr)

func CheckListBox_SetClientHeight

func CheckListBox_SetClientHeight(obj uintptr, value int32)

func CheckListBox_SetClientWidth

func CheckListBox_SetClientWidth(obj uintptr, value int32)

func CheckListBox_SetColor

func CheckListBox_SetColor(obj uintptr, value TColor)

func CheckListBox_SetColumns

func CheckListBox_SetColumns(obj uintptr, value int32)

func CheckListBox_SetComponentIndex

func CheckListBox_SetComponentIndex(obj uintptr, value int32)

func CheckListBox_SetConstraints added in v1.2.7

func CheckListBox_SetConstraints(obj uintptr, value uintptr)

func CheckListBox_SetControlState added in v1.1.21

func CheckListBox_SetControlState(obj uintptr, value TControlState)

func CheckListBox_SetControlStyle added in v1.1.21

func CheckListBox_SetControlStyle(obj uintptr, value TControlStyle)

func CheckListBox_SetCursor

func CheckListBox_SetCursor(obj uintptr, value TCursor)

func CheckListBox_SetDockSite

func CheckListBox_SetDockSite(obj uintptr, value bool)

func CheckListBox_SetDoubleBuffered

func CheckListBox_SetDoubleBuffered(obj uintptr, value bool)

func CheckListBox_SetDragCursor

func CheckListBox_SetDragCursor(obj uintptr, value TCursor)

func CheckListBox_SetDragMode

func CheckListBox_SetDragMode(obj uintptr, value TDragMode)

func CheckListBox_SetEnabled

func CheckListBox_SetEnabled(obj uintptr, value bool)

func CheckListBox_SetFocus

func CheckListBox_SetFocus(obj uintptr)

func CheckListBox_SetFont

func CheckListBox_SetFont(obj uintptr, value uintptr)

func CheckListBox_SetHeader

func CheckListBox_SetHeader(obj uintptr, Index int32, value bool)

func CheckListBox_SetHeight

func CheckListBox_SetHeight(obj uintptr, value int32)

func CheckListBox_SetHint

func CheckListBox_SetHint(obj uintptr, value string)

func CheckListBox_SetItemEnabled

func CheckListBox_SetItemEnabled(obj uintptr, Index int32, value bool)

func CheckListBox_SetItemHeight

func CheckListBox_SetItemHeight(obj uintptr, value int32)

func CheckListBox_SetItemIndex

func CheckListBox_SetItemIndex(obj uintptr, value int32)

func CheckListBox_SetItems

func CheckListBox_SetItems(obj uintptr, value uintptr)

func CheckListBox_SetLeft

func CheckListBox_SetLeft(obj uintptr, value int32)

func CheckListBox_SetMultiSelect

func CheckListBox_SetMultiSelect(obj uintptr, value bool)

func CheckListBox_SetName

func CheckListBox_SetName(obj uintptr, value string)

func CheckListBox_SetOnClick

func CheckListBox_SetOnClick(obj uintptr, fn interface{})

func CheckListBox_SetOnClickCheck

func CheckListBox_SetOnClickCheck(obj uintptr, fn interface{})

func CheckListBox_SetOnContextPopup

func CheckListBox_SetOnContextPopup(obj uintptr, fn interface{})

func CheckListBox_SetOnDblClick

func CheckListBox_SetOnDblClick(obj uintptr, fn interface{})

func CheckListBox_SetOnDragDrop

func CheckListBox_SetOnDragDrop(obj uintptr, fn interface{})

func CheckListBox_SetOnDragOver

func CheckListBox_SetOnDragOver(obj uintptr, fn interface{})

func CheckListBox_SetOnEndDrag

func CheckListBox_SetOnEndDrag(obj uintptr, fn interface{})

func CheckListBox_SetOnEnter

func CheckListBox_SetOnEnter(obj uintptr, fn interface{})

func CheckListBox_SetOnExit

func CheckListBox_SetOnExit(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyDown

func CheckListBox_SetOnKeyDown(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyPress

func CheckListBox_SetOnKeyPress(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyUp

func CheckListBox_SetOnKeyUp(obj uintptr, fn interface{})

func CheckListBox_SetOnMeasureItem added in v1.1.21

func CheckListBox_SetOnMeasureItem(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseDown

func CheckListBox_SetOnMouseDown(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseEnter

func CheckListBox_SetOnMouseEnter(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseLeave

func CheckListBox_SetOnMouseLeave(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseMove

func CheckListBox_SetOnMouseMove(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseUp

func CheckListBox_SetOnMouseUp(obj uintptr, fn interface{})

func CheckListBox_SetParent

func CheckListBox_SetParent(obj uintptr, value uintptr)

func CheckListBox_SetParentColor

func CheckListBox_SetParentColor(obj uintptr, value bool)

func CheckListBox_SetParentDoubleBuffered

func CheckListBox_SetParentDoubleBuffered(obj uintptr, value bool)

func CheckListBox_SetParentFont

func CheckListBox_SetParentFont(obj uintptr, value bool)

func CheckListBox_SetParentShowHint

func CheckListBox_SetParentShowHint(obj uintptr, value bool)

func CheckListBox_SetParentWindow

func CheckListBox_SetParentWindow(obj uintptr, value HWND)

func CheckListBox_SetPopupMenu

func CheckListBox_SetPopupMenu(obj uintptr, value uintptr)

func CheckListBox_SetSelected

func CheckListBox_SetSelected(obj uintptr, Index int32, value bool)

func CheckListBox_SetShowHint

func CheckListBox_SetShowHint(obj uintptr, value bool)

func CheckListBox_SetSorted

func CheckListBox_SetSorted(obj uintptr, value bool)

func CheckListBox_SetState

func CheckListBox_SetState(obj uintptr, Index int32, value TCheckBoxState)

func CheckListBox_SetStyle

func CheckListBox_SetStyle(obj uintptr, value TListBoxStyle)

func CheckListBox_SetTabOrder

func CheckListBox_SetTabOrder(obj uintptr, value TTabOrder)

func CheckListBox_SetTabStop

func CheckListBox_SetTabStop(obj uintptr, value bool)

func CheckListBox_SetTag

func CheckListBox_SetTag(obj uintptr, value int)

func CheckListBox_SetTextBuf added in v1.1.21

func CheckListBox_SetTextBuf(obj uintptr, Buffer string)

func CheckListBox_SetTop

func CheckListBox_SetTop(obj uintptr, value int32)

func CheckListBox_SetTopIndex

func CheckListBox_SetTopIndex(obj uintptr, value int32)

func CheckListBox_SetUseDockManager

func CheckListBox_SetUseDockManager(obj uintptr, value bool)

func CheckListBox_SetVisible

func CheckListBox_SetVisible(obj uintptr, value bool)

func CheckListBox_SetWidth

func CheckListBox_SetWidth(obj uintptr, value int32)

func CheckListBox_Show

func CheckListBox_Show(obj uintptr)

func CheckListBox_StaticClassType added in v1.1.18

func CheckListBox_StaticClassType() TClass

func CheckListBox_ToString

func CheckListBox_ToString(obj uintptr) string

func CheckListBox_Update

func CheckListBox_Update(obj uintptr)

func Clipboard_Assign

func Clipboard_Assign(obj uintptr, Source uintptr)

func Clipboard_ClassName

func Clipboard_ClassName(obj uintptr) string

func Clipboard_ClassType added in v1.1.18

func Clipboard_ClassType(obj uintptr) TClass

func Clipboard_Clear

func Clipboard_Clear(obj uintptr)

func Clipboard_Close

func Clipboard_Close(obj uintptr)

func Clipboard_Create

func Clipboard_Create() uintptr

func Clipboard_Equals

func Clipboard_Equals(obj uintptr, Obj uintptr) bool

func Clipboard_Free

func Clipboard_Free(obj uintptr)

func Clipboard_GetAsText

func Clipboard_GetAsText(obj uintptr) string

func Clipboard_GetFormatCount

func Clipboard_GetFormatCount(obj uintptr) int32

func Clipboard_GetFormats

func Clipboard_GetFormats(obj uintptr, Index int32) uint16

func Clipboard_GetHashCode

func Clipboard_GetHashCode(obj uintptr) int32

func Clipboard_GetNamePath

func Clipboard_GetNamePath(obj uintptr) string

func Clipboard_GetTextBuf

func Clipboard_GetTextBuf(obj uintptr, Buffer string, BufSize int32) int32

func Clipboard_HasFormat

func Clipboard_HasFormat(obj uintptr, Format uint16) bool

func Clipboard_InheritsFrom added in v1.1.18

func Clipboard_InheritsFrom(obj uintptr, AClass TClass) bool

func Clipboard_Instance

func Clipboard_Instance() uintptr

func Clipboard_InstanceSize added in v1.1.18

func Clipboard_InstanceSize(obj uintptr) int32

func Clipboard_Open

func Clipboard_Open(obj uintptr)

func Clipboard_SetAsText

func Clipboard_SetAsText(obj uintptr, value string)

func Clipboard_SetClipboard

func Clipboard_SetClipboard(obj uintptr) uintptr

func Clipboard_SetTextBuf added in v1.1.21

func Clipboard_SetTextBuf(obj uintptr, Buffer string)

func Clipboard_StaticClassType added in v1.1.18

func Clipboard_StaticClassType() TClass

func Clipboard_ToString

func Clipboard_ToString(obj uintptr) string

func CollectionItem_Assign

func CollectionItem_Assign(obj uintptr, Source uintptr)

func CollectionItem_ClassName

func CollectionItem_ClassName(obj uintptr) string

func CollectionItem_ClassType added in v1.1.18

func CollectionItem_ClassType(obj uintptr) TClass

func CollectionItem_Create

func CollectionItem_Create(obj uintptr) uintptr

func CollectionItem_Equals

func CollectionItem_Equals(obj uintptr, Obj uintptr) bool

func CollectionItem_Free

func CollectionItem_Free(obj uintptr)

func CollectionItem_GetCollection added in v1.1.23

func CollectionItem_GetCollection(obj uintptr) uintptr

func CollectionItem_GetDisplayName added in v1.2.7

func CollectionItem_GetDisplayName(obj uintptr) string

func CollectionItem_GetHashCode

func CollectionItem_GetHashCode(obj uintptr) int32

func CollectionItem_GetIndex

func CollectionItem_GetIndex(obj uintptr) int32

func CollectionItem_GetNamePath

func CollectionItem_GetNamePath(obj uintptr) string

func CollectionItem_InheritsFrom added in v1.1.18

func CollectionItem_InheritsFrom(obj uintptr, AClass TClass) bool

func CollectionItem_InstanceSize added in v1.1.18

func CollectionItem_InstanceSize(obj uintptr) int32

func CollectionItem_SetCollection added in v1.1.23

func CollectionItem_SetCollection(obj uintptr, value uintptr)

func CollectionItem_SetDisplayName added in v1.2.7

func CollectionItem_SetDisplayName(obj uintptr, value string)

func CollectionItem_SetIndex

func CollectionItem_SetIndex(obj uintptr, value int32)

func CollectionItem_StaticClassType added in v1.1.18

func CollectionItem_StaticClassType() TClass

func CollectionItem_ToString

func CollectionItem_ToString(obj uintptr) string

func Collection_Add added in v1.1.23

func Collection_Add(obj uintptr) uintptr

func Collection_Assign added in v1.1.23

func Collection_Assign(obj uintptr, Source uintptr)

func Collection_BeginUpdate added in v1.1.23

func Collection_BeginUpdate(obj uintptr)

func Collection_ClassName added in v1.1.23

func Collection_ClassName(obj uintptr) string

func Collection_ClassType added in v1.1.23

func Collection_ClassType(obj uintptr) TClass

func Collection_Clear added in v1.1.23

func Collection_Clear(obj uintptr)

func Collection_Create added in v1.1.23

func Collection_Create(obj uintptr) uintptr

func Collection_Delete added in v1.1.23

func Collection_Delete(obj uintptr, Index int32)

func Collection_EndUpdate added in v1.1.23

func Collection_EndUpdate(obj uintptr)

func Collection_Equals added in v1.1.23

func Collection_Equals(obj uintptr, Obj uintptr) bool

func Collection_FindItemID added in v1.1.23

func Collection_FindItemID(obj uintptr, ID int32) uintptr

func Collection_Free added in v1.1.23

func Collection_Free(obj uintptr)

func Collection_GetCount added in v1.1.23

func Collection_GetCount(obj uintptr) int32

func Collection_GetHashCode added in v1.1.23

func Collection_GetHashCode(obj uintptr) int32

func Collection_GetItems added in v1.1.23

func Collection_GetItems(obj uintptr, Index int32) uintptr

func Collection_GetNamePath added in v1.1.23

func Collection_GetNamePath(obj uintptr) string

func Collection_InheritsFrom added in v1.1.23

func Collection_InheritsFrom(obj uintptr, AClass TClass) bool

func Collection_Insert added in v1.1.23

func Collection_Insert(obj uintptr, Index int32) uintptr

func Collection_InstanceSize added in v1.1.23

func Collection_InstanceSize(obj uintptr) int32

func Collection_Owner added in v1.1.23

func Collection_Owner(obj uintptr) uintptr

func Collection_SetItems added in v1.1.23

func Collection_SetItems(obj uintptr, Index int32, value uintptr)

func Collection_StaticClassType added in v1.1.23

func Collection_StaticClassType() TClass

func Collection_ToString added in v1.1.23

func Collection_ToString(obj uintptr) string

func ColorBox_AddItem

func ColorBox_AddItem(obj uintptr, Item string, AObject uintptr)

func ColorBox_AnchorAsAlign

func ColorBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ColorBox_AnchorClient

func ColorBox_AnchorClient(obj uintptr, ASpace int32)

func ColorBox_AnchorHorizontalCenterTo

func ColorBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ColorBox_AnchorParallel

func ColorBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ColorBox_AnchorToNeighbour

func ColorBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ColorBox_AnchorVerticalCenterTo

func ColorBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ColorBox_Assign

func ColorBox_Assign(obj uintptr, Source uintptr)

func ColorBox_BringToFront

func ColorBox_BringToFront(obj uintptr)

func ColorBox_CanFocus

func ColorBox_CanFocus(obj uintptr) bool

func ColorBox_ClassName

func ColorBox_ClassName(obj uintptr) string

func ColorBox_ClassType added in v1.1.18

func ColorBox_ClassType(obj uintptr) TClass

func ColorBox_Clear

func ColorBox_Clear(obj uintptr)

func ColorBox_ClearSelection

func ColorBox_ClearSelection(obj uintptr)

func ColorBox_ClientToParent

func ColorBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ColorBox_ClientToScreen

func ColorBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ColorBox_ContainsControl added in v1.1.21

func ColorBox_ContainsControl(obj uintptr, Control uintptr) bool

func ColorBox_ControlAtPos added in v1.1.21

func ColorBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ColorBox_Create

func ColorBox_Create(obj uintptr) uintptr

func ColorBox_DeleteSelected

func ColorBox_DeleteSelected(obj uintptr)

func ColorBox_DisableAlign added in v1.1.21

func ColorBox_DisableAlign(obj uintptr)

func ColorBox_Dragging

func ColorBox_Dragging(obj uintptr) bool

func ColorBox_EnableAlign added in v1.1.21

func ColorBox_EnableAlign(obj uintptr)

func ColorBox_Equals

func ColorBox_Equals(obj uintptr, Obj uintptr) bool

func ColorBox_FindChildControl added in v1.1.21

func ColorBox_FindChildControl(obj uintptr, ControlName string) uintptr

func ColorBox_FindComponent

func ColorBox_FindComponent(obj uintptr, AName string) uintptr

func ColorBox_FlipChildren

func ColorBox_FlipChildren(obj uintptr, AllLevels bool)

func ColorBox_Focused

func ColorBox_Focused(obj uintptr) bool

func ColorBox_Free

func ColorBox_Free(obj uintptr)

func ColorBox_GetAction

func ColorBox_GetAction(obj uintptr) uintptr

func ColorBox_GetAlign

func ColorBox_GetAlign(obj uintptr) TAlign

func ColorBox_GetAnchorSide

func ColorBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ColorBox_GetAnchorSideBottom

func ColorBox_GetAnchorSideBottom(obj uintptr) uintptr

func ColorBox_GetAnchorSideLeft

func ColorBox_GetAnchorSideLeft(obj uintptr) uintptr

func ColorBox_GetAnchorSideRight

func ColorBox_GetAnchorSideRight(obj uintptr) uintptr

func ColorBox_GetAnchorSideTop

func ColorBox_GetAnchorSideTop(obj uintptr) uintptr

func ColorBox_GetAnchors

func ColorBox_GetAnchors(obj uintptr) TAnchors

func ColorBox_GetAutoComplete

func ColorBox_GetAutoComplete(obj uintptr) bool

func ColorBox_GetAutoDropDown

func ColorBox_GetAutoDropDown(obj uintptr) bool

func ColorBox_GetBiDiMode

func ColorBox_GetBiDiMode(obj uintptr) TBiDiMode

func ColorBox_GetBorderSpacing

func ColorBox_GetBorderSpacing(obj uintptr) uintptr

func ColorBox_GetBoundsRect

func ColorBox_GetBoundsRect(obj uintptr) TRect

func ColorBox_GetBrush

func ColorBox_GetBrush(obj uintptr) uintptr

func ColorBox_GetCanvas

func ColorBox_GetCanvas(obj uintptr) uintptr

func ColorBox_GetCharCase added in v1.1.19

func ColorBox_GetCharCase(obj uintptr) TEditCharCase

func ColorBox_GetChildSizing

func ColorBox_GetChildSizing(obj uintptr) uintptr

func ColorBox_GetClientHeight

func ColorBox_GetClientHeight(obj uintptr) int32

func ColorBox_GetClientOrigin added in v1.1.21

func ColorBox_GetClientOrigin(obj uintptr) TPoint

func ColorBox_GetClientRect

func ColorBox_GetClientRect(obj uintptr) TRect

func ColorBox_GetClientWidth

func ColorBox_GetClientWidth(obj uintptr) int32

func ColorBox_GetColor

func ColorBox_GetColor(obj uintptr) TColor

func ColorBox_GetColorNames

func ColorBox_GetColorNames(obj uintptr, Index int32) string

func ColorBox_GetColors

func ColorBox_GetColors(obj uintptr, Index int32) TColor

func ColorBox_GetComponentCount

func ColorBox_GetComponentCount(obj uintptr) int32

func ColorBox_GetComponentIndex

func ColorBox_GetComponentIndex(obj uintptr) int32

func ColorBox_GetComponents

func ColorBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ColorBox_GetConstraints added in v1.2.7

func ColorBox_GetConstraints(obj uintptr) uintptr

func ColorBox_GetControlCount

func ColorBox_GetControlCount(obj uintptr) int32

func ColorBox_GetControlState added in v1.1.21

func ColorBox_GetControlState(obj uintptr) TControlState

func ColorBox_GetControlStyle added in v1.1.21

func ColorBox_GetControlStyle(obj uintptr) TControlStyle

func ColorBox_GetControls

func ColorBox_GetControls(obj uintptr, Index int32) uintptr

func ColorBox_GetCursor

func ColorBox_GetCursor(obj uintptr) TCursor

func ColorBox_GetDefaultColorColor

func ColorBox_GetDefaultColorColor(obj uintptr) TColor

func ColorBox_GetDockClientCount added in v1.1.21

func ColorBox_GetDockClientCount(obj uintptr) int32

func ColorBox_GetDockClients added in v1.1.21

func ColorBox_GetDockClients(obj uintptr, Index int32) uintptr

func ColorBox_GetDockSite

func ColorBox_GetDockSite(obj uintptr) bool

func ColorBox_GetDoubleBuffered

func ColorBox_GetDoubleBuffered(obj uintptr) bool

func ColorBox_GetDropDownCount

func ColorBox_GetDropDownCount(obj uintptr) int32

func ColorBox_GetDroppedDown

func ColorBox_GetDroppedDown(obj uintptr) bool

func ColorBox_GetEnabled

func ColorBox_GetEnabled(obj uintptr) bool

func ColorBox_GetFloating

func ColorBox_GetFloating(obj uintptr) bool

func ColorBox_GetFont

func ColorBox_GetFont(obj uintptr) uintptr

func ColorBox_GetHandle

func ColorBox_GetHandle(obj uintptr) HWND

func ColorBox_GetHashCode

func ColorBox_GetHashCode(obj uintptr) int32

func ColorBox_GetHeight

func ColorBox_GetHeight(obj uintptr) int32

func ColorBox_GetHint

func ColorBox_GetHint(obj uintptr) string

func ColorBox_GetItemHeight

func ColorBox_GetItemHeight(obj uintptr) int32

func ColorBox_GetItemIndex

func ColorBox_GetItemIndex(obj uintptr) int32

func ColorBox_GetItems

func ColorBox_GetItems(obj uintptr) uintptr

func ColorBox_GetLeft

func ColorBox_GetLeft(obj uintptr) int32

func ColorBox_GetMouseInClient added in v1.1.21

func ColorBox_GetMouseInClient(obj uintptr) bool

func ColorBox_GetName

func ColorBox_GetName(obj uintptr) string

func ColorBox_GetNamePath

func ColorBox_GetNamePath(obj uintptr) string

func ColorBox_GetNoneColorColor

func ColorBox_GetNoneColorColor(obj uintptr) TColor

func ColorBox_GetOwner

func ColorBox_GetOwner(obj uintptr) uintptr

func ColorBox_GetParent

func ColorBox_GetParent(obj uintptr) uintptr

func ColorBox_GetParentColor

func ColorBox_GetParentColor(obj uintptr) bool

func ColorBox_GetParentDoubleBuffered

func ColorBox_GetParentDoubleBuffered(obj uintptr) bool

func ColorBox_GetParentFont

func ColorBox_GetParentFont(obj uintptr) bool

func ColorBox_GetParentShowHint

func ColorBox_GetParentShowHint(obj uintptr) bool

func ColorBox_GetParentWindow

func ColorBox_GetParentWindow(obj uintptr) HWND

func ColorBox_GetPopupMenu

func ColorBox_GetPopupMenu(obj uintptr) uintptr

func ColorBox_GetSelLength

func ColorBox_GetSelLength(obj uintptr) int32

func ColorBox_GetSelStart

func ColorBox_GetSelStart(obj uintptr) int32

func ColorBox_GetSelText

func ColorBox_GetSelText(obj uintptr) string

func ColorBox_GetSelected

func ColorBox_GetSelected(obj uintptr) TColor

func ColorBox_GetShowHint

func ColorBox_GetShowHint(obj uintptr) bool

func ColorBox_GetStyle

func ColorBox_GetStyle(obj uintptr) TColorBoxStyle

func ColorBox_GetTabOrder

func ColorBox_GetTabOrder(obj uintptr) TTabOrder

func ColorBox_GetTabStop

func ColorBox_GetTabStop(obj uintptr) bool

func ColorBox_GetTag

func ColorBox_GetTag(obj uintptr) int

func ColorBox_GetTextBuf

func ColorBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ColorBox_GetTextLen

func ColorBox_GetTextLen(obj uintptr) int32

func ColorBox_GetTop

func ColorBox_GetTop(obj uintptr) int32

func ColorBox_GetUseDockManager

func ColorBox_GetUseDockManager(obj uintptr) bool

func ColorBox_GetVisible

func ColorBox_GetVisible(obj uintptr) bool

func ColorBox_GetVisibleDockClientCount added in v1.1.21

func ColorBox_GetVisibleDockClientCount(obj uintptr) int32

func ColorBox_GetWidth

func ColorBox_GetWidth(obj uintptr) int32

func ColorBox_HandleAllocated

func ColorBox_HandleAllocated(obj uintptr) bool

func ColorBox_HasParent

func ColorBox_HasParent(obj uintptr) bool

func ColorBox_Hide

func ColorBox_Hide(obj uintptr)

func ColorBox_InheritsFrom added in v1.1.18

func ColorBox_InheritsFrom(obj uintptr, AClass TClass) bool

func ColorBox_InsertControl added in v1.1.21

func ColorBox_InsertControl(obj uintptr, AControl uintptr)

func ColorBox_InstanceSize added in v1.1.18

func ColorBox_InstanceSize(obj uintptr) int32

func ColorBox_Invalidate

func ColorBox_Invalidate(obj uintptr)

func ColorBox_ParentToClient

func ColorBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ColorBox_Perform

func ColorBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ColorBox_Realign

func ColorBox_Realign(obj uintptr)

func ColorBox_Refresh

func ColorBox_Refresh(obj uintptr)

func ColorBox_RemoveControl added in v1.1.21

func ColorBox_RemoveControl(obj uintptr, AControl uintptr)

func ColorBox_Repaint

func ColorBox_Repaint(obj uintptr)

func ColorBox_ScaleBy

func ColorBox_ScaleBy(obj uintptr, M int32, D int32)

func ColorBox_ScreenToClient

func ColorBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ColorBox_ScrollBy added in v1.1.21

func ColorBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ColorBox_SelectAll

func ColorBox_SelectAll(obj uintptr)

func ColorBox_SendToBack

func ColorBox_SendToBack(obj uintptr)

func ColorBox_SetAction

func ColorBox_SetAction(obj uintptr, value uintptr)

func ColorBox_SetAlign

func ColorBox_SetAlign(obj uintptr, value TAlign)

func ColorBox_SetAnchorSideBottom

func ColorBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func ColorBox_SetAnchorSideLeft

func ColorBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func ColorBox_SetAnchorSideRight

func ColorBox_SetAnchorSideRight(obj uintptr, value uintptr)

func ColorBox_SetAnchorSideTop

func ColorBox_SetAnchorSideTop(obj uintptr, value uintptr)

func ColorBox_SetAnchors

func ColorBox_SetAnchors(obj uintptr, value TAnchors)

func ColorBox_SetAutoComplete

func ColorBox_SetAutoComplete(obj uintptr, value bool)

func ColorBox_SetAutoDropDown

func ColorBox_SetAutoDropDown(obj uintptr, value bool)

func ColorBox_SetBiDiMode

func ColorBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ColorBox_SetBorderSpacing

func ColorBox_SetBorderSpacing(obj uintptr, value uintptr)

func ColorBox_SetBounds

func ColorBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ColorBox_SetBoundsRect

func ColorBox_SetBoundsRect(obj uintptr, value TRect)

func ColorBox_SetCharCase added in v1.1.19

func ColorBox_SetCharCase(obj uintptr, value TEditCharCase)

func ColorBox_SetChildSizing

func ColorBox_SetChildSizing(obj uintptr, value uintptr)

func ColorBox_SetClientHeight

func ColorBox_SetClientHeight(obj uintptr, value int32)

func ColorBox_SetClientWidth

func ColorBox_SetClientWidth(obj uintptr, value int32)

func ColorBox_SetColor

func ColorBox_SetColor(obj uintptr, value TColor)

func ColorBox_SetComponentIndex

func ColorBox_SetComponentIndex(obj uintptr, value int32)

func ColorBox_SetConstraints added in v1.2.7

func ColorBox_SetConstraints(obj uintptr, value uintptr)

func ColorBox_SetControlState added in v1.1.21

func ColorBox_SetControlState(obj uintptr, value TControlState)

func ColorBox_SetControlStyle added in v1.1.21

func ColorBox_SetControlStyle(obj uintptr, value TControlStyle)

func ColorBox_SetCursor

func ColorBox_SetCursor(obj uintptr, value TCursor)

func ColorBox_SetDefaultColorColor

func ColorBox_SetDefaultColorColor(obj uintptr, value TColor)

func ColorBox_SetDockSite

func ColorBox_SetDockSite(obj uintptr, value bool)

func ColorBox_SetDoubleBuffered

func ColorBox_SetDoubleBuffered(obj uintptr, value bool)

func ColorBox_SetDropDownCount

func ColorBox_SetDropDownCount(obj uintptr, value int32)

func ColorBox_SetDroppedDown

func ColorBox_SetDroppedDown(obj uintptr, value bool)

func ColorBox_SetEnabled

func ColorBox_SetEnabled(obj uintptr, value bool)

func ColorBox_SetFocus

func ColorBox_SetFocus(obj uintptr)

func ColorBox_SetFont

func ColorBox_SetFont(obj uintptr, value uintptr)

func ColorBox_SetHeight

func ColorBox_SetHeight(obj uintptr, value int32)

func ColorBox_SetHint

func ColorBox_SetHint(obj uintptr, value string)

func ColorBox_SetItemHeight

func ColorBox_SetItemHeight(obj uintptr, value int32)

func ColorBox_SetItemIndex

func ColorBox_SetItemIndex(obj uintptr, value int32)

func ColorBox_SetItems

func ColorBox_SetItems(obj uintptr, value uintptr)

func ColorBox_SetLeft

func ColorBox_SetLeft(obj uintptr, value int32)

func ColorBox_SetName

func ColorBox_SetName(obj uintptr, value string)

func ColorBox_SetNoneColorColor

func ColorBox_SetNoneColorColor(obj uintptr, value TColor)

func ColorBox_SetOnChange

func ColorBox_SetOnChange(obj uintptr, fn interface{})

func ColorBox_SetOnClick

func ColorBox_SetOnClick(obj uintptr, fn interface{})

func ColorBox_SetOnContextPopup

func ColorBox_SetOnContextPopup(obj uintptr, fn interface{})

func ColorBox_SetOnDragDrop

func ColorBox_SetOnDragDrop(obj uintptr, fn interface{})

func ColorBox_SetOnDragOver

func ColorBox_SetOnDragOver(obj uintptr, fn interface{})

func ColorBox_SetOnEndDrag

func ColorBox_SetOnEndDrag(obj uintptr, fn interface{})

func ColorBox_SetOnEnter

func ColorBox_SetOnEnter(obj uintptr, fn interface{})

func ColorBox_SetOnExit

func ColorBox_SetOnExit(obj uintptr, fn interface{})

func ColorBox_SetOnKeyDown

func ColorBox_SetOnKeyDown(obj uintptr, fn interface{})

func ColorBox_SetOnKeyPress

func ColorBox_SetOnKeyPress(obj uintptr, fn interface{})

func ColorBox_SetOnKeyUp

func ColorBox_SetOnKeyUp(obj uintptr, fn interface{})

func ColorBox_SetOnMouseEnter

func ColorBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ColorBox_SetOnMouseLeave

func ColorBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ColorBox_SetOnSelect added in v1.2.7

func ColorBox_SetOnSelect(obj uintptr, fn interface{})

func ColorBox_SetParent

func ColorBox_SetParent(obj uintptr, value uintptr)

func ColorBox_SetParentColor

func ColorBox_SetParentColor(obj uintptr, value bool)

func ColorBox_SetParentDoubleBuffered

func ColorBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ColorBox_SetParentFont

func ColorBox_SetParentFont(obj uintptr, value bool)

func ColorBox_SetParentShowHint

func ColorBox_SetParentShowHint(obj uintptr, value bool)

func ColorBox_SetParentWindow

func ColorBox_SetParentWindow(obj uintptr, value HWND)

func ColorBox_SetPopupMenu

func ColorBox_SetPopupMenu(obj uintptr, value uintptr)

func ColorBox_SetSelLength

func ColorBox_SetSelLength(obj uintptr, value int32)

func ColorBox_SetSelStart

func ColorBox_SetSelStart(obj uintptr, value int32)

func ColorBox_SetSelText

func ColorBox_SetSelText(obj uintptr, value string)

func ColorBox_SetSelected

func ColorBox_SetSelected(obj uintptr, value TColor)

func ColorBox_SetShowHint

func ColorBox_SetShowHint(obj uintptr, value bool)

func ColorBox_SetStyle

func ColorBox_SetStyle(obj uintptr, value TColorBoxStyle)

func ColorBox_SetTabOrder

func ColorBox_SetTabOrder(obj uintptr, value TTabOrder)

func ColorBox_SetTabStop

func ColorBox_SetTabStop(obj uintptr, value bool)

func ColorBox_SetTag

func ColorBox_SetTag(obj uintptr, value int)

func ColorBox_SetTextBuf added in v1.1.21

func ColorBox_SetTextBuf(obj uintptr, Buffer string)

func ColorBox_SetTop

func ColorBox_SetTop(obj uintptr, value int32)

func ColorBox_SetUseDockManager

func ColorBox_SetUseDockManager(obj uintptr, value bool)

func ColorBox_SetVisible

func ColorBox_SetVisible(obj uintptr, value bool)

func ColorBox_SetWidth

func ColorBox_SetWidth(obj uintptr, value int32)

func ColorBox_Show

func ColorBox_Show(obj uintptr)

func ColorBox_StaticClassType added in v1.1.18

func ColorBox_StaticClassType() TClass

func ColorBox_ToString

func ColorBox_ToString(obj uintptr) string

func ColorBox_Update

func ColorBox_Update(obj uintptr)

func ColorDialog_Assign

func ColorDialog_Assign(obj uintptr, Source uintptr)

func ColorDialog_ClassName

func ColorDialog_ClassName(obj uintptr) string

func ColorDialog_ClassType added in v1.1.18

func ColorDialog_ClassType(obj uintptr) TClass

func ColorDialog_Create

func ColorDialog_Create(obj uintptr) uintptr

func ColorDialog_Equals

func ColorDialog_Equals(obj uintptr, Obj uintptr) bool

func ColorDialog_Execute

func ColorDialog_Execute(obj uintptr) bool

func ColorDialog_FindComponent

func ColorDialog_FindComponent(obj uintptr, AName string) uintptr

func ColorDialog_Free

func ColorDialog_Free(obj uintptr)

func ColorDialog_GetColor

func ColorDialog_GetColor(obj uintptr) TColor

func ColorDialog_GetComponentCount

func ColorDialog_GetComponentCount(obj uintptr) int32

func ColorDialog_GetComponentIndex

func ColorDialog_GetComponentIndex(obj uintptr) int32

func ColorDialog_GetComponents

func ColorDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func ColorDialog_GetHandle

func ColorDialog_GetHandle(obj uintptr) HWND

func ColorDialog_GetHashCode

func ColorDialog_GetHashCode(obj uintptr) int32

func ColorDialog_GetName

func ColorDialog_GetName(obj uintptr) string

func ColorDialog_GetNamePath

func ColorDialog_GetNamePath(obj uintptr) string

func ColorDialog_GetOwner

func ColorDialog_GetOwner(obj uintptr) uintptr

func ColorDialog_GetTag

func ColorDialog_GetTag(obj uintptr) int

func ColorDialog_HasParent

func ColorDialog_HasParent(obj uintptr) bool

func ColorDialog_InheritsFrom added in v1.1.18

func ColorDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func ColorDialog_InstanceSize added in v1.1.18

func ColorDialog_InstanceSize(obj uintptr) int32

func ColorDialog_SetColor

func ColorDialog_SetColor(obj uintptr, value TColor)

func ColorDialog_SetComponentIndex

func ColorDialog_SetComponentIndex(obj uintptr, value int32)

func ColorDialog_SetName

func ColorDialog_SetName(obj uintptr, value string)

func ColorDialog_SetOnClose

func ColorDialog_SetOnClose(obj uintptr, fn interface{})

func ColorDialog_SetOnShow

func ColorDialog_SetOnShow(obj uintptr, fn interface{})

func ColorDialog_SetTag

func ColorDialog_SetTag(obj uintptr, value int)

func ColorDialog_StaticClassType added in v1.1.18

func ColorDialog_StaticClassType() TClass

func ColorDialog_ToString

func ColorDialog_ToString(obj uintptr) string

func ColorListBox_AddItem

func ColorListBox_AddItem(obj uintptr, Item string, AObject uintptr)

func ColorListBox_AnchorAsAlign

func ColorListBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ColorListBox_AnchorClient

func ColorListBox_AnchorClient(obj uintptr, ASpace int32)

func ColorListBox_AnchorHorizontalCenterTo

func ColorListBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ColorListBox_AnchorParallel

func ColorListBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ColorListBox_AnchorToNeighbour

func ColorListBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ColorListBox_AnchorVerticalCenterTo

func ColorListBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ColorListBox_Assign

func ColorListBox_Assign(obj uintptr, Source uintptr)

func ColorListBox_BringToFront

func ColorListBox_BringToFront(obj uintptr)

func ColorListBox_CanFocus

func ColorListBox_CanFocus(obj uintptr) bool

func ColorListBox_ClassName

func ColorListBox_ClassName(obj uintptr) string

func ColorListBox_ClassType added in v1.1.18

func ColorListBox_ClassType(obj uintptr) TClass

func ColorListBox_Clear

func ColorListBox_Clear(obj uintptr)

func ColorListBox_ClearSelection

func ColorListBox_ClearSelection(obj uintptr)

func ColorListBox_ClientToParent

func ColorListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ColorListBox_ClientToScreen

func ColorListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ColorListBox_ContainsControl added in v1.1.21

func ColorListBox_ContainsControl(obj uintptr, Control uintptr) bool

func ColorListBox_ControlAtPos added in v1.1.21

func ColorListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ColorListBox_Create

func ColorListBox_Create(obj uintptr) uintptr

func ColorListBox_DeleteSelected

func ColorListBox_DeleteSelected(obj uintptr)

func ColorListBox_DisableAlign added in v1.1.21

func ColorListBox_DisableAlign(obj uintptr)

func ColorListBox_Dragging

func ColorListBox_Dragging(obj uintptr) bool

func ColorListBox_EnableAlign added in v1.1.21

func ColorListBox_EnableAlign(obj uintptr)

func ColorListBox_Equals

func ColorListBox_Equals(obj uintptr, Obj uintptr) bool

func ColorListBox_FindChildControl added in v1.1.21

func ColorListBox_FindChildControl(obj uintptr, ControlName string) uintptr

func ColorListBox_FindComponent

func ColorListBox_FindComponent(obj uintptr, AName string) uintptr

func ColorListBox_FlipChildren

func ColorListBox_FlipChildren(obj uintptr, AllLevels bool)

func ColorListBox_Focused

func ColorListBox_Focused(obj uintptr) bool

func ColorListBox_Free

func ColorListBox_Free(obj uintptr)

func ColorListBox_GetAction

func ColorListBox_GetAction(obj uintptr) uintptr

func ColorListBox_GetAlign

func ColorListBox_GetAlign(obj uintptr) TAlign

func ColorListBox_GetAnchorSide

func ColorListBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ColorListBox_GetAnchorSideBottom

func ColorListBox_GetAnchorSideBottom(obj uintptr) uintptr

func ColorListBox_GetAnchorSideLeft

func ColorListBox_GetAnchorSideLeft(obj uintptr) uintptr

func ColorListBox_GetAnchorSideRight

func ColorListBox_GetAnchorSideRight(obj uintptr) uintptr

func ColorListBox_GetAnchorSideTop

func ColorListBox_GetAnchorSideTop(obj uintptr) uintptr

func ColorListBox_GetAnchors

func ColorListBox_GetAnchors(obj uintptr) TAnchors

func ColorListBox_GetBiDiMode

func ColorListBox_GetBiDiMode(obj uintptr) TBiDiMode

func ColorListBox_GetBorderSpacing

func ColorListBox_GetBorderSpacing(obj uintptr) uintptr

func ColorListBox_GetBoundsRect

func ColorListBox_GetBoundsRect(obj uintptr) TRect

func ColorListBox_GetBrush

func ColorListBox_GetBrush(obj uintptr) uintptr

func ColorListBox_GetCanvas

func ColorListBox_GetCanvas(obj uintptr) uintptr

func ColorListBox_GetChildSizing

func ColorListBox_GetChildSizing(obj uintptr) uintptr

func ColorListBox_GetClientHeight

func ColorListBox_GetClientHeight(obj uintptr) int32

func ColorListBox_GetClientOrigin added in v1.1.21

func ColorListBox_GetClientOrigin(obj uintptr) TPoint

func ColorListBox_GetClientRect

func ColorListBox_GetClientRect(obj uintptr) TRect

func ColorListBox_GetClientWidth

func ColorListBox_GetClientWidth(obj uintptr) int32

func ColorListBox_GetColor

func ColorListBox_GetColor(obj uintptr) TColor

func ColorListBox_GetColorNames

func ColorListBox_GetColorNames(obj uintptr, Index int32) string

func ColorListBox_GetColors

func ColorListBox_GetColors(obj uintptr, Index int32) TColor

func ColorListBox_GetComponentCount

func ColorListBox_GetComponentCount(obj uintptr) int32

func ColorListBox_GetComponentIndex

func ColorListBox_GetComponentIndex(obj uintptr) int32

func ColorListBox_GetComponents

func ColorListBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ColorListBox_GetConstraints added in v1.2.7

func ColorListBox_GetConstraints(obj uintptr) uintptr

func ColorListBox_GetControlCount

func ColorListBox_GetControlCount(obj uintptr) int32

func ColorListBox_GetControlState added in v1.1.21

func ColorListBox_GetControlState(obj uintptr) TControlState

func ColorListBox_GetControlStyle added in v1.1.21

func ColorListBox_GetControlStyle(obj uintptr) TControlStyle

func ColorListBox_GetControls

func ColorListBox_GetControls(obj uintptr, Index int32) uintptr

func ColorListBox_GetCount

func ColorListBox_GetCount(obj uintptr) int32

func ColorListBox_GetCursor

func ColorListBox_GetCursor(obj uintptr) TCursor

func ColorListBox_GetDefaultColorColor

func ColorListBox_GetDefaultColorColor(obj uintptr) TColor

func ColorListBox_GetDockClientCount added in v1.1.21

func ColorListBox_GetDockClientCount(obj uintptr) int32

func ColorListBox_GetDockClients added in v1.1.21

func ColorListBox_GetDockClients(obj uintptr, Index int32) uintptr

func ColorListBox_GetDockSite

func ColorListBox_GetDockSite(obj uintptr) bool

func ColorListBox_GetDoubleBuffered

func ColorListBox_GetDoubleBuffered(obj uintptr) bool

func ColorListBox_GetEnabled

func ColorListBox_GetEnabled(obj uintptr) bool

func ColorListBox_GetFloating

func ColorListBox_GetFloating(obj uintptr) bool

func ColorListBox_GetFont

func ColorListBox_GetFont(obj uintptr) uintptr

func ColorListBox_GetHandle

func ColorListBox_GetHandle(obj uintptr) HWND

func ColorListBox_GetHashCode

func ColorListBox_GetHashCode(obj uintptr) int32

func ColorListBox_GetHeight

func ColorListBox_GetHeight(obj uintptr) int32

func ColorListBox_GetHint

func ColorListBox_GetHint(obj uintptr) string

func ColorListBox_GetItemHeight

func ColorListBox_GetItemHeight(obj uintptr) int32

func ColorListBox_GetItemIndex

func ColorListBox_GetItemIndex(obj uintptr) int32

func ColorListBox_GetItems

func ColorListBox_GetItems(obj uintptr) uintptr

func ColorListBox_GetLeft

func ColorListBox_GetLeft(obj uintptr) int32

func ColorListBox_GetMouseInClient added in v1.1.21

func ColorListBox_GetMouseInClient(obj uintptr) bool

func ColorListBox_GetMultiSelect

func ColorListBox_GetMultiSelect(obj uintptr) bool

func ColorListBox_GetName

func ColorListBox_GetName(obj uintptr) string

func ColorListBox_GetNamePath

func ColorListBox_GetNamePath(obj uintptr) string

func ColorListBox_GetNoneColorColor

func ColorListBox_GetNoneColorColor(obj uintptr) TColor

func ColorListBox_GetOwner

func ColorListBox_GetOwner(obj uintptr) uintptr

func ColorListBox_GetParent

func ColorListBox_GetParent(obj uintptr) uintptr

func ColorListBox_GetParentColor

func ColorListBox_GetParentColor(obj uintptr) bool

func ColorListBox_GetParentDoubleBuffered

func ColorListBox_GetParentDoubleBuffered(obj uintptr) bool

func ColorListBox_GetParentFont

func ColorListBox_GetParentFont(obj uintptr) bool

func ColorListBox_GetParentShowHint

func ColorListBox_GetParentShowHint(obj uintptr) bool

func ColorListBox_GetParentWindow

func ColorListBox_GetParentWindow(obj uintptr) HWND

func ColorListBox_GetPopupMenu

func ColorListBox_GetPopupMenu(obj uintptr) uintptr

func ColorListBox_GetSelCount

func ColorListBox_GetSelCount(obj uintptr) int32

func ColorListBox_GetSelected

func ColorListBox_GetSelected(obj uintptr) TColor

func ColorListBox_GetShowHint

func ColorListBox_GetShowHint(obj uintptr) bool

func ColorListBox_GetStyle

func ColorListBox_GetStyle(obj uintptr) TColorBoxStyle

func ColorListBox_GetTabOrder

func ColorListBox_GetTabOrder(obj uintptr) TTabOrder

func ColorListBox_GetTabStop

func ColorListBox_GetTabStop(obj uintptr) bool

func ColorListBox_GetTag

func ColorListBox_GetTag(obj uintptr) int

func ColorListBox_GetTextBuf

func ColorListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ColorListBox_GetTextLen

func ColorListBox_GetTextLen(obj uintptr) int32

func ColorListBox_GetTop

func ColorListBox_GetTop(obj uintptr) int32

func ColorListBox_GetTopIndex

func ColorListBox_GetTopIndex(obj uintptr) int32

func ColorListBox_GetUseDockManager

func ColorListBox_GetUseDockManager(obj uintptr) bool

func ColorListBox_GetVisible

func ColorListBox_GetVisible(obj uintptr) bool

func ColorListBox_GetVisibleDockClientCount added in v1.1.21

func ColorListBox_GetVisibleDockClientCount(obj uintptr) int32

func ColorListBox_GetWidth

func ColorListBox_GetWidth(obj uintptr) int32

func ColorListBox_HandleAllocated

func ColorListBox_HandleAllocated(obj uintptr) bool

func ColorListBox_HasParent

func ColorListBox_HasParent(obj uintptr) bool

func ColorListBox_Hide

func ColorListBox_Hide(obj uintptr)

func ColorListBox_InheritsFrom added in v1.1.18

func ColorListBox_InheritsFrom(obj uintptr, AClass TClass) bool

func ColorListBox_InsertControl added in v1.1.21

func ColorListBox_InsertControl(obj uintptr, AControl uintptr)

func ColorListBox_InstanceSize added in v1.1.18

func ColorListBox_InstanceSize(obj uintptr) int32

func ColorListBox_Invalidate

func ColorListBox_Invalidate(obj uintptr)

func ColorListBox_ItemAtPos added in v1.2.10

func ColorListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32

func ColorListBox_ItemRect added in v1.2.10

func ColorListBox_ItemRect(obj uintptr, Index int32) TRect

func ColorListBox_ParentToClient

func ColorListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ColorListBox_Perform

func ColorListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ColorListBox_Realign

func ColorListBox_Realign(obj uintptr)

func ColorListBox_Refresh

func ColorListBox_Refresh(obj uintptr)

func ColorListBox_RemoveControl added in v1.1.21

func ColorListBox_RemoveControl(obj uintptr, AControl uintptr)

func ColorListBox_Repaint

func ColorListBox_Repaint(obj uintptr)

func ColorListBox_ScaleBy

func ColorListBox_ScaleBy(obj uintptr, M int32, D int32)

func ColorListBox_ScreenToClient

func ColorListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ColorListBox_ScrollBy added in v1.1.21

func ColorListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ColorListBox_SelectAll

func ColorListBox_SelectAll(obj uintptr)

func ColorListBox_SendToBack

func ColorListBox_SendToBack(obj uintptr)

func ColorListBox_SetAction

func ColorListBox_SetAction(obj uintptr, value uintptr)

func ColorListBox_SetAlign

func ColorListBox_SetAlign(obj uintptr, value TAlign)

func ColorListBox_SetAnchorSideBottom

func ColorListBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func ColorListBox_SetAnchorSideLeft

func ColorListBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func ColorListBox_SetAnchorSideRight

func ColorListBox_SetAnchorSideRight(obj uintptr, value uintptr)

func ColorListBox_SetAnchorSideTop

func ColorListBox_SetAnchorSideTop(obj uintptr, value uintptr)

func ColorListBox_SetAnchors

func ColorListBox_SetAnchors(obj uintptr, value TAnchors)

func ColorListBox_SetBiDiMode

func ColorListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ColorListBox_SetBorderSpacing

func ColorListBox_SetBorderSpacing(obj uintptr, value uintptr)

func ColorListBox_SetBounds

func ColorListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ColorListBox_SetBoundsRect

func ColorListBox_SetBoundsRect(obj uintptr, value TRect)

func ColorListBox_SetChildSizing

func ColorListBox_SetChildSizing(obj uintptr, value uintptr)

func ColorListBox_SetClientHeight

func ColorListBox_SetClientHeight(obj uintptr, value int32)

func ColorListBox_SetClientWidth

func ColorListBox_SetClientWidth(obj uintptr, value int32)

func ColorListBox_SetColor

func ColorListBox_SetColor(obj uintptr, value TColor)

func ColorListBox_SetComponentIndex

func ColorListBox_SetComponentIndex(obj uintptr, value int32)

func ColorListBox_SetConstraints added in v1.2.7

func ColorListBox_SetConstraints(obj uintptr, value uintptr)

func ColorListBox_SetControlState added in v1.1.21

func ColorListBox_SetControlState(obj uintptr, value TControlState)

func ColorListBox_SetControlStyle added in v1.1.21

func ColorListBox_SetControlStyle(obj uintptr, value TControlStyle)

func ColorListBox_SetCursor

func ColorListBox_SetCursor(obj uintptr, value TCursor)

func ColorListBox_SetDefaultColorColor

func ColorListBox_SetDefaultColorColor(obj uintptr, value TColor)

func ColorListBox_SetDockSite

func ColorListBox_SetDockSite(obj uintptr, value bool)

func ColorListBox_SetDoubleBuffered

func ColorListBox_SetDoubleBuffered(obj uintptr, value bool)

func ColorListBox_SetEnabled

func ColorListBox_SetEnabled(obj uintptr, value bool)

func ColorListBox_SetFocus

func ColorListBox_SetFocus(obj uintptr)

func ColorListBox_SetFont

func ColorListBox_SetFont(obj uintptr, value uintptr)

func ColorListBox_SetHeight

func ColorListBox_SetHeight(obj uintptr, value int32)

func ColorListBox_SetHint

func ColorListBox_SetHint(obj uintptr, value string)

func ColorListBox_SetItemHeight

func ColorListBox_SetItemHeight(obj uintptr, value int32)

func ColorListBox_SetItemIndex

func ColorListBox_SetItemIndex(obj uintptr, value int32)

func ColorListBox_SetItems

func ColorListBox_SetItems(obj uintptr, value uintptr)

func ColorListBox_SetLeft

func ColorListBox_SetLeft(obj uintptr, value int32)

func ColorListBox_SetMultiSelect

func ColorListBox_SetMultiSelect(obj uintptr, value bool)

func ColorListBox_SetName

func ColorListBox_SetName(obj uintptr, value string)

func ColorListBox_SetNoneColorColor

func ColorListBox_SetNoneColorColor(obj uintptr, value TColor)

func ColorListBox_SetOnClick

func ColorListBox_SetOnClick(obj uintptr, fn interface{})

func ColorListBox_SetOnContextPopup

func ColorListBox_SetOnContextPopup(obj uintptr, fn interface{})

func ColorListBox_SetOnDblClick

func ColorListBox_SetOnDblClick(obj uintptr, fn interface{})

func ColorListBox_SetOnDragDrop

func ColorListBox_SetOnDragDrop(obj uintptr, fn interface{})

func ColorListBox_SetOnDragOver

func ColorListBox_SetOnDragOver(obj uintptr, fn interface{})

func ColorListBox_SetOnEndDrag

func ColorListBox_SetOnEndDrag(obj uintptr, fn interface{})

func ColorListBox_SetOnEnter

func ColorListBox_SetOnEnter(obj uintptr, fn interface{})

func ColorListBox_SetOnExit

func ColorListBox_SetOnExit(obj uintptr, fn interface{})

func ColorListBox_SetOnKeyDown

func ColorListBox_SetOnKeyDown(obj uintptr, fn interface{})

func ColorListBox_SetOnKeyPress

func ColorListBox_SetOnKeyPress(obj uintptr, fn interface{})

func ColorListBox_SetOnKeyUp

func ColorListBox_SetOnKeyUp(obj uintptr, fn interface{})

func ColorListBox_SetOnMouseDown

func ColorListBox_SetOnMouseDown(obj uintptr, fn interface{})

func ColorListBox_SetOnMouseEnter

func ColorListBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ColorListBox_SetOnMouseLeave

func ColorListBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ColorListBox_SetOnMouseMove

func ColorListBox_SetOnMouseMove(obj uintptr, fn interface{})

func ColorListBox_SetOnMouseUp

func ColorListBox_SetOnMouseUp(obj uintptr, fn interface{})

func ColorListBox_SetParent

func ColorListBox_SetParent(obj uintptr, value uintptr)

func ColorListBox_SetParentColor

func ColorListBox_SetParentColor(obj uintptr, value bool)

func ColorListBox_SetParentDoubleBuffered

func ColorListBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ColorListBox_SetParentFont

func ColorListBox_SetParentFont(obj uintptr, value bool)

func ColorListBox_SetParentShowHint

func ColorListBox_SetParentShowHint(obj uintptr, value bool)

func ColorListBox_SetParentWindow

func ColorListBox_SetParentWindow(obj uintptr, value HWND)

func ColorListBox_SetPopupMenu

func ColorListBox_SetPopupMenu(obj uintptr, value uintptr)

func ColorListBox_SetSelected

func ColorListBox_SetSelected(obj uintptr, value TColor)

func ColorListBox_SetShowHint

func ColorListBox_SetShowHint(obj uintptr, value bool)

func ColorListBox_SetStyle

func ColorListBox_SetStyle(obj uintptr, value TColorBoxStyle)

func ColorListBox_SetTabOrder

func ColorListBox_SetTabOrder(obj uintptr, value TTabOrder)

func ColorListBox_SetTabStop

func ColorListBox_SetTabStop(obj uintptr, value bool)

func ColorListBox_SetTag

func ColorListBox_SetTag(obj uintptr, value int)

func ColorListBox_SetTextBuf added in v1.1.21

func ColorListBox_SetTextBuf(obj uintptr, Buffer string)

func ColorListBox_SetTop

func ColorListBox_SetTop(obj uintptr, value int32)

func ColorListBox_SetTopIndex

func ColorListBox_SetTopIndex(obj uintptr, value int32)

func ColorListBox_SetUseDockManager

func ColorListBox_SetUseDockManager(obj uintptr, value bool)

func ColorListBox_SetVisible

func ColorListBox_SetVisible(obj uintptr, value bool)

func ColorListBox_SetWidth

func ColorListBox_SetWidth(obj uintptr, value int32)

func ColorListBox_Show

func ColorListBox_Show(obj uintptr)

func ColorListBox_StaticClassType added in v1.1.18

func ColorListBox_StaticClassType() TClass

func ColorListBox_ToString

func ColorListBox_ToString(obj uintptr) string

func ColorListBox_Update

func ColorListBox_Update(obj uintptr)

func ComboBoxEx_AddItem added in v1.2.7

func ComboBoxEx_AddItem(obj uintptr, Item string, AObject uintptr)

func ComboBoxEx_AnchorAsAlign

func ComboBoxEx_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ComboBoxEx_AnchorClient

func ComboBoxEx_AnchorClient(obj uintptr, ASpace int32)

func ComboBoxEx_AnchorHorizontalCenterTo

func ComboBoxEx_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ComboBoxEx_AnchorParallel

func ComboBoxEx_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ComboBoxEx_AnchorToNeighbour

func ComboBoxEx_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ComboBoxEx_AnchorVerticalCenterTo

func ComboBoxEx_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ComboBoxEx_Assign added in v1.2.7

func ComboBoxEx_Assign(obj uintptr, Source uintptr)

func ComboBoxEx_BringToFront added in v1.2.7

func ComboBoxEx_BringToFront(obj uintptr)

func ComboBoxEx_CanFocus added in v1.2.7

func ComboBoxEx_CanFocus(obj uintptr) bool

func ComboBoxEx_ClassName added in v1.2.7

func ComboBoxEx_ClassName(obj uintptr) string

func ComboBoxEx_ClassType added in v1.2.7

func ComboBoxEx_ClassType(obj uintptr) TClass

func ComboBoxEx_Clear added in v1.2.7

func ComboBoxEx_Clear(obj uintptr)

func ComboBoxEx_ClearSelection added in v1.2.7

func ComboBoxEx_ClearSelection(obj uintptr)

func ComboBoxEx_ClientToParent added in v1.2.7

func ComboBoxEx_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ComboBoxEx_ClientToScreen added in v1.2.7

func ComboBoxEx_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ComboBoxEx_ContainsControl added in v1.2.7

func ComboBoxEx_ContainsControl(obj uintptr, Control uintptr) bool

func ComboBoxEx_ControlAtPos added in v1.2.7

func ComboBoxEx_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ComboBoxEx_Create added in v1.2.7

func ComboBoxEx_Create(obj uintptr) uintptr

func ComboBoxEx_DeleteSelected added in v1.2.7

func ComboBoxEx_DeleteSelected(obj uintptr)

func ComboBoxEx_DisableAlign added in v1.2.7

func ComboBoxEx_DisableAlign(obj uintptr)

func ComboBoxEx_Dragging added in v1.2.7

func ComboBoxEx_Dragging(obj uintptr) bool

func ComboBoxEx_EnableAlign added in v1.2.7

func ComboBoxEx_EnableAlign(obj uintptr)

func ComboBoxEx_Equals added in v1.2.7

func ComboBoxEx_Equals(obj uintptr, Obj uintptr) bool

func ComboBoxEx_FindChildControl added in v1.2.7

func ComboBoxEx_FindChildControl(obj uintptr, ControlName string) uintptr

func ComboBoxEx_FindComponent added in v1.2.7

func ComboBoxEx_FindComponent(obj uintptr, AName string) uintptr

func ComboBoxEx_FlipChildren added in v1.2.7

func ComboBoxEx_FlipChildren(obj uintptr, AllLevels bool)

func ComboBoxEx_Focused added in v1.2.7

func ComboBoxEx_Focused(obj uintptr) bool

func ComboBoxEx_Free added in v1.2.7

func ComboBoxEx_Free(obj uintptr)

func ComboBoxEx_GetAction added in v1.2.7

func ComboBoxEx_GetAction(obj uintptr) uintptr

func ComboBoxEx_GetAlign added in v1.2.7

func ComboBoxEx_GetAlign(obj uintptr) TAlign

func ComboBoxEx_GetAnchorSide

func ComboBoxEx_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ComboBoxEx_GetAnchorSideBottom

func ComboBoxEx_GetAnchorSideBottom(obj uintptr) uintptr

func ComboBoxEx_GetAnchorSideLeft

func ComboBoxEx_GetAnchorSideLeft(obj uintptr) uintptr

func ComboBoxEx_GetAnchorSideRight

func ComboBoxEx_GetAnchorSideRight(obj uintptr) uintptr

func ComboBoxEx_GetAnchorSideTop

func ComboBoxEx_GetAnchorSideTop(obj uintptr) uintptr

func ComboBoxEx_GetAnchors added in v1.2.7

func ComboBoxEx_GetAnchors(obj uintptr) TAnchors

func ComboBoxEx_GetAutoCompleteOptions added in v1.2.7

func ComboBoxEx_GetAutoCompleteOptions(obj uintptr) TAutoCompleteOptions

func ComboBoxEx_GetBiDiMode added in v1.2.7

func ComboBoxEx_GetBiDiMode(obj uintptr) TBiDiMode

func ComboBoxEx_GetBorderSpacing

func ComboBoxEx_GetBorderSpacing(obj uintptr) uintptr

func ComboBoxEx_GetBoundsRect added in v1.2.7

func ComboBoxEx_GetBoundsRect(obj uintptr) TRect

func ComboBoxEx_GetBrush added in v1.2.7

func ComboBoxEx_GetBrush(obj uintptr) uintptr

func ComboBoxEx_GetCanvas added in v1.2.7

func ComboBoxEx_GetCanvas(obj uintptr) uintptr

func ComboBoxEx_GetChildSizing

func ComboBoxEx_GetChildSizing(obj uintptr) uintptr

func ComboBoxEx_GetClientHeight added in v1.2.7

func ComboBoxEx_GetClientHeight(obj uintptr) int32

func ComboBoxEx_GetClientOrigin added in v1.2.7

func ComboBoxEx_GetClientOrigin(obj uintptr) TPoint

func ComboBoxEx_GetClientRect added in v1.2.7

func ComboBoxEx_GetClientRect(obj uintptr) TRect

func ComboBoxEx_GetClientWidth added in v1.2.7

func ComboBoxEx_GetClientWidth(obj uintptr) int32

func ComboBoxEx_GetColor added in v1.2.7

func ComboBoxEx_GetColor(obj uintptr) TColor

func ComboBoxEx_GetComponentCount added in v1.2.7

func ComboBoxEx_GetComponentCount(obj uintptr) int32

func ComboBoxEx_GetComponentIndex added in v1.2.7

func ComboBoxEx_GetComponentIndex(obj uintptr) int32

func ComboBoxEx_GetComponents added in v1.2.7

func ComboBoxEx_GetComponents(obj uintptr, AIndex int32) uintptr

func ComboBoxEx_GetConstraints added in v1.2.7

func ComboBoxEx_GetConstraints(obj uintptr) uintptr

func ComboBoxEx_GetControlCount added in v1.2.7

func ComboBoxEx_GetControlCount(obj uintptr) int32

func ComboBoxEx_GetControlState added in v1.2.7

func ComboBoxEx_GetControlState(obj uintptr) TControlState

func ComboBoxEx_GetControlStyle added in v1.2.7

func ComboBoxEx_GetControlStyle(obj uintptr) TControlStyle

func ComboBoxEx_GetControls added in v1.2.7

func ComboBoxEx_GetControls(obj uintptr, Index int32) uintptr

func ComboBoxEx_GetCursor added in v1.2.7

func ComboBoxEx_GetCursor(obj uintptr) TCursor

func ComboBoxEx_GetDockClientCount added in v1.2.7

func ComboBoxEx_GetDockClientCount(obj uintptr) int32

func ComboBoxEx_GetDockClients added in v1.2.7

func ComboBoxEx_GetDockClients(obj uintptr, Index int32) uintptr

func ComboBoxEx_GetDockSite added in v1.2.7

func ComboBoxEx_GetDockSite(obj uintptr) bool

func ComboBoxEx_GetDoubleBuffered added in v1.2.7

func ComboBoxEx_GetDoubleBuffered(obj uintptr) bool

func ComboBoxEx_GetDragCursor added in v1.2.7

func ComboBoxEx_GetDragCursor(obj uintptr) TCursor

func ComboBoxEx_GetDragKind added in v1.2.7

func ComboBoxEx_GetDragKind(obj uintptr) TDragKind

func ComboBoxEx_GetDragMode added in v1.2.7

func ComboBoxEx_GetDragMode(obj uintptr) TDragMode

func ComboBoxEx_GetDropDownCount added in v1.2.7

func ComboBoxEx_GetDropDownCount(obj uintptr) int32

func ComboBoxEx_GetDroppedDown added in v1.2.7

func ComboBoxEx_GetDroppedDown(obj uintptr) bool

func ComboBoxEx_GetEnabled added in v1.2.7

func ComboBoxEx_GetEnabled(obj uintptr) bool

func ComboBoxEx_GetFloating added in v1.2.7

func ComboBoxEx_GetFloating(obj uintptr) bool

func ComboBoxEx_GetFont added in v1.2.7

func ComboBoxEx_GetFont(obj uintptr) uintptr

func ComboBoxEx_GetHandle added in v1.2.7

func ComboBoxEx_GetHandle(obj uintptr) HWND

func ComboBoxEx_GetHashCode added in v1.2.7

func ComboBoxEx_GetHashCode(obj uintptr) int32

func ComboBoxEx_GetHeight added in v1.2.7

func ComboBoxEx_GetHeight(obj uintptr) int32

func ComboBoxEx_GetHint added in v1.2.7

func ComboBoxEx_GetHint(obj uintptr) string

func ComboBoxEx_GetImages added in v1.2.7

func ComboBoxEx_GetImages(obj uintptr) uintptr

func ComboBoxEx_GetItemHeight added in v1.2.7

func ComboBoxEx_GetItemHeight(obj uintptr) int32

func ComboBoxEx_GetItemIndex added in v1.2.7

func ComboBoxEx_GetItemIndex(obj uintptr) int32

func ComboBoxEx_GetItems added in v1.2.7

func ComboBoxEx_GetItems(obj uintptr) uintptr

func ComboBoxEx_GetItemsEx added in v1.2.7

func ComboBoxEx_GetItemsEx(obj uintptr) uintptr

func ComboBoxEx_GetLeft added in v1.2.7

func ComboBoxEx_GetLeft(obj uintptr) int32

func ComboBoxEx_GetMaxLength added in v1.2.7

func ComboBoxEx_GetMaxLength(obj uintptr) int32

func ComboBoxEx_GetMouseInClient added in v1.2.7

func ComboBoxEx_GetMouseInClient(obj uintptr) bool

func ComboBoxEx_GetName added in v1.2.7

func ComboBoxEx_GetName(obj uintptr) string

func ComboBoxEx_GetNamePath added in v1.2.7

func ComboBoxEx_GetNamePath(obj uintptr) string

func ComboBoxEx_GetOwner added in v1.2.7

func ComboBoxEx_GetOwner(obj uintptr) uintptr

func ComboBoxEx_GetParent added in v1.2.7

func ComboBoxEx_GetParent(obj uintptr) uintptr

func ComboBoxEx_GetParentColor added in v1.2.7

func ComboBoxEx_GetParentColor(obj uintptr) bool

func ComboBoxEx_GetParentDoubleBuffered added in v1.2.7

func ComboBoxEx_GetParentDoubleBuffered(obj uintptr) bool

func ComboBoxEx_GetParentFont added in v1.2.7

func ComboBoxEx_GetParentFont(obj uintptr) bool

func ComboBoxEx_GetParentShowHint added in v1.2.7

func ComboBoxEx_GetParentShowHint(obj uintptr) bool

func ComboBoxEx_GetParentWindow added in v1.2.7

func ComboBoxEx_GetParentWindow(obj uintptr) HWND

func ComboBoxEx_GetPopupMenu added in v1.2.7

func ComboBoxEx_GetPopupMenu(obj uintptr) uintptr

func ComboBoxEx_GetSelLength added in v1.2.7

func ComboBoxEx_GetSelLength(obj uintptr) int32

func ComboBoxEx_GetSelStart added in v1.2.7

func ComboBoxEx_GetSelStart(obj uintptr) int32

func ComboBoxEx_GetSelText added in v1.2.7

func ComboBoxEx_GetSelText(obj uintptr) string

func ComboBoxEx_GetShowHint added in v1.2.7

func ComboBoxEx_GetShowHint(obj uintptr) bool

func ComboBoxEx_GetStyle added in v1.2.7

func ComboBoxEx_GetStyle(obj uintptr) TComboBoxExStyle

func ComboBoxEx_GetStyleEx added in v1.2.7

func ComboBoxEx_GetStyleEx(obj uintptr) TComboBoxExStyles

func ComboBoxEx_GetTabOrder added in v1.2.7

func ComboBoxEx_GetTabOrder(obj uintptr) TTabOrder

func ComboBoxEx_GetTabStop added in v1.2.7

func ComboBoxEx_GetTabStop(obj uintptr) bool

func ComboBoxEx_GetTag added in v1.2.7

func ComboBoxEx_GetTag(obj uintptr) int

func ComboBoxEx_GetText added in v1.2.7

func ComboBoxEx_GetText(obj uintptr) string

func ComboBoxEx_GetTextBuf added in v1.2.7

func ComboBoxEx_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ComboBoxEx_GetTextLen added in v1.2.7

func ComboBoxEx_GetTextLen(obj uintptr) int32

func ComboBoxEx_GetTop added in v1.2.7

func ComboBoxEx_GetTop(obj uintptr) int32

func ComboBoxEx_GetUseDockManager added in v1.2.7

func ComboBoxEx_GetUseDockManager(obj uintptr) bool

func ComboBoxEx_GetVisible added in v1.2.7

func ComboBoxEx_GetVisible(obj uintptr) bool

func ComboBoxEx_GetVisibleDockClientCount added in v1.2.7

func ComboBoxEx_GetVisibleDockClientCount(obj uintptr) int32

func ComboBoxEx_GetWidth added in v1.2.7

func ComboBoxEx_GetWidth(obj uintptr) int32

func ComboBoxEx_HandleAllocated added in v1.2.7

func ComboBoxEx_HandleAllocated(obj uintptr) bool

func ComboBoxEx_HasParent added in v1.2.7

func ComboBoxEx_HasParent(obj uintptr) bool

func ComboBoxEx_Hide added in v1.2.7

func ComboBoxEx_Hide(obj uintptr)

func ComboBoxEx_InheritsFrom added in v1.2.7

func ComboBoxEx_InheritsFrom(obj uintptr, AClass TClass) bool

func ComboBoxEx_InsertControl added in v1.2.7

func ComboBoxEx_InsertControl(obj uintptr, AControl uintptr)

func ComboBoxEx_InstanceSize added in v1.2.7

func ComboBoxEx_InstanceSize(obj uintptr) int32

func ComboBoxEx_Invalidate added in v1.2.7

func ComboBoxEx_Invalidate(obj uintptr)

func ComboBoxEx_ParentToClient added in v1.2.7

func ComboBoxEx_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ComboBoxEx_Perform added in v1.2.7

func ComboBoxEx_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ComboBoxEx_Realign added in v1.2.7

func ComboBoxEx_Realign(obj uintptr)

func ComboBoxEx_Refresh added in v1.2.7

func ComboBoxEx_Refresh(obj uintptr)

func ComboBoxEx_RemoveControl added in v1.2.7

func ComboBoxEx_RemoveControl(obj uintptr, AControl uintptr)

func ComboBoxEx_Repaint added in v1.2.7

func ComboBoxEx_Repaint(obj uintptr)

func ComboBoxEx_ScaleBy added in v1.2.7

func ComboBoxEx_ScaleBy(obj uintptr, M int32, D int32)

func ComboBoxEx_ScreenToClient added in v1.2.7

func ComboBoxEx_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ComboBoxEx_ScrollBy added in v1.2.7

func ComboBoxEx_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ComboBoxEx_SelectAll added in v1.2.7

func ComboBoxEx_SelectAll(obj uintptr)

func ComboBoxEx_SendToBack added in v1.2.7

func ComboBoxEx_SendToBack(obj uintptr)

func ComboBoxEx_SetAction added in v1.2.7

func ComboBoxEx_SetAction(obj uintptr, value uintptr)

func ComboBoxEx_SetAlign added in v1.2.7

func ComboBoxEx_SetAlign(obj uintptr, value TAlign)

func ComboBoxEx_SetAnchorSideBottom

func ComboBoxEx_SetAnchorSideBottom(obj uintptr, value uintptr)

func ComboBoxEx_SetAnchorSideLeft

func ComboBoxEx_SetAnchorSideLeft(obj uintptr, value uintptr)

func ComboBoxEx_SetAnchorSideRight

func ComboBoxEx_SetAnchorSideRight(obj uintptr, value uintptr)

func ComboBoxEx_SetAnchorSideTop

func ComboBoxEx_SetAnchorSideTop(obj uintptr, value uintptr)

func ComboBoxEx_SetAnchors added in v1.2.7

func ComboBoxEx_SetAnchors(obj uintptr, value TAnchors)

func ComboBoxEx_SetAutoCompleteOptions added in v1.2.7

func ComboBoxEx_SetAutoCompleteOptions(obj uintptr, value TAutoCompleteOptions)

func ComboBoxEx_SetBiDiMode added in v1.2.7

func ComboBoxEx_SetBiDiMode(obj uintptr, value TBiDiMode)

func ComboBoxEx_SetBorderSpacing

func ComboBoxEx_SetBorderSpacing(obj uintptr, value uintptr)

func ComboBoxEx_SetBounds added in v1.2.7

func ComboBoxEx_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ComboBoxEx_SetBoundsRect added in v1.2.7

func ComboBoxEx_SetBoundsRect(obj uintptr, value TRect)

func ComboBoxEx_SetChildSizing

func ComboBoxEx_SetChildSizing(obj uintptr, value uintptr)

func ComboBoxEx_SetClientHeight added in v1.2.7

func ComboBoxEx_SetClientHeight(obj uintptr, value int32)

func ComboBoxEx_SetClientWidth added in v1.2.7

func ComboBoxEx_SetClientWidth(obj uintptr, value int32)

func ComboBoxEx_SetColor added in v1.2.7

func ComboBoxEx_SetColor(obj uintptr, value TColor)

func ComboBoxEx_SetComponentIndex added in v1.2.7

func ComboBoxEx_SetComponentIndex(obj uintptr, value int32)

func ComboBoxEx_SetConstraints added in v1.2.7

func ComboBoxEx_SetConstraints(obj uintptr, value uintptr)

func ComboBoxEx_SetControlState added in v1.2.7

func ComboBoxEx_SetControlState(obj uintptr, value TControlState)

func ComboBoxEx_SetControlStyle added in v1.2.7

func ComboBoxEx_SetControlStyle(obj uintptr, value TControlStyle)

func ComboBoxEx_SetCursor added in v1.2.7

func ComboBoxEx_SetCursor(obj uintptr, value TCursor)

func ComboBoxEx_SetDockSite added in v1.2.7

func ComboBoxEx_SetDockSite(obj uintptr, value bool)

func ComboBoxEx_SetDoubleBuffered added in v1.2.7

func ComboBoxEx_SetDoubleBuffered(obj uintptr, value bool)

func ComboBoxEx_SetDragCursor added in v1.2.7

func ComboBoxEx_SetDragCursor(obj uintptr, value TCursor)

func ComboBoxEx_SetDragKind added in v1.2.7

func ComboBoxEx_SetDragKind(obj uintptr, value TDragKind)

func ComboBoxEx_SetDragMode added in v1.2.7

func ComboBoxEx_SetDragMode(obj uintptr, value TDragMode)

func ComboBoxEx_SetDropDownCount added in v1.2.7

func ComboBoxEx_SetDropDownCount(obj uintptr, value int32)

func ComboBoxEx_SetDroppedDown added in v1.2.7

func ComboBoxEx_SetDroppedDown(obj uintptr, value bool)

func ComboBoxEx_SetEnabled added in v1.2.7

func ComboBoxEx_SetEnabled(obj uintptr, value bool)

func ComboBoxEx_SetFocus added in v1.2.7

func ComboBoxEx_SetFocus(obj uintptr)

func ComboBoxEx_SetFont added in v1.2.7

func ComboBoxEx_SetFont(obj uintptr, value uintptr)

func ComboBoxEx_SetHeight added in v1.2.7

func ComboBoxEx_SetHeight(obj uintptr, value int32)

func ComboBoxEx_SetHint added in v1.2.7

func ComboBoxEx_SetHint(obj uintptr, value string)

func ComboBoxEx_SetImages added in v1.2.7

func ComboBoxEx_SetImages(obj uintptr, value uintptr)

func ComboBoxEx_SetItemHeight added in v1.2.7

func ComboBoxEx_SetItemHeight(obj uintptr, value int32)

func ComboBoxEx_SetItemIndex added in v1.2.7

func ComboBoxEx_SetItemIndex(obj uintptr, value int32)

func ComboBoxEx_SetItems added in v1.2.7

func ComboBoxEx_SetItems(obj uintptr, value uintptr)

func ComboBoxEx_SetItemsEx added in v1.2.7

func ComboBoxEx_SetItemsEx(obj uintptr, value uintptr)

func ComboBoxEx_SetLeft added in v1.2.7

func ComboBoxEx_SetLeft(obj uintptr, value int32)

func ComboBoxEx_SetMaxLength added in v1.2.7

func ComboBoxEx_SetMaxLength(obj uintptr, value int32)

func ComboBoxEx_SetName added in v1.2.7

func ComboBoxEx_SetName(obj uintptr, value string)

func ComboBoxEx_SetOnChange added in v1.2.7

func ComboBoxEx_SetOnChange(obj uintptr, fn interface{})

func ComboBoxEx_SetOnClick added in v1.2.7

func ComboBoxEx_SetOnClick(obj uintptr, fn interface{})

func ComboBoxEx_SetOnContextPopup added in v1.2.7

func ComboBoxEx_SetOnContextPopup(obj uintptr, fn interface{})

func ComboBoxEx_SetOnDblClick added in v1.2.7

func ComboBoxEx_SetOnDblClick(obj uintptr, fn interface{})

func ComboBoxEx_SetOnDragDrop added in v1.2.7

func ComboBoxEx_SetOnDragDrop(obj uintptr, fn interface{})

func ComboBoxEx_SetOnDragOver added in v1.2.7

func ComboBoxEx_SetOnDragOver(obj uintptr, fn interface{})

func ComboBoxEx_SetOnEndDock added in v1.2.7

func ComboBoxEx_SetOnEndDock(obj uintptr, fn interface{})

func ComboBoxEx_SetOnEndDrag added in v1.2.7

func ComboBoxEx_SetOnEndDrag(obj uintptr, fn interface{})

func ComboBoxEx_SetOnEnter added in v1.2.7

func ComboBoxEx_SetOnEnter(obj uintptr, fn interface{})

func ComboBoxEx_SetOnExit added in v1.2.7

func ComboBoxEx_SetOnExit(obj uintptr, fn interface{})

func ComboBoxEx_SetOnKeyDown added in v1.2.7

func ComboBoxEx_SetOnKeyDown(obj uintptr, fn interface{})

func ComboBoxEx_SetOnKeyPress added in v1.2.7

func ComboBoxEx_SetOnKeyPress(obj uintptr, fn interface{})

func ComboBoxEx_SetOnKeyUp added in v1.2.7

func ComboBoxEx_SetOnKeyUp(obj uintptr, fn interface{})

func ComboBoxEx_SetOnMouseMove added in v1.2.7

func ComboBoxEx_SetOnMouseMove(obj uintptr, fn interface{})

func ComboBoxEx_SetOnSelect added in v1.2.7

func ComboBoxEx_SetOnSelect(obj uintptr, fn interface{})

func ComboBoxEx_SetOnStartDock added in v1.2.7

func ComboBoxEx_SetOnStartDock(obj uintptr, fn interface{})

func ComboBoxEx_SetParent added in v1.2.7

func ComboBoxEx_SetParent(obj uintptr, value uintptr)

func ComboBoxEx_SetParentColor added in v1.2.7

func ComboBoxEx_SetParentColor(obj uintptr, value bool)

func ComboBoxEx_SetParentDoubleBuffered added in v1.2.7

func ComboBoxEx_SetParentDoubleBuffered(obj uintptr, value bool)

func ComboBoxEx_SetParentFont added in v1.2.7

func ComboBoxEx_SetParentFont(obj uintptr, value bool)

func ComboBoxEx_SetParentShowHint added in v1.2.7

func ComboBoxEx_SetParentShowHint(obj uintptr, value bool)

func ComboBoxEx_SetParentWindow added in v1.2.7

func ComboBoxEx_SetParentWindow(obj uintptr, value HWND)

func ComboBoxEx_SetPopupMenu added in v1.2.7

func ComboBoxEx_SetPopupMenu(obj uintptr, value uintptr)

func ComboBoxEx_SetSelLength added in v1.2.7

func ComboBoxEx_SetSelLength(obj uintptr, value int32)

func ComboBoxEx_SetSelStart added in v1.2.7

func ComboBoxEx_SetSelStart(obj uintptr, value int32)

func ComboBoxEx_SetSelText added in v1.2.7

func ComboBoxEx_SetSelText(obj uintptr, value string)

func ComboBoxEx_SetShowHint added in v1.2.7

func ComboBoxEx_SetShowHint(obj uintptr, value bool)

func ComboBoxEx_SetStyle added in v1.2.7

func ComboBoxEx_SetStyle(obj uintptr, value TComboBoxExStyle)

func ComboBoxEx_SetStyleEx added in v1.2.7

func ComboBoxEx_SetStyleEx(obj uintptr, value TComboBoxExStyles)

func ComboBoxEx_SetTabOrder added in v1.2.7

func ComboBoxEx_SetTabOrder(obj uintptr, value TTabOrder)

func ComboBoxEx_SetTabStop added in v1.2.7

func ComboBoxEx_SetTabStop(obj uintptr, value bool)

func ComboBoxEx_SetTag added in v1.2.7

func ComboBoxEx_SetTag(obj uintptr, value int)

func ComboBoxEx_SetText added in v1.2.7

func ComboBoxEx_SetText(obj uintptr, value string)

func ComboBoxEx_SetTextBuf added in v1.2.7

func ComboBoxEx_SetTextBuf(obj uintptr, Buffer string)

func ComboBoxEx_SetTop added in v1.2.7

func ComboBoxEx_SetTop(obj uintptr, value int32)

func ComboBoxEx_SetUseDockManager added in v1.2.7

func ComboBoxEx_SetUseDockManager(obj uintptr, value bool)

func ComboBoxEx_SetVisible added in v1.2.7

func ComboBoxEx_SetVisible(obj uintptr, value bool)

func ComboBoxEx_SetWidth added in v1.2.7

func ComboBoxEx_SetWidth(obj uintptr, value int32)

func ComboBoxEx_Show added in v1.2.7

func ComboBoxEx_Show(obj uintptr)

func ComboBoxEx_StaticClassType added in v1.2.7

func ComboBoxEx_StaticClassType() TClass

func ComboBoxEx_ToString added in v1.2.7

func ComboBoxEx_ToString(obj uintptr) string

func ComboBoxEx_Update added in v1.2.7

func ComboBoxEx_Update(obj uintptr)

func ComboBox_AddItem

func ComboBox_AddItem(obj uintptr, Item string, AObject uintptr)

func ComboBox_AnchorAsAlign

func ComboBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ComboBox_AnchorClient

func ComboBox_AnchorClient(obj uintptr, ASpace int32)

func ComboBox_AnchorHorizontalCenterTo

func ComboBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ComboBox_AnchorParallel

func ComboBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ComboBox_AnchorToNeighbour

func ComboBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ComboBox_AnchorVerticalCenterTo

func ComboBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ComboBox_Assign

func ComboBox_Assign(obj uintptr, Source uintptr)

func ComboBox_BringToFront

func ComboBox_BringToFront(obj uintptr)

func ComboBox_CanFocus

func ComboBox_CanFocus(obj uintptr) bool

func ComboBox_ClassName

func ComboBox_ClassName(obj uintptr) string

func ComboBox_ClassType added in v1.1.18

func ComboBox_ClassType(obj uintptr) TClass

func ComboBox_Clear

func ComboBox_Clear(obj uintptr)

func ComboBox_ClearSelection

func ComboBox_ClearSelection(obj uintptr)

func ComboBox_ClientToParent

func ComboBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ComboBox_ClientToScreen

func ComboBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ComboBox_ContainsControl added in v1.1.21

func ComboBox_ContainsControl(obj uintptr, Control uintptr) bool

func ComboBox_ControlAtPos added in v1.1.21

func ComboBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ComboBox_Create

func ComboBox_Create(obj uintptr) uintptr

func ComboBox_DeleteSelected

func ComboBox_DeleteSelected(obj uintptr)

func ComboBox_DisableAlign added in v1.1.21

func ComboBox_DisableAlign(obj uintptr)

func ComboBox_Dragging

func ComboBox_Dragging(obj uintptr) bool

func ComboBox_EnableAlign added in v1.1.21

func ComboBox_EnableAlign(obj uintptr)

func ComboBox_Equals

func ComboBox_Equals(obj uintptr, Obj uintptr) bool

func ComboBox_FindChildControl added in v1.1.21

func ComboBox_FindChildControl(obj uintptr, ControlName string) uintptr

func ComboBox_FindComponent

func ComboBox_FindComponent(obj uintptr, AName string) uintptr

func ComboBox_FlipChildren

func ComboBox_FlipChildren(obj uintptr, AllLevels bool)

func ComboBox_Focused

func ComboBox_Focused(obj uintptr) bool

func ComboBox_Free

func ComboBox_Free(obj uintptr)

func ComboBox_GetAction

func ComboBox_GetAction(obj uintptr) uintptr

func ComboBox_GetAlign

func ComboBox_GetAlign(obj uintptr) TAlign

func ComboBox_GetAnchorSide

func ComboBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ComboBox_GetAnchorSideBottom

func ComboBox_GetAnchorSideBottom(obj uintptr) uintptr

func ComboBox_GetAnchorSideLeft

func ComboBox_GetAnchorSideLeft(obj uintptr) uintptr

func ComboBox_GetAnchorSideRight

func ComboBox_GetAnchorSideRight(obj uintptr) uintptr

func ComboBox_GetAnchorSideTop

func ComboBox_GetAnchorSideTop(obj uintptr) uintptr

func ComboBox_GetAnchors

func ComboBox_GetAnchors(obj uintptr) TAnchors

func ComboBox_GetAutoComplete

func ComboBox_GetAutoComplete(obj uintptr) bool

func ComboBox_GetAutoDropDown

func ComboBox_GetAutoDropDown(obj uintptr) bool

func ComboBox_GetBiDiMode

func ComboBox_GetBiDiMode(obj uintptr) TBiDiMode

func ComboBox_GetBorderSpacing

func ComboBox_GetBorderSpacing(obj uintptr) uintptr

func ComboBox_GetBoundsRect

func ComboBox_GetBoundsRect(obj uintptr) TRect

func ComboBox_GetBrush

func ComboBox_GetBrush(obj uintptr) uintptr

func ComboBox_GetCanvas

func ComboBox_GetCanvas(obj uintptr) uintptr

func ComboBox_GetCharCase added in v1.1.19

func ComboBox_GetCharCase(obj uintptr) TEditCharCase

func ComboBox_GetChildSizing

func ComboBox_GetChildSizing(obj uintptr) uintptr

func ComboBox_GetClientHeight

func ComboBox_GetClientHeight(obj uintptr) int32

func ComboBox_GetClientOrigin added in v1.1.21

func ComboBox_GetClientOrigin(obj uintptr) TPoint

func ComboBox_GetClientRect

func ComboBox_GetClientRect(obj uintptr) TRect

func ComboBox_GetClientWidth

func ComboBox_GetClientWidth(obj uintptr) int32

func ComboBox_GetColor

func ComboBox_GetColor(obj uintptr) TColor

func ComboBox_GetComponentCount

func ComboBox_GetComponentCount(obj uintptr) int32

func ComboBox_GetComponentIndex

func ComboBox_GetComponentIndex(obj uintptr) int32

func ComboBox_GetComponents

func ComboBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ComboBox_GetConstraints added in v1.2.7

func ComboBox_GetConstraints(obj uintptr) uintptr

func ComboBox_GetControlCount

func ComboBox_GetControlCount(obj uintptr) int32

func ComboBox_GetControlState added in v1.1.21

func ComboBox_GetControlState(obj uintptr) TControlState

func ComboBox_GetControlStyle added in v1.1.21

func ComboBox_GetControlStyle(obj uintptr) TControlStyle

func ComboBox_GetControls

func ComboBox_GetControls(obj uintptr, Index int32) uintptr

func ComboBox_GetCursor

func ComboBox_GetCursor(obj uintptr) TCursor

func ComboBox_GetDockClientCount added in v1.1.21

func ComboBox_GetDockClientCount(obj uintptr) int32

func ComboBox_GetDockClients added in v1.1.21

func ComboBox_GetDockClients(obj uintptr, Index int32) uintptr

func ComboBox_GetDockSite

func ComboBox_GetDockSite(obj uintptr) bool

func ComboBox_GetDoubleBuffered

func ComboBox_GetDoubleBuffered(obj uintptr) bool

func ComboBox_GetDragCursor

func ComboBox_GetDragCursor(obj uintptr) TCursor

func ComboBox_GetDragKind

func ComboBox_GetDragKind(obj uintptr) TDragKind

func ComboBox_GetDragMode

func ComboBox_GetDragMode(obj uintptr) TDragMode

func ComboBox_GetDropDownCount

func ComboBox_GetDropDownCount(obj uintptr) int32

func ComboBox_GetDroppedDown

func ComboBox_GetDroppedDown(obj uintptr) bool

func ComboBox_GetEnabled

func ComboBox_GetEnabled(obj uintptr) bool

func ComboBox_GetFloating

func ComboBox_GetFloating(obj uintptr) bool

func ComboBox_GetFont

func ComboBox_GetFont(obj uintptr) uintptr

func ComboBox_GetHandle

func ComboBox_GetHandle(obj uintptr) HWND

func ComboBox_GetHashCode

func ComboBox_GetHashCode(obj uintptr) int32

func ComboBox_GetHeight

func ComboBox_GetHeight(obj uintptr) int32

func ComboBox_GetHint

func ComboBox_GetHint(obj uintptr) string

func ComboBox_GetItemHeight

func ComboBox_GetItemHeight(obj uintptr) int32

func ComboBox_GetItemIndex

func ComboBox_GetItemIndex(obj uintptr) int32

func ComboBox_GetItems

func ComboBox_GetItems(obj uintptr) uintptr

func ComboBox_GetLeft

func ComboBox_GetLeft(obj uintptr) int32

func ComboBox_GetMaxLength

func ComboBox_GetMaxLength(obj uintptr) int32

func ComboBox_GetMouseInClient added in v1.1.21

func ComboBox_GetMouseInClient(obj uintptr) bool

func ComboBox_GetName

func ComboBox_GetName(obj uintptr) string

func ComboBox_GetNamePath

func ComboBox_GetNamePath(obj uintptr) string

func ComboBox_GetOwner

func ComboBox_GetOwner(obj uintptr) uintptr

func ComboBox_GetParent

func ComboBox_GetParent(obj uintptr) uintptr

func ComboBox_GetParentColor

func ComboBox_GetParentColor(obj uintptr) bool

func ComboBox_GetParentDoubleBuffered

func ComboBox_GetParentDoubleBuffered(obj uintptr) bool

func ComboBox_GetParentFont

func ComboBox_GetParentFont(obj uintptr) bool

func ComboBox_GetParentShowHint

func ComboBox_GetParentShowHint(obj uintptr) bool

func ComboBox_GetParentWindow

func ComboBox_GetParentWindow(obj uintptr) HWND

func ComboBox_GetPopupMenu

func ComboBox_GetPopupMenu(obj uintptr) uintptr

func ComboBox_GetSelLength

func ComboBox_GetSelLength(obj uintptr) int32

func ComboBox_GetSelStart

func ComboBox_GetSelStart(obj uintptr) int32

func ComboBox_GetSelText

func ComboBox_GetSelText(obj uintptr) string

func ComboBox_GetShowHint

func ComboBox_GetShowHint(obj uintptr) bool

func ComboBox_GetSorted

func ComboBox_GetSorted(obj uintptr) bool

func ComboBox_GetStyle

func ComboBox_GetStyle(obj uintptr) TComboBoxStyle

func ComboBox_GetTabOrder

func ComboBox_GetTabOrder(obj uintptr) TTabOrder

func ComboBox_GetTabStop

func ComboBox_GetTabStop(obj uintptr) bool

func ComboBox_GetTag

func ComboBox_GetTag(obj uintptr) int

func ComboBox_GetText

func ComboBox_GetText(obj uintptr) string

func ComboBox_GetTextBuf

func ComboBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ComboBox_GetTextLen

func ComboBox_GetTextLen(obj uintptr) int32

func ComboBox_GetTop

func ComboBox_GetTop(obj uintptr) int32

func ComboBox_GetUseDockManager

func ComboBox_GetUseDockManager(obj uintptr) bool

func ComboBox_GetVisible

func ComboBox_GetVisible(obj uintptr) bool

func ComboBox_GetVisibleDockClientCount added in v1.1.21

func ComboBox_GetVisibleDockClientCount(obj uintptr) int32

func ComboBox_GetWidth

func ComboBox_GetWidth(obj uintptr) int32

func ComboBox_HandleAllocated

func ComboBox_HandleAllocated(obj uintptr) bool

func ComboBox_HasParent

func ComboBox_HasParent(obj uintptr) bool

func ComboBox_Hide

func ComboBox_Hide(obj uintptr)

func ComboBox_InheritsFrom added in v1.1.18

func ComboBox_InheritsFrom(obj uintptr, AClass TClass) bool

func ComboBox_InsertControl added in v1.1.21

func ComboBox_InsertControl(obj uintptr, AControl uintptr)

func ComboBox_InstanceSize added in v1.1.18

func ComboBox_InstanceSize(obj uintptr) int32

func ComboBox_Invalidate

func ComboBox_Invalidate(obj uintptr)

func ComboBox_ParentToClient

func ComboBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ComboBox_Perform

func ComboBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ComboBox_Realign

func ComboBox_Realign(obj uintptr)

func ComboBox_Refresh

func ComboBox_Refresh(obj uintptr)

func ComboBox_RemoveControl added in v1.1.21

func ComboBox_RemoveControl(obj uintptr, AControl uintptr)

func ComboBox_Repaint

func ComboBox_Repaint(obj uintptr)

func ComboBox_ScaleBy

func ComboBox_ScaleBy(obj uintptr, M int32, D int32)

func ComboBox_ScreenToClient

func ComboBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ComboBox_ScrollBy added in v1.1.21

func ComboBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ComboBox_SelectAll

func ComboBox_SelectAll(obj uintptr)

func ComboBox_SendToBack

func ComboBox_SendToBack(obj uintptr)

func ComboBox_SetAction

func ComboBox_SetAction(obj uintptr, value uintptr)

func ComboBox_SetAlign

func ComboBox_SetAlign(obj uintptr, value TAlign)

func ComboBox_SetAnchorSideBottom

func ComboBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func ComboBox_SetAnchorSideLeft

func ComboBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func ComboBox_SetAnchorSideRight

func ComboBox_SetAnchorSideRight(obj uintptr, value uintptr)

func ComboBox_SetAnchorSideTop

func ComboBox_SetAnchorSideTop(obj uintptr, value uintptr)

func ComboBox_SetAnchors

func ComboBox_SetAnchors(obj uintptr, value TAnchors)

func ComboBox_SetAutoComplete

func ComboBox_SetAutoComplete(obj uintptr, value bool)

func ComboBox_SetAutoDropDown

func ComboBox_SetAutoDropDown(obj uintptr, value bool)

func ComboBox_SetBiDiMode

func ComboBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ComboBox_SetBorderSpacing

func ComboBox_SetBorderSpacing(obj uintptr, value uintptr)

func ComboBox_SetBounds

func ComboBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ComboBox_SetBoundsRect

func ComboBox_SetBoundsRect(obj uintptr, value TRect)

func ComboBox_SetCharCase added in v1.1.19

func ComboBox_SetCharCase(obj uintptr, value TEditCharCase)

func ComboBox_SetChildSizing

func ComboBox_SetChildSizing(obj uintptr, value uintptr)

func ComboBox_SetClientHeight

func ComboBox_SetClientHeight(obj uintptr, value int32)

func ComboBox_SetClientWidth

func ComboBox_SetClientWidth(obj uintptr, value int32)

func ComboBox_SetColor

func ComboBox_SetColor(obj uintptr, value TColor)

func ComboBox_SetComponentIndex

func ComboBox_SetComponentIndex(obj uintptr, value int32)

func ComboBox_SetConstraints added in v1.2.7

func ComboBox_SetConstraints(obj uintptr, value uintptr)

func ComboBox_SetControlState added in v1.1.21

func ComboBox_SetControlState(obj uintptr, value TControlState)

func ComboBox_SetControlStyle added in v1.1.21

func ComboBox_SetControlStyle(obj uintptr, value TControlStyle)

func ComboBox_SetCursor

func ComboBox_SetCursor(obj uintptr, value TCursor)

func ComboBox_SetDockSite

func ComboBox_SetDockSite(obj uintptr, value bool)

func ComboBox_SetDoubleBuffered

func ComboBox_SetDoubleBuffered(obj uintptr, value bool)

func ComboBox_SetDragCursor

func ComboBox_SetDragCursor(obj uintptr, value TCursor)

func ComboBox_SetDragKind

func ComboBox_SetDragKind(obj uintptr, value TDragKind)

func ComboBox_SetDragMode

func ComboBox_SetDragMode(obj uintptr, value TDragMode)

func ComboBox_SetDropDownCount

func ComboBox_SetDropDownCount(obj uintptr, value int32)

func ComboBox_SetDroppedDown

func ComboBox_SetDroppedDown(obj uintptr, value bool)

func ComboBox_SetEnabled

func ComboBox_SetEnabled(obj uintptr, value bool)

func ComboBox_SetFocus

func ComboBox_SetFocus(obj uintptr)

func ComboBox_SetFont

func ComboBox_SetFont(obj uintptr, value uintptr)

func ComboBox_SetHeight

func ComboBox_SetHeight(obj uintptr, value int32)

func ComboBox_SetHint

func ComboBox_SetHint(obj uintptr, value string)

func ComboBox_SetItemHeight

func ComboBox_SetItemHeight(obj uintptr, value int32)

func ComboBox_SetItemIndex

func ComboBox_SetItemIndex(obj uintptr, value int32)

func ComboBox_SetItems

func ComboBox_SetItems(obj uintptr, value uintptr)

func ComboBox_SetLeft

func ComboBox_SetLeft(obj uintptr, value int32)

func ComboBox_SetMaxLength

func ComboBox_SetMaxLength(obj uintptr, value int32)

func ComboBox_SetName

func ComboBox_SetName(obj uintptr, value string)

func ComboBox_SetOnChange

func ComboBox_SetOnChange(obj uintptr, fn interface{})

func ComboBox_SetOnClick

func ComboBox_SetOnClick(obj uintptr, fn interface{})

func ComboBox_SetOnContextPopup

func ComboBox_SetOnContextPopup(obj uintptr, fn interface{})

func ComboBox_SetOnDblClick

func ComboBox_SetOnDblClick(obj uintptr, fn interface{})

func ComboBox_SetOnDragDrop

func ComboBox_SetOnDragDrop(obj uintptr, fn interface{})

func ComboBox_SetOnDragOver

func ComboBox_SetOnDragOver(obj uintptr, fn interface{})

func ComboBox_SetOnDrawItem

func ComboBox_SetOnDrawItem(obj uintptr, fn interface{})

func ComboBox_SetOnEndDrag

func ComboBox_SetOnEndDrag(obj uintptr, fn interface{})

func ComboBox_SetOnEnter

func ComboBox_SetOnEnter(obj uintptr, fn interface{})

func ComboBox_SetOnExit

func ComboBox_SetOnExit(obj uintptr, fn interface{})

func ComboBox_SetOnKeyDown

func ComboBox_SetOnKeyDown(obj uintptr, fn interface{})

func ComboBox_SetOnKeyPress

func ComboBox_SetOnKeyPress(obj uintptr, fn interface{})

func ComboBox_SetOnKeyUp

func ComboBox_SetOnKeyUp(obj uintptr, fn interface{})

func ComboBox_SetOnMeasureItem added in v1.1.21

func ComboBox_SetOnMeasureItem(obj uintptr, fn interface{})

func ComboBox_SetOnMouseEnter

func ComboBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ComboBox_SetOnMouseLeave

func ComboBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ComboBox_SetOnSelect added in v1.2.7

func ComboBox_SetOnSelect(obj uintptr, fn interface{})

func ComboBox_SetParent

func ComboBox_SetParent(obj uintptr, value uintptr)

func ComboBox_SetParentColor

func ComboBox_SetParentColor(obj uintptr, value bool)

func ComboBox_SetParentDoubleBuffered

func ComboBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ComboBox_SetParentFont

func ComboBox_SetParentFont(obj uintptr, value bool)

func ComboBox_SetParentShowHint

func ComboBox_SetParentShowHint(obj uintptr, value bool)

func ComboBox_SetParentWindow

func ComboBox_SetParentWindow(obj uintptr, value HWND)

func ComboBox_SetPopupMenu

func ComboBox_SetPopupMenu(obj uintptr, value uintptr)

func ComboBox_SetSelLength

func ComboBox_SetSelLength(obj uintptr, value int32)

func ComboBox_SetSelStart

func ComboBox_SetSelStart(obj uintptr, value int32)

func ComboBox_SetSelText

func ComboBox_SetSelText(obj uintptr, value string)

func ComboBox_SetShowHint

func ComboBox_SetShowHint(obj uintptr, value bool)

func ComboBox_SetSorted

func ComboBox_SetSorted(obj uintptr, value bool)

func ComboBox_SetStyle

func ComboBox_SetStyle(obj uintptr, value TComboBoxStyle)

func ComboBox_SetTabOrder

func ComboBox_SetTabOrder(obj uintptr, value TTabOrder)

func ComboBox_SetTabStop

func ComboBox_SetTabStop(obj uintptr, value bool)

func ComboBox_SetTag

func ComboBox_SetTag(obj uintptr, value int)

func ComboBox_SetText

func ComboBox_SetText(obj uintptr, value string)

func ComboBox_SetTextBuf added in v1.1.21

func ComboBox_SetTextBuf(obj uintptr, Buffer string)

func ComboBox_SetTop

func ComboBox_SetTop(obj uintptr, value int32)

func ComboBox_SetUseDockManager

func ComboBox_SetUseDockManager(obj uintptr, value bool)

func ComboBox_SetVisible

func ComboBox_SetVisible(obj uintptr, value bool)

func ComboBox_SetWidth

func ComboBox_SetWidth(obj uintptr, value int32)

func ComboBox_Show

func ComboBox_Show(obj uintptr)

func ComboBox_StaticClassType added in v1.1.18

func ComboBox_StaticClassType() TClass

func ComboBox_ToString

func ComboBox_ToString(obj uintptr) string

func ComboBox_Update

func ComboBox_Update(obj uintptr)

func ComboExItem_Assign added in v1.2.7

func ComboExItem_Assign(obj uintptr, Source uintptr)

func ComboExItem_ClassName added in v1.2.7

func ComboExItem_ClassName(obj uintptr) string

func ComboExItem_ClassType added in v1.2.7

func ComboExItem_ClassType(obj uintptr) TClass

func ComboExItem_Equals added in v1.2.7

func ComboExItem_Equals(obj uintptr, Obj uintptr) bool

func ComboExItem_GetCaption added in v1.2.7

func ComboExItem_GetCaption(obj uintptr) string

func ComboExItem_GetCollection added in v1.2.7

func ComboExItem_GetCollection(obj uintptr) uintptr

func ComboExItem_GetData added in v1.2.7

func ComboExItem_GetData(obj uintptr) unsafe.Pointer

func ComboExItem_GetDisplayName added in v1.2.7

func ComboExItem_GetDisplayName(obj uintptr) string

func ComboExItem_GetHashCode added in v1.2.7

func ComboExItem_GetHashCode(obj uintptr) int32

func ComboExItem_GetImageIndex added in v1.2.7

func ComboExItem_GetImageIndex(obj uintptr) int32

func ComboExItem_GetIndent added in v1.2.7

func ComboExItem_GetIndent(obj uintptr) int32

func ComboExItem_GetIndex added in v1.2.7

func ComboExItem_GetIndex(obj uintptr) int32

func ComboExItem_GetNamePath added in v1.2.7

func ComboExItem_GetNamePath(obj uintptr) string

func ComboExItem_GetOverlayImageIndex added in v1.2.7

func ComboExItem_GetOverlayImageIndex(obj uintptr) int32

func ComboExItem_InheritsFrom added in v1.2.7

func ComboExItem_InheritsFrom(obj uintptr, AClass TClass) bool

func ComboExItem_InstanceSize added in v1.2.7

func ComboExItem_InstanceSize(obj uintptr) int32

func ComboExItem_SetCaption added in v1.2.7

func ComboExItem_SetCaption(obj uintptr, value string)

func ComboExItem_SetCollection added in v1.2.7

func ComboExItem_SetCollection(obj uintptr, value uintptr)

func ComboExItem_SetData added in v1.2.7

func ComboExItem_SetData(obj uintptr, value unsafe.Pointer)

func ComboExItem_SetDisplayName added in v1.2.7

func ComboExItem_SetDisplayName(obj uintptr, value string)

func ComboExItem_SetImageIndex added in v1.2.7

func ComboExItem_SetImageIndex(obj uintptr, value int32)

func ComboExItem_SetIndent added in v1.2.7

func ComboExItem_SetIndent(obj uintptr, value int32)

func ComboExItem_SetIndex added in v1.2.7

func ComboExItem_SetIndex(obj uintptr, value int32)

func ComboExItem_SetOverlayImageIndex added in v1.2.7

func ComboExItem_SetOverlayImageIndex(obj uintptr, value int32)

func ComboExItem_StaticClassType added in v1.2.7

func ComboExItem_StaticClassType() TClass

func ComboExItem_ToString added in v1.2.7

func ComboExItem_ToString(obj uintptr) string

func ComboExItems_Add added in v1.2.7

func ComboExItems_Add(obj uintptr) uintptr

func ComboExItems_AddItem added in v1.2.7

func ComboExItems_AddItem(obj uintptr, Caption string, ImageIndex int32, SelectedImageIndex int32, OverlayImageIndex int32, Indent int32, Data uintptr) uintptr

func ComboExItems_Assign added in v1.2.7

func ComboExItems_Assign(obj uintptr, Source uintptr)

func ComboExItems_BeginUpdate added in v1.2.7

func ComboExItems_BeginUpdate(obj uintptr)

func ComboExItems_ClassName added in v1.2.7

func ComboExItems_ClassName(obj uintptr) string

func ComboExItems_ClassType added in v1.2.7

func ComboExItems_ClassType(obj uintptr) TClass

func ComboExItems_Clear added in v1.2.7

func ComboExItems_Clear(obj uintptr)

func ComboExItems_Delete added in v1.2.7

func ComboExItems_Delete(obj uintptr, Index int32)

func ComboExItems_EndUpdate added in v1.2.7

func ComboExItems_EndUpdate(obj uintptr)

func ComboExItems_Equals added in v1.2.7

func ComboExItems_Equals(obj uintptr, Obj uintptr) bool

func ComboExItems_FindItemID added in v1.2.7

func ComboExItems_FindItemID(obj uintptr, ID int32) uintptr

func ComboExItems_GetComboItems added in v1.2.7

func ComboExItems_GetComboItems(obj uintptr, Index int32) uintptr

func ComboExItems_GetCount added in v1.2.7

func ComboExItems_GetCount(obj uintptr) int32

func ComboExItems_GetHashCode added in v1.2.7

func ComboExItems_GetHashCode(obj uintptr) int32

func ComboExItems_GetNamePath added in v1.2.7

func ComboExItems_GetNamePath(obj uintptr) string

func ComboExItems_InheritsFrom added in v1.2.7

func ComboExItems_InheritsFrom(obj uintptr, AClass TClass) bool

func ComboExItems_Insert added in v1.2.7

func ComboExItems_Insert(obj uintptr, Index int32) uintptr

func ComboExItems_InstanceSize added in v1.2.7

func ComboExItems_InstanceSize(obj uintptr) int32

func ComboExItems_Owner added in v1.2.7

func ComboExItems_Owner(obj uintptr) uintptr

func ComboExItems_StaticClassType added in v1.2.7

func ComboExItems_StaticClassType() TClass

func ComboExItems_ToString added in v1.2.7

func ComboExItems_ToString(obj uintptr) string

func Component_Assign

func Component_Assign(obj uintptr, Source uintptr)

func Component_ClassName

func Component_ClassName(obj uintptr) string

func Component_ClassType added in v1.1.18

func Component_ClassType(obj uintptr) TClass

func Component_Create

func Component_Create(obj uintptr) uintptr

func Component_Equals

func Component_Equals(obj uintptr, Obj uintptr) bool

func Component_FindComponent

func Component_FindComponent(obj uintptr, AName string) uintptr

func Component_Free

func Component_Free(obj uintptr)

func Component_GetComponentCount

func Component_GetComponentCount(obj uintptr) int32

func Component_GetComponentIndex

func Component_GetComponentIndex(obj uintptr) int32

func Component_GetComponents

func Component_GetComponents(obj uintptr, AIndex int32) uintptr

func Component_GetHashCode

func Component_GetHashCode(obj uintptr) int32

func Component_GetName

func Component_GetName(obj uintptr) string

func Component_GetNamePath

func Component_GetNamePath(obj uintptr) string

func Component_GetOwner

func Component_GetOwner(obj uintptr) uintptr

func Component_GetTag

func Component_GetTag(obj uintptr) int

func Component_HasParent

func Component_HasParent(obj uintptr) bool

func Component_InheritsFrom added in v1.1.18

func Component_InheritsFrom(obj uintptr, AClass TClass) bool

func Component_InstanceSize added in v1.1.18

func Component_InstanceSize(obj uintptr) int32

func Component_SetComponentIndex

func Component_SetComponentIndex(obj uintptr, value int32)

func Component_SetName

func Component_SetName(obj uintptr, value string)

func Component_SetTag

func Component_SetTag(obj uintptr, value int)

func Component_StaticClassType added in v1.1.18

func Component_StaticClassType() TClass

func Component_ToString

func Component_ToString(obj uintptr) string

func ControlBorderSpacing_Assign

func ControlBorderSpacing_Assign(obj uintptr, Source uintptr)

func ControlBorderSpacing_ClassName

func ControlBorderSpacing_ClassName(obj uintptr) string

func ControlBorderSpacing_ClassType

func ControlBorderSpacing_ClassType(obj uintptr) TClass

func ControlBorderSpacing_Equals

func ControlBorderSpacing_Equals(obj uintptr, Obj uintptr) bool

func ControlBorderSpacing_GetAround

func ControlBorderSpacing_GetAround(obj uintptr) int32

func ControlBorderSpacing_GetAroundBottom

func ControlBorderSpacing_GetAroundBottom(obj uintptr) int32

func ControlBorderSpacing_GetAroundLeft

func ControlBorderSpacing_GetAroundLeft(obj uintptr) int32

func ControlBorderSpacing_GetAroundRight

func ControlBorderSpacing_GetAroundRight(obj uintptr) int32

func ControlBorderSpacing_GetAroundTop

func ControlBorderSpacing_GetAroundTop(obj uintptr) int32

func ControlBorderSpacing_GetBottom

func ControlBorderSpacing_GetBottom(obj uintptr) int32

func ControlBorderSpacing_GetCellAlignHorizontal

func ControlBorderSpacing_GetCellAlignHorizontal(obj uintptr) TControlCellAlign

func ControlBorderSpacing_GetCellAlignVertical

func ControlBorderSpacing_GetCellAlignVertical(obj uintptr) TControlCellAlign

func ControlBorderSpacing_GetControl

func ControlBorderSpacing_GetControl(obj uintptr) uintptr

func ControlBorderSpacing_GetControlBottom

func ControlBorderSpacing_GetControlBottom(obj uintptr) int32

func ControlBorderSpacing_GetControlHeight

func ControlBorderSpacing_GetControlHeight(obj uintptr) int32

func ControlBorderSpacing_GetControlLeft

func ControlBorderSpacing_GetControlLeft(obj uintptr) int32

func ControlBorderSpacing_GetControlRight

func ControlBorderSpacing_GetControlRight(obj uintptr) int32

func ControlBorderSpacing_GetControlTop

func ControlBorderSpacing_GetControlTop(obj uintptr) int32

func ControlBorderSpacing_GetControlWidth

func ControlBorderSpacing_GetControlWidth(obj uintptr) int32

func ControlBorderSpacing_GetHashCode

func ControlBorderSpacing_GetHashCode(obj uintptr) int32

func ControlBorderSpacing_GetInnerBorder

func ControlBorderSpacing_GetInnerBorder(obj uintptr) int32

func ControlBorderSpacing_GetLeft

func ControlBorderSpacing_GetLeft(obj uintptr) int32

func ControlBorderSpacing_GetNamePath

func ControlBorderSpacing_GetNamePath(obj uintptr) string

func ControlBorderSpacing_GetRight

func ControlBorderSpacing_GetRight(obj uintptr) int32

func ControlBorderSpacing_GetSpace

func ControlBorderSpacing_GetSpace(obj uintptr, Kind TAnchorKind) int32

func ControlBorderSpacing_GetTop

func ControlBorderSpacing_GetTop(obj uintptr) int32

func ControlBorderSpacing_InheritsFrom

func ControlBorderSpacing_InheritsFrom(obj uintptr, AClass TClass) bool

func ControlBorderSpacing_InstanceSize

func ControlBorderSpacing_InstanceSize(obj uintptr) int32

func ControlBorderSpacing_SetAround

func ControlBorderSpacing_SetAround(obj uintptr, value int32)

func ControlBorderSpacing_SetBottom

func ControlBorderSpacing_SetBottom(obj uintptr, value int32)

func ControlBorderSpacing_SetCellAlignHorizontal

func ControlBorderSpacing_SetCellAlignHorizontal(obj uintptr, value TControlCellAlign)

func ControlBorderSpacing_SetCellAlignVertical

func ControlBorderSpacing_SetCellAlignVertical(obj uintptr, value TControlCellAlign)

func ControlBorderSpacing_SetInnerBorder

func ControlBorderSpacing_SetInnerBorder(obj uintptr, value int32)

func ControlBorderSpacing_SetLeft

func ControlBorderSpacing_SetLeft(obj uintptr, value int32)

func ControlBorderSpacing_SetOnChange

func ControlBorderSpacing_SetOnChange(obj uintptr, fn interface{})

func ControlBorderSpacing_SetRight

func ControlBorderSpacing_SetRight(obj uintptr, value int32)

func ControlBorderSpacing_SetSpace

func ControlBorderSpacing_SetSpace(obj uintptr, Kind TAnchorKind, value int32)

func ControlBorderSpacing_SetTop

func ControlBorderSpacing_SetTop(obj uintptr, value int32)

func ControlBorderSpacing_StaticClassType

func ControlBorderSpacing_StaticClassType() TClass

func ControlBorderSpacing_ToString

func ControlBorderSpacing_ToString(obj uintptr) string

func ControlChildSizing_Assign

func ControlChildSizing_Assign(obj uintptr, Source uintptr)

func ControlChildSizing_ClassName

func ControlChildSizing_ClassName(obj uintptr) string

func ControlChildSizing_ClassType

func ControlChildSizing_ClassType(obj uintptr) TClass

func ControlChildSizing_Equals

func ControlChildSizing_Equals(obj uintptr, Obj uintptr) bool

func ControlChildSizing_GetControl

func ControlChildSizing_GetControl(obj uintptr) uintptr

func ControlChildSizing_GetControlsPerLine

func ControlChildSizing_GetControlsPerLine(obj uintptr) int32

func ControlChildSizing_GetEnlargeHorizontal

func ControlChildSizing_GetEnlargeHorizontal(obj uintptr) TChildControlResizeStyle

func ControlChildSizing_GetEnlargeVertical

func ControlChildSizing_GetEnlargeVertical(obj uintptr) TChildControlResizeStyle

func ControlChildSizing_GetHashCode

func ControlChildSizing_GetHashCode(obj uintptr) int32

func ControlChildSizing_GetHorizontalSpacing

func ControlChildSizing_GetHorizontalSpacing(obj uintptr) int32

func ControlChildSizing_GetLayout

func ControlChildSizing_GetLayout(obj uintptr) TControlChildrenLayout

func ControlChildSizing_GetLeftRightSpacing

func ControlChildSizing_GetLeftRightSpacing(obj uintptr) int32

func ControlChildSizing_GetNamePath

func ControlChildSizing_GetNamePath(obj uintptr) string

func ControlChildSizing_GetShrinkHorizontal

func ControlChildSizing_GetShrinkHorizontal(obj uintptr) TChildControlResizeStyle

func ControlChildSizing_GetShrinkVertical

func ControlChildSizing_GetShrinkVertical(obj uintptr) TChildControlResizeStyle

func ControlChildSizing_GetTopBottomSpacing

func ControlChildSizing_GetTopBottomSpacing(obj uintptr) int32

func ControlChildSizing_GetVerticalSpacing

func ControlChildSizing_GetVerticalSpacing(obj uintptr) int32

func ControlChildSizing_InheritsFrom

func ControlChildSizing_InheritsFrom(obj uintptr, AClass TClass) bool

func ControlChildSizing_InstanceSize

func ControlChildSizing_InstanceSize(obj uintptr) int32

func ControlChildSizing_SetControlsPerLine

func ControlChildSizing_SetControlsPerLine(obj uintptr, value int32)

func ControlChildSizing_SetEnlargeHorizontal

func ControlChildSizing_SetEnlargeHorizontal(obj uintptr, value TChildControlResizeStyle)

func ControlChildSizing_SetEnlargeVertical

func ControlChildSizing_SetEnlargeVertical(obj uintptr, value TChildControlResizeStyle)

func ControlChildSizing_SetHorizontalSpacing

func ControlChildSizing_SetHorizontalSpacing(obj uintptr, value int32)

func ControlChildSizing_SetLayout

func ControlChildSizing_SetLayout(obj uintptr, value TControlChildrenLayout)

func ControlChildSizing_SetLeftRightSpacing

func ControlChildSizing_SetLeftRightSpacing(obj uintptr, value int32)

func ControlChildSizing_SetOnChange

func ControlChildSizing_SetOnChange(obj uintptr, fn interface{})

func ControlChildSizing_SetShrinkHorizontal

func ControlChildSizing_SetShrinkHorizontal(obj uintptr, value TChildControlResizeStyle)

func ControlChildSizing_SetShrinkVertical

func ControlChildSizing_SetShrinkVertical(obj uintptr, value TChildControlResizeStyle)

func ControlChildSizing_SetTopBottomSpacing

func ControlChildSizing_SetTopBottomSpacing(obj uintptr, value int32)

func ControlChildSizing_SetVerticalSpacing

func ControlChildSizing_SetVerticalSpacing(obj uintptr, value int32)

func ControlChildSizing_StaticClassType

func ControlChildSizing_StaticClassType() TClass

func ControlChildSizing_ToString

func ControlChildSizing_ToString(obj uintptr) string

func ControlScrollBar_Assign added in v1.2.7

func ControlScrollBar_Assign(obj uintptr, Source uintptr)

func ControlScrollBar_ClassName added in v1.2.7

func ControlScrollBar_ClassName(obj uintptr) string

func ControlScrollBar_ClassType added in v1.2.7

func ControlScrollBar_ClassType(obj uintptr) TClass

func ControlScrollBar_Equals added in v1.2.7

func ControlScrollBar_Equals(obj uintptr, Obj uintptr) bool

func ControlScrollBar_GetHashCode added in v1.2.7

func ControlScrollBar_GetHashCode(obj uintptr) int32

func ControlScrollBar_GetIncrement added in v1.2.7

func ControlScrollBar_GetIncrement(obj uintptr) TScrollBarInc

func ControlScrollBar_GetNamePath added in v1.2.7

func ControlScrollBar_GetNamePath(obj uintptr) string

func ControlScrollBar_GetPosition added in v1.2.7

func ControlScrollBar_GetPosition(obj uintptr) int32

func ControlScrollBar_GetRange added in v1.2.7

func ControlScrollBar_GetRange(obj uintptr) int32

func ControlScrollBar_GetScrollPos added in v1.2.7

func ControlScrollBar_GetScrollPos(obj uintptr) int32

func ControlScrollBar_GetSmooth added in v1.2.7

func ControlScrollBar_GetSmooth(obj uintptr) bool

func ControlScrollBar_GetTracking added in v1.2.7

func ControlScrollBar_GetTracking(obj uintptr) bool

func ControlScrollBar_GetVisible added in v1.2.7

func ControlScrollBar_GetVisible(obj uintptr) bool

func ControlScrollBar_InheritsFrom added in v1.2.7

func ControlScrollBar_InheritsFrom(obj uintptr, AClass TClass) bool

func ControlScrollBar_InstanceSize added in v1.2.7

func ControlScrollBar_InstanceSize(obj uintptr) int32

func ControlScrollBar_IsScrollBarVisible added in v1.2.7

func ControlScrollBar_IsScrollBarVisible(obj uintptr) bool

func ControlScrollBar_SetIncrement added in v1.2.7

func ControlScrollBar_SetIncrement(obj uintptr, value TScrollBarInc)

func ControlScrollBar_SetPosition added in v1.2.7

func ControlScrollBar_SetPosition(obj uintptr, value int32)

func ControlScrollBar_SetRange added in v1.2.7

func ControlScrollBar_SetRange(obj uintptr, value int32)

func ControlScrollBar_SetSmooth added in v1.2.7

func ControlScrollBar_SetSmooth(obj uintptr, value bool)

func ControlScrollBar_SetTracking added in v1.2.7

func ControlScrollBar_SetTracking(obj uintptr, value bool)

func ControlScrollBar_SetVisible added in v1.2.7

func ControlScrollBar_SetVisible(obj uintptr, value bool)

func ControlScrollBar_StaticClassType added in v1.2.7

func ControlScrollBar_StaticClassType() TClass

func ControlScrollBar_ToString added in v1.2.7

func ControlScrollBar_ToString(obj uintptr) string

func Control_AnchorAsAlign

func Control_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Control_AnchorClient

func Control_AnchorClient(obj uintptr, ASpace int32)

func Control_AnchorHorizontalCenterTo

func Control_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Control_AnchorParallel

func Control_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Control_AnchorToNeighbour

func Control_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Control_AnchorVerticalCenterTo

func Control_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Control_Assign

func Control_Assign(obj uintptr, Source uintptr)

func Control_BringToFront

func Control_BringToFront(obj uintptr)

func Control_ClassName

func Control_ClassName(obj uintptr) string

func Control_ClassType added in v1.1.18

func Control_ClassType(obj uintptr) TClass

func Control_ClientToParent

func Control_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Control_ClientToScreen

func Control_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Control_Create

func Control_Create(obj uintptr) uintptr

func Control_Dragging

func Control_Dragging(obj uintptr) bool

func Control_Equals

func Control_Equals(obj uintptr, Obj uintptr) bool

func Control_FindComponent

func Control_FindComponent(obj uintptr, AName string) uintptr

func Control_Free

func Control_Free(obj uintptr)

func Control_GetAction

func Control_GetAction(obj uintptr) uintptr

func Control_GetAlign

func Control_GetAlign(obj uintptr) TAlign

func Control_GetAnchorSide

func Control_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Control_GetAnchorSideBottom

func Control_GetAnchorSideBottom(obj uintptr) uintptr

func Control_GetAnchorSideLeft

func Control_GetAnchorSideLeft(obj uintptr) uintptr

func Control_GetAnchorSideRight

func Control_GetAnchorSideRight(obj uintptr) uintptr

func Control_GetAnchorSideTop

func Control_GetAnchorSideTop(obj uintptr) uintptr

func Control_GetAnchors

func Control_GetAnchors(obj uintptr) TAnchors

func Control_GetBiDiMode

func Control_GetBiDiMode(obj uintptr) TBiDiMode

func Control_GetBorderSpacing

func Control_GetBorderSpacing(obj uintptr) uintptr

func Control_GetBoundsRect

func Control_GetBoundsRect(obj uintptr) TRect

func Control_GetClientHeight

func Control_GetClientHeight(obj uintptr) int32

func Control_GetClientOrigin added in v1.1.21

func Control_GetClientOrigin(obj uintptr) TPoint

func Control_GetClientRect

func Control_GetClientRect(obj uintptr) TRect

func Control_GetClientWidth

func Control_GetClientWidth(obj uintptr) int32

func Control_GetComponentCount

func Control_GetComponentCount(obj uintptr) int32

func Control_GetComponentIndex

func Control_GetComponentIndex(obj uintptr) int32

func Control_GetComponents

func Control_GetComponents(obj uintptr, AIndex int32) uintptr

func Control_GetConstraints added in v1.2.7

func Control_GetConstraints(obj uintptr) uintptr

func Control_GetControlState added in v1.1.21

func Control_GetControlState(obj uintptr) TControlState

func Control_GetControlStyle added in v1.1.21

func Control_GetControlStyle(obj uintptr) TControlStyle

func Control_GetCursor

func Control_GetCursor(obj uintptr) TCursor

func Control_GetEnabled

func Control_GetEnabled(obj uintptr) bool

func Control_GetFloating

func Control_GetFloating(obj uintptr) bool

func Control_GetHashCode

func Control_GetHashCode(obj uintptr) int32

func Control_GetHeight

func Control_GetHeight(obj uintptr) int32

func Control_GetHint

func Control_GetHint(obj uintptr) string

func Control_GetLeft

func Control_GetLeft(obj uintptr) int32

func Control_GetName

func Control_GetName(obj uintptr) string

func Control_GetNamePath

func Control_GetNamePath(obj uintptr) string

func Control_GetOwner

func Control_GetOwner(obj uintptr) uintptr

func Control_GetParent

func Control_GetParent(obj uintptr) uintptr

func Control_GetShowHint

func Control_GetShowHint(obj uintptr) bool

func Control_GetTag

func Control_GetTag(obj uintptr) int

func Control_GetTextBuf

func Control_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Control_GetTextLen

func Control_GetTextLen(obj uintptr) int32

func Control_GetTop

func Control_GetTop(obj uintptr) int32

func Control_GetVisible

func Control_GetVisible(obj uintptr) bool

func Control_GetWidth

func Control_GetWidth(obj uintptr) int32

func Control_HasParent

func Control_HasParent(obj uintptr) bool

func Control_Hide

func Control_Hide(obj uintptr)

func Control_InheritsFrom added in v1.1.18

func Control_InheritsFrom(obj uintptr, AClass TClass) bool

func Control_InstanceSize added in v1.1.18

func Control_InstanceSize(obj uintptr) int32

func Control_Invalidate

func Control_Invalidate(obj uintptr)

func Control_ParentToClient

func Control_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Control_Perform

func Control_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Control_Refresh

func Control_Refresh(obj uintptr)

func Control_Repaint

func Control_Repaint(obj uintptr)

func Control_ScreenToClient

func Control_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Control_SendToBack

func Control_SendToBack(obj uintptr)

func Control_SetAction

func Control_SetAction(obj uintptr, value uintptr)

func Control_SetAlign

func Control_SetAlign(obj uintptr, value TAlign)

func Control_SetAnchorSideBottom

func Control_SetAnchorSideBottom(obj uintptr, value uintptr)

func Control_SetAnchorSideLeft

func Control_SetAnchorSideLeft(obj uintptr, value uintptr)

func Control_SetAnchorSideRight

func Control_SetAnchorSideRight(obj uintptr, value uintptr)

func Control_SetAnchorSideTop

func Control_SetAnchorSideTop(obj uintptr, value uintptr)

func Control_SetAnchors

func Control_SetAnchors(obj uintptr, value TAnchors)

func Control_SetBiDiMode

func Control_SetBiDiMode(obj uintptr, value TBiDiMode)

func Control_SetBorderSpacing

func Control_SetBorderSpacing(obj uintptr, value uintptr)

func Control_SetBounds

func Control_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Control_SetBoundsRect

func Control_SetBoundsRect(obj uintptr, value TRect)

func Control_SetClientHeight

func Control_SetClientHeight(obj uintptr, value int32)

func Control_SetClientWidth

func Control_SetClientWidth(obj uintptr, value int32)

func Control_SetComponentIndex

func Control_SetComponentIndex(obj uintptr, value int32)

func Control_SetConstraints added in v1.2.7

func Control_SetConstraints(obj uintptr, value uintptr)

func Control_SetControlState added in v1.1.21

func Control_SetControlState(obj uintptr, value TControlState)

func Control_SetControlStyle added in v1.1.21

func Control_SetControlStyle(obj uintptr, value TControlStyle)

func Control_SetCursor

func Control_SetCursor(obj uintptr, value TCursor)

func Control_SetEnabled

func Control_SetEnabled(obj uintptr, value bool)

func Control_SetHeight

func Control_SetHeight(obj uintptr, value int32)

func Control_SetHint

func Control_SetHint(obj uintptr, value string)

func Control_SetLeft

func Control_SetLeft(obj uintptr, value int32)

func Control_SetName

func Control_SetName(obj uintptr, value string)

func Control_SetParent

func Control_SetParent(obj uintptr, value uintptr)

func Control_SetShowHint

func Control_SetShowHint(obj uintptr, value bool)

func Control_SetTag

func Control_SetTag(obj uintptr, value int)

func Control_SetTextBuf added in v1.1.21

func Control_SetTextBuf(obj uintptr, Buffer string)

func Control_SetTop

func Control_SetTop(obj uintptr, value int32)

func Control_SetVisible

func Control_SetVisible(obj uintptr, value bool)

func Control_SetWidth

func Control_SetWidth(obj uintptr, value int32)

func Control_Show

func Control_Show(obj uintptr)

func Control_StaticClassType added in v1.1.18

func Control_StaticClassType() TClass

func Control_ToString

func Control_ToString(obj uintptr) string

func Control_Update

func Control_Update(obj uintptr)

func CoolBand_Assign added in v1.1.19

func CoolBand_Assign(obj uintptr, Source uintptr)

func CoolBand_ClassName added in v1.1.19

func CoolBand_ClassName(obj uintptr) string

func CoolBand_ClassType added in v1.1.19

func CoolBand_ClassType(obj uintptr) TClass

func CoolBand_Create added in v1.1.19

func CoolBand_Create(obj uintptr) uintptr

func CoolBand_Equals added in v1.1.19

func CoolBand_Equals(obj uintptr, Obj uintptr) bool

func CoolBand_Free added in v1.1.19

func CoolBand_Free(obj uintptr)

func CoolBand_GetBitmap added in v1.1.19

func CoolBand_GetBitmap(obj uintptr) uintptr

func CoolBand_GetBorderStyle added in v1.1.19

func CoolBand_GetBorderStyle(obj uintptr) TBorderStyle

func CoolBand_GetBreak added in v1.1.19

func CoolBand_GetBreak(obj uintptr) bool

func CoolBand_GetCollection added in v1.1.23

func CoolBand_GetCollection(obj uintptr) uintptr

func CoolBand_GetColor added in v1.1.19

func CoolBand_GetColor(obj uintptr) TColor

func CoolBand_GetControl added in v1.1.19

func CoolBand_GetControl(obj uintptr) uintptr

func CoolBand_GetDisplayName added in v1.2.7

func CoolBand_GetDisplayName(obj uintptr) string

func CoolBand_GetFixedBackground added in v1.1.19

func CoolBand_GetFixedBackground(obj uintptr) bool

func CoolBand_GetFixedSize added in v1.1.19

func CoolBand_GetFixedSize(obj uintptr) bool

func CoolBand_GetHashCode added in v1.1.19

func CoolBand_GetHashCode(obj uintptr) int32

func CoolBand_GetHeight added in v1.1.19

func CoolBand_GetHeight(obj uintptr) int32

func CoolBand_GetHorizontalOnly added in v1.1.19

func CoolBand_GetHorizontalOnly(obj uintptr) bool

func CoolBand_GetImageIndex added in v1.1.19

func CoolBand_GetImageIndex(obj uintptr) int32

func CoolBand_GetIndex added in v1.1.19

func CoolBand_GetIndex(obj uintptr) int32

func CoolBand_GetMinHeight added in v1.1.19

func CoolBand_GetMinHeight(obj uintptr) int32

func CoolBand_GetMinWidth added in v1.1.19

func CoolBand_GetMinWidth(obj uintptr) int32

func CoolBand_GetNamePath added in v1.1.19

func CoolBand_GetNamePath(obj uintptr) string

func CoolBand_GetParentBitmap added in v1.1.19

func CoolBand_GetParentBitmap(obj uintptr) bool

func CoolBand_GetParentColor added in v1.1.19

func CoolBand_GetParentColor(obj uintptr) bool

func CoolBand_GetText added in v1.1.19

func CoolBand_GetText(obj uintptr) string

func CoolBand_GetVisible added in v1.1.19

func CoolBand_GetVisible(obj uintptr) bool

func CoolBand_GetWidth added in v1.1.19

func CoolBand_GetWidth(obj uintptr) int32

func CoolBand_InheritsFrom added in v1.1.19

func CoolBand_InheritsFrom(obj uintptr, AClass TClass) bool

func CoolBand_InstanceSize added in v1.1.19

func CoolBand_InstanceSize(obj uintptr) int32

func CoolBand_SetBitmap added in v1.1.19

func CoolBand_SetBitmap(obj uintptr, value uintptr)

func CoolBand_SetBorderStyle added in v1.1.19

func CoolBand_SetBorderStyle(obj uintptr, value TBorderStyle)

func CoolBand_SetBreak added in v1.1.19

func CoolBand_SetBreak(obj uintptr, value bool)

func CoolBand_SetCollection added in v1.1.23

func CoolBand_SetCollection(obj uintptr, value uintptr)

func CoolBand_SetColor added in v1.1.19

func CoolBand_SetColor(obj uintptr, value TColor)

func CoolBand_SetControl added in v1.1.19

func CoolBand_SetControl(obj uintptr, value uintptr)

func CoolBand_SetDisplayName added in v1.2.7

func CoolBand_SetDisplayName(obj uintptr, value string)

func CoolBand_SetFixedBackground added in v1.1.19

func CoolBand_SetFixedBackground(obj uintptr, value bool)

func CoolBand_SetFixedSize added in v1.1.19

func CoolBand_SetFixedSize(obj uintptr, value bool)

func CoolBand_SetHorizontalOnly added in v1.1.19

func CoolBand_SetHorizontalOnly(obj uintptr, value bool)

func CoolBand_SetImageIndex added in v1.1.19

func CoolBand_SetImageIndex(obj uintptr, value int32)

func CoolBand_SetIndex added in v1.1.19

func CoolBand_SetIndex(obj uintptr, value int32)

func CoolBand_SetMinHeight added in v1.1.19

func CoolBand_SetMinHeight(obj uintptr, value int32)

func CoolBand_SetMinWidth added in v1.1.19

func CoolBand_SetMinWidth(obj uintptr, value int32)

func CoolBand_SetParentBitmap added in v1.1.19

func CoolBand_SetParentBitmap(obj uintptr, value bool)

func CoolBand_SetParentColor added in v1.1.19

func CoolBand_SetParentColor(obj uintptr, value bool)

func CoolBand_SetText added in v1.1.19

func CoolBand_SetText(obj uintptr, value string)

func CoolBand_SetVisible added in v1.1.19

func CoolBand_SetVisible(obj uintptr, value bool)

func CoolBand_SetWidth added in v1.1.19

func CoolBand_SetWidth(obj uintptr, value int32)

func CoolBand_StaticClassType added in v1.1.19

func CoolBand_StaticClassType() TClass

func CoolBand_ToString added in v1.1.19

func CoolBand_ToString(obj uintptr) string

func CoolBands_Add added in v1.1.19

func CoolBands_Add(obj uintptr) uintptr

func CoolBands_Assign added in v1.1.19

func CoolBands_Assign(obj uintptr, Source uintptr)

func CoolBands_BeginUpdate added in v1.1.19

func CoolBands_BeginUpdate(obj uintptr)

func CoolBands_ClassName added in v1.1.19

func CoolBands_ClassName(obj uintptr) string

func CoolBands_ClassType added in v1.1.19

func CoolBands_ClassType(obj uintptr) TClass

func CoolBands_Clear added in v1.1.19

func CoolBands_Clear(obj uintptr)

func CoolBands_Create added in v1.1.19

func CoolBands_Create(obj uintptr) uintptr

func CoolBands_Delete added in v1.1.19

func CoolBands_Delete(obj uintptr, Index int32)

func CoolBands_EndUpdate added in v1.1.19

func CoolBands_EndUpdate(obj uintptr)

func CoolBands_Equals added in v1.1.19

func CoolBands_Equals(obj uintptr, Obj uintptr) bool

func CoolBands_FindBand added in v1.1.19

func CoolBands_FindBand(obj uintptr, AControl uintptr) uintptr

func CoolBands_FindItemID added in v1.1.23

func CoolBands_FindItemID(obj uintptr, ID int32) uintptr

func CoolBands_Free added in v1.1.19

func CoolBands_Free(obj uintptr)

func CoolBands_GetCount added in v1.1.19

func CoolBands_GetCount(obj uintptr) int32

func CoolBands_GetHashCode added in v1.1.19

func CoolBands_GetHashCode(obj uintptr) int32

func CoolBands_GetItems added in v1.1.19

func CoolBands_GetItems(obj uintptr, Index int32) uintptr

func CoolBands_GetNamePath added in v1.1.19

func CoolBands_GetNamePath(obj uintptr) string

func CoolBands_InheritsFrom added in v1.1.19

func CoolBands_InheritsFrom(obj uintptr, AClass TClass) bool

func CoolBands_Insert added in v1.1.19

func CoolBands_Insert(obj uintptr, Index int32) uintptr

func CoolBands_InstanceSize added in v1.1.19

func CoolBands_InstanceSize(obj uintptr) int32

func CoolBands_Owner added in v1.1.19

func CoolBands_Owner(obj uintptr) uintptr

func CoolBands_SetItems added in v1.1.19

func CoolBands_SetItems(obj uintptr, Index int32, value uintptr)

func CoolBands_StaticClassType added in v1.1.19

func CoolBands_StaticClassType() TClass

func CoolBands_ToString added in v1.1.19

func CoolBands_ToString(obj uintptr) string

func CoolBar_AnchorAsAlign

func CoolBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func CoolBar_AnchorClient

func CoolBar_AnchorClient(obj uintptr, ASpace int32)

func CoolBar_AnchorHorizontalCenterTo

func CoolBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func CoolBar_AnchorParallel

func CoolBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CoolBar_AnchorToNeighbour

func CoolBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func CoolBar_AnchorVerticalCenterTo

func CoolBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func CoolBar_Assign added in v1.1.19

func CoolBar_Assign(obj uintptr, Source uintptr)

func CoolBar_BringToFront added in v1.1.19

func CoolBar_BringToFront(obj uintptr)

func CoolBar_CanFocus added in v1.1.19

func CoolBar_CanFocus(obj uintptr) bool

func CoolBar_ClassName added in v1.1.19

func CoolBar_ClassName(obj uintptr) string

func CoolBar_ClassType added in v1.1.19

func CoolBar_ClassType(obj uintptr) TClass

func CoolBar_ClientToParent added in v1.1.19

func CoolBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CoolBar_ClientToScreen added in v1.1.19

func CoolBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func CoolBar_ContainsControl added in v1.1.21

func CoolBar_ContainsControl(obj uintptr, Control uintptr) bool

func CoolBar_ControlAtPos added in v1.1.21

func CoolBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func CoolBar_Create added in v1.1.19

func CoolBar_Create(obj uintptr) uintptr

func CoolBar_DisableAlign added in v1.1.21

func CoolBar_DisableAlign(obj uintptr)

func CoolBar_Dragging added in v1.1.19

func CoolBar_Dragging(obj uintptr) bool

func CoolBar_EnableAlign added in v1.1.21

func CoolBar_EnableAlign(obj uintptr)

func CoolBar_Equals added in v1.1.19

func CoolBar_Equals(obj uintptr, Obj uintptr) bool

func CoolBar_FindChildControl added in v1.1.21

func CoolBar_FindChildControl(obj uintptr, ControlName string) uintptr

func CoolBar_FindComponent added in v1.1.19

func CoolBar_FindComponent(obj uintptr, AName string) uintptr

func CoolBar_FlipChildren added in v1.1.19

func CoolBar_FlipChildren(obj uintptr, AllLevels bool)

func CoolBar_Focused added in v1.1.19

func CoolBar_Focused(obj uintptr) bool

func CoolBar_Free added in v1.1.19

func CoolBar_Free(obj uintptr)

func CoolBar_GetAction added in v1.1.19

func CoolBar_GetAction(obj uintptr) uintptr

func CoolBar_GetAlign added in v1.1.19

func CoolBar_GetAlign(obj uintptr) TAlign

func CoolBar_GetAnchorSide

func CoolBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func CoolBar_GetAnchorSideBottom

func CoolBar_GetAnchorSideBottom(obj uintptr) uintptr

func CoolBar_GetAnchorSideLeft

func CoolBar_GetAnchorSideLeft(obj uintptr) uintptr

func CoolBar_GetAnchorSideRight

func CoolBar_GetAnchorSideRight(obj uintptr) uintptr

func CoolBar_GetAnchorSideTop

func CoolBar_GetAnchorSideTop(obj uintptr) uintptr

func CoolBar_GetAnchors added in v1.1.19

func CoolBar_GetAnchors(obj uintptr) TAnchors

func CoolBar_GetAutoSize added in v1.1.19

func CoolBar_GetAutoSize(obj uintptr) bool

func CoolBar_GetBandBorderStyle added in v1.1.19

func CoolBar_GetBandBorderStyle(obj uintptr) TBorderStyle

func CoolBar_GetBandMaximize added in v1.1.19

func CoolBar_GetBandMaximize(obj uintptr) TCoolBandMaximize

func CoolBar_GetBands added in v1.1.19

func CoolBar_GetBands(obj uintptr) uintptr

func CoolBar_GetBiDiMode added in v1.1.19

func CoolBar_GetBiDiMode(obj uintptr) TBiDiMode

func CoolBar_GetBitmap added in v1.1.19

func CoolBar_GetBitmap(obj uintptr) uintptr

func CoolBar_GetBorderSpacing

func CoolBar_GetBorderSpacing(obj uintptr) uintptr

func CoolBar_GetBorderWidth added in v1.1.19

func CoolBar_GetBorderWidth(obj uintptr) int32

func CoolBar_GetBoundsRect added in v1.1.19

func CoolBar_GetBoundsRect(obj uintptr) TRect

func CoolBar_GetBrush added in v1.1.19

func CoolBar_GetBrush(obj uintptr) uintptr

func CoolBar_GetChildSizing

func CoolBar_GetChildSizing(obj uintptr) uintptr

func CoolBar_GetClientHeight added in v1.1.19

func CoolBar_GetClientHeight(obj uintptr) int32

func CoolBar_GetClientOrigin added in v1.1.21

func CoolBar_GetClientOrigin(obj uintptr) TPoint

func CoolBar_GetClientRect added in v1.1.19

func CoolBar_GetClientRect(obj uintptr) TRect

func CoolBar_GetClientWidth added in v1.1.19

func CoolBar_GetClientWidth(obj uintptr) int32

func CoolBar_GetColor added in v1.1.19

func CoolBar_GetColor(obj uintptr) TColor

func CoolBar_GetComponentCount added in v1.1.19

func CoolBar_GetComponentCount(obj uintptr) int32

func CoolBar_GetComponentIndex added in v1.1.19

func CoolBar_GetComponentIndex(obj uintptr) int32

func CoolBar_GetComponents added in v1.1.19

func CoolBar_GetComponents(obj uintptr, AIndex int32) uintptr

func CoolBar_GetConstraints added in v1.2.7

func CoolBar_GetConstraints(obj uintptr) uintptr

func CoolBar_GetControlCount added in v1.1.19

func CoolBar_GetControlCount(obj uintptr) int32

func CoolBar_GetControlState added in v1.1.21

func CoolBar_GetControlState(obj uintptr) TControlState

func CoolBar_GetControlStyle added in v1.1.21

func CoolBar_GetControlStyle(obj uintptr) TControlStyle

func CoolBar_GetControls added in v1.1.19

func CoolBar_GetControls(obj uintptr, Index int32) uintptr

func CoolBar_GetCursor added in v1.1.19

func CoolBar_GetCursor(obj uintptr) TCursor

func CoolBar_GetDockClientCount added in v1.1.21

func CoolBar_GetDockClientCount(obj uintptr) int32

func CoolBar_GetDockClients added in v1.1.21

func CoolBar_GetDockClients(obj uintptr, Index int32) uintptr

func CoolBar_GetDockSite added in v1.1.19

func CoolBar_GetDockSite(obj uintptr) bool

func CoolBar_GetDoubleBuffered added in v1.1.19

func CoolBar_GetDoubleBuffered(obj uintptr) bool

func CoolBar_GetDragCursor added in v1.1.19

func CoolBar_GetDragCursor(obj uintptr) TCursor

func CoolBar_GetDragKind added in v1.1.19

func CoolBar_GetDragKind(obj uintptr) TDragKind

func CoolBar_GetDragMode added in v1.1.19

func CoolBar_GetDragMode(obj uintptr) TDragMode

func CoolBar_GetEdgeBorders added in v1.1.19

func CoolBar_GetEdgeBorders(obj uintptr) TEdgeBorders

func CoolBar_GetEdgeInner added in v1.1.19

func CoolBar_GetEdgeInner(obj uintptr) TEdgeStyle

func CoolBar_GetEdgeOuter added in v1.1.19

func CoolBar_GetEdgeOuter(obj uintptr) TEdgeStyle

func CoolBar_GetEnabled added in v1.1.19

func CoolBar_GetEnabled(obj uintptr) bool

func CoolBar_GetFixedOrder added in v1.1.19

func CoolBar_GetFixedOrder(obj uintptr) bool

func CoolBar_GetFixedSize added in v1.1.19

func CoolBar_GetFixedSize(obj uintptr) bool

func CoolBar_GetFloating added in v1.1.19

func CoolBar_GetFloating(obj uintptr) bool

func CoolBar_GetFont added in v1.1.19

func CoolBar_GetFont(obj uintptr) uintptr

func CoolBar_GetHandle added in v1.1.19

func CoolBar_GetHandle(obj uintptr) HWND

func CoolBar_GetHashCode added in v1.1.19

func CoolBar_GetHashCode(obj uintptr) int32

func CoolBar_GetHeight added in v1.1.19

func CoolBar_GetHeight(obj uintptr) int32

func CoolBar_GetHint added in v1.1.19

func CoolBar_GetHint(obj uintptr) string

func CoolBar_GetImages added in v1.1.19

func CoolBar_GetImages(obj uintptr) uintptr

func CoolBar_GetLeft added in v1.1.19

func CoolBar_GetLeft(obj uintptr) int32

func CoolBar_GetMouseInClient added in v1.1.21

func CoolBar_GetMouseInClient(obj uintptr) bool

func CoolBar_GetName added in v1.1.19

func CoolBar_GetName(obj uintptr) string

func CoolBar_GetNamePath added in v1.1.19

func CoolBar_GetNamePath(obj uintptr) string

func CoolBar_GetOwner added in v1.1.19

func CoolBar_GetOwner(obj uintptr) uintptr

func CoolBar_GetParent added in v1.1.19

func CoolBar_GetParent(obj uintptr) uintptr

func CoolBar_GetParentColor added in v1.1.19

func CoolBar_GetParentColor(obj uintptr) bool

func CoolBar_GetParentDoubleBuffered added in v1.1.19

func CoolBar_GetParentDoubleBuffered(obj uintptr) bool

func CoolBar_GetParentFont added in v1.1.19

func CoolBar_GetParentFont(obj uintptr) bool

func CoolBar_GetParentShowHint added in v1.1.19

func CoolBar_GetParentShowHint(obj uintptr) bool

func CoolBar_GetParentWindow added in v1.1.19

func CoolBar_GetParentWindow(obj uintptr) HWND

func CoolBar_GetPopupMenu added in v1.1.19

func CoolBar_GetPopupMenu(obj uintptr) uintptr

func CoolBar_GetShowHint added in v1.1.19

func CoolBar_GetShowHint(obj uintptr) bool

func CoolBar_GetShowText added in v1.1.19

func CoolBar_GetShowText(obj uintptr) bool

func CoolBar_GetTabOrder added in v1.1.19

func CoolBar_GetTabOrder(obj uintptr) TTabOrder

func CoolBar_GetTabStop added in v1.1.19

func CoolBar_GetTabStop(obj uintptr) bool

func CoolBar_GetTag added in v1.1.19

func CoolBar_GetTag(obj uintptr) int

func CoolBar_GetTextBuf added in v1.1.19

func CoolBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func CoolBar_GetTextLen added in v1.1.19

func CoolBar_GetTextLen(obj uintptr) int32

func CoolBar_GetTop added in v1.1.19

func CoolBar_GetTop(obj uintptr) int32

func CoolBar_GetUseDockManager added in v1.1.19

func CoolBar_GetUseDockManager(obj uintptr) bool

func CoolBar_GetVertical added in v1.1.19

func CoolBar_GetVertical(obj uintptr) bool

func CoolBar_GetVisible added in v1.1.19

func CoolBar_GetVisible(obj uintptr) bool

func CoolBar_GetVisibleDockClientCount added in v1.1.21

func CoolBar_GetVisibleDockClientCount(obj uintptr) int32

func CoolBar_GetWidth added in v1.1.19

func CoolBar_GetWidth(obj uintptr) int32

func CoolBar_HandleAllocated added in v1.1.19

func CoolBar_HandleAllocated(obj uintptr) bool

func CoolBar_HasParent added in v1.1.19

func CoolBar_HasParent(obj uintptr) bool

func CoolBar_Hide added in v1.1.19

func CoolBar_Hide(obj uintptr)

func CoolBar_InheritsFrom added in v1.1.19

func CoolBar_InheritsFrom(obj uintptr, AClass TClass) bool

func CoolBar_InstanceSize added in v1.1.19

func CoolBar_InstanceSize(obj uintptr) int32

func CoolBar_Invalidate added in v1.1.19

func CoolBar_Invalidate(obj uintptr)

func CoolBar_ParentToClient added in v1.1.19

func CoolBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func CoolBar_Perform added in v1.1.19

func CoolBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func CoolBar_Realign added in v1.1.19

func CoolBar_Realign(obj uintptr)

func CoolBar_Refresh added in v1.1.19

func CoolBar_Refresh(obj uintptr)

func CoolBar_RemoveControl added in v1.1.21

func CoolBar_RemoveControl(obj uintptr, AControl uintptr)

func CoolBar_Repaint added in v1.1.19

func CoolBar_Repaint(obj uintptr)

func CoolBar_ScaleBy added in v1.1.19

func CoolBar_ScaleBy(obj uintptr, M int32, D int32)

func CoolBar_ScreenToClient added in v1.1.19

func CoolBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func CoolBar_ScrollBy added in v1.1.21

func CoolBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func CoolBar_SendToBack added in v1.1.19

func CoolBar_SendToBack(obj uintptr)

func CoolBar_SetAction added in v1.1.19

func CoolBar_SetAction(obj uintptr, value uintptr)

func CoolBar_SetAlign added in v1.1.19

func CoolBar_SetAlign(obj uintptr, value TAlign)

func CoolBar_SetAnchorSideBottom

func CoolBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func CoolBar_SetAnchorSideLeft

func CoolBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func CoolBar_SetAnchorSideRight

func CoolBar_SetAnchorSideRight(obj uintptr, value uintptr)

func CoolBar_SetAnchorSideTop

func CoolBar_SetAnchorSideTop(obj uintptr, value uintptr)

func CoolBar_SetAnchors added in v1.1.19

func CoolBar_SetAnchors(obj uintptr, value TAnchors)

func CoolBar_SetAutoSize added in v1.1.19

func CoolBar_SetAutoSize(obj uintptr, value bool)

func CoolBar_SetBandBorderStyle added in v1.1.19

func CoolBar_SetBandBorderStyle(obj uintptr, value TBorderStyle)

func CoolBar_SetBandMaximize added in v1.1.19

func CoolBar_SetBandMaximize(obj uintptr, value TCoolBandMaximize)

func CoolBar_SetBands added in v1.1.19

func CoolBar_SetBands(obj uintptr, value uintptr)

func CoolBar_SetBiDiMode added in v1.1.19

func CoolBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func CoolBar_SetBitmap added in v1.1.19

func CoolBar_SetBitmap(obj uintptr, value uintptr)

func CoolBar_SetBorderSpacing

func CoolBar_SetBorderSpacing(obj uintptr, value uintptr)

func CoolBar_SetBorderWidth added in v1.1.19

func CoolBar_SetBorderWidth(obj uintptr, value int32)

func CoolBar_SetBounds added in v1.1.19

func CoolBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func CoolBar_SetBoundsRect added in v1.1.19

func CoolBar_SetBoundsRect(obj uintptr, value TRect)

func CoolBar_SetChildSizing

func CoolBar_SetChildSizing(obj uintptr, value uintptr)

func CoolBar_SetClientHeight added in v1.1.19

func CoolBar_SetClientHeight(obj uintptr, value int32)

func CoolBar_SetClientWidth added in v1.1.19

func CoolBar_SetClientWidth(obj uintptr, value int32)

func CoolBar_SetColor added in v1.1.19

func CoolBar_SetColor(obj uintptr, value TColor)

func CoolBar_SetComponentIndex added in v1.1.19

func CoolBar_SetComponentIndex(obj uintptr, value int32)

func CoolBar_SetConstraints added in v1.2.7

func CoolBar_SetConstraints(obj uintptr, value uintptr)

func CoolBar_SetControlState added in v1.1.21

func CoolBar_SetControlState(obj uintptr, value TControlState)

func CoolBar_SetControlStyle added in v1.1.21

func CoolBar_SetControlStyle(obj uintptr, value TControlStyle)

func CoolBar_SetCursor added in v1.1.19

func CoolBar_SetCursor(obj uintptr, value TCursor)

func CoolBar_SetDockSite added in v1.1.19

func CoolBar_SetDockSite(obj uintptr, value bool)

func CoolBar_SetDoubleBuffered added in v1.1.19

func CoolBar_SetDoubleBuffered(obj uintptr, value bool)

func CoolBar_SetDragCursor added in v1.1.19

func CoolBar_SetDragCursor(obj uintptr, value TCursor)

func CoolBar_SetDragKind added in v1.1.19

func CoolBar_SetDragKind(obj uintptr, value TDragKind)

func CoolBar_SetDragMode added in v1.1.19

func CoolBar_SetDragMode(obj uintptr, value TDragMode)

func CoolBar_SetEdgeBorders added in v1.1.19

func CoolBar_SetEdgeBorders(obj uintptr, value TEdgeBorders)

func CoolBar_SetEdgeInner added in v1.1.19

func CoolBar_SetEdgeInner(obj uintptr, value TEdgeStyle)

func CoolBar_SetEdgeOuter added in v1.1.19

func CoolBar_SetEdgeOuter(obj uintptr, value TEdgeStyle)

func CoolBar_SetEnabled added in v1.1.19

func CoolBar_SetEnabled(obj uintptr, value bool)

func CoolBar_SetFixedOrder added in v1.1.19

func CoolBar_SetFixedOrder(obj uintptr, value bool)

func CoolBar_SetFixedSize added in v1.1.19

func CoolBar_SetFixedSize(obj uintptr, value bool)

func CoolBar_SetFocus added in v1.1.19

func CoolBar_SetFocus(obj uintptr)

func CoolBar_SetFont added in v1.1.19

func CoolBar_SetFont(obj uintptr, value uintptr)

func CoolBar_SetHeight added in v1.1.19

func CoolBar_SetHeight(obj uintptr, value int32)

func CoolBar_SetHint added in v1.1.19

func CoolBar_SetHint(obj uintptr, value string)

func CoolBar_SetImages added in v1.1.19

func CoolBar_SetImages(obj uintptr, value uintptr)

func CoolBar_SetLeft added in v1.1.19

func CoolBar_SetLeft(obj uintptr, value int32)

func CoolBar_SetName added in v1.1.19

func CoolBar_SetName(obj uintptr, value string)

func CoolBar_SetOnChange added in v1.1.19

func CoolBar_SetOnChange(obj uintptr, fn interface{})

func CoolBar_SetOnClick added in v1.1.19

func CoolBar_SetOnClick(obj uintptr, fn interface{})

func CoolBar_SetOnContextPopup added in v1.1.19

func CoolBar_SetOnContextPopup(obj uintptr, fn interface{})

func CoolBar_SetOnDblClick added in v1.1.19

func CoolBar_SetOnDblClick(obj uintptr, fn interface{})

func CoolBar_SetOnDockDrop added in v1.1.19

func CoolBar_SetOnDockDrop(obj uintptr, fn interface{})

func CoolBar_SetOnDragDrop added in v1.1.19

func CoolBar_SetOnDragDrop(obj uintptr, fn interface{})

func CoolBar_SetOnDragOver added in v1.1.19

func CoolBar_SetOnDragOver(obj uintptr, fn interface{})

func CoolBar_SetOnEndDock added in v1.1.19

func CoolBar_SetOnEndDock(obj uintptr, fn interface{})

func CoolBar_SetOnEndDrag added in v1.1.19

func CoolBar_SetOnEndDrag(obj uintptr, fn interface{})

func CoolBar_SetOnGetSiteInfo added in v1.1.19

func CoolBar_SetOnGetSiteInfo(obj uintptr, fn interface{})

func CoolBar_SetOnMouseDown added in v1.1.19

func CoolBar_SetOnMouseDown(obj uintptr, fn interface{})

func CoolBar_SetOnMouseEnter added in v1.1.19

func CoolBar_SetOnMouseEnter(obj uintptr, fn interface{})

func CoolBar_SetOnMouseLeave added in v1.1.19

func CoolBar_SetOnMouseLeave(obj uintptr, fn interface{})

func CoolBar_SetOnMouseMove added in v1.1.19

func CoolBar_SetOnMouseMove(obj uintptr, fn interface{})

func CoolBar_SetOnMouseUp added in v1.1.19

func CoolBar_SetOnMouseUp(obj uintptr, fn interface{})

func CoolBar_SetOnResize added in v1.1.19

func CoolBar_SetOnResize(obj uintptr, fn interface{})

func CoolBar_SetOnStartDock added in v1.1.19

func CoolBar_SetOnStartDock(obj uintptr, fn interface{})

func CoolBar_SetOnUnDock added in v1.1.19

func CoolBar_SetOnUnDock(obj uintptr, fn interface{})

func CoolBar_SetParent added in v1.1.19

func CoolBar_SetParent(obj uintptr, value uintptr)

func CoolBar_SetParentColor added in v1.1.19

func CoolBar_SetParentColor(obj uintptr, value bool)

func CoolBar_SetParentDoubleBuffered added in v1.1.19

func CoolBar_SetParentDoubleBuffered(obj uintptr, value bool)

func CoolBar_SetParentFont added in v1.1.19

func CoolBar_SetParentFont(obj uintptr, value bool)

func CoolBar_SetParentShowHint added in v1.1.19

func CoolBar_SetParentShowHint(obj uintptr, value bool)

func CoolBar_SetParentWindow added in v1.1.19

func CoolBar_SetParentWindow(obj uintptr, value HWND)

func CoolBar_SetPopupMenu added in v1.1.19

func CoolBar_SetPopupMenu(obj uintptr, value uintptr)

func CoolBar_SetShowHint added in v1.1.19

func CoolBar_SetShowHint(obj uintptr, value bool)

func CoolBar_SetShowText added in v1.1.19

func CoolBar_SetShowText(obj uintptr, value bool)

func CoolBar_SetTabOrder added in v1.1.19

func CoolBar_SetTabOrder(obj uintptr, value TTabOrder)

func CoolBar_SetTabStop added in v1.1.19

func CoolBar_SetTabStop(obj uintptr, value bool)

func CoolBar_SetTag added in v1.1.19

func CoolBar_SetTag(obj uintptr, value int)

func CoolBar_SetTextBuf added in v1.1.21

func CoolBar_SetTextBuf(obj uintptr, Buffer string)

func CoolBar_SetTop added in v1.1.19

func CoolBar_SetTop(obj uintptr, value int32)

func CoolBar_SetUseDockManager added in v1.1.19

func CoolBar_SetUseDockManager(obj uintptr, value bool)

func CoolBar_SetVertical added in v1.1.19

func CoolBar_SetVertical(obj uintptr, value bool)

func CoolBar_SetVisible added in v1.1.19

func CoolBar_SetVisible(obj uintptr, value bool)

func CoolBar_SetWidth added in v1.1.19

func CoolBar_SetWidth(obj uintptr, value int32)

func CoolBar_Show added in v1.1.19

func CoolBar_Show(obj uintptr)

func CoolBar_StaticClassType added in v1.1.19

func CoolBar_StaticClassType() TClass

func CoolBar_ToString added in v1.1.19

func CoolBar_ToString(obj uintptr) string

func CoolBar_Update added in v1.1.19

func CoolBar_Update(obj uintptr)

func DBoolToGoBool

func DBoolToGoBool(val uintptr) bool

Delphi或者Lazarus的Bool类型转为Go bool

func DCreateGUID added in v1.1.23

func DCreateGUID() TGUID

DCreateGUID

func DCreateShortCut added in v1.1.21

func DCreateShortCut(aDestPath, aShortCutName, aSrcFileName, aIconFileName, aDescription, aCmdArgs string) bool

DCreateShortCut

func DCreateURLShortCut added in v1.1.21

func DCreateURLShortCut(aDestPath, aShortCutName, aURL string)

Shortcut DCreateURLShortCut

func DCurrentThreadId

func DCurrentThreadId() uintptr

func DExtractFilePath

func DExtractFilePath(filename string) string

func DFileExists

func DFileExists(filename string) bool

func DGUIDToString added in v1.1.23

func DGUIDToString(guid TGUID) string

guid DGUIDToString

func DGetDC added in v1.2.10

func DGetDC(hWnd HWND) HDC

func DGetLibResouceCount added in v1.1.23

func DGetLibResouceCount() int32

LibResouces

func DGetLibResouceItem added in v1.1.23

func DGetLibResouceItem(aIndex int32) (ret TLibResouce)

func DGetStringArrOf

func DGetStringArrOf(p uintptr, index int) string

从Delphi/Lazarus字符串数组中获取指定索引的值

func DInputBox

func DInputBox(aCaption, aPrompt, aDefault string) string

func DInputQuery

func DInputQuery(aCaption, aPrompt string, value *string) bool

func DIsIconic added in v1.2.10

func DIsIconic(hWnd HWND) bool

func DIsWindow added in v1.2.10

func DIsWindow(hWnd HWND) bool

func DIsWindowVisible added in v1.2.10

func DIsWindowVisible(hWnd HWND) bool

func DIsZoomed added in v1.2.10

func DIsZoomed(hWnd HWND) bool

func DLibAbout

func DLibAbout() string

func DLibStringEncoding added in v1.2.2

func DLibStringEncoding() TStringEncoding

库的信息 获取当前库使用的字符串编码

func DLibVersion added in v1.2.2

func DLibVersion() uint32

库版本信息

func DMainThreadId

func DMainThreadId() uintptr

func DMessageDlg

func DMessageDlg(Msg string, DlgType TMsgDlgType, Buttons TMsgDlgButtons, HelpCtx int32) int32

func DModifyLibResouce added in v1.1.23

func DModifyLibResouce(aPtr uintptr, aValue string)

func DMove

func DMove(src, dest uintptr, llen int)

Delphi/Lazarus内存操作

func DPostMessage added in v1.2.10

func DPostMessage(hWd HWND, msg uint32, wParam, lParam uintptr) bool

func DReleaseDC added in v1.2.10

func DReleaseDC(hWnd HWND, dc HDC) int

func DSelectDirectory1

func DSelectDirectory1(options TSelectDirOpts) (bool, string)

func DSelectDirectory2

func DSelectDirectory2(caption, root string, options TSelectDirExtOpts, parent uintptr) (bool, string)

func DSendMessage added in v1.2.10

func DSendMessage(hWd HWND, msg uint32, wParam, lParam uintptr) uintptr

func DSetForegroundWindow added in v1.2.10

func DSetForegroundWindow(hWnd HWND) bool

func DSetPropertySecValue added in v1.1.21

func DSetPropertySecValue(instance uintptr, propName, secPropName, value string)

DSetPropertySecValue

func DSetPropertyValue added in v1.1.21

func DSetPropertyValue(instance uintptr, propName, value string)

SetProperty DSetPropertyValue

func DShortCutToText

func DShortCutToText(val TShortCut) string

func DShowMessage

func DShowMessage(s string)

func DStrLen

func DStrLen(p uintptr) int

获取Delphi/Lazarus字符串长度

func DStrToGoStr

func DStrToGoStr(ustr uintptr) string

Lazarus的string转换为Go的string

func DStringToGUID added in v1.1.23

func DStringToGUID(str string) TGUID

DStringToGUID

func DSynchronize

func DSynchronize(fn func(), useMsg uintptr)

线程同步

func DSysLocale added in v1.1.21

func DSysLocale(aInfo *TSysLocale)

DSysLocaled

func DSysOpen

func DSysOpen(filename string)

func DTextToShortCut

func DTextToShortCut(val string) TShortCut

func DWindowFromPoint added in v1.2.10

func DWindowFromPoint(point TPoint) HWND

func DateTimePicker_AnchorAsAlign

func DateTimePicker_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func DateTimePicker_AnchorClient

func DateTimePicker_AnchorClient(obj uintptr, ASpace int32)

func DateTimePicker_AnchorHorizontalCenterTo

func DateTimePicker_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func DateTimePicker_AnchorParallel

func DateTimePicker_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func DateTimePicker_AnchorToNeighbour

func DateTimePicker_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func DateTimePicker_AnchorVerticalCenterTo

func DateTimePicker_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func DateTimePicker_Assign

func DateTimePicker_Assign(obj uintptr, Source uintptr)

func DateTimePicker_BringToFront

func DateTimePicker_BringToFront(obj uintptr)

func DateTimePicker_CanFocus

func DateTimePicker_CanFocus(obj uintptr) bool

func DateTimePicker_ClassName

func DateTimePicker_ClassName(obj uintptr) string

func DateTimePicker_ClassType added in v1.1.18

func DateTimePicker_ClassType(obj uintptr) TClass

func DateTimePicker_ClientToParent

func DateTimePicker_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func DateTimePicker_ClientToScreen

func DateTimePicker_ClientToScreen(obj uintptr, Point TPoint) TPoint

func DateTimePicker_ContainsControl added in v1.1.21

func DateTimePicker_ContainsControl(obj uintptr, Control uintptr) bool

func DateTimePicker_ControlAtPos added in v1.1.21

func DateTimePicker_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func DateTimePicker_Create

func DateTimePicker_Create(obj uintptr) uintptr

func DateTimePicker_DisableAlign added in v1.1.21

func DateTimePicker_DisableAlign(obj uintptr)

func DateTimePicker_Dragging

func DateTimePicker_Dragging(obj uintptr) bool

func DateTimePicker_EnableAlign added in v1.1.21

func DateTimePicker_EnableAlign(obj uintptr)

func DateTimePicker_Equals

func DateTimePicker_Equals(obj uintptr, Obj uintptr) bool

func DateTimePicker_FindChildControl added in v1.1.21

func DateTimePicker_FindChildControl(obj uintptr, ControlName string) uintptr

func DateTimePicker_FindComponent

func DateTimePicker_FindComponent(obj uintptr, AName string) uintptr

func DateTimePicker_FlipChildren

func DateTimePicker_FlipChildren(obj uintptr, AllLevels bool)

func DateTimePicker_Focused

func DateTimePicker_Focused(obj uintptr) bool

func DateTimePicker_Free

func DateTimePicker_Free(obj uintptr)

func DateTimePicker_GetAction

func DateTimePicker_GetAction(obj uintptr) uintptr

func DateTimePicker_GetAlign

func DateTimePicker_GetAlign(obj uintptr) TAlign

func DateTimePicker_GetAnchorSide

func DateTimePicker_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func DateTimePicker_GetAnchorSideBottom

func DateTimePicker_GetAnchorSideBottom(obj uintptr) uintptr

func DateTimePicker_GetAnchorSideLeft

func DateTimePicker_GetAnchorSideLeft(obj uintptr) uintptr

func DateTimePicker_GetAnchorSideRight

func DateTimePicker_GetAnchorSideRight(obj uintptr) uintptr

func DateTimePicker_GetAnchorSideTop

func DateTimePicker_GetAnchorSideTop(obj uintptr) uintptr

func DateTimePicker_GetAnchors

func DateTimePicker_GetAnchors(obj uintptr) TAnchors

func DateTimePicker_GetBiDiMode

func DateTimePicker_GetBiDiMode(obj uintptr) TBiDiMode

func DateTimePicker_GetBorderSpacing

func DateTimePicker_GetBorderSpacing(obj uintptr) uintptr

func DateTimePicker_GetBoundsRect

func DateTimePicker_GetBoundsRect(obj uintptr) TRect

func DateTimePicker_GetBrush

func DateTimePicker_GetBrush(obj uintptr) uintptr

func DateTimePicker_GetCalAlignment

func DateTimePicker_GetCalAlignment(obj uintptr) TDTCalAlignment

func DateTimePicker_GetChecked

func DateTimePicker_GetChecked(obj uintptr) bool

func DateTimePicker_GetChildSizing

func DateTimePicker_GetChildSizing(obj uintptr) uintptr

func DateTimePicker_GetClientHeight

func DateTimePicker_GetClientHeight(obj uintptr) int32

func DateTimePicker_GetClientOrigin added in v1.1.21

func DateTimePicker_GetClientOrigin(obj uintptr) TPoint

func DateTimePicker_GetClientRect

func DateTimePicker_GetClientRect(obj uintptr) TRect

func DateTimePicker_GetClientWidth

func DateTimePicker_GetClientWidth(obj uintptr) int32

func DateTimePicker_GetColor

func DateTimePicker_GetColor(obj uintptr) TColor

func DateTimePicker_GetComponentCount

func DateTimePicker_GetComponentCount(obj uintptr) int32

func DateTimePicker_GetComponentIndex

func DateTimePicker_GetComponentIndex(obj uintptr) int32

func DateTimePicker_GetComponents

func DateTimePicker_GetComponents(obj uintptr, AIndex int32) uintptr

func DateTimePicker_GetConstraints added in v1.2.7

func DateTimePicker_GetConstraints(obj uintptr) uintptr

func DateTimePicker_GetControlCount

func DateTimePicker_GetControlCount(obj uintptr) int32

func DateTimePicker_GetControlState added in v1.1.21

func DateTimePicker_GetControlState(obj uintptr) TControlState

func DateTimePicker_GetControlStyle added in v1.1.21

func DateTimePicker_GetControlStyle(obj uintptr) TControlStyle

func DateTimePicker_GetControls

func DateTimePicker_GetControls(obj uintptr, Index int32) uintptr

func DateTimePicker_GetCursor

func DateTimePicker_GetCursor(obj uintptr) TCursor

func DateTimePicker_GetDate

func DateTimePicker_GetDate(obj uintptr) time.Time

func DateTimePicker_GetDateMode

func DateTimePicker_GetDateMode(obj uintptr) TDTDateMode

func DateTimePicker_GetDateTime

func DateTimePicker_GetDateTime(obj uintptr) time.Time

func DateTimePicker_GetDockClientCount added in v1.1.21

func DateTimePicker_GetDockClientCount(obj uintptr) int32

func DateTimePicker_GetDockClients added in v1.1.21

func DateTimePicker_GetDockClients(obj uintptr, Index int32) uintptr

func DateTimePicker_GetDockSite

func DateTimePicker_GetDockSite(obj uintptr) bool

func DateTimePicker_GetDoubleBuffered

func DateTimePicker_GetDoubleBuffered(obj uintptr) bool

func DateTimePicker_GetDroppedDown

func DateTimePicker_GetDroppedDown(obj uintptr) bool

func DateTimePicker_GetEnabled

func DateTimePicker_GetEnabled(obj uintptr) bool

func DateTimePicker_GetFloating

func DateTimePicker_GetFloating(obj uintptr) bool

func DateTimePicker_GetFont

func DateTimePicker_GetFont(obj uintptr) uintptr

func DateTimePicker_GetHandle

func DateTimePicker_GetHandle(obj uintptr) HWND

func DateTimePicker_GetHashCode

func DateTimePicker_GetHashCode(obj uintptr) int32

func DateTimePicker_GetHeight

func DateTimePicker_GetHeight(obj uintptr) int32

func DateTimePicker_GetHint

func DateTimePicker_GetHint(obj uintptr) string

func DateTimePicker_GetLeft

func DateTimePicker_GetLeft(obj uintptr) int32

func DateTimePicker_GetMaxDate

func DateTimePicker_GetMaxDate(obj uintptr) time.Time

func DateTimePicker_GetMinDate

func DateTimePicker_GetMinDate(obj uintptr) time.Time

func DateTimePicker_GetMouseInClient added in v1.1.21

func DateTimePicker_GetMouseInClient(obj uintptr) bool

func DateTimePicker_GetName

func DateTimePicker_GetName(obj uintptr) string

func DateTimePicker_GetNamePath

func DateTimePicker_GetNamePath(obj uintptr) string

func DateTimePicker_GetOwner

func DateTimePicker_GetOwner(obj uintptr) uintptr

func DateTimePicker_GetParent

func DateTimePicker_GetParent(obj uintptr) uintptr

func DateTimePicker_GetParentColor

func DateTimePicker_GetParentColor(obj uintptr) bool

func DateTimePicker_GetParentDoubleBuffered

func DateTimePicker_GetParentDoubleBuffered(obj uintptr) bool

func DateTimePicker_GetParentFont

func DateTimePicker_GetParentFont(obj uintptr) bool

func DateTimePicker_GetParentShowHint

func DateTimePicker_GetParentShowHint(obj uintptr) bool

func DateTimePicker_GetParentWindow

func DateTimePicker_GetParentWindow(obj uintptr) HWND

func DateTimePicker_GetPopupMenu

func DateTimePicker_GetPopupMenu(obj uintptr) uintptr

func DateTimePicker_GetShowHint

func DateTimePicker_GetShowHint(obj uintptr) bool

func DateTimePicker_GetTabOrder

func DateTimePicker_GetTabOrder(obj uintptr) TTabOrder

func DateTimePicker_GetTabStop

func DateTimePicker_GetTabStop(obj uintptr) bool

func DateTimePicker_GetTag

func DateTimePicker_GetTag(obj uintptr) int

func DateTimePicker_GetTextBuf

func DateTimePicker_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func DateTimePicker_GetTextLen

func DateTimePicker_GetTextLen(obj uintptr) int32

func DateTimePicker_GetTime

func DateTimePicker_GetTime(obj uintptr) time.Time

func DateTimePicker_GetTop

func DateTimePicker_GetTop(obj uintptr) int32

func DateTimePicker_GetUseDockManager

func DateTimePicker_GetUseDockManager(obj uintptr) bool

func DateTimePicker_GetVisible

func DateTimePicker_GetVisible(obj uintptr) bool

func DateTimePicker_GetVisibleDockClientCount added in v1.1.21

func DateTimePicker_GetVisibleDockClientCount(obj uintptr) int32

func DateTimePicker_GetWidth

func DateTimePicker_GetWidth(obj uintptr) int32

func DateTimePicker_HandleAllocated

func DateTimePicker_HandleAllocated(obj uintptr) bool

func DateTimePicker_HasParent

func DateTimePicker_HasParent(obj uintptr) bool

func DateTimePicker_Hide

func DateTimePicker_Hide(obj uintptr)

func DateTimePicker_InheritsFrom added in v1.1.18

func DateTimePicker_InheritsFrom(obj uintptr, AClass TClass) bool

func DateTimePicker_InsertControl added in v1.1.21

func DateTimePicker_InsertControl(obj uintptr, AControl uintptr)

func DateTimePicker_InstanceSize added in v1.1.18

func DateTimePicker_InstanceSize(obj uintptr) int32

func DateTimePicker_Invalidate

func DateTimePicker_Invalidate(obj uintptr)

func DateTimePicker_ParentToClient

func DateTimePicker_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func DateTimePicker_Perform

func DateTimePicker_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func DateTimePicker_Realign

func DateTimePicker_Realign(obj uintptr)

func DateTimePicker_Refresh

func DateTimePicker_Refresh(obj uintptr)

func DateTimePicker_RemoveControl added in v1.1.21

func DateTimePicker_RemoveControl(obj uintptr, AControl uintptr)

func DateTimePicker_Repaint

func DateTimePicker_Repaint(obj uintptr)

func DateTimePicker_ScaleBy

func DateTimePicker_ScaleBy(obj uintptr, M int32, D int32)

func DateTimePicker_ScreenToClient

func DateTimePicker_ScreenToClient(obj uintptr, Point TPoint) TPoint

func DateTimePicker_ScrollBy added in v1.1.21

func DateTimePicker_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func DateTimePicker_SendToBack

func DateTimePicker_SendToBack(obj uintptr)

func DateTimePicker_SetAction

func DateTimePicker_SetAction(obj uintptr, value uintptr)

func DateTimePicker_SetAlign

func DateTimePicker_SetAlign(obj uintptr, value TAlign)

func DateTimePicker_SetAnchorSideBottom

func DateTimePicker_SetAnchorSideBottom(obj uintptr, value uintptr)

func DateTimePicker_SetAnchorSideLeft

func DateTimePicker_SetAnchorSideLeft(obj uintptr, value uintptr)

func DateTimePicker_SetAnchorSideRight

func DateTimePicker_SetAnchorSideRight(obj uintptr, value uintptr)

func DateTimePicker_SetAnchorSideTop

func DateTimePicker_SetAnchorSideTop(obj uintptr, value uintptr)

func DateTimePicker_SetAnchors

func DateTimePicker_SetAnchors(obj uintptr, value TAnchors)

func DateTimePicker_SetBiDiMode

func DateTimePicker_SetBiDiMode(obj uintptr, value TBiDiMode)

func DateTimePicker_SetBorderSpacing

func DateTimePicker_SetBorderSpacing(obj uintptr, value uintptr)

func DateTimePicker_SetBounds

func DateTimePicker_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func DateTimePicker_SetBoundsRect

func DateTimePicker_SetBoundsRect(obj uintptr, value TRect)

func DateTimePicker_SetCalAlignment

func DateTimePicker_SetCalAlignment(obj uintptr, value TDTCalAlignment)

func DateTimePicker_SetChecked

func DateTimePicker_SetChecked(obj uintptr, value bool)

func DateTimePicker_SetChildSizing

func DateTimePicker_SetChildSizing(obj uintptr, value uintptr)

func DateTimePicker_SetClientHeight

func DateTimePicker_SetClientHeight(obj uintptr, value int32)

func DateTimePicker_SetClientWidth

func DateTimePicker_SetClientWidth(obj uintptr, value int32)

func DateTimePicker_SetColor

func DateTimePicker_SetColor(obj uintptr, value TColor)

func DateTimePicker_SetComponentIndex

func DateTimePicker_SetComponentIndex(obj uintptr, value int32)

func DateTimePicker_SetConstraints added in v1.2.7

func DateTimePicker_SetConstraints(obj uintptr, value uintptr)

func DateTimePicker_SetControlState added in v1.1.21

func DateTimePicker_SetControlState(obj uintptr, value TControlState)

func DateTimePicker_SetControlStyle added in v1.1.21

func DateTimePicker_SetControlStyle(obj uintptr, value TControlStyle)

func DateTimePicker_SetCursor

func DateTimePicker_SetCursor(obj uintptr, value TCursor)

func DateTimePicker_SetDate

func DateTimePicker_SetDate(obj uintptr, value time.Time)

func DateTimePicker_SetDateMode

func DateTimePicker_SetDateMode(obj uintptr, value TDTDateMode)

func DateTimePicker_SetDateTime

func DateTimePicker_SetDateTime(obj uintptr, value time.Time)

func DateTimePicker_SetDockSite

func DateTimePicker_SetDockSite(obj uintptr, value bool)

func DateTimePicker_SetDoubleBuffered

func DateTimePicker_SetDoubleBuffered(obj uintptr, value bool)

func DateTimePicker_SetEnabled

func DateTimePicker_SetEnabled(obj uintptr, value bool)

func DateTimePicker_SetFocus

func DateTimePicker_SetFocus(obj uintptr)

func DateTimePicker_SetFont

func DateTimePicker_SetFont(obj uintptr, value uintptr)

func DateTimePicker_SetHeight

func DateTimePicker_SetHeight(obj uintptr, value int32)

func DateTimePicker_SetHint

func DateTimePicker_SetHint(obj uintptr, value string)

func DateTimePicker_SetLeft

func DateTimePicker_SetLeft(obj uintptr, value int32)

func DateTimePicker_SetMaxDate

func DateTimePicker_SetMaxDate(obj uintptr, value time.Time)

func DateTimePicker_SetMinDate

func DateTimePicker_SetMinDate(obj uintptr, value time.Time)

func DateTimePicker_SetName

func DateTimePicker_SetName(obj uintptr, value string)

func DateTimePicker_SetOnChange

func DateTimePicker_SetOnChange(obj uintptr, fn interface{})

func DateTimePicker_SetOnClick

func DateTimePicker_SetOnClick(obj uintptr, fn interface{})

func DateTimePicker_SetOnContextPopup

func DateTimePicker_SetOnContextPopup(obj uintptr, fn interface{})

func DateTimePicker_SetOnEnter

func DateTimePicker_SetOnEnter(obj uintptr, fn interface{})

func DateTimePicker_SetOnExit

func DateTimePicker_SetOnExit(obj uintptr, fn interface{})

func DateTimePicker_SetOnKeyDown

func DateTimePicker_SetOnKeyDown(obj uintptr, fn interface{})

func DateTimePicker_SetOnKeyPress

func DateTimePicker_SetOnKeyPress(obj uintptr, fn interface{})

func DateTimePicker_SetOnKeyUp

func DateTimePicker_SetOnKeyUp(obj uintptr, fn interface{})

func DateTimePicker_SetOnMouseEnter

func DateTimePicker_SetOnMouseEnter(obj uintptr, fn interface{})

func DateTimePicker_SetOnMouseLeave

func DateTimePicker_SetOnMouseLeave(obj uintptr, fn interface{})

func DateTimePicker_SetParent

func DateTimePicker_SetParent(obj uintptr, value uintptr)

func DateTimePicker_SetParentColor

func DateTimePicker_SetParentColor(obj uintptr, value bool)

func DateTimePicker_SetParentDoubleBuffered

func DateTimePicker_SetParentDoubleBuffered(obj uintptr, value bool)

func DateTimePicker_SetParentFont

func DateTimePicker_SetParentFont(obj uintptr, value bool)

func DateTimePicker_SetParentShowHint

func DateTimePicker_SetParentShowHint(obj uintptr, value bool)

func DateTimePicker_SetParentWindow

func DateTimePicker_SetParentWindow(obj uintptr, value HWND)

func DateTimePicker_SetPopupMenu

func DateTimePicker_SetPopupMenu(obj uintptr, value uintptr)

func DateTimePicker_SetShowHint

func DateTimePicker_SetShowHint(obj uintptr, value bool)

func DateTimePicker_SetTabOrder

func DateTimePicker_SetTabOrder(obj uintptr, value TTabOrder)

func DateTimePicker_SetTabStop

func DateTimePicker_SetTabStop(obj uintptr, value bool)

func DateTimePicker_SetTag

func DateTimePicker_SetTag(obj uintptr, value int)

func DateTimePicker_SetTextBuf added in v1.1.21

func DateTimePicker_SetTextBuf(obj uintptr, Buffer string)

func DateTimePicker_SetTime

func DateTimePicker_SetTime(obj uintptr, value time.Time)

func DateTimePicker_SetTop

func DateTimePicker_SetTop(obj uintptr, value int32)

func DateTimePicker_SetUseDockManager

func DateTimePicker_SetUseDockManager(obj uintptr, value bool)

func DateTimePicker_SetVisible

func DateTimePicker_SetVisible(obj uintptr, value bool)

func DateTimePicker_SetWidth

func DateTimePicker_SetWidth(obj uintptr, value int32)

func DateTimePicker_Show

func DateTimePicker_Show(obj uintptr)

func DateTimePicker_StaticClassType added in v1.1.18

func DateTimePicker_StaticClassType() TClass

func DateTimePicker_ToString

func DateTimePicker_ToString(obj uintptr) string

func DateTimePicker_Update

func DateTimePicker_Update(obj uintptr)

func DragDockObject_Assign

func DragDockObject_Assign(obj uintptr, Source uintptr)

func DragDockObject_ClassName

func DragDockObject_ClassName(obj uintptr) string

func DragDockObject_ClassType added in v1.1.18

func DragDockObject_ClassType(obj uintptr) TClass

func DragDockObject_Create

func DragDockObject_Create(obj uintptr) uintptr

func DragDockObject_Equals

func DragDockObject_Equals(obj uintptr, Obj uintptr) bool

func DragDockObject_Free

func DragDockObject_Free(obj uintptr)

func DragDockObject_GetAlwaysShowDragImages

func DragDockObject_GetAlwaysShowDragImages(obj uintptr) bool

func DragDockObject_GetControl

func DragDockObject_GetControl(obj uintptr) uintptr

func DragDockObject_GetDockRect

func DragDockObject_GetDockRect(obj uintptr) TRect

func DragDockObject_GetDragPos

func DragDockObject_GetDragPos(obj uintptr) TPoint

func DragDockObject_GetDragTarget

func DragDockObject_GetDragTarget(obj uintptr) uintptr

func DragDockObject_GetDragTargetPos

func DragDockObject_GetDragTargetPos(obj uintptr) TPoint

func DragDockObject_GetDropAlign

func DragDockObject_GetDropAlign(obj uintptr) TAlign

func DragDockObject_GetDropOnControl

func DragDockObject_GetDropOnControl(obj uintptr) uintptr

func DragDockObject_GetDropped

func DragDockObject_GetDropped(obj uintptr) bool

func DragDockObject_GetEraseDockRect

func DragDockObject_GetEraseDockRect(obj uintptr) TRect

func DragDockObject_GetFloating

func DragDockObject_GetFloating(obj uintptr) bool

func DragDockObject_GetHashCode

func DragDockObject_GetHashCode(obj uintptr) int32

func DragDockObject_HideDragImage

func DragDockObject_HideDragImage(obj uintptr)

func DragDockObject_InheritsFrom added in v1.1.18

func DragDockObject_InheritsFrom(obj uintptr, AClass TClass) bool

func DragDockObject_InstanceSize added in v1.1.18

func DragDockObject_InstanceSize(obj uintptr) int32

func DragDockObject_SetAlwaysShowDragImages

func DragDockObject_SetAlwaysShowDragImages(obj uintptr, value bool)

func DragDockObject_SetControl

func DragDockObject_SetControl(obj uintptr, value uintptr)

func DragDockObject_SetDockRect

func DragDockObject_SetDockRect(obj uintptr, value TRect)

func DragDockObject_SetDragPos

func DragDockObject_SetDragPos(obj uintptr, value TPoint)

func DragDockObject_SetDragTarget

func DragDockObject_SetDragTarget(obj uintptr, value uintptr)

func DragDockObject_SetDragTargetPos

func DragDockObject_SetDragTargetPos(obj uintptr, value TPoint)

func DragDockObject_SetEraseDockRect

func DragDockObject_SetEraseDockRect(obj uintptr, value TRect)

func DragDockObject_SetFloating

func DragDockObject_SetFloating(obj uintptr, value bool)

func DragDockObject_ShowDragImage

func DragDockObject_ShowDragImage(obj uintptr)

func DragDockObject_StaticClassType added in v1.1.18

func DragDockObject_StaticClassType() TClass

func DragDockObject_ToString

func DragDockObject_ToString(obj uintptr) string

func DragObject_Assign

func DragObject_Assign(obj uintptr, Source uintptr)

func DragObject_ClassName

func DragObject_ClassName(obj uintptr) string

func DragObject_ClassType added in v1.1.18

func DragObject_ClassType(obj uintptr) TClass

func DragObject_Create

func DragObject_Create(obj uintptr) uintptr

func DragObject_Equals

func DragObject_Equals(obj uintptr, Obj uintptr) bool

func DragObject_Free

func DragObject_Free(obj uintptr)

func DragObject_GetAlwaysShowDragImages

func DragObject_GetAlwaysShowDragImages(obj uintptr) bool

func DragObject_GetDragPos

func DragObject_GetDragPos(obj uintptr) TPoint

func DragObject_GetDragTarget

func DragObject_GetDragTarget(obj uintptr) uintptr

func DragObject_GetDragTargetPos

func DragObject_GetDragTargetPos(obj uintptr) TPoint

func DragObject_GetDropped

func DragObject_GetDropped(obj uintptr) bool

func DragObject_GetHashCode

func DragObject_GetHashCode(obj uintptr) int32

func DragObject_HideDragImage

func DragObject_HideDragImage(obj uintptr)

func DragObject_InheritsFrom added in v1.1.18

func DragObject_InheritsFrom(obj uintptr, AClass TClass) bool

func DragObject_InstanceSize added in v1.1.18

func DragObject_InstanceSize(obj uintptr) int32

func DragObject_SetAlwaysShowDragImages

func DragObject_SetAlwaysShowDragImages(obj uintptr, value bool)

func DragObject_SetDragPos

func DragObject_SetDragPos(obj uintptr, value TPoint)

func DragObject_SetDragTarget

func DragObject_SetDragTarget(obj uintptr, value uintptr)

func DragObject_SetDragTargetPos

func DragObject_SetDragTargetPos(obj uintptr, value TPoint)

func DragObject_ShowDragImage

func DragObject_ShowDragImage(obj uintptr)

func DragObject_StaticClassType added in v1.1.18

func DragObject_StaticClassType() TClass

func DragObject_ToString

func DragObject_ToString(obj uintptr) string

func DrawGrid_AnchorAsAlign

func DrawGrid_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func DrawGrid_AnchorClient

func DrawGrid_AnchorClient(obj uintptr, ASpace int32)

func DrawGrid_AnchorHorizontalCenterTo

func DrawGrid_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func DrawGrid_AnchorParallel

func DrawGrid_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func DrawGrid_AnchorToNeighbour

func DrawGrid_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func DrawGrid_AnchorVerticalCenterTo

func DrawGrid_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func DrawGrid_Assign added in v1.1.19

func DrawGrid_Assign(obj uintptr, Source uintptr)

func DrawGrid_BringToFront added in v1.1.19

func DrawGrid_BringToFront(obj uintptr)

func DrawGrid_CanFocus added in v1.1.19

func DrawGrid_CanFocus(obj uintptr) bool

func DrawGrid_CellRect added in v1.1.19

func DrawGrid_CellRect(obj uintptr, ACol int32, ARow int32) TRect

func DrawGrid_ClassName added in v1.1.19

func DrawGrid_ClassName(obj uintptr) string

func DrawGrid_ClassType added in v1.1.19

func DrawGrid_ClassType(obj uintptr) TClass

func DrawGrid_ClientToParent added in v1.1.19

func DrawGrid_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func DrawGrid_ClientToScreen added in v1.1.19

func DrawGrid_ClientToScreen(obj uintptr, Point TPoint) TPoint

func DrawGrid_ContainsControl added in v1.1.21

func DrawGrid_ContainsControl(obj uintptr, Control uintptr) bool

func DrawGrid_ControlAtPos added in v1.1.21

func DrawGrid_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func DrawGrid_Create added in v1.1.19

func DrawGrid_Create(obj uintptr) uintptr

func DrawGrid_DisableAlign added in v1.1.21

func DrawGrid_DisableAlign(obj uintptr)

func DrawGrid_Dragging added in v1.1.19

func DrawGrid_Dragging(obj uintptr) bool

func DrawGrid_EnableAlign added in v1.1.21

func DrawGrid_EnableAlign(obj uintptr)

func DrawGrid_Equals added in v1.1.19

func DrawGrid_Equals(obj uintptr, Obj uintptr) bool

func DrawGrid_FindChildControl added in v1.1.21

func DrawGrid_FindChildControl(obj uintptr, ControlName string) uintptr

func DrawGrid_FindComponent added in v1.1.19

func DrawGrid_FindComponent(obj uintptr, AName string) uintptr

func DrawGrid_FlipChildren added in v1.1.19

func DrawGrid_FlipChildren(obj uintptr, AllLevels bool)

func DrawGrid_Focused added in v1.1.19

func DrawGrid_Focused(obj uintptr) bool

func DrawGrid_Free added in v1.1.19

func DrawGrid_Free(obj uintptr)

func DrawGrid_GetAction added in v1.1.19

func DrawGrid_GetAction(obj uintptr) uintptr

func DrawGrid_GetAlign added in v1.1.19

func DrawGrid_GetAlign(obj uintptr) TAlign

func DrawGrid_GetAnchorSide

func DrawGrid_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func DrawGrid_GetAnchorSideBottom

func DrawGrid_GetAnchorSideBottom(obj uintptr) uintptr

func DrawGrid_GetAnchorSideLeft

func DrawGrid_GetAnchorSideLeft(obj uintptr) uintptr

func DrawGrid_GetAnchorSideRight

func DrawGrid_GetAnchorSideRight(obj uintptr) uintptr

func DrawGrid_GetAnchorSideTop

func DrawGrid_GetAnchorSideTop(obj uintptr) uintptr

func DrawGrid_GetAnchors added in v1.1.19

func DrawGrid_GetAnchors(obj uintptr) TAnchors

func DrawGrid_GetBiDiMode added in v1.1.19

func DrawGrid_GetBiDiMode(obj uintptr) TBiDiMode

func DrawGrid_GetBorderSpacing

func DrawGrid_GetBorderSpacing(obj uintptr) uintptr

func DrawGrid_GetBorderStyle added in v1.1.19

func DrawGrid_GetBorderStyle(obj uintptr) TBorderStyle

func DrawGrid_GetBoundsRect added in v1.1.19

func DrawGrid_GetBoundsRect(obj uintptr) TRect

func DrawGrid_GetBrush added in v1.1.19

func DrawGrid_GetBrush(obj uintptr) uintptr

func DrawGrid_GetCanvas added in v1.1.19

func DrawGrid_GetCanvas(obj uintptr) uintptr

func DrawGrid_GetChildSizing

func DrawGrid_GetChildSizing(obj uintptr) uintptr

func DrawGrid_GetClientHeight added in v1.1.19

func DrawGrid_GetClientHeight(obj uintptr) int32

func DrawGrid_GetClientOrigin added in v1.1.21

func DrawGrid_GetClientOrigin(obj uintptr) TPoint

func DrawGrid_GetClientRect added in v1.1.19

func DrawGrid_GetClientRect(obj uintptr) TRect

func DrawGrid_GetClientWidth added in v1.1.19

func DrawGrid_GetClientWidth(obj uintptr) int32

func DrawGrid_GetCol added in v1.1.19

func DrawGrid_GetCol(obj uintptr) int32

func DrawGrid_GetColCount added in v1.1.19

func DrawGrid_GetColCount(obj uintptr) int32

func DrawGrid_GetColWidths added in v1.1.19

func DrawGrid_GetColWidths(obj uintptr, Index int32) int32

func DrawGrid_GetColor added in v1.1.19

func DrawGrid_GetColor(obj uintptr) TColor

func DrawGrid_GetComponentCount added in v1.1.19

func DrawGrid_GetComponentCount(obj uintptr) int32

func DrawGrid_GetComponentIndex added in v1.1.19

func DrawGrid_GetComponentIndex(obj uintptr) int32

func DrawGrid_GetComponents added in v1.1.19

func DrawGrid_GetComponents(obj uintptr, AIndex int32) uintptr

func DrawGrid_GetConstraints added in v1.2.7

func DrawGrid_GetConstraints(obj uintptr) uintptr

func DrawGrid_GetControlCount added in v1.1.19

func DrawGrid_GetControlCount(obj uintptr) int32

func DrawGrid_GetControlState added in v1.1.21

func DrawGrid_GetControlState(obj uintptr) TControlState

func DrawGrid_GetControlStyle added in v1.1.21

func DrawGrid_GetControlStyle(obj uintptr) TControlStyle

func DrawGrid_GetControls added in v1.1.19

func DrawGrid_GetControls(obj uintptr, Index int32) uintptr

func DrawGrid_GetCursor added in v1.1.19

func DrawGrid_GetCursor(obj uintptr) TCursor

func DrawGrid_GetDefaultColWidth added in v1.1.19

func DrawGrid_GetDefaultColWidth(obj uintptr) int32

func DrawGrid_GetDefaultDrawing added in v1.1.19

func DrawGrid_GetDefaultDrawing(obj uintptr) bool

func DrawGrid_GetDefaultRowHeight added in v1.1.19

func DrawGrid_GetDefaultRowHeight(obj uintptr) int32

func DrawGrid_GetDockClientCount added in v1.1.21

func DrawGrid_GetDockClientCount(obj uintptr) int32

func DrawGrid_GetDockClients added in v1.1.21

func DrawGrid_GetDockClients(obj uintptr, Index int32) uintptr

func DrawGrid_GetDockSite added in v1.1.19

func DrawGrid_GetDockSite(obj uintptr) bool

func DrawGrid_GetDoubleBuffered added in v1.1.19

func DrawGrid_GetDoubleBuffered(obj uintptr) bool

func DrawGrid_GetDragCursor added in v1.1.19

func DrawGrid_GetDragCursor(obj uintptr) TCursor

func DrawGrid_GetDragKind added in v1.1.19

func DrawGrid_GetDragKind(obj uintptr) TDragKind

func DrawGrid_GetDragMode added in v1.1.19

func DrawGrid_GetDragMode(obj uintptr) TDragMode

func DrawGrid_GetEditorMode added in v1.1.19

func DrawGrid_GetEditorMode(obj uintptr) bool

func DrawGrid_GetEnabled added in v1.1.19

func DrawGrid_GetEnabled(obj uintptr) bool

func DrawGrid_GetFixedColor added in v1.1.19

func DrawGrid_GetFixedColor(obj uintptr) TColor

func DrawGrid_GetFixedCols added in v1.1.19

func DrawGrid_GetFixedCols(obj uintptr) int32

func DrawGrid_GetFixedRows added in v1.1.19

func DrawGrid_GetFixedRows(obj uintptr) int32

func DrawGrid_GetFloating added in v1.1.19

func DrawGrid_GetFloating(obj uintptr) bool

func DrawGrid_GetFont added in v1.1.19

func DrawGrid_GetFont(obj uintptr) uintptr

func DrawGrid_GetGridHeight added in v1.1.19

func DrawGrid_GetGridHeight(obj uintptr) int32

func DrawGrid_GetGridLineWidth added in v1.1.19

func DrawGrid_GetGridLineWidth(obj uintptr) int32

func DrawGrid_GetGridWidth added in v1.1.19

func DrawGrid_GetGridWidth(obj uintptr) int32

func DrawGrid_GetHandle added in v1.1.19

func DrawGrid_GetHandle(obj uintptr) HWND

func DrawGrid_GetHashCode added in v1.1.19

func DrawGrid_GetHashCode(obj uintptr) int32

func DrawGrid_GetHeight added in v1.1.19

func DrawGrid_GetHeight(obj uintptr) int32

func DrawGrid_GetHint added in v1.1.19

func DrawGrid_GetHint(obj uintptr) string

func DrawGrid_GetLeft added in v1.1.19

func DrawGrid_GetLeft(obj uintptr) int32

func DrawGrid_GetLeftCol added in v1.1.19

func DrawGrid_GetLeftCol(obj uintptr) int32

func DrawGrid_GetMouseInClient added in v1.1.21

func DrawGrid_GetMouseInClient(obj uintptr) bool

func DrawGrid_GetName added in v1.1.19

func DrawGrid_GetName(obj uintptr) string

func DrawGrid_GetNamePath added in v1.1.19

func DrawGrid_GetNamePath(obj uintptr) string

func DrawGrid_GetOptions added in v1.1.19

func DrawGrid_GetOptions(obj uintptr) TGridOptions

func DrawGrid_GetOwner added in v1.1.19

func DrawGrid_GetOwner(obj uintptr) uintptr

func DrawGrid_GetParent added in v1.1.19

func DrawGrid_GetParent(obj uintptr) uintptr

func DrawGrid_GetParentColor added in v1.1.19

func DrawGrid_GetParentColor(obj uintptr) bool

func DrawGrid_GetParentDoubleBuffered added in v1.1.19

func DrawGrid_GetParentDoubleBuffered(obj uintptr) bool

func DrawGrid_GetParentFont added in v1.1.19

func DrawGrid_GetParentFont(obj uintptr) bool

func DrawGrid_GetParentShowHint added in v1.1.19

func DrawGrid_GetParentShowHint(obj uintptr) bool

func DrawGrid_GetParentWindow added in v1.1.19

func DrawGrid_GetParentWindow(obj uintptr) HWND

func DrawGrid_GetPopupMenu added in v1.1.19

func DrawGrid_GetPopupMenu(obj uintptr) uintptr

func DrawGrid_GetRow added in v1.1.19

func DrawGrid_GetRow(obj uintptr) int32

func DrawGrid_GetRowCount added in v1.1.19

func DrawGrid_GetRowCount(obj uintptr) int32

func DrawGrid_GetRowHeights added in v1.1.19

func DrawGrid_GetRowHeights(obj uintptr, Index int32) int32

func DrawGrid_GetScrollBars added in v1.1.19

func DrawGrid_GetScrollBars(obj uintptr) TScrollStyle

func DrawGrid_GetSelection added in v1.1.19

func DrawGrid_GetSelection(obj uintptr) TGridRect

func DrawGrid_GetShowHint added in v1.1.19

func DrawGrid_GetShowHint(obj uintptr) bool

func DrawGrid_GetTabOrder added in v1.1.19

func DrawGrid_GetTabOrder(obj uintptr) TTabOrder

func DrawGrid_GetTabStop added in v1.1.19

func DrawGrid_GetTabStop(obj uintptr) bool

func DrawGrid_GetTag added in v1.1.19

func DrawGrid_GetTag(obj uintptr) int

func DrawGrid_GetTextBuf added in v1.1.19

func DrawGrid_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func DrawGrid_GetTextLen added in v1.1.19

func DrawGrid_GetTextLen(obj uintptr) int32

func DrawGrid_GetTop added in v1.1.19

func DrawGrid_GetTop(obj uintptr) int32

func DrawGrid_GetTopRow added in v1.1.19

func DrawGrid_GetTopRow(obj uintptr) int32

func DrawGrid_GetUseDockManager added in v1.1.19

func DrawGrid_GetUseDockManager(obj uintptr) bool

func DrawGrid_GetVisible added in v1.1.19

func DrawGrid_GetVisible(obj uintptr) bool

func DrawGrid_GetVisibleColCount added in v1.1.19

func DrawGrid_GetVisibleColCount(obj uintptr) int32

func DrawGrid_GetVisibleDockClientCount added in v1.1.21

func DrawGrid_GetVisibleDockClientCount(obj uintptr) int32

func DrawGrid_GetVisibleRowCount added in v1.1.19

func DrawGrid_GetVisibleRowCount(obj uintptr) int32

func DrawGrid_GetWidth added in v1.1.19

func DrawGrid_GetWidth(obj uintptr) int32

func DrawGrid_HandleAllocated added in v1.1.19

func DrawGrid_HandleAllocated(obj uintptr) bool

func DrawGrid_HasParent added in v1.1.19

func DrawGrid_HasParent(obj uintptr) bool

func DrawGrid_Hide added in v1.1.19

func DrawGrid_Hide(obj uintptr)

func DrawGrid_InheritsFrom added in v1.1.19

func DrawGrid_InheritsFrom(obj uintptr, AClass TClass) bool

func DrawGrid_InsertControl added in v1.1.21

func DrawGrid_InsertControl(obj uintptr, AControl uintptr)

func DrawGrid_InstanceSize added in v1.1.19

func DrawGrid_InstanceSize(obj uintptr) int32

func DrawGrid_Invalidate added in v1.1.19

func DrawGrid_Invalidate(obj uintptr)

func DrawGrid_MouseCoord added in v1.1.19

func DrawGrid_MouseCoord(obj uintptr, X int32, Y int32) TGridCoord

func DrawGrid_MouseToCell added in v1.1.19

func DrawGrid_MouseToCell(obj uintptr, X int32, Y int32, ACol *int32, ARow *int32)

func DrawGrid_ParentToClient added in v1.1.19

func DrawGrid_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func DrawGrid_Perform added in v1.1.19

func DrawGrid_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func DrawGrid_Realign added in v1.1.19

func DrawGrid_Realign(obj uintptr)

func DrawGrid_Refresh added in v1.1.19

func DrawGrid_Refresh(obj uintptr)

func DrawGrid_RemoveControl added in v1.1.21

func DrawGrid_RemoveControl(obj uintptr, AControl uintptr)

func DrawGrid_Repaint added in v1.1.19

func DrawGrid_Repaint(obj uintptr)

func DrawGrid_ScaleBy added in v1.1.19

func DrawGrid_ScaleBy(obj uintptr, M int32, D int32)

func DrawGrid_ScreenToClient added in v1.1.19

func DrawGrid_ScreenToClient(obj uintptr, Point TPoint) TPoint

func DrawGrid_ScrollBy added in v1.1.21

func DrawGrid_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func DrawGrid_SendToBack added in v1.1.19

func DrawGrid_SendToBack(obj uintptr)

func DrawGrid_SetAction added in v1.1.19

func DrawGrid_SetAction(obj uintptr, value uintptr)

func DrawGrid_SetAlign added in v1.1.19

func DrawGrid_SetAlign(obj uintptr, value TAlign)

func DrawGrid_SetAnchorSideBottom

func DrawGrid_SetAnchorSideBottom(obj uintptr, value uintptr)

func DrawGrid_SetAnchorSideLeft

func DrawGrid_SetAnchorSideLeft(obj uintptr, value uintptr)

func DrawGrid_SetAnchorSideRight

func DrawGrid_SetAnchorSideRight(obj uintptr, value uintptr)

func DrawGrid_SetAnchorSideTop

func DrawGrid_SetAnchorSideTop(obj uintptr, value uintptr)

func DrawGrid_SetAnchors added in v1.1.19

func DrawGrid_SetAnchors(obj uintptr, value TAnchors)

func DrawGrid_SetBiDiMode added in v1.1.19

func DrawGrid_SetBiDiMode(obj uintptr, value TBiDiMode)

func DrawGrid_SetBorderSpacing

func DrawGrid_SetBorderSpacing(obj uintptr, value uintptr)

func DrawGrid_SetBorderStyle added in v1.1.19

func DrawGrid_SetBorderStyle(obj uintptr, value TBorderStyle)

func DrawGrid_SetBounds added in v1.1.19

func DrawGrid_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func DrawGrid_SetBoundsRect added in v1.1.19

func DrawGrid_SetBoundsRect(obj uintptr, value TRect)

func DrawGrid_SetChildSizing

func DrawGrid_SetChildSizing(obj uintptr, value uintptr)

func DrawGrid_SetClientHeight added in v1.1.19

func DrawGrid_SetClientHeight(obj uintptr, value int32)

func DrawGrid_SetClientWidth added in v1.1.19

func DrawGrid_SetClientWidth(obj uintptr, value int32)

func DrawGrid_SetCol added in v1.1.19

func DrawGrid_SetCol(obj uintptr, value int32)

func DrawGrid_SetColCount added in v1.1.19

func DrawGrid_SetColCount(obj uintptr, value int32)

func DrawGrid_SetColWidths added in v1.1.19

func DrawGrid_SetColWidths(obj uintptr, Index int32, value int32)

func DrawGrid_SetColor added in v1.1.19

func DrawGrid_SetColor(obj uintptr, value TColor)

func DrawGrid_SetComponentIndex added in v1.1.19

func DrawGrid_SetComponentIndex(obj uintptr, value int32)

func DrawGrid_SetConstraints added in v1.2.7

func DrawGrid_SetConstraints(obj uintptr, value uintptr)

func DrawGrid_SetControlState added in v1.1.21

func DrawGrid_SetControlState(obj uintptr, value TControlState)

func DrawGrid_SetControlStyle added in v1.1.21

func DrawGrid_SetControlStyle(obj uintptr, value TControlStyle)

func DrawGrid_SetCursor added in v1.1.19

func DrawGrid_SetCursor(obj uintptr, value TCursor)

func DrawGrid_SetDefaultColWidth added in v1.1.19

func DrawGrid_SetDefaultColWidth(obj uintptr, value int32)

func DrawGrid_SetDefaultDrawing added in v1.1.19

func DrawGrid_SetDefaultDrawing(obj uintptr, value bool)

func DrawGrid_SetDefaultRowHeight added in v1.1.19

func DrawGrid_SetDefaultRowHeight(obj uintptr, value int32)

func DrawGrid_SetDockSite added in v1.1.19

func DrawGrid_SetDockSite(obj uintptr, value bool)

func DrawGrid_SetDoubleBuffered added in v1.1.19

func DrawGrid_SetDoubleBuffered(obj uintptr, value bool)

func DrawGrid_SetDragCursor added in v1.1.19

func DrawGrid_SetDragCursor(obj uintptr, value TCursor)

func DrawGrid_SetDragKind added in v1.1.19

func DrawGrid_SetDragKind(obj uintptr, value TDragKind)

func DrawGrid_SetDragMode added in v1.1.19

func DrawGrid_SetDragMode(obj uintptr, value TDragMode)

func DrawGrid_SetEditorMode added in v1.1.19

func DrawGrid_SetEditorMode(obj uintptr, value bool)

func DrawGrid_SetEnabled added in v1.1.19

func DrawGrid_SetEnabled(obj uintptr, value bool)

func DrawGrid_SetFixedColor added in v1.1.19

func DrawGrid_SetFixedColor(obj uintptr, value TColor)

func DrawGrid_SetFixedCols added in v1.1.19

func DrawGrid_SetFixedCols(obj uintptr, value int32)

func DrawGrid_SetFixedRows added in v1.1.19

func DrawGrid_SetFixedRows(obj uintptr, value int32)

func DrawGrid_SetFocus added in v1.1.19

func DrawGrid_SetFocus(obj uintptr)

func DrawGrid_SetFont added in v1.1.19

func DrawGrid_SetFont(obj uintptr, value uintptr)

func DrawGrid_SetGridLineWidth added in v1.1.19

func DrawGrid_SetGridLineWidth(obj uintptr, value int32)

func DrawGrid_SetHeight added in v1.1.19

func DrawGrid_SetHeight(obj uintptr, value int32)

func DrawGrid_SetHint added in v1.1.19

func DrawGrid_SetHint(obj uintptr, value string)

func DrawGrid_SetLeft added in v1.1.19

func DrawGrid_SetLeft(obj uintptr, value int32)

func DrawGrid_SetLeftCol added in v1.1.19

func DrawGrid_SetLeftCol(obj uintptr, value int32)

func DrawGrid_SetName added in v1.1.19

func DrawGrid_SetName(obj uintptr, value string)

func DrawGrid_SetOnClick added in v1.1.19

func DrawGrid_SetOnClick(obj uintptr, fn interface{})

func DrawGrid_SetOnColumnMoved added in v1.1.19

func DrawGrid_SetOnColumnMoved(obj uintptr, fn interface{})

func DrawGrid_SetOnContextPopup added in v1.1.19

func DrawGrid_SetOnContextPopup(obj uintptr, fn interface{})

func DrawGrid_SetOnDblClick added in v1.1.19

func DrawGrid_SetOnDblClick(obj uintptr, fn interface{})

func DrawGrid_SetOnDragDrop added in v1.1.19

func DrawGrid_SetOnDragDrop(obj uintptr, fn interface{})

func DrawGrid_SetOnDragOver added in v1.1.19

func DrawGrid_SetOnDragOver(obj uintptr, fn interface{})

func DrawGrid_SetOnDrawCell added in v1.1.19

func DrawGrid_SetOnDrawCell(obj uintptr, fn interface{})

func DrawGrid_SetOnEndDock added in v1.1.19

func DrawGrid_SetOnEndDock(obj uintptr, fn interface{})

func DrawGrid_SetOnEndDrag added in v1.1.19

func DrawGrid_SetOnEndDrag(obj uintptr, fn interface{})

func DrawGrid_SetOnEnter added in v1.1.19

func DrawGrid_SetOnEnter(obj uintptr, fn interface{})

func DrawGrid_SetOnExit added in v1.1.19

func DrawGrid_SetOnExit(obj uintptr, fn interface{})

func DrawGrid_SetOnGetEditMask added in v1.1.19

func DrawGrid_SetOnGetEditMask(obj uintptr, fn interface{})

func DrawGrid_SetOnGetEditText added in v1.1.19

func DrawGrid_SetOnGetEditText(obj uintptr, fn interface{})

func DrawGrid_SetOnKeyDown added in v1.1.19

func DrawGrid_SetOnKeyDown(obj uintptr, fn interface{})

func DrawGrid_SetOnKeyPress added in v1.1.19

func DrawGrid_SetOnKeyPress(obj uintptr, fn interface{})

func DrawGrid_SetOnKeyUp added in v1.1.19

func DrawGrid_SetOnKeyUp(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseDown added in v1.1.19

func DrawGrid_SetOnMouseDown(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseEnter added in v1.1.19

func DrawGrid_SetOnMouseEnter(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseLeave added in v1.1.19

func DrawGrid_SetOnMouseLeave(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseMove added in v1.1.19

func DrawGrid_SetOnMouseMove(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseUp added in v1.1.19

func DrawGrid_SetOnMouseUp(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseWheelDown added in v1.1.19

func DrawGrid_SetOnMouseWheelDown(obj uintptr, fn interface{})

func DrawGrid_SetOnMouseWheelUp added in v1.1.19

func DrawGrid_SetOnMouseWheelUp(obj uintptr, fn interface{})

func DrawGrid_SetOnRowMoved added in v1.1.19

func DrawGrid_SetOnRowMoved(obj uintptr, fn interface{})

func DrawGrid_SetOnSelectCell added in v1.1.19

func DrawGrid_SetOnSelectCell(obj uintptr, fn interface{})

func DrawGrid_SetOnSetEditText added in v1.1.19

func DrawGrid_SetOnSetEditText(obj uintptr, fn interface{})

func DrawGrid_SetOnStartDock added in v1.1.19

func DrawGrid_SetOnStartDock(obj uintptr, fn interface{})

func DrawGrid_SetOnTopLeftChanged added in v1.1.19

func DrawGrid_SetOnTopLeftChanged(obj uintptr, fn interface{})

func DrawGrid_SetOptions added in v1.1.19

func DrawGrid_SetOptions(obj uintptr, value TGridOptions)

func DrawGrid_SetParent added in v1.1.19

func DrawGrid_SetParent(obj uintptr, value uintptr)

func DrawGrid_SetParentColor added in v1.1.19

func DrawGrid_SetParentColor(obj uintptr, value bool)

func DrawGrid_SetParentDoubleBuffered added in v1.1.19

func DrawGrid_SetParentDoubleBuffered(obj uintptr, value bool)

func DrawGrid_SetParentFont added in v1.1.19

func DrawGrid_SetParentFont(obj uintptr, value bool)

func DrawGrid_SetParentShowHint added in v1.1.19

func DrawGrid_SetParentShowHint(obj uintptr, value bool)

func DrawGrid_SetParentWindow added in v1.1.19

func DrawGrid_SetParentWindow(obj uintptr, value HWND)

func DrawGrid_SetPopupMenu added in v1.1.19

func DrawGrid_SetPopupMenu(obj uintptr, value uintptr)

func DrawGrid_SetRow added in v1.1.19

func DrawGrid_SetRow(obj uintptr, value int32)

func DrawGrid_SetRowCount added in v1.1.19

func DrawGrid_SetRowCount(obj uintptr, value int32)

func DrawGrid_SetRowHeights added in v1.1.19

func DrawGrid_SetRowHeights(obj uintptr, Index int32, value int32)

func DrawGrid_SetScrollBars added in v1.1.19

func DrawGrid_SetScrollBars(obj uintptr, value TScrollStyle)

func DrawGrid_SetSelection added in v1.1.19

func DrawGrid_SetSelection(obj uintptr, value TGridRect)

func DrawGrid_SetShowHint added in v1.1.19

func DrawGrid_SetShowHint(obj uintptr, value bool)

func DrawGrid_SetTabOrder added in v1.1.19

func DrawGrid_SetTabOrder(obj uintptr, value TTabOrder)

func DrawGrid_SetTabStop added in v1.1.19

func DrawGrid_SetTabStop(obj uintptr, value bool)

func DrawGrid_SetTag added in v1.1.19

func DrawGrid_SetTag(obj uintptr, value int)

func DrawGrid_SetTextBuf added in v1.1.21

func DrawGrid_SetTextBuf(obj uintptr, Buffer string)

func DrawGrid_SetTop added in v1.1.19

func DrawGrid_SetTop(obj uintptr, value int32)

func DrawGrid_SetTopRow added in v1.1.19

func DrawGrid_SetTopRow(obj uintptr, value int32)

func DrawGrid_SetUseDockManager added in v1.1.19

func DrawGrid_SetUseDockManager(obj uintptr, value bool)

func DrawGrid_SetVisible added in v1.1.19

func DrawGrid_SetVisible(obj uintptr, value bool)

func DrawGrid_SetWidth added in v1.1.19

func DrawGrid_SetWidth(obj uintptr, value int32)

func DrawGrid_Show added in v1.1.19

func DrawGrid_Show(obj uintptr)

func DrawGrid_StaticClassType added in v1.1.19

func DrawGrid_StaticClassType() TClass

func DrawGrid_ToString added in v1.1.19

func DrawGrid_ToString(obj uintptr) string

func DrawGrid_Update added in v1.1.19

func DrawGrid_Update(obj uintptr)

func Edit_AnchorAsAlign

func Edit_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Edit_AnchorClient

func Edit_AnchorClient(obj uintptr, ASpace int32)

func Edit_AnchorHorizontalCenterTo

func Edit_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Edit_AnchorParallel

func Edit_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Edit_AnchorToNeighbour

func Edit_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Edit_AnchorVerticalCenterTo

func Edit_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Edit_Assign

func Edit_Assign(obj uintptr, Source uintptr)

func Edit_BringToFront

func Edit_BringToFront(obj uintptr)

func Edit_CanFocus

func Edit_CanFocus(obj uintptr) bool

func Edit_ClassName

func Edit_ClassName(obj uintptr) string

func Edit_ClassType added in v1.1.18

func Edit_ClassType(obj uintptr) TClass

func Edit_Clear

func Edit_Clear(obj uintptr)

func Edit_ClearSelection

func Edit_ClearSelection(obj uintptr)

func Edit_ClientToParent

func Edit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Edit_ClientToScreen

func Edit_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Edit_ContainsControl added in v1.1.21

func Edit_ContainsControl(obj uintptr, Control uintptr) bool

func Edit_ControlAtPos added in v1.1.21

func Edit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Edit_CopyToClipboard

func Edit_CopyToClipboard(obj uintptr)

func Edit_Create

func Edit_Create(obj uintptr) uintptr

func Edit_CutToClipboard

func Edit_CutToClipboard(obj uintptr)

func Edit_DisableAlign added in v1.1.21

func Edit_DisableAlign(obj uintptr)

func Edit_Dragging

func Edit_Dragging(obj uintptr) bool

func Edit_EnableAlign added in v1.1.21

func Edit_EnableAlign(obj uintptr)

func Edit_Equals

func Edit_Equals(obj uintptr, Obj uintptr) bool

func Edit_FindChildControl added in v1.1.21

func Edit_FindChildControl(obj uintptr, ControlName string) uintptr

func Edit_FindComponent

func Edit_FindComponent(obj uintptr, AName string) uintptr

func Edit_FlipChildren

func Edit_FlipChildren(obj uintptr, AllLevels bool)

func Edit_Focused

func Edit_Focused(obj uintptr) bool

func Edit_Free

func Edit_Free(obj uintptr)

func Edit_GetAction

func Edit_GetAction(obj uintptr) uintptr

func Edit_GetAlign

func Edit_GetAlign(obj uintptr) TAlign

func Edit_GetAlignment

func Edit_GetAlignment(obj uintptr) TAlignment

func Edit_GetAnchorSide

func Edit_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Edit_GetAnchorSideBottom

func Edit_GetAnchorSideBottom(obj uintptr) uintptr

func Edit_GetAnchorSideLeft

func Edit_GetAnchorSideLeft(obj uintptr) uintptr

func Edit_GetAnchorSideRight

func Edit_GetAnchorSideRight(obj uintptr) uintptr

func Edit_GetAnchorSideTop

func Edit_GetAnchorSideTop(obj uintptr) uintptr

func Edit_GetAnchors

func Edit_GetAnchors(obj uintptr) TAnchors

func Edit_GetAutoSelect

func Edit_GetAutoSelect(obj uintptr) bool

func Edit_GetAutoSize

func Edit_GetAutoSize(obj uintptr) bool

func Edit_GetBiDiMode

func Edit_GetBiDiMode(obj uintptr) TBiDiMode

func Edit_GetBorderSpacing

func Edit_GetBorderSpacing(obj uintptr) uintptr

func Edit_GetBorderStyle

func Edit_GetBorderStyle(obj uintptr) TBorderStyle

func Edit_GetBoundsRect

func Edit_GetBoundsRect(obj uintptr) TRect

func Edit_GetBrush

func Edit_GetBrush(obj uintptr) uintptr

func Edit_GetCanUndo

func Edit_GetCanUndo(obj uintptr) bool

func Edit_GetCharCase added in v1.1.19

func Edit_GetCharCase(obj uintptr) TEditCharCase

func Edit_GetChildSizing

func Edit_GetChildSizing(obj uintptr) uintptr

func Edit_GetClientHeight

func Edit_GetClientHeight(obj uintptr) int32

func Edit_GetClientOrigin added in v1.1.21

func Edit_GetClientOrigin(obj uintptr) TPoint

func Edit_GetClientRect

func Edit_GetClientRect(obj uintptr) TRect

func Edit_GetClientWidth

func Edit_GetClientWidth(obj uintptr) int32

func Edit_GetColor

func Edit_GetColor(obj uintptr) TColor

func Edit_GetComponentCount

func Edit_GetComponentCount(obj uintptr) int32

func Edit_GetComponentIndex

func Edit_GetComponentIndex(obj uintptr) int32

func Edit_GetComponents

func Edit_GetComponents(obj uintptr, AIndex int32) uintptr

func Edit_GetConstraints added in v1.2.7

func Edit_GetConstraints(obj uintptr) uintptr

func Edit_GetControlCount

func Edit_GetControlCount(obj uintptr) int32

func Edit_GetControlState added in v1.1.21

func Edit_GetControlState(obj uintptr) TControlState

func Edit_GetControlStyle added in v1.1.21

func Edit_GetControlStyle(obj uintptr) TControlStyle

func Edit_GetControls

func Edit_GetControls(obj uintptr, Index int32) uintptr

func Edit_GetCursor

func Edit_GetCursor(obj uintptr) TCursor

func Edit_GetDockClientCount added in v1.1.21

func Edit_GetDockClientCount(obj uintptr) int32

func Edit_GetDockClients added in v1.1.21

func Edit_GetDockClients(obj uintptr, Index int32) uintptr

func Edit_GetDockSite

func Edit_GetDockSite(obj uintptr) bool

func Edit_GetDoubleBuffered

func Edit_GetDoubleBuffered(obj uintptr) bool

func Edit_GetDragCursor

func Edit_GetDragCursor(obj uintptr) TCursor

func Edit_GetDragKind

func Edit_GetDragKind(obj uintptr) TDragKind

func Edit_GetDragMode

func Edit_GetDragMode(obj uintptr) TDragMode

func Edit_GetEnabled

func Edit_GetEnabled(obj uintptr) bool

func Edit_GetFloating

func Edit_GetFloating(obj uintptr) bool

func Edit_GetFont

func Edit_GetFont(obj uintptr) uintptr

func Edit_GetHandle

func Edit_GetHandle(obj uintptr) HWND

func Edit_GetHashCode

func Edit_GetHashCode(obj uintptr) int32

func Edit_GetHeight

func Edit_GetHeight(obj uintptr) int32

func Edit_GetHideSelection

func Edit_GetHideSelection(obj uintptr) bool

func Edit_GetHint

func Edit_GetHint(obj uintptr) string

func Edit_GetLeft

func Edit_GetLeft(obj uintptr) int32

func Edit_GetMaxLength

func Edit_GetMaxLength(obj uintptr) int32

func Edit_GetModified

func Edit_GetModified(obj uintptr) bool

func Edit_GetMouseInClient added in v1.1.21

func Edit_GetMouseInClient(obj uintptr) bool

func Edit_GetName

func Edit_GetName(obj uintptr) string

func Edit_GetNamePath

func Edit_GetNamePath(obj uintptr) string

func Edit_GetNumbersOnly

func Edit_GetNumbersOnly(obj uintptr) bool

func Edit_GetOwner

func Edit_GetOwner(obj uintptr) uintptr

func Edit_GetParent

func Edit_GetParent(obj uintptr) uintptr

func Edit_GetParentColor

func Edit_GetParentColor(obj uintptr) bool

func Edit_GetParentDoubleBuffered

func Edit_GetParentDoubleBuffered(obj uintptr) bool

func Edit_GetParentFont

func Edit_GetParentFont(obj uintptr) bool

func Edit_GetParentShowHint

func Edit_GetParentShowHint(obj uintptr) bool

func Edit_GetParentWindow

func Edit_GetParentWindow(obj uintptr) HWND

func Edit_GetPasswordChar

func Edit_GetPasswordChar(obj uintptr) uint16

func Edit_GetPopupMenu

func Edit_GetPopupMenu(obj uintptr) uintptr

func Edit_GetReadOnly

func Edit_GetReadOnly(obj uintptr) bool

func Edit_GetSelLength

func Edit_GetSelLength(obj uintptr) int32

func Edit_GetSelStart

func Edit_GetSelStart(obj uintptr) int32

func Edit_GetSelText

func Edit_GetSelText(obj uintptr) string

func Edit_GetShowHint

func Edit_GetShowHint(obj uintptr) bool

func Edit_GetTabOrder

func Edit_GetTabOrder(obj uintptr) TTabOrder

func Edit_GetTabStop

func Edit_GetTabStop(obj uintptr) bool

func Edit_GetTag

func Edit_GetTag(obj uintptr) int

func Edit_GetText

func Edit_GetText(obj uintptr) string

func Edit_GetTextBuf

func Edit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Edit_GetTextHint

func Edit_GetTextHint(obj uintptr) string

func Edit_GetTextLen

func Edit_GetTextLen(obj uintptr) int32

func Edit_GetTop

func Edit_GetTop(obj uintptr) int32

func Edit_GetUseDockManager

func Edit_GetUseDockManager(obj uintptr) bool

func Edit_GetVisible

func Edit_GetVisible(obj uintptr) bool

func Edit_GetVisibleDockClientCount added in v1.1.21

func Edit_GetVisibleDockClientCount(obj uintptr) int32

func Edit_GetWidth

func Edit_GetWidth(obj uintptr) int32

func Edit_HandleAllocated

func Edit_HandleAllocated(obj uintptr) bool

func Edit_HasParent

func Edit_HasParent(obj uintptr) bool

func Edit_Hide

func Edit_Hide(obj uintptr)

func Edit_InheritsFrom added in v1.1.18

func Edit_InheritsFrom(obj uintptr, AClass TClass) bool

func Edit_InsertControl added in v1.1.21

func Edit_InsertControl(obj uintptr, AControl uintptr)

func Edit_InstanceSize added in v1.1.18

func Edit_InstanceSize(obj uintptr) int32

func Edit_Invalidate

func Edit_Invalidate(obj uintptr)

func Edit_ParentToClient

func Edit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Edit_PasteFromClipboard

func Edit_PasteFromClipboard(obj uintptr)

func Edit_Perform

func Edit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Edit_Realign

func Edit_Realign(obj uintptr)

func Edit_Refresh

func Edit_Refresh(obj uintptr)

func Edit_RemoveControl added in v1.1.21

func Edit_RemoveControl(obj uintptr, AControl uintptr)

func Edit_Repaint

func Edit_Repaint(obj uintptr)

func Edit_ScaleBy

func Edit_ScaleBy(obj uintptr, M int32, D int32)

func Edit_ScreenToClient

func Edit_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Edit_ScrollBy added in v1.1.21

func Edit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Edit_SelectAll

func Edit_SelectAll(obj uintptr)

func Edit_SendToBack

func Edit_SendToBack(obj uintptr)

func Edit_SetAction

func Edit_SetAction(obj uintptr, value uintptr)

func Edit_SetAlign

func Edit_SetAlign(obj uintptr, value TAlign)

func Edit_SetAlignment

func Edit_SetAlignment(obj uintptr, value TAlignment)

func Edit_SetAnchorSideBottom

func Edit_SetAnchorSideBottom(obj uintptr, value uintptr)

func Edit_SetAnchorSideLeft

func Edit_SetAnchorSideLeft(obj uintptr, value uintptr)

func Edit_SetAnchorSideRight

func Edit_SetAnchorSideRight(obj uintptr, value uintptr)

func Edit_SetAnchorSideTop

func Edit_SetAnchorSideTop(obj uintptr, value uintptr)

func Edit_SetAnchors

func Edit_SetAnchors(obj uintptr, value TAnchors)

func Edit_SetAutoSelect

func Edit_SetAutoSelect(obj uintptr, value bool)

func Edit_SetAutoSize

func Edit_SetAutoSize(obj uintptr, value bool)

func Edit_SetBiDiMode

func Edit_SetBiDiMode(obj uintptr, value TBiDiMode)

func Edit_SetBorderSpacing

func Edit_SetBorderSpacing(obj uintptr, value uintptr)

func Edit_SetBorderStyle

func Edit_SetBorderStyle(obj uintptr, value TBorderStyle)

func Edit_SetBounds

func Edit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Edit_SetBoundsRect

func Edit_SetBoundsRect(obj uintptr, value TRect)

func Edit_SetCharCase added in v1.1.19

func Edit_SetCharCase(obj uintptr, value TEditCharCase)

func Edit_SetChildSizing

func Edit_SetChildSizing(obj uintptr, value uintptr)

func Edit_SetClientHeight

func Edit_SetClientHeight(obj uintptr, value int32)

func Edit_SetClientWidth

func Edit_SetClientWidth(obj uintptr, value int32)

func Edit_SetColor

func Edit_SetColor(obj uintptr, value TColor)

func Edit_SetComponentIndex

func Edit_SetComponentIndex(obj uintptr, value int32)

func Edit_SetConstraints added in v1.2.7

func Edit_SetConstraints(obj uintptr, value uintptr)

func Edit_SetControlState added in v1.1.21

func Edit_SetControlState(obj uintptr, value TControlState)

func Edit_SetControlStyle added in v1.1.21

func Edit_SetControlStyle(obj uintptr, value TControlStyle)

func Edit_SetCursor

func Edit_SetCursor(obj uintptr, value TCursor)

func Edit_SetDockSite

func Edit_SetDockSite(obj uintptr, value bool)

func Edit_SetDoubleBuffered

func Edit_SetDoubleBuffered(obj uintptr, value bool)

func Edit_SetDragCursor

func Edit_SetDragCursor(obj uintptr, value TCursor)

func Edit_SetDragKind

func Edit_SetDragKind(obj uintptr, value TDragKind)

func Edit_SetDragMode

func Edit_SetDragMode(obj uintptr, value TDragMode)

func Edit_SetEnabled

func Edit_SetEnabled(obj uintptr, value bool)

func Edit_SetFocus

func Edit_SetFocus(obj uintptr)

func Edit_SetFont

func Edit_SetFont(obj uintptr, value uintptr)

func Edit_SetHeight

func Edit_SetHeight(obj uintptr, value int32)

func Edit_SetHideSelection

func Edit_SetHideSelection(obj uintptr, value bool)

func Edit_SetHint

func Edit_SetHint(obj uintptr, value string)

func Edit_SetLeft

func Edit_SetLeft(obj uintptr, value int32)

func Edit_SetMaxLength

func Edit_SetMaxLength(obj uintptr, value int32)

func Edit_SetModified

func Edit_SetModified(obj uintptr, value bool)

func Edit_SetName

func Edit_SetName(obj uintptr, value string)

func Edit_SetNumbersOnly

func Edit_SetNumbersOnly(obj uintptr, value bool)

func Edit_SetOnChange

func Edit_SetOnChange(obj uintptr, fn interface{})

func Edit_SetOnClick

func Edit_SetOnClick(obj uintptr, fn interface{})

func Edit_SetOnContextPopup

func Edit_SetOnContextPopup(obj uintptr, fn interface{})

func Edit_SetOnDblClick

func Edit_SetOnDblClick(obj uintptr, fn interface{})

func Edit_SetOnDragDrop

func Edit_SetOnDragDrop(obj uintptr, fn interface{})

func Edit_SetOnDragOver

func Edit_SetOnDragOver(obj uintptr, fn interface{})

func Edit_SetOnEndDrag

func Edit_SetOnEndDrag(obj uintptr, fn interface{})

func Edit_SetOnEnter

func Edit_SetOnEnter(obj uintptr, fn interface{})

func Edit_SetOnExit

func Edit_SetOnExit(obj uintptr, fn interface{})

func Edit_SetOnKeyDown

func Edit_SetOnKeyDown(obj uintptr, fn interface{})

func Edit_SetOnKeyPress

func Edit_SetOnKeyPress(obj uintptr, fn interface{})

func Edit_SetOnKeyUp

func Edit_SetOnKeyUp(obj uintptr, fn interface{})

func Edit_SetOnMouseDown

func Edit_SetOnMouseDown(obj uintptr, fn interface{})

func Edit_SetOnMouseEnter

func Edit_SetOnMouseEnter(obj uintptr, fn interface{})

func Edit_SetOnMouseLeave

func Edit_SetOnMouseLeave(obj uintptr, fn interface{})

func Edit_SetOnMouseMove

func Edit_SetOnMouseMove(obj uintptr, fn interface{})

func Edit_SetOnMouseUp

func Edit_SetOnMouseUp(obj uintptr, fn interface{})

func Edit_SetParent

func Edit_SetParent(obj uintptr, value uintptr)

func Edit_SetParentColor

func Edit_SetParentColor(obj uintptr, value bool)

func Edit_SetParentDoubleBuffered

func Edit_SetParentDoubleBuffered(obj uintptr, value bool)

func Edit_SetParentFont

func Edit_SetParentFont(obj uintptr, value bool)

func Edit_SetParentShowHint

func Edit_SetParentShowHint(obj uintptr, value bool)

func Edit_SetParentWindow

func Edit_SetParentWindow(obj uintptr, value HWND)

func Edit_SetPasswordChar

func Edit_SetPasswordChar(obj uintptr, value uint16)

func Edit_SetPopupMenu

func Edit_SetPopupMenu(obj uintptr, value uintptr)

func Edit_SetReadOnly

func Edit_SetReadOnly(obj uintptr, value bool)

func Edit_SetSelLength

func Edit_SetSelLength(obj uintptr, value int32)

func Edit_SetSelStart

func Edit_SetSelStart(obj uintptr, value int32)

func Edit_SetSelText

func Edit_SetSelText(obj uintptr, value string)

func Edit_SetShowHint

func Edit_SetShowHint(obj uintptr, value bool)

func Edit_SetTabOrder

func Edit_SetTabOrder(obj uintptr, value TTabOrder)

func Edit_SetTabStop

func Edit_SetTabStop(obj uintptr, value bool)

func Edit_SetTag

func Edit_SetTag(obj uintptr, value int)

func Edit_SetText

func Edit_SetText(obj uintptr, value string)

func Edit_SetTextBuf added in v1.1.21

func Edit_SetTextBuf(obj uintptr, Buffer string)

func Edit_SetTextHint

func Edit_SetTextHint(obj uintptr, value string)

func Edit_SetTop

func Edit_SetTop(obj uintptr, value int32)

func Edit_SetUseDockManager

func Edit_SetUseDockManager(obj uintptr, value bool)

func Edit_SetVisible

func Edit_SetVisible(obj uintptr, value bool)

func Edit_SetWidth

func Edit_SetWidth(obj uintptr, value int32)

func Edit_Show

func Edit_Show(obj uintptr)

func Edit_StaticClassType added in v1.1.18

func Edit_StaticClassType() TClass

func Edit_ToString

func Edit_ToString(obj uintptr) string

func Edit_Undo

func Edit_Undo(obj uintptr)

func Edit_Update

func Edit_Update(obj uintptr)

func EndAddEvent added in v1.2.10

func EndAddEvent()

func EventCallbackOf added in v1.2.1

func EventCallbackOf(Id uintptr) (interface{}, bool)

从事件表中查找指定id的函数

func Exception_ClassName

func Exception_ClassName(obj uintptr) string

func Exception_ClassType added in v1.1.18

func Exception_ClassType(obj uintptr) TClass

func Exception_Equals

func Exception_Equals(obj uintptr, Obj uintptr) bool

func Exception_GetHashCode

func Exception_GetHashCode(obj uintptr) int32

func Exception_GetMessage

func Exception_GetMessage(obj uintptr) string

func Exception_InheritsFrom added in v1.1.18

func Exception_InheritsFrom(obj uintptr, AClass TClass) bool

func Exception_InstanceSize added in v1.1.18

func Exception_InstanceSize(obj uintptr) int32

func Exception_SetMessage

func Exception_SetMessage(obj uintptr, value string)

func Exception_StaticClassType added in v1.1.18

func Exception_StaticClassType() TClass

func Exception_ToString

func Exception_ToString(obj uintptr) string

func FindDialog_Assign

func FindDialog_Assign(obj uintptr, Source uintptr)

func FindDialog_ClassName

func FindDialog_ClassName(obj uintptr) string

func FindDialog_ClassType added in v1.1.18

func FindDialog_ClassType(obj uintptr) TClass

func FindDialog_CloseDialog

func FindDialog_CloseDialog(obj uintptr)

func FindDialog_Create

func FindDialog_Create(obj uintptr) uintptr

func FindDialog_Equals

func FindDialog_Equals(obj uintptr, Obj uintptr) bool

func FindDialog_Execute

func FindDialog_Execute(obj uintptr) bool

func FindDialog_FindComponent

func FindDialog_FindComponent(obj uintptr, AName string) uintptr

func FindDialog_Free

func FindDialog_Free(obj uintptr)

func FindDialog_GetComponentCount

func FindDialog_GetComponentCount(obj uintptr) int32

func FindDialog_GetComponentIndex

func FindDialog_GetComponentIndex(obj uintptr) int32

func FindDialog_GetComponents

func FindDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func FindDialog_GetFindText

func FindDialog_GetFindText(obj uintptr) string

func FindDialog_GetHandle

func FindDialog_GetHandle(obj uintptr) HWND

func FindDialog_GetHashCode

func FindDialog_GetHashCode(obj uintptr) int32

func FindDialog_GetLeft

func FindDialog_GetLeft(obj uintptr) int32

func FindDialog_GetName

func FindDialog_GetName(obj uintptr) string

func FindDialog_GetNamePath

func FindDialog_GetNamePath(obj uintptr) string

func FindDialog_GetOptions

func FindDialog_GetOptions(obj uintptr) TFindOptions

func FindDialog_GetOwner

func FindDialog_GetOwner(obj uintptr) uintptr

func FindDialog_GetPosition

func FindDialog_GetPosition(obj uintptr) TPoint

func FindDialog_GetTag

func FindDialog_GetTag(obj uintptr) int

func FindDialog_GetTop

func FindDialog_GetTop(obj uintptr) int32

func FindDialog_HasParent

func FindDialog_HasParent(obj uintptr) bool

func FindDialog_InheritsFrom added in v1.1.18

func FindDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func FindDialog_InstanceSize added in v1.1.18

func FindDialog_InstanceSize(obj uintptr) int32

func FindDialog_SetComponentIndex

func FindDialog_SetComponentIndex(obj uintptr, value int32)

func FindDialog_SetFindText

func FindDialog_SetFindText(obj uintptr, value string)

func FindDialog_SetLeft

func FindDialog_SetLeft(obj uintptr, value int32)

func FindDialog_SetName

func FindDialog_SetName(obj uintptr, value string)

func FindDialog_SetOnClose

func FindDialog_SetOnClose(obj uintptr, fn interface{})

func FindDialog_SetOnFind

func FindDialog_SetOnFind(obj uintptr, fn interface{})

func FindDialog_SetOnShow

func FindDialog_SetOnShow(obj uintptr, fn interface{})

func FindDialog_SetOptions

func FindDialog_SetOptions(obj uintptr, value TFindOptions)

func FindDialog_SetPosition

func FindDialog_SetPosition(obj uintptr, value TPoint)

func FindDialog_SetTag

func FindDialog_SetTag(obj uintptr, value int)

func FindDialog_SetTop

func FindDialog_SetTop(obj uintptr, value int32)

func FindDialog_StaticClassType added in v1.1.18

func FindDialog_StaticClassType() TClass

func FindDialog_ToString

func FindDialog_ToString(obj uintptr) string

func FlowPanel_AnchorAsAlign

func FlowPanel_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func FlowPanel_AnchorClient

func FlowPanel_AnchorClient(obj uintptr, ASpace int32)

func FlowPanel_AnchorHorizontalCenterTo

func FlowPanel_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func FlowPanel_AnchorParallel

func FlowPanel_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func FlowPanel_AnchorToNeighbour

func FlowPanel_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func FlowPanel_AnchorVerticalCenterTo

func FlowPanel_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func FlowPanel_Assign added in v1.1.19

func FlowPanel_Assign(obj uintptr, Source uintptr)

func FlowPanel_BringToFront added in v1.1.19

func FlowPanel_BringToFront(obj uintptr)

func FlowPanel_CanFocus added in v1.1.19

func FlowPanel_CanFocus(obj uintptr) bool

func FlowPanel_ClassName added in v1.1.19

func FlowPanel_ClassName(obj uintptr) string

func FlowPanel_ClassType added in v1.1.19

func FlowPanel_ClassType(obj uintptr) TClass

func FlowPanel_ClientToParent added in v1.1.19

func FlowPanel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func FlowPanel_ClientToScreen added in v1.1.19

func FlowPanel_ClientToScreen(obj uintptr, Point TPoint) TPoint

func FlowPanel_ContainsControl added in v1.1.21

func FlowPanel_ContainsControl(obj uintptr, Control uintptr) bool

func FlowPanel_ControlAtPos added in v1.1.21

func FlowPanel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func FlowPanel_Create added in v1.1.19

func FlowPanel_Create(obj uintptr) uintptr

func FlowPanel_DisableAlign added in v1.1.21

func FlowPanel_DisableAlign(obj uintptr)

func FlowPanel_Dragging added in v1.1.19

func FlowPanel_Dragging(obj uintptr) bool

func FlowPanel_EnableAlign added in v1.1.21

func FlowPanel_EnableAlign(obj uintptr)

func FlowPanel_Equals added in v1.1.19

func FlowPanel_Equals(obj uintptr, Obj uintptr) bool

func FlowPanel_FindChildControl added in v1.1.21

func FlowPanel_FindChildControl(obj uintptr, ControlName string) uintptr

func FlowPanel_FindComponent added in v1.1.19

func FlowPanel_FindComponent(obj uintptr, AName string) uintptr

func FlowPanel_FlipChildren added in v1.1.19

func FlowPanel_FlipChildren(obj uintptr, AllLevels bool)

func FlowPanel_Focused added in v1.1.19

func FlowPanel_Focused(obj uintptr) bool

func FlowPanel_Free added in v1.1.19

func FlowPanel_Free(obj uintptr)

func FlowPanel_GetAction added in v1.1.19

func FlowPanel_GetAction(obj uintptr) uintptr

func FlowPanel_GetAlign added in v1.1.19

func FlowPanel_GetAlign(obj uintptr) TAlign

func FlowPanel_GetAlignment added in v1.1.19

func FlowPanel_GetAlignment(obj uintptr) TAlignment

func FlowPanel_GetAnchorSide

func FlowPanel_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func FlowPanel_GetAnchorSideBottom

func FlowPanel_GetAnchorSideBottom(obj uintptr) uintptr

func FlowPanel_GetAnchorSideLeft

func FlowPanel_GetAnchorSideLeft(obj uintptr) uintptr

func FlowPanel_GetAnchorSideRight

func FlowPanel_GetAnchorSideRight(obj uintptr) uintptr

func FlowPanel_GetAnchorSideTop

func FlowPanel_GetAnchorSideTop(obj uintptr) uintptr

func FlowPanel_GetAnchors added in v1.1.19

func FlowPanel_GetAnchors(obj uintptr) TAnchors

func FlowPanel_GetAutoSize added in v1.1.19

func FlowPanel_GetAutoSize(obj uintptr) bool

func FlowPanel_GetAutoWrap added in v1.1.19

func FlowPanel_GetAutoWrap(obj uintptr) bool

func FlowPanel_GetBiDiMode added in v1.1.19

func FlowPanel_GetBiDiMode(obj uintptr) TBiDiMode

func FlowPanel_GetBorderSpacing

func FlowPanel_GetBorderSpacing(obj uintptr) uintptr

func FlowPanel_GetBorderStyle added in v1.1.19

func FlowPanel_GetBorderStyle(obj uintptr) TBorderStyle

func FlowPanel_GetBorderWidth added in v1.1.19

func FlowPanel_GetBorderWidth(obj uintptr) int32

func FlowPanel_GetBoundsRect added in v1.1.19

func FlowPanel_GetBoundsRect(obj uintptr) TRect

func FlowPanel_GetBrush added in v1.1.19

func FlowPanel_GetBrush(obj uintptr) uintptr

func FlowPanel_GetCaption added in v1.1.19

func FlowPanel_GetCaption(obj uintptr) string

func FlowPanel_GetChildSizing

func FlowPanel_GetChildSizing(obj uintptr) uintptr

func FlowPanel_GetClientHeight added in v1.1.19

func FlowPanel_GetClientHeight(obj uintptr) int32

func FlowPanel_GetClientOrigin added in v1.1.21

func FlowPanel_GetClientOrigin(obj uintptr) TPoint

func FlowPanel_GetClientRect added in v1.1.19

func FlowPanel_GetClientRect(obj uintptr) TRect

func FlowPanel_GetClientWidth added in v1.1.19

func FlowPanel_GetClientWidth(obj uintptr) int32

func FlowPanel_GetColor added in v1.1.19

func FlowPanel_GetColor(obj uintptr) TColor

func FlowPanel_GetComponentCount added in v1.1.19

func FlowPanel_GetComponentCount(obj uintptr) int32

func FlowPanel_GetComponentIndex added in v1.1.19

func FlowPanel_GetComponentIndex(obj uintptr) int32

func FlowPanel_GetComponents added in v1.1.19

func FlowPanel_GetComponents(obj uintptr, AIndex int32) uintptr

func FlowPanel_GetConstraints added in v1.2.7

func FlowPanel_GetConstraints(obj uintptr) uintptr

func FlowPanel_GetControlCount added in v1.1.19

func FlowPanel_GetControlCount(obj uintptr) int32

func FlowPanel_GetControlIndex added in v1.1.19

func FlowPanel_GetControlIndex(obj uintptr, AControl uintptr) int32

func FlowPanel_GetControlState added in v1.1.21

func FlowPanel_GetControlState(obj uintptr) TControlState

func FlowPanel_GetControlStyle added in v1.1.21

func FlowPanel_GetControlStyle(obj uintptr) TControlStyle

func FlowPanel_GetControls added in v1.1.19

func FlowPanel_GetControls(obj uintptr, Index int32) uintptr

func FlowPanel_GetCursor added in v1.1.19

func FlowPanel_GetCursor(obj uintptr) TCursor

func FlowPanel_GetDockClientCount added in v1.1.21

func FlowPanel_GetDockClientCount(obj uintptr) int32

func FlowPanel_GetDockClients added in v1.1.21

func FlowPanel_GetDockClients(obj uintptr, Index int32) uintptr

func FlowPanel_GetDockSite added in v1.1.19

func FlowPanel_GetDockSite(obj uintptr) bool

func FlowPanel_GetDoubleBuffered added in v1.1.19

func FlowPanel_GetDoubleBuffered(obj uintptr) bool

func FlowPanel_GetDragCursor added in v1.1.19

func FlowPanel_GetDragCursor(obj uintptr) TCursor

func FlowPanel_GetDragKind added in v1.1.19

func FlowPanel_GetDragKind(obj uintptr) TDragKind

func FlowPanel_GetDragMode added in v1.1.19

func FlowPanel_GetDragMode(obj uintptr) TDragMode

func FlowPanel_GetEnabled added in v1.1.19

func FlowPanel_GetEnabled(obj uintptr) bool

func FlowPanel_GetFloating added in v1.1.19

func FlowPanel_GetFloating(obj uintptr) bool

func FlowPanel_GetFlowStyle added in v1.1.19

func FlowPanel_GetFlowStyle(obj uintptr) TFlowStyle

func FlowPanel_GetFont added in v1.1.19

func FlowPanel_GetFont(obj uintptr) uintptr

func FlowPanel_GetFullRepaint added in v1.1.19

func FlowPanel_GetFullRepaint(obj uintptr) bool

func FlowPanel_GetHandle added in v1.1.19

func FlowPanel_GetHandle(obj uintptr) HWND

func FlowPanel_GetHashCode added in v1.1.19

func FlowPanel_GetHashCode(obj uintptr) int32

func FlowPanel_GetHeight added in v1.1.19

func FlowPanel_GetHeight(obj uintptr) int32

func FlowPanel_GetHint added in v1.1.19

func FlowPanel_GetHint(obj uintptr) string

func FlowPanel_GetLeft added in v1.1.19

func FlowPanel_GetLeft(obj uintptr) int32

func FlowPanel_GetMouseInClient added in v1.1.21

func FlowPanel_GetMouseInClient(obj uintptr) bool

func FlowPanel_GetName added in v1.1.19

func FlowPanel_GetName(obj uintptr) string

func FlowPanel_GetNamePath added in v1.1.19

func FlowPanel_GetNamePath(obj uintptr) string

func FlowPanel_GetOwner added in v1.1.19

func FlowPanel_GetOwner(obj uintptr) uintptr

func FlowPanel_GetParent added in v1.1.19

func FlowPanel_GetParent(obj uintptr) uintptr

func FlowPanel_GetParentBackground added in v1.1.19

func FlowPanel_GetParentBackground(obj uintptr) bool

func FlowPanel_GetParentColor added in v1.1.19

func FlowPanel_GetParentColor(obj uintptr) bool

func FlowPanel_GetParentDoubleBuffered added in v1.1.19

func FlowPanel_GetParentDoubleBuffered(obj uintptr) bool

func FlowPanel_GetParentFont added in v1.1.19

func FlowPanel_GetParentFont(obj uintptr) bool

func FlowPanel_GetParentShowHint added in v1.1.19

func FlowPanel_GetParentShowHint(obj uintptr) bool

func FlowPanel_GetParentWindow added in v1.1.19

func FlowPanel_GetParentWindow(obj uintptr) HWND

func FlowPanel_GetPopupMenu added in v1.1.19

func FlowPanel_GetPopupMenu(obj uintptr) uintptr

func FlowPanel_GetShowHint added in v1.1.19

func FlowPanel_GetShowHint(obj uintptr) bool

func FlowPanel_GetTabOrder added in v1.1.19

func FlowPanel_GetTabOrder(obj uintptr) TTabOrder

func FlowPanel_GetTabStop added in v1.1.19

func FlowPanel_GetTabStop(obj uintptr) bool

func FlowPanel_GetTag added in v1.1.19

func FlowPanel_GetTag(obj uintptr) int

func FlowPanel_GetTextBuf added in v1.1.19

func FlowPanel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func FlowPanel_GetTextLen added in v1.1.19

func FlowPanel_GetTextLen(obj uintptr) int32

func FlowPanel_GetTop added in v1.1.19

func FlowPanel_GetTop(obj uintptr) int32

func FlowPanel_GetUseDockManager added in v1.1.19

func FlowPanel_GetUseDockManager(obj uintptr) bool

func FlowPanel_GetVisible added in v1.1.19

func FlowPanel_GetVisible(obj uintptr) bool

func FlowPanel_GetVisibleDockClientCount added in v1.1.21

func FlowPanel_GetVisibleDockClientCount(obj uintptr) int32

func FlowPanel_GetWidth added in v1.1.19

func FlowPanel_GetWidth(obj uintptr) int32

func FlowPanel_HandleAllocated added in v1.1.19

func FlowPanel_HandleAllocated(obj uintptr) bool

func FlowPanel_HasParent added in v1.1.19

func FlowPanel_HasParent(obj uintptr) bool

func FlowPanel_Hide added in v1.1.19

func FlowPanel_Hide(obj uintptr)

func FlowPanel_InheritsFrom added in v1.1.19

func FlowPanel_InheritsFrom(obj uintptr, AClass TClass) bool

func FlowPanel_InsertControl added in v1.1.21

func FlowPanel_InsertControl(obj uintptr, AControl uintptr)

func FlowPanel_InstanceSize added in v1.1.19

func FlowPanel_InstanceSize(obj uintptr) int32

func FlowPanel_Invalidate added in v1.1.19

func FlowPanel_Invalidate(obj uintptr)

func FlowPanel_ParentToClient added in v1.1.19

func FlowPanel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func FlowPanel_Perform added in v1.1.19

func FlowPanel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func FlowPanel_Realign added in v1.1.19

func FlowPanel_Realign(obj uintptr)

func FlowPanel_Refresh added in v1.1.19

func FlowPanel_Refresh(obj uintptr)

func FlowPanel_RemoveControl added in v1.1.21

func FlowPanel_RemoveControl(obj uintptr, AControl uintptr)

func FlowPanel_Repaint added in v1.1.19

func FlowPanel_Repaint(obj uintptr)

func FlowPanel_ScaleBy added in v1.1.19

func FlowPanel_ScaleBy(obj uintptr, M int32, D int32)

func FlowPanel_ScreenToClient added in v1.1.19

func FlowPanel_ScreenToClient(obj uintptr, Point TPoint) TPoint

func FlowPanel_ScrollBy added in v1.1.21

func FlowPanel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func FlowPanel_SendToBack added in v1.1.19

func FlowPanel_SendToBack(obj uintptr)

func FlowPanel_SetAction added in v1.1.19

func FlowPanel_SetAction(obj uintptr, value uintptr)

func FlowPanel_SetAlign added in v1.1.19

func FlowPanel_SetAlign(obj uintptr, value TAlign)

func FlowPanel_SetAlignment added in v1.1.19

func FlowPanel_SetAlignment(obj uintptr, value TAlignment)

func FlowPanel_SetAnchorSideBottom

func FlowPanel_SetAnchorSideBottom(obj uintptr, value uintptr)

func FlowPanel_SetAnchorSideLeft

func FlowPanel_SetAnchorSideLeft(obj uintptr, value uintptr)

func FlowPanel_SetAnchorSideRight

func FlowPanel_SetAnchorSideRight(obj uintptr, value uintptr)

func FlowPanel_SetAnchorSideTop

func FlowPanel_SetAnchorSideTop(obj uintptr, value uintptr)

func FlowPanel_SetAnchors added in v1.1.19

func FlowPanel_SetAnchors(obj uintptr, value TAnchors)

func FlowPanel_SetAutoSize added in v1.1.19

func FlowPanel_SetAutoSize(obj uintptr, value bool)

func FlowPanel_SetAutoWrap added in v1.1.19

func FlowPanel_SetAutoWrap(obj uintptr, value bool)

func FlowPanel_SetBiDiMode added in v1.1.19

func FlowPanel_SetBiDiMode(obj uintptr, value TBiDiMode)

func FlowPanel_SetBorderSpacing

func FlowPanel_SetBorderSpacing(obj uintptr, value uintptr)

func FlowPanel_SetBorderStyle added in v1.1.19

func FlowPanel_SetBorderStyle(obj uintptr, value TBorderStyle)

func FlowPanel_SetBorderWidth added in v1.1.19

func FlowPanel_SetBorderWidth(obj uintptr, value int32)

func FlowPanel_SetBounds added in v1.1.19

func FlowPanel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func FlowPanel_SetBoundsRect added in v1.1.19

func FlowPanel_SetBoundsRect(obj uintptr, value TRect)

func FlowPanel_SetCaption added in v1.1.19

func FlowPanel_SetCaption(obj uintptr, value string)

func FlowPanel_SetChildSizing

func FlowPanel_SetChildSizing(obj uintptr, value uintptr)

func FlowPanel_SetClientHeight added in v1.1.19

func FlowPanel_SetClientHeight(obj uintptr, value int32)

func FlowPanel_SetClientWidth added in v1.1.19

func FlowPanel_SetClientWidth(obj uintptr, value int32)

func FlowPanel_SetColor added in v1.1.19

func FlowPanel_SetColor(obj uintptr, value TColor)

func FlowPanel_SetComponentIndex added in v1.1.19

func FlowPanel_SetComponentIndex(obj uintptr, value int32)

func FlowPanel_SetConstraints added in v1.2.7

func FlowPanel_SetConstraints(obj uintptr, value uintptr)

func FlowPanel_SetControlIndex added in v1.1.19

func FlowPanel_SetControlIndex(obj uintptr, AControl uintptr, Index int32)

func FlowPanel_SetControlState added in v1.1.21

func FlowPanel_SetControlState(obj uintptr, value TControlState)

func FlowPanel_SetControlStyle added in v1.1.21

func FlowPanel_SetControlStyle(obj uintptr, value TControlStyle)

func FlowPanel_SetCursor added in v1.1.19

func FlowPanel_SetCursor(obj uintptr, value TCursor)

func FlowPanel_SetDockSite added in v1.1.19

func FlowPanel_SetDockSite(obj uintptr, value bool)

func FlowPanel_SetDoubleBuffered added in v1.1.19

func FlowPanel_SetDoubleBuffered(obj uintptr, value bool)

func FlowPanel_SetDragCursor added in v1.1.19

func FlowPanel_SetDragCursor(obj uintptr, value TCursor)

func FlowPanel_SetDragKind added in v1.1.19

func FlowPanel_SetDragKind(obj uintptr, value TDragKind)

func FlowPanel_SetDragMode added in v1.1.19

func FlowPanel_SetDragMode(obj uintptr, value TDragMode)

func FlowPanel_SetEnabled added in v1.1.19

func FlowPanel_SetEnabled(obj uintptr, value bool)

func FlowPanel_SetFlowStyle added in v1.1.19

func FlowPanel_SetFlowStyle(obj uintptr, value TFlowStyle)

func FlowPanel_SetFocus added in v1.1.19

func FlowPanel_SetFocus(obj uintptr)

func FlowPanel_SetFont added in v1.1.19

func FlowPanel_SetFont(obj uintptr, value uintptr)

func FlowPanel_SetFullRepaint added in v1.1.19

func FlowPanel_SetFullRepaint(obj uintptr, value bool)

func FlowPanel_SetHeight added in v1.1.19

func FlowPanel_SetHeight(obj uintptr, value int32)

func FlowPanel_SetHint added in v1.1.19

func FlowPanel_SetHint(obj uintptr, value string)

func FlowPanel_SetLeft added in v1.1.19

func FlowPanel_SetLeft(obj uintptr, value int32)

func FlowPanel_SetName added in v1.1.19

func FlowPanel_SetName(obj uintptr, value string)

func FlowPanel_SetOnAlignPosition added in v1.2.10

func FlowPanel_SetOnAlignPosition(obj uintptr, fn interface{})

func FlowPanel_SetOnClick added in v1.1.19

func FlowPanel_SetOnClick(obj uintptr, fn interface{})

func FlowPanel_SetOnContextPopup added in v1.1.19

func FlowPanel_SetOnContextPopup(obj uintptr, fn interface{})

func FlowPanel_SetOnDblClick added in v1.1.19

func FlowPanel_SetOnDblClick(obj uintptr, fn interface{})

func FlowPanel_SetOnDockDrop added in v1.1.19

func FlowPanel_SetOnDockDrop(obj uintptr, fn interface{})

func FlowPanel_SetOnDragDrop added in v1.1.19

func FlowPanel_SetOnDragDrop(obj uintptr, fn interface{})

func FlowPanel_SetOnDragOver added in v1.1.19

func FlowPanel_SetOnDragOver(obj uintptr, fn interface{})

func FlowPanel_SetOnEndDock added in v1.1.19

func FlowPanel_SetOnEndDock(obj uintptr, fn interface{})

func FlowPanel_SetOnEndDrag added in v1.1.19

func FlowPanel_SetOnEndDrag(obj uintptr, fn interface{})

func FlowPanel_SetOnEnter added in v1.1.19

func FlowPanel_SetOnEnter(obj uintptr, fn interface{})

func FlowPanel_SetOnExit added in v1.1.19

func FlowPanel_SetOnExit(obj uintptr, fn interface{})

func FlowPanel_SetOnGetSiteInfo added in v1.1.19

func FlowPanel_SetOnGetSiteInfo(obj uintptr, fn interface{})

func FlowPanel_SetOnMouseDown added in v1.1.19

func FlowPanel_SetOnMouseDown(obj uintptr, fn interface{})

func FlowPanel_SetOnMouseEnter added in v1.1.19

func FlowPanel_SetOnMouseEnter(obj uintptr, fn interface{})

func FlowPanel_SetOnMouseLeave added in v1.1.19

func FlowPanel_SetOnMouseLeave(obj uintptr, fn interface{})

func FlowPanel_SetOnMouseMove added in v1.1.19

func FlowPanel_SetOnMouseMove(obj uintptr, fn interface{})

func FlowPanel_SetOnMouseUp added in v1.1.19

func FlowPanel_SetOnMouseUp(obj uintptr, fn interface{})

func FlowPanel_SetOnResize added in v1.1.19

func FlowPanel_SetOnResize(obj uintptr, fn interface{})

func FlowPanel_SetOnStartDock added in v1.1.19

func FlowPanel_SetOnStartDock(obj uintptr, fn interface{})

func FlowPanel_SetOnUnDock added in v1.1.19

func FlowPanel_SetOnUnDock(obj uintptr, fn interface{})

func FlowPanel_SetParent added in v1.1.19

func FlowPanel_SetParent(obj uintptr, value uintptr)

func FlowPanel_SetParentBackground added in v1.1.19

func FlowPanel_SetParentBackground(obj uintptr, value bool)

func FlowPanel_SetParentColor added in v1.1.19

func FlowPanel_SetParentColor(obj uintptr, value bool)

func FlowPanel_SetParentDoubleBuffered added in v1.1.19

func FlowPanel_SetParentDoubleBuffered(obj uintptr, value bool)

func FlowPanel_SetParentFont added in v1.1.19

func FlowPanel_SetParentFont(obj uintptr, value bool)

func FlowPanel_SetParentShowHint added in v1.1.19

func FlowPanel_SetParentShowHint(obj uintptr, value bool)

func FlowPanel_SetParentWindow added in v1.1.19

func FlowPanel_SetParentWindow(obj uintptr, value HWND)

func FlowPanel_SetPopupMenu added in v1.1.19

func FlowPanel_SetPopupMenu(obj uintptr, value uintptr)

func FlowPanel_SetShowHint added in v1.1.19

func FlowPanel_SetShowHint(obj uintptr, value bool)

func FlowPanel_SetTabOrder added in v1.1.19

func FlowPanel_SetTabOrder(obj uintptr, value TTabOrder)

func FlowPanel_SetTabStop added in v1.1.19

func FlowPanel_SetTabStop(obj uintptr, value bool)

func FlowPanel_SetTag added in v1.1.19

func FlowPanel_SetTag(obj uintptr, value int)

func FlowPanel_SetTextBuf added in v1.1.21

func FlowPanel_SetTextBuf(obj uintptr, Buffer string)

func FlowPanel_SetTop added in v1.1.19

func FlowPanel_SetTop(obj uintptr, value int32)

func FlowPanel_SetUseDockManager added in v1.1.19

func FlowPanel_SetUseDockManager(obj uintptr, value bool)

func FlowPanel_SetVisible added in v1.1.19

func FlowPanel_SetVisible(obj uintptr, value bool)

func FlowPanel_SetWidth added in v1.1.19

func FlowPanel_SetWidth(obj uintptr, value int32)

func FlowPanel_Show added in v1.1.19

func FlowPanel_Show(obj uintptr)

func FlowPanel_StaticClassType added in v1.1.19

func FlowPanel_StaticClassType() TClass

func FlowPanel_ToString added in v1.1.19

func FlowPanel_ToString(obj uintptr) string

func FlowPanel_Update added in v1.1.19

func FlowPanel_Update(obj uintptr)

func FontDialog_Assign

func FontDialog_Assign(obj uintptr, Source uintptr)

func FontDialog_ClassName

func FontDialog_ClassName(obj uintptr) string

func FontDialog_ClassType added in v1.1.18

func FontDialog_ClassType(obj uintptr) TClass

func FontDialog_Create

func FontDialog_Create(obj uintptr) uintptr

func FontDialog_Equals

func FontDialog_Equals(obj uintptr, Obj uintptr) bool

func FontDialog_Execute

func FontDialog_Execute(obj uintptr) bool

func FontDialog_FindComponent

func FontDialog_FindComponent(obj uintptr, AName string) uintptr

func FontDialog_Free

func FontDialog_Free(obj uintptr)

func FontDialog_GetComponentCount

func FontDialog_GetComponentCount(obj uintptr) int32

func FontDialog_GetComponentIndex

func FontDialog_GetComponentIndex(obj uintptr) int32

func FontDialog_GetComponents

func FontDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func FontDialog_GetFont

func FontDialog_GetFont(obj uintptr) uintptr

func FontDialog_GetHandle

func FontDialog_GetHandle(obj uintptr) HWND

func FontDialog_GetHashCode

func FontDialog_GetHashCode(obj uintptr) int32

func FontDialog_GetName

func FontDialog_GetName(obj uintptr) string

func FontDialog_GetNamePath

func FontDialog_GetNamePath(obj uintptr) string

func FontDialog_GetOptions

func FontDialog_GetOptions(obj uintptr) TFontDialogOptions

func FontDialog_GetOwner

func FontDialog_GetOwner(obj uintptr) uintptr

func FontDialog_GetTag

func FontDialog_GetTag(obj uintptr) int

func FontDialog_HasParent

func FontDialog_HasParent(obj uintptr) bool

func FontDialog_InheritsFrom added in v1.1.18

func FontDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func FontDialog_InstanceSize added in v1.1.18

func FontDialog_InstanceSize(obj uintptr) int32

func FontDialog_SetComponentIndex

func FontDialog_SetComponentIndex(obj uintptr, value int32)

func FontDialog_SetFont

func FontDialog_SetFont(obj uintptr, value uintptr)

func FontDialog_SetName

func FontDialog_SetName(obj uintptr, value string)

func FontDialog_SetOnClose

func FontDialog_SetOnClose(obj uintptr, fn interface{})

func FontDialog_SetOnShow

func FontDialog_SetOnShow(obj uintptr, fn interface{})

func FontDialog_SetOptions

func FontDialog_SetOptions(obj uintptr, value TFontDialogOptions)

func FontDialog_SetTag

func FontDialog_SetTag(obj uintptr, value int)

func FontDialog_StaticClassType added in v1.1.18

func FontDialog_StaticClassType() TClass

func FontDialog_ToString

func FontDialog_ToString(obj uintptr) string

func Font_Assign

func Font_Assign(obj uintptr, Source uintptr)

func Font_ClassName

func Font_ClassName(obj uintptr) string

func Font_ClassType added in v1.1.18

func Font_ClassType(obj uintptr) TClass

func Font_Create

func Font_Create() uintptr

func Font_Equals

func Font_Equals(obj uintptr, Obj uintptr) bool

func Font_Free

func Font_Free(obj uintptr)

func Font_GetCharset

func Font_GetCharset(obj uintptr) TFontCharset

func Font_GetColor

func Font_GetColor(obj uintptr) TColor

func Font_GetHandle

func Font_GetHandle(obj uintptr) HFONT

func Font_GetHashCode

func Font_GetHashCode(obj uintptr) int32

func Font_GetHeight

func Font_GetHeight(obj uintptr) int32

func Font_GetName

func Font_GetName(obj uintptr) string

func Font_GetNamePath

func Font_GetNamePath(obj uintptr) string

func Font_GetOrientation

func Font_GetOrientation(obj uintptr) int32

func Font_GetPitch

func Font_GetPitch(obj uintptr) TFontPitch

func Font_GetPixelsPerInch

func Font_GetPixelsPerInch(obj uintptr) int32

func Font_GetQuality

func Font_GetQuality(obj uintptr) TFontQuality

func Font_GetSize

func Font_GetSize(obj uintptr) int32

func Font_GetStyle

func Font_GetStyle(obj uintptr) TFontStyles

func Font_HandleAllocated

func Font_HandleAllocated(obj uintptr) bool

func Font_InheritsFrom added in v1.1.18

func Font_InheritsFrom(obj uintptr, AClass TClass) bool

func Font_InstanceSize added in v1.1.18

func Font_InstanceSize(obj uintptr) int32

func Font_SetCharset

func Font_SetCharset(obj uintptr, value TFontCharset)

func Font_SetColor

func Font_SetColor(obj uintptr, value TColor)

func Font_SetHandle

func Font_SetHandle(obj uintptr, value HFONT)

func Font_SetHeight

func Font_SetHeight(obj uintptr, value int32)

func Font_SetName

func Font_SetName(obj uintptr, value string)

func Font_SetOnChange

func Font_SetOnChange(obj uintptr, fn interface{})

func Font_SetOrientation

func Font_SetOrientation(obj uintptr, value int32)

func Font_SetPitch

func Font_SetPitch(obj uintptr, value TFontPitch)

func Font_SetPixelsPerInch

func Font_SetPixelsPerInch(obj uintptr, value int32)

func Font_SetQuality

func Font_SetQuality(obj uintptr, value TFontQuality)

func Font_SetSize

func Font_SetSize(obj uintptr, value int32)

func Font_SetStyle

func Font_SetStyle(obj uintptr, value TFontStyles)

func Font_StaticClassType added in v1.1.18

func Font_StaticClassType() TClass

func Font_ToString

func Font_ToString(obj uintptr) string

func Form_AnchorAsAlign

func Form_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Form_AnchorClient

func Form_AnchorClient(obj uintptr, ASpace int32)

func Form_AnchorHorizontalCenterTo

func Form_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Form_AnchorParallel

func Form_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Form_AnchorToNeighbour

func Form_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Form_AnchorVerticalCenterTo

func Form_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Form_Assign

func Form_Assign(obj uintptr, Source uintptr)

func Form_BringToFront

func Form_BringToFront(obj uintptr)

func Form_CanFocus

func Form_CanFocus(obj uintptr) bool

func Form_ClassName

func Form_ClassName(obj uintptr) string

func Form_ClassType added in v1.1.18

func Form_ClassType(obj uintptr) TClass

func Form_ClientToParent

func Form_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Form_ClientToScreen

func Form_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Form_Close

func Form_Close(obj uintptr)

func Form_ContainsControl added in v1.1.21

func Form_ContainsControl(obj uintptr, Control uintptr) bool

func Form_ControlAtPos added in v1.1.21

func Form_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Form_Create

func Form_Create(obj uintptr) uintptr

func Form_Create2 added in v1.2.7

func Form_Create2(owner uintptr, initScale bool) uintptr

func Form_DisableAlign added in v1.1.21

func Form_DisableAlign(obj uintptr)

func Form_Dragging

func Form_Dragging(obj uintptr) bool

func Form_EnableAlign added in v1.1.21

func Form_EnableAlign(obj uintptr)

func Form_EnabledMaximize

func Form_EnabledMaximize(obj uintptr, val bool)

func Form_EnabledMinimize

func Form_EnabledMinimize(obj uintptr, val bool)

func Form_EnabledSystemMenu

func Form_EnabledSystemMenu(obj uintptr, val bool)

func Form_Equals

func Form_Equals(obj uintptr, Obj uintptr) bool

func Form_FindChildControl added in v1.1.21

func Form_FindChildControl(obj uintptr, ControlName string) uintptr

func Form_FindComponent

func Form_FindComponent(obj uintptr, AName string) uintptr

func Form_FlipChildren

func Form_FlipChildren(obj uintptr, AllLevels bool)

func Form_Focused

func Form_Focused(obj uintptr) bool

func Form_Free

func Form_Free(obj uintptr)

func Form_GetAction

func Form_GetAction(obj uintptr) uintptr

func Form_GetAlign

func Form_GetAlign(obj uintptr) TAlign

func Form_GetAllowDropFiles

func Form_GetAllowDropFiles(obj uintptr) bool

func Form_GetAlphaBlend

func Form_GetAlphaBlend(obj uintptr) bool

func Form_GetAlphaBlendValue

func Form_GetAlphaBlendValue(obj uintptr) uint8

func Form_GetAnchorSide

func Form_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Form_GetAnchorSideBottom

func Form_GetAnchorSideBottom(obj uintptr) uintptr

func Form_GetAnchorSideLeft

func Form_GetAnchorSideLeft(obj uintptr) uintptr

func Form_GetAnchorSideRight

func Form_GetAnchorSideRight(obj uintptr) uintptr

func Form_GetAnchorSideTop

func Form_GetAnchorSideTop(obj uintptr) uintptr

func Form_GetAnchors

func Form_GetAnchors(obj uintptr) TAnchors

func Form_GetAutoScroll added in v1.2.7

func Form_GetAutoScroll(obj uintptr) bool

func Form_GetAutoSize

func Form_GetAutoSize(obj uintptr) bool

func Form_GetBiDiMode

func Form_GetBiDiMode(obj uintptr) TBiDiMode

func Form_GetBorderIcons

func Form_GetBorderIcons(obj uintptr) TBorderIcons

func Form_GetBorderSpacing

func Form_GetBorderSpacing(obj uintptr) uintptr

func Form_GetBorderStyle

func Form_GetBorderStyle(obj uintptr) TFormBorderStyle

func Form_GetBorderWidth

func Form_GetBorderWidth(obj uintptr) int32

func Form_GetBoundsRect

func Form_GetBoundsRect(obj uintptr) TRect

func Form_GetBrush

func Form_GetBrush(obj uintptr) uintptr

func Form_GetCanvas

func Form_GetCanvas(obj uintptr) uintptr

func Form_GetCaption

func Form_GetCaption(obj uintptr) string

func Form_GetChildSizing

func Form_GetChildSizing(obj uintptr) uintptr

func Form_GetClientHeight

func Form_GetClientHeight(obj uintptr) int32

func Form_GetClientOrigin added in v1.1.21

func Form_GetClientOrigin(obj uintptr) TPoint

func Form_GetClientRect

func Form_GetClientRect(obj uintptr) TRect

func Form_GetClientWidth

func Form_GetClientWidth(obj uintptr) int32

func Form_GetColor

func Form_GetColor(obj uintptr) TColor

func Form_GetComponentCount

func Form_GetComponentCount(obj uintptr) int32

func Form_GetComponentIndex

func Form_GetComponentIndex(obj uintptr) int32

func Form_GetComponents

func Form_GetComponents(obj uintptr, AIndex int32) uintptr

func Form_GetConstraints added in v1.2.7

func Form_GetConstraints(obj uintptr) uintptr

func Form_GetControlCount

func Form_GetControlCount(obj uintptr) int32

func Form_GetControlState added in v1.1.21

func Form_GetControlState(obj uintptr) TControlState

func Form_GetControlStyle added in v1.1.21

func Form_GetControlStyle(obj uintptr) TControlStyle

func Form_GetControls

func Form_GetControls(obj uintptr, Index int32) uintptr

func Form_GetCursor

func Form_GetCursor(obj uintptr) TCursor

func Form_GetDefaultMonitor added in v1.2.9

func Form_GetDefaultMonitor(obj uintptr) TDefaultMonitor

func Form_GetDockClientCount added in v1.1.21

func Form_GetDockClientCount(obj uintptr) int32

func Form_GetDockClients added in v1.1.21

func Form_GetDockClients(obj uintptr, Index int32) uintptr

func Form_GetDockSite

func Form_GetDockSite(obj uintptr) bool

func Form_GetDoubleBuffered

func Form_GetDoubleBuffered(obj uintptr) bool

func Form_GetDragKind

func Form_GetDragKind(obj uintptr) TDragKind

func Form_GetDragMode

func Form_GetDragMode(obj uintptr) TDragMode

func Form_GetEnabled

func Form_GetEnabled(obj uintptr) bool

func Form_GetFloating

func Form_GetFloating(obj uintptr) bool

func Form_GetFont

func Form_GetFont(obj uintptr) uintptr

func Form_GetFormStyle

func Form_GetFormStyle(obj uintptr) TFormStyle

func Form_GetHandle

func Form_GetHandle(obj uintptr) HWND

func Form_GetHashCode

func Form_GetHashCode(obj uintptr) int32

func Form_GetHeight

func Form_GetHeight(obj uintptr) int32

func Form_GetHint

func Form_GetHint(obj uintptr) string

func Form_GetHorzScrollBar added in v1.2.7

func Form_GetHorzScrollBar(obj uintptr) uintptr

func Form_GetIcon

func Form_GetIcon(obj uintptr) uintptr

func Form_GetKeyPreview

func Form_GetKeyPreview(obj uintptr) bool

func Form_GetLeft

func Form_GetLeft(obj uintptr) int32

func Form_GetMenu

func Form_GetMenu(obj uintptr) uintptr

func Form_GetModalResult

func Form_GetModalResult(obj uintptr) TModalResult

func Form_GetMonitor added in v1.2.9

func Form_GetMonitor(obj uintptr) uintptr

func Form_GetMouseInClient added in v1.1.21

func Form_GetMouseInClient(obj uintptr) bool

func Form_GetName

func Form_GetName(obj uintptr) string

func Form_GetNamePath

func Form_GetNamePath(obj uintptr) string

func Form_GetOwner

func Form_GetOwner(obj uintptr) uintptr

func Form_GetParent

func Form_GetParent(obj uintptr) uintptr

func Form_GetParentDoubleBuffered

func Form_GetParentDoubleBuffered(obj uintptr) bool

func Form_GetParentFont

func Form_GetParentFont(obj uintptr) bool

func Form_GetParentWindow

func Form_GetParentWindow(obj uintptr) HWND

func Form_GetPixelsPerInch

func Form_GetPixelsPerInch(obj uintptr) int32

func Form_GetPopupMenu

func Form_GetPopupMenu(obj uintptr) uintptr

func Form_GetPosition

func Form_GetPosition(obj uintptr) TPosition

func Form_GetScaled

func Form_GetScaled(obj uintptr) bool

func Form_GetShowHint

func Form_GetShowHint(obj uintptr) bool

func Form_GetTabOrder

func Form_GetTabOrder(obj uintptr) TTabOrder

func Form_GetTabStop

func Form_GetTabStop(obj uintptr) bool

func Form_GetTag

func Form_GetTag(obj uintptr) int

func Form_GetTextBuf

func Form_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Form_GetTextLen

func Form_GetTextLen(obj uintptr) int32

func Form_GetTop

func Form_GetTop(obj uintptr) int32

func Form_GetUseDockManager

func Form_GetUseDockManager(obj uintptr) bool

func Form_GetVertScrollBar added in v1.2.7

func Form_GetVertScrollBar(obj uintptr) uintptr

func Form_GetVisible

func Form_GetVisible(obj uintptr) bool

func Form_GetVisibleDockClientCount added in v1.1.21

func Form_GetVisibleDockClientCount(obj uintptr) int32

func Form_GetWidth

func Form_GetWidth(obj uintptr) int32

func Form_GetWindowState

func Form_GetWindowState(obj uintptr) TWindowState

func Form_HandleAllocated

func Form_HandleAllocated(obj uintptr) bool

func Form_HasParent

func Form_HasParent(obj uintptr) bool

func Form_Hide

func Form_Hide(obj uintptr)

func Form_InheritedWndProc added in v1.2.10

func Form_InheritedWndProc(obj uintptr, msg *types.TMessage)

func Form_InheritsFrom added in v1.1.18

func Form_InheritsFrom(obj uintptr, AClass TClass) bool

func Form_InsertControl added in v1.1.21

func Form_InsertControl(obj uintptr, AControl uintptr)

func Form_InstanceSize added in v1.1.18

func Form_InstanceSize(obj uintptr) int32

func Form_Invalidate

func Form_Invalidate(obj uintptr)

func Form_ParentToClient

func Form_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Form_Perform

func Form_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Form_Realign

func Form_Realign(obj uintptr)

func Form_Refresh

func Form_Refresh(obj uintptr)

func Form_RemoveControl added in v1.1.21

func Form_RemoveControl(obj uintptr, AControl uintptr)

func Form_Repaint

func Form_Repaint(obj uintptr)

func Form_ScaleBy

func Form_ScaleBy(obj uintptr, M int32, D int32)

func Form_ScaleControlsForDpi

func Form_ScaleControlsForDpi(obj uintptr, newPPI int32)

func Form_ScaleForCurrentDpi added in v1.2.8

func Form_ScaleForCurrentDpi(obj uintptr)

func Form_ScaleForPPI

func Form_ScaleForPPI(obj uintptr, newPPI int32)

func Form_ScreenToClient

func Form_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Form_ScrollBy added in v1.1.21

func Form_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Form_ScrollInView added in v1.2.7

func Form_ScrollInView(obj uintptr, AControl uintptr)

func Form_SendToBack

func Form_SendToBack(obj uintptr)

func Form_SetAction

func Form_SetAction(obj uintptr, value uintptr)

func Form_SetAlign

func Form_SetAlign(obj uintptr, value TAlign)

func Form_SetAllowDropFiles

func Form_SetAllowDropFiles(obj uintptr, val bool)

func Form_SetAlphaBlend

func Form_SetAlphaBlend(obj uintptr, value bool)

func Form_SetAlphaBlendValue

func Form_SetAlphaBlendValue(obj uintptr, value uint8)

func Form_SetAnchorSideBottom

func Form_SetAnchorSideBottom(obj uintptr, value uintptr)

func Form_SetAnchorSideLeft

func Form_SetAnchorSideLeft(obj uintptr, value uintptr)

func Form_SetAnchorSideRight

func Form_SetAnchorSideRight(obj uintptr, value uintptr)

func Form_SetAnchorSideTop

func Form_SetAnchorSideTop(obj uintptr, value uintptr)

func Form_SetAnchors

func Form_SetAnchors(obj uintptr, value TAnchors)

func Form_SetAutoScroll added in v1.2.7

func Form_SetAutoScroll(obj uintptr, value bool)

func Form_SetAutoSize

func Form_SetAutoSize(obj uintptr, value bool)

func Form_SetBiDiMode

func Form_SetBiDiMode(obj uintptr, value TBiDiMode)

func Form_SetBorderIcons

func Form_SetBorderIcons(obj uintptr, value TBorderIcons)

func Form_SetBorderSpacing

func Form_SetBorderSpacing(obj uintptr, value uintptr)

func Form_SetBorderStyle

func Form_SetBorderStyle(obj uintptr, value TFormBorderStyle)

func Form_SetBorderWidth

func Form_SetBorderWidth(obj uintptr, value int32)

func Form_SetBounds

func Form_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Form_SetBoundsRect

func Form_SetBoundsRect(obj uintptr, value TRect)

func Form_SetCaption

func Form_SetCaption(obj uintptr, value string)

func Form_SetChildSizing

func Form_SetChildSizing(obj uintptr, value uintptr)

func Form_SetClientHeight

func Form_SetClientHeight(obj uintptr, value int32)

func Form_SetClientWidth

func Form_SetClientWidth(obj uintptr, value int32)

func Form_SetColor

func Form_SetColor(obj uintptr, value TColor)

func Form_SetComponentIndex

func Form_SetComponentIndex(obj uintptr, value int32)

func Form_SetConstraints added in v1.2.7

func Form_SetConstraints(obj uintptr, value uintptr)

func Form_SetControlState added in v1.1.21

func Form_SetControlState(obj uintptr, value TControlState)

func Form_SetControlStyle added in v1.1.21

func Form_SetControlStyle(obj uintptr, value TControlStyle)

func Form_SetCursor

func Form_SetCursor(obj uintptr, value TCursor)

func Form_SetDefaultMonitor added in v1.2.9

func Form_SetDefaultMonitor(obj uintptr, value TDefaultMonitor)

func Form_SetDockSite

func Form_SetDockSite(obj uintptr, value bool)

func Form_SetDoubleBuffered

func Form_SetDoubleBuffered(obj uintptr, value bool)

func Form_SetDragKind

func Form_SetDragKind(obj uintptr, value TDragKind)

func Form_SetDragMode

func Form_SetDragMode(obj uintptr, value TDragMode)

func Form_SetEnabled

func Form_SetEnabled(obj uintptr, value bool)

func Form_SetFocus

func Form_SetFocus(obj uintptr)

func Form_SetFont

func Form_SetFont(obj uintptr, value uintptr)

func Form_SetFormStyle

func Form_SetFormStyle(obj uintptr, value TFormStyle)

func Form_SetHeight

func Form_SetHeight(obj uintptr, value int32)

func Form_SetHint

func Form_SetHint(obj uintptr, value string)

func Form_SetHorzScrollBar added in v1.2.7

func Form_SetHorzScrollBar(obj uintptr, value uintptr)

func Form_SetIcon

func Form_SetIcon(obj uintptr, value uintptr)

func Form_SetKeyPreview

func Form_SetKeyPreview(obj uintptr, value bool)

func Form_SetLeft

func Form_SetLeft(obj uintptr, value int32)

func Form_SetMenu

func Form_SetMenu(obj uintptr, value uintptr)

func Form_SetModalResult

func Form_SetModalResult(obj uintptr, value TModalResult)

func Form_SetName

func Form_SetName(obj uintptr, value string)

func Form_SetOnActivate

func Form_SetOnActivate(obj uintptr, fn interface{})

func Form_SetOnAlignPosition added in v1.2.10

func Form_SetOnAlignPosition(obj uintptr, fn interface{})

func Form_SetOnClick

func Form_SetOnClick(obj uintptr, fn interface{})

func Form_SetOnClose

func Form_SetOnClose(obj uintptr, fn interface{})

func Form_SetOnCloseQuery

func Form_SetOnCloseQuery(obj uintptr, fn interface{})

func Form_SetOnConstrainedResize

func Form_SetOnConstrainedResize(obj uintptr, fn interface{})

func Form_SetOnContextPopup

func Form_SetOnContextPopup(obj uintptr, fn interface{})

func Form_SetOnDblClick

func Form_SetOnDblClick(obj uintptr, fn interface{})

func Form_SetOnDeactivate

func Form_SetOnDeactivate(obj uintptr, fn interface{})

func Form_SetOnDestroy

func Form_SetOnDestroy(obj uintptr, fn interface{})

func Form_SetOnDockDrop

func Form_SetOnDockDrop(obj uintptr, fn interface{})

func Form_SetOnDragDrop

func Form_SetOnDragDrop(obj uintptr, fn interface{})

func Form_SetOnDragOver

func Form_SetOnDragOver(obj uintptr, fn interface{})

func Form_SetOnDropFiles

func Form_SetOnDropFiles(obj uintptr, fn interface{})

func Form_SetOnEndDock

func Form_SetOnEndDock(obj uintptr, fn interface{})

func Form_SetOnGetSiteInfo

func Form_SetOnGetSiteInfo(obj uintptr, fn interface{})

func Form_SetOnHelp

func Form_SetOnHelp(obj uintptr, fn interface{})

func Form_SetOnHide

func Form_SetOnHide(obj uintptr, fn interface{})

func Form_SetOnKeyDown

func Form_SetOnKeyDown(obj uintptr, fn interface{})

func Form_SetOnKeyPress

func Form_SetOnKeyPress(obj uintptr, fn interface{})

func Form_SetOnKeyUp

func Form_SetOnKeyUp(obj uintptr, fn interface{})

func Form_SetOnMouseDown

func Form_SetOnMouseDown(obj uintptr, fn interface{})

func Form_SetOnMouseEnter

func Form_SetOnMouseEnter(obj uintptr, fn interface{})

func Form_SetOnMouseLeave

func Form_SetOnMouseLeave(obj uintptr, fn interface{})

func Form_SetOnMouseMove

func Form_SetOnMouseMove(obj uintptr, fn interface{})

func Form_SetOnMouseUp

func Form_SetOnMouseUp(obj uintptr, fn interface{})

func Form_SetOnMouseWheel

func Form_SetOnMouseWheel(obj uintptr, fn interface{})

func Form_SetOnMouseWheelDown

func Form_SetOnMouseWheelDown(obj uintptr, fn interface{})

func Form_SetOnMouseWheelUp

func Form_SetOnMouseWheelUp(obj uintptr, fn interface{})

func Form_SetOnPaint

func Form_SetOnPaint(obj uintptr, fn interface{})

func Form_SetOnResize

func Form_SetOnResize(obj uintptr, fn interface{})

func Form_SetOnShortCut

func Form_SetOnShortCut(obj uintptr, fn interface{})

func Form_SetOnShow

func Form_SetOnShow(obj uintptr, fn interface{})

func Form_SetOnStartDock

func Form_SetOnStartDock(obj uintptr, fn interface{})

func Form_SetOnStyleChanged added in v1.1.23

func Form_SetOnStyleChanged(obj uintptr, fn interface{})

func Form_SetOnUnDock

func Form_SetOnUnDock(obj uintptr, fn interface{})

func Form_SetOnWndProc added in v1.2.0

func Form_SetOnWndProc(obj uintptr, fn interface{})

func Form_SetParent

func Form_SetParent(obj uintptr, value uintptr)

func Form_SetParentDoubleBuffered

func Form_SetParentDoubleBuffered(obj uintptr, value bool)

func Form_SetParentFont

func Form_SetParentFont(obj uintptr, value bool)

func Form_SetParentWindow

func Form_SetParentWindow(obj uintptr, value HWND)

func Form_SetPixelsPerInch

func Form_SetPixelsPerInch(obj uintptr, value int32)

func Form_SetPopupMenu

func Form_SetPopupMenu(obj uintptr, value uintptr)

func Form_SetPosition

func Form_SetPosition(obj uintptr, value TPosition)

func Form_SetScaled

func Form_SetScaled(obj uintptr, value bool)

func Form_SetShowHint

func Form_SetShowHint(obj uintptr, value bool)

func Form_SetShowInTaskBar added in v1.2.4

func Form_SetShowInTaskBar(obj uintptr, val types.TShowInTaskbar)

func Form_SetTabOrder

func Form_SetTabOrder(obj uintptr, value TTabOrder)

func Form_SetTabStop

func Form_SetTabStop(obj uintptr, value bool)

func Form_SetTag

func Form_SetTag(obj uintptr, value int)

func Form_SetTextBuf added in v1.1.21

func Form_SetTextBuf(obj uintptr, Buffer string)

func Form_SetTop

func Form_SetTop(obj uintptr, value int32)

func Form_SetUseDockManager

func Form_SetUseDockManager(obj uintptr, value bool)

func Form_SetVertScrollBar added in v1.2.7

func Form_SetVertScrollBar(obj uintptr, value uintptr)

func Form_SetVisible

func Form_SetVisible(obj uintptr, value bool)

func Form_SetWidth

func Form_SetWidth(obj uintptr, value int32)

func Form_SetWindowState

func Form_SetWindowState(obj uintptr, value TWindowState)

func Form_Show

func Form_Show(obj uintptr)

func Form_ShowInTaskBar added in v1.2.4

func Form_ShowInTaskBar(obj uintptr) types.TShowInTaskbar

func Form_ShowModal

func Form_ShowModal(obj uintptr) int32

func Form_StaticClassType added in v1.1.18

func Form_StaticClassType() TClass

func Form_ToString

func Form_ToString(obj uintptr) string

func Form_Update

func Form_Update(obj uintptr)

func Frame_AnchorAsAlign

func Frame_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Frame_AnchorClient

func Frame_AnchorClient(obj uintptr, ASpace int32)

func Frame_AnchorHorizontalCenterTo

func Frame_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Frame_AnchorParallel

func Frame_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Frame_AnchorToNeighbour

func Frame_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Frame_AnchorVerticalCenterTo

func Frame_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Frame_Assign added in v1.2.7

func Frame_Assign(obj uintptr, Source uintptr)

func Frame_BringToFront added in v1.2.7

func Frame_BringToFront(obj uintptr)

func Frame_CanFocus added in v1.2.7

func Frame_CanFocus(obj uintptr) bool

func Frame_ClassName added in v1.2.7

func Frame_ClassName(obj uintptr) string

func Frame_ClassType added in v1.2.7

func Frame_ClassType(obj uintptr) TClass

func Frame_ClientToParent added in v1.2.7

func Frame_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Frame_ClientToScreen added in v1.2.7

func Frame_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Frame_ContainsControl added in v1.2.7

func Frame_ContainsControl(obj uintptr, Control uintptr) bool

func Frame_ControlAtPos added in v1.2.7

func Frame_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Frame_Create added in v1.2.7

func Frame_Create(obj uintptr) uintptr

func Frame_DisableAlign added in v1.2.7

func Frame_DisableAlign(obj uintptr)

func Frame_Dragging added in v1.2.7

func Frame_Dragging(obj uintptr) bool

func Frame_EnableAlign added in v1.2.7

func Frame_EnableAlign(obj uintptr)

func Frame_Equals added in v1.2.7

func Frame_Equals(obj uintptr, Obj uintptr) bool

func Frame_FindChildControl added in v1.2.7

func Frame_FindChildControl(obj uintptr, ControlName string) uintptr

func Frame_FindComponent added in v1.2.7

func Frame_FindComponent(obj uintptr, AName string) uintptr

func Frame_FlipChildren added in v1.2.7

func Frame_FlipChildren(obj uintptr, AllLevels bool)

func Frame_Focused added in v1.2.7

func Frame_Focused(obj uintptr) bool

func Frame_Free added in v1.2.7

func Frame_Free(obj uintptr)

func Frame_GetAction added in v1.2.7

func Frame_GetAction(obj uintptr) uintptr

func Frame_GetAlign added in v1.2.7

func Frame_GetAlign(obj uintptr) TAlign

func Frame_GetAnchorSide

func Frame_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Frame_GetAnchorSideBottom

func Frame_GetAnchorSideBottom(obj uintptr) uintptr

func Frame_GetAnchorSideLeft

func Frame_GetAnchorSideLeft(obj uintptr) uintptr

func Frame_GetAnchorSideRight

func Frame_GetAnchorSideRight(obj uintptr) uintptr

func Frame_GetAnchorSideTop

func Frame_GetAnchorSideTop(obj uintptr) uintptr

func Frame_GetAnchors added in v1.2.7

func Frame_GetAnchors(obj uintptr) TAnchors

func Frame_GetAutoScroll added in v1.2.7

func Frame_GetAutoScroll(obj uintptr) bool

func Frame_GetAutoSize added in v1.2.7

func Frame_GetAutoSize(obj uintptr) bool

func Frame_GetBiDiMode added in v1.2.7

func Frame_GetBiDiMode(obj uintptr) TBiDiMode

func Frame_GetBorderSpacing

func Frame_GetBorderSpacing(obj uintptr) uintptr

func Frame_GetBoundsRect added in v1.2.7

func Frame_GetBoundsRect(obj uintptr) TRect

func Frame_GetBrush added in v1.2.7

func Frame_GetBrush(obj uintptr) uintptr

func Frame_GetChildSizing

func Frame_GetChildSizing(obj uintptr) uintptr

func Frame_GetClientHeight added in v1.2.7

func Frame_GetClientHeight(obj uintptr) int32

func Frame_GetClientOrigin added in v1.2.7

func Frame_GetClientOrigin(obj uintptr) TPoint

func Frame_GetClientRect added in v1.2.7

func Frame_GetClientRect(obj uintptr) TRect

func Frame_GetClientWidth added in v1.2.7

func Frame_GetClientWidth(obj uintptr) int32

func Frame_GetColor added in v1.2.7

func Frame_GetColor(obj uintptr) TColor

func Frame_GetComponentCount added in v1.2.7

func Frame_GetComponentCount(obj uintptr) int32

func Frame_GetComponentIndex added in v1.2.7

func Frame_GetComponentIndex(obj uintptr) int32

func Frame_GetComponents added in v1.2.7

func Frame_GetComponents(obj uintptr, AIndex int32) uintptr

func Frame_GetConstraints added in v1.2.7

func Frame_GetConstraints(obj uintptr) uintptr

func Frame_GetControlCount added in v1.2.7

func Frame_GetControlCount(obj uintptr) int32

func Frame_GetControlState added in v1.2.7

func Frame_GetControlState(obj uintptr) TControlState

func Frame_GetControlStyle added in v1.2.7

func Frame_GetControlStyle(obj uintptr) TControlStyle

func Frame_GetControls added in v1.2.7

func Frame_GetControls(obj uintptr, Index int32) uintptr

func Frame_GetCursor added in v1.2.7

func Frame_GetCursor(obj uintptr) TCursor

func Frame_GetDockClientCount added in v1.2.7

func Frame_GetDockClientCount(obj uintptr) int32

func Frame_GetDockClients added in v1.2.7

func Frame_GetDockClients(obj uintptr, Index int32) uintptr

func Frame_GetDockSite added in v1.2.7

func Frame_GetDockSite(obj uintptr) bool

func Frame_GetDoubleBuffered added in v1.2.7

func Frame_GetDoubleBuffered(obj uintptr) bool

func Frame_GetDragCursor added in v1.2.7

func Frame_GetDragCursor(obj uintptr) TCursor

func Frame_GetDragKind added in v1.2.7

func Frame_GetDragKind(obj uintptr) TDragKind

func Frame_GetDragMode added in v1.2.7

func Frame_GetDragMode(obj uintptr) TDragMode

func Frame_GetEnabled added in v1.2.7

func Frame_GetEnabled(obj uintptr) bool

func Frame_GetFloating added in v1.2.7

func Frame_GetFloating(obj uintptr) bool

func Frame_GetFont added in v1.2.7

func Frame_GetFont(obj uintptr) uintptr

func Frame_GetHandle added in v1.2.7

func Frame_GetHandle(obj uintptr) HWND

func Frame_GetHashCode added in v1.2.7

func Frame_GetHashCode(obj uintptr) int32

func Frame_GetHeight added in v1.2.7

func Frame_GetHeight(obj uintptr) int32

func Frame_GetHint added in v1.2.7

func Frame_GetHint(obj uintptr) string

func Frame_GetHorzScrollBar added in v1.2.7

func Frame_GetHorzScrollBar(obj uintptr) uintptr

func Frame_GetLeft added in v1.2.7

func Frame_GetLeft(obj uintptr) int32

func Frame_GetMouseInClient added in v1.2.7

func Frame_GetMouseInClient(obj uintptr) bool

func Frame_GetName added in v1.2.7

func Frame_GetName(obj uintptr) string

func Frame_GetNamePath added in v1.2.7

func Frame_GetNamePath(obj uintptr) string

func Frame_GetOwner added in v1.2.7

func Frame_GetOwner(obj uintptr) uintptr

func Frame_GetParent added in v1.2.7

func Frame_GetParent(obj uintptr) uintptr

func Frame_GetParentColor added in v1.2.7

func Frame_GetParentColor(obj uintptr) bool

func Frame_GetParentDoubleBuffered added in v1.2.7

func Frame_GetParentDoubleBuffered(obj uintptr) bool

func Frame_GetParentFont added in v1.2.7

func Frame_GetParentFont(obj uintptr) bool

func Frame_GetParentShowHint added in v1.2.7

func Frame_GetParentShowHint(obj uintptr) bool

func Frame_GetParentWindow added in v1.2.7

func Frame_GetParentWindow(obj uintptr) HWND

func Frame_GetPopupMenu added in v1.2.7

func Frame_GetPopupMenu(obj uintptr) uintptr

func Frame_GetShowHint added in v1.2.7

func Frame_GetShowHint(obj uintptr) bool

func Frame_GetTabOrder added in v1.2.7

func Frame_GetTabOrder(obj uintptr) TTabOrder

func Frame_GetTabStop added in v1.2.7

func Frame_GetTabStop(obj uintptr) bool

func Frame_GetTag added in v1.2.7

func Frame_GetTag(obj uintptr) int

func Frame_GetTextBuf added in v1.2.7

func Frame_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Frame_GetTextLen added in v1.2.7

func Frame_GetTextLen(obj uintptr) int32

func Frame_GetTop added in v1.2.7

func Frame_GetTop(obj uintptr) int32

func Frame_GetUseDockManager added in v1.2.7

func Frame_GetUseDockManager(obj uintptr) bool

func Frame_GetVertScrollBar added in v1.2.7

func Frame_GetVertScrollBar(obj uintptr) uintptr

func Frame_GetVisible added in v1.2.7

func Frame_GetVisible(obj uintptr) bool

func Frame_GetVisibleDockClientCount added in v1.2.7

func Frame_GetVisibleDockClientCount(obj uintptr) int32

func Frame_GetWidth added in v1.2.7

func Frame_GetWidth(obj uintptr) int32

func Frame_HandleAllocated added in v1.2.7

func Frame_HandleAllocated(obj uintptr) bool

func Frame_HasParent added in v1.2.7

func Frame_HasParent(obj uintptr) bool

func Frame_Hide added in v1.2.7

func Frame_Hide(obj uintptr)

func Frame_InheritsFrom added in v1.2.7

func Frame_InheritsFrom(obj uintptr, AClass TClass) bool

func Frame_InsertControl added in v1.2.7

func Frame_InsertControl(obj uintptr, AControl uintptr)

func Frame_InstanceSize added in v1.2.7

func Frame_InstanceSize(obj uintptr) int32

func Frame_Invalidate added in v1.2.7

func Frame_Invalidate(obj uintptr)

func Frame_ParentToClient added in v1.2.7

func Frame_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Frame_Perform added in v1.2.7

func Frame_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Frame_Realign added in v1.2.7

func Frame_Realign(obj uintptr)

func Frame_Refresh added in v1.2.7

func Frame_Refresh(obj uintptr)

func Frame_RemoveControl added in v1.2.7

func Frame_RemoveControl(obj uintptr, AControl uintptr)

func Frame_Repaint added in v1.2.7

func Frame_Repaint(obj uintptr)

func Frame_ScaleBy added in v1.2.7

func Frame_ScaleBy(obj uintptr, M int32, D int32)

func Frame_ScreenToClient added in v1.2.7

func Frame_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Frame_ScrollBy added in v1.2.7

func Frame_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Frame_ScrollInView added in v1.2.7

func Frame_ScrollInView(obj uintptr, AControl uintptr)

func Frame_SendToBack added in v1.2.7

func Frame_SendToBack(obj uintptr)

func Frame_SetAction added in v1.2.7

func Frame_SetAction(obj uintptr, value uintptr)

func Frame_SetAlign added in v1.2.7

func Frame_SetAlign(obj uintptr, value TAlign)

func Frame_SetAnchorSideBottom

func Frame_SetAnchorSideBottom(obj uintptr, value uintptr)

func Frame_SetAnchorSideLeft

func Frame_SetAnchorSideLeft(obj uintptr, value uintptr)

func Frame_SetAnchorSideRight

func Frame_SetAnchorSideRight(obj uintptr, value uintptr)

func Frame_SetAnchorSideTop

func Frame_SetAnchorSideTop(obj uintptr, value uintptr)

func Frame_SetAnchors added in v1.2.7

func Frame_SetAnchors(obj uintptr, value TAnchors)

func Frame_SetAutoScroll added in v1.2.7

func Frame_SetAutoScroll(obj uintptr, value bool)

func Frame_SetAutoSize added in v1.2.7

func Frame_SetAutoSize(obj uintptr, value bool)

func Frame_SetBiDiMode added in v1.2.7

func Frame_SetBiDiMode(obj uintptr, value TBiDiMode)

func Frame_SetBorderSpacing

func Frame_SetBorderSpacing(obj uintptr, value uintptr)

func Frame_SetBounds added in v1.2.7

func Frame_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Frame_SetBoundsRect added in v1.2.7

func Frame_SetBoundsRect(obj uintptr, value TRect)

func Frame_SetChildSizing

func Frame_SetChildSizing(obj uintptr, value uintptr)

func Frame_SetClientHeight added in v1.2.7

func Frame_SetClientHeight(obj uintptr, value int32)

func Frame_SetClientWidth added in v1.2.7

func Frame_SetClientWidth(obj uintptr, value int32)

func Frame_SetColor added in v1.2.7

func Frame_SetColor(obj uintptr, value TColor)

func Frame_SetComponentIndex added in v1.2.7

func Frame_SetComponentIndex(obj uintptr, value int32)

func Frame_SetConstraints added in v1.2.7

func Frame_SetConstraints(obj uintptr, value uintptr)

func Frame_SetControlState added in v1.2.7

func Frame_SetControlState(obj uintptr, value TControlState)

func Frame_SetControlStyle added in v1.2.7

func Frame_SetControlStyle(obj uintptr, value TControlStyle)

func Frame_SetCursor added in v1.2.7

func Frame_SetCursor(obj uintptr, value TCursor)

func Frame_SetDockSite added in v1.2.7

func Frame_SetDockSite(obj uintptr, value bool)

func Frame_SetDoubleBuffered added in v1.2.7

func Frame_SetDoubleBuffered(obj uintptr, value bool)

func Frame_SetDragCursor added in v1.2.7

func Frame_SetDragCursor(obj uintptr, value TCursor)

func Frame_SetDragKind added in v1.2.7

func Frame_SetDragKind(obj uintptr, value TDragKind)

func Frame_SetDragMode added in v1.2.7

func Frame_SetDragMode(obj uintptr, value TDragMode)

func Frame_SetEnabled added in v1.2.7

func Frame_SetEnabled(obj uintptr, value bool)

func Frame_SetFocus added in v1.2.7

func Frame_SetFocus(obj uintptr)

func Frame_SetFont added in v1.2.7

func Frame_SetFont(obj uintptr, value uintptr)

func Frame_SetHeight added in v1.2.7

func Frame_SetHeight(obj uintptr, value int32)

func Frame_SetHint added in v1.2.7

func Frame_SetHint(obj uintptr, value string)

func Frame_SetHorzScrollBar added in v1.2.7

func Frame_SetHorzScrollBar(obj uintptr, value uintptr)

func Frame_SetLeft added in v1.2.7

func Frame_SetLeft(obj uintptr, value int32)

func Frame_SetName added in v1.2.7

func Frame_SetName(obj uintptr, value string)

func Frame_SetOnAlignPosition added in v1.2.10

func Frame_SetOnAlignPosition(obj uintptr, fn interface{})

func Frame_SetOnClick added in v1.2.7

func Frame_SetOnClick(obj uintptr, fn interface{})

func Frame_SetOnContextPopup added in v1.2.7

func Frame_SetOnContextPopup(obj uintptr, fn interface{})

func Frame_SetOnDblClick added in v1.2.7

func Frame_SetOnDblClick(obj uintptr, fn interface{})

func Frame_SetOnDockDrop added in v1.2.7

func Frame_SetOnDockDrop(obj uintptr, fn interface{})

func Frame_SetOnDragDrop added in v1.2.7

func Frame_SetOnDragDrop(obj uintptr, fn interface{})

func Frame_SetOnDragOver added in v1.2.7

func Frame_SetOnDragOver(obj uintptr, fn interface{})

func Frame_SetOnEndDock added in v1.2.7

func Frame_SetOnEndDock(obj uintptr, fn interface{})

func Frame_SetOnEndDrag added in v1.2.7

func Frame_SetOnEndDrag(obj uintptr, fn interface{})

func Frame_SetOnEnter added in v1.2.7

func Frame_SetOnEnter(obj uintptr, fn interface{})

func Frame_SetOnExit added in v1.2.7

func Frame_SetOnExit(obj uintptr, fn interface{})

func Frame_SetOnGetSiteInfo added in v1.2.7

func Frame_SetOnGetSiteInfo(obj uintptr, fn interface{})

func Frame_SetOnMouseDown added in v1.2.7

func Frame_SetOnMouseDown(obj uintptr, fn interface{})

func Frame_SetOnMouseEnter added in v1.2.7

func Frame_SetOnMouseEnter(obj uintptr, fn interface{})

func Frame_SetOnMouseLeave added in v1.2.7

func Frame_SetOnMouseLeave(obj uintptr, fn interface{})

func Frame_SetOnMouseMove added in v1.2.7

func Frame_SetOnMouseMove(obj uintptr, fn interface{})

func Frame_SetOnMouseUp added in v1.2.7

func Frame_SetOnMouseUp(obj uintptr, fn interface{})

func Frame_SetOnMouseWheel added in v1.2.7

func Frame_SetOnMouseWheel(obj uintptr, fn interface{})

func Frame_SetOnMouseWheelDown added in v1.2.7

func Frame_SetOnMouseWheelDown(obj uintptr, fn interface{})

func Frame_SetOnMouseWheelUp added in v1.2.7

func Frame_SetOnMouseWheelUp(obj uintptr, fn interface{})

func Frame_SetOnResize added in v1.2.7

func Frame_SetOnResize(obj uintptr, fn interface{})

func Frame_SetOnStartDock added in v1.2.7

func Frame_SetOnStartDock(obj uintptr, fn interface{})

func Frame_SetOnUnDock added in v1.2.7

func Frame_SetOnUnDock(obj uintptr, fn interface{})

func Frame_SetParent added in v1.2.7

func Frame_SetParent(obj uintptr, value uintptr)

func Frame_SetParentColor added in v1.2.7

func Frame_SetParentColor(obj uintptr, value bool)

func Frame_SetParentDoubleBuffered added in v1.2.7

func Frame_SetParentDoubleBuffered(obj uintptr, value bool)

func Frame_SetParentFont added in v1.2.7

func Frame_SetParentFont(obj uintptr, value bool)

func Frame_SetParentShowHint added in v1.2.7

func Frame_SetParentShowHint(obj uintptr, value bool)

func Frame_SetParentWindow added in v1.2.7

func Frame_SetParentWindow(obj uintptr, value HWND)

func Frame_SetPopupMenu added in v1.2.7

func Frame_SetPopupMenu(obj uintptr, value uintptr)

func Frame_SetShowHint added in v1.2.7

func Frame_SetShowHint(obj uintptr, value bool)

func Frame_SetTabOrder added in v1.2.7

func Frame_SetTabOrder(obj uintptr, value TTabOrder)

func Frame_SetTabStop added in v1.2.7

func Frame_SetTabStop(obj uintptr, value bool)

func Frame_SetTag added in v1.2.7

func Frame_SetTag(obj uintptr, value int)

func Frame_SetTextBuf added in v1.2.7

func Frame_SetTextBuf(obj uintptr, Buffer string)

func Frame_SetTop added in v1.2.7

func Frame_SetTop(obj uintptr, value int32)

func Frame_SetUseDockManager added in v1.2.7

func Frame_SetUseDockManager(obj uintptr, value bool)

func Frame_SetVertScrollBar added in v1.2.7

func Frame_SetVertScrollBar(obj uintptr, value uintptr)

func Frame_SetVisible added in v1.2.7

func Frame_SetVisible(obj uintptr, value bool)

func Frame_SetWidth added in v1.2.7

func Frame_SetWidth(obj uintptr, value int32)

func Frame_Show added in v1.2.7

func Frame_Show(obj uintptr)

func Frame_StaticClassType added in v1.2.7

func Frame_StaticClassType() TClass

func Frame_ToString added in v1.2.7

func Frame_ToString(obj uintptr) string

func Frame_Update added in v1.2.7

func Frame_Update(obj uintptr)

func GIFImage_Assign

func GIFImage_Assign(obj uintptr, Source uintptr)

func GIFImage_ClassName

func GIFImage_ClassName(obj uintptr) string

func GIFImage_ClassType added in v1.1.18

func GIFImage_ClassType(obj uintptr) TClass

func GIFImage_Clear

func GIFImage_Clear(obj uintptr)

func GIFImage_Create

func GIFImage_Create() uintptr

func GIFImage_Equals

func GIFImage_Equals(obj uintptr, Obj uintptr) bool

func GIFImage_Free

func GIFImage_Free(obj uintptr)

func GIFImage_GetBitsPerPixel

func GIFImage_GetBitsPerPixel(obj uintptr) int32

func GIFImage_GetEmpty

func GIFImage_GetEmpty(obj uintptr) bool

func GIFImage_GetHashCode

func GIFImage_GetHashCode(obj uintptr) int32

func GIFImage_GetHeight

func GIFImage_GetHeight(obj uintptr) int32

func GIFImage_GetModified

func GIFImage_GetModified(obj uintptr) bool

func GIFImage_GetNamePath

func GIFImage_GetNamePath(obj uintptr) string

func GIFImage_GetPalette added in v1.1.23

func GIFImage_GetPalette(obj uintptr) HPALETTE

func GIFImage_GetPaletteModified

func GIFImage_GetPaletteModified(obj uintptr) bool

func GIFImage_GetTransparent

func GIFImage_GetTransparent(obj uintptr) bool

func GIFImage_GetWidth

func GIFImage_GetWidth(obj uintptr) int32

func GIFImage_InheritsFrom added in v1.1.18

func GIFImage_InheritsFrom(obj uintptr, AClass TClass) bool

func GIFImage_InstanceSize added in v1.1.18

func GIFImage_InstanceSize(obj uintptr) int32

func GIFImage_LoadFromFile

func GIFImage_LoadFromFile(obj uintptr, Filename string)

func GIFImage_LoadFromStream

func GIFImage_LoadFromStream(obj uintptr, Stream uintptr)

func GIFImage_SaveToFile

func GIFImage_SaveToFile(obj uintptr, Filename string)

func GIFImage_SaveToStream

func GIFImage_SaveToStream(obj uintptr, Stream uintptr)

func GIFImage_SetHeight

func GIFImage_SetHeight(obj uintptr, value int32)

func GIFImage_SetModified

func GIFImage_SetModified(obj uintptr, value bool)

func GIFImage_SetOnChange

func GIFImage_SetOnChange(obj uintptr, fn interface{})

func GIFImage_SetPalette added in v1.1.23

func GIFImage_SetPalette(obj uintptr, value HPALETTE)

func GIFImage_SetPaletteModified

func GIFImage_SetPaletteModified(obj uintptr, value bool)

func GIFImage_SetSize

func GIFImage_SetSize(obj uintptr, AWidth int32, AHeight int32)

func GIFImage_SetWidth

func GIFImage_SetWidth(obj uintptr, value int32)

func GIFImage_StaticClassType added in v1.1.18

func GIFImage_StaticClassType() TClass

func GIFImage_ToString

func GIFImage_ToString(obj uintptr) string

func Gauge_AddProgress

func Gauge_AddProgress(obj uintptr, Value int32)

func Gauge_AnchorAsAlign

func Gauge_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Gauge_AnchorClient

func Gauge_AnchorClient(obj uintptr, ASpace int32)

func Gauge_AnchorHorizontalCenterTo

func Gauge_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Gauge_AnchorParallel

func Gauge_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Gauge_AnchorToNeighbour

func Gauge_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Gauge_AnchorVerticalCenterTo

func Gauge_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Gauge_Assign

func Gauge_Assign(obj uintptr, Source uintptr)

func Gauge_BringToFront

func Gauge_BringToFront(obj uintptr)

func Gauge_ClassName

func Gauge_ClassName(obj uintptr) string

func Gauge_ClassType added in v1.1.18

func Gauge_ClassType(obj uintptr) TClass

func Gauge_ClientToParent

func Gauge_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Gauge_ClientToScreen

func Gauge_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Gauge_Create

func Gauge_Create(obj uintptr) uintptr

func Gauge_Dragging

func Gauge_Dragging(obj uintptr) bool

func Gauge_Equals

func Gauge_Equals(obj uintptr, Obj uintptr) bool

func Gauge_FindComponent

func Gauge_FindComponent(obj uintptr, AName string) uintptr

func Gauge_Free

func Gauge_Free(obj uintptr)

func Gauge_GetAction

func Gauge_GetAction(obj uintptr) uintptr

func Gauge_GetAlign

func Gauge_GetAlign(obj uintptr) TAlign

func Gauge_GetAnchorSide

func Gauge_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Gauge_GetAnchorSideBottom

func Gauge_GetAnchorSideBottom(obj uintptr) uintptr

func Gauge_GetAnchorSideLeft

func Gauge_GetAnchorSideLeft(obj uintptr) uintptr

func Gauge_GetAnchorSideRight

func Gauge_GetAnchorSideRight(obj uintptr) uintptr

func Gauge_GetAnchorSideTop

func Gauge_GetAnchorSideTop(obj uintptr) uintptr

func Gauge_GetAnchors

func Gauge_GetAnchors(obj uintptr) TAnchors

func Gauge_GetBackColor

func Gauge_GetBackColor(obj uintptr) TColor

func Gauge_GetBiDiMode

func Gauge_GetBiDiMode(obj uintptr) TBiDiMode

func Gauge_GetBorderSpacing

func Gauge_GetBorderSpacing(obj uintptr) uintptr

func Gauge_GetBorderStyle

func Gauge_GetBorderStyle(obj uintptr) TBorderStyle

func Gauge_GetBoundsRect

func Gauge_GetBoundsRect(obj uintptr) TRect

func Gauge_GetClientHeight

func Gauge_GetClientHeight(obj uintptr) int32

func Gauge_GetClientOrigin added in v1.1.21

func Gauge_GetClientOrigin(obj uintptr) TPoint

func Gauge_GetClientRect

func Gauge_GetClientRect(obj uintptr) TRect

func Gauge_GetClientWidth

func Gauge_GetClientWidth(obj uintptr) int32

func Gauge_GetColor

func Gauge_GetColor(obj uintptr) TColor

func Gauge_GetComponentCount

func Gauge_GetComponentCount(obj uintptr) int32

func Gauge_GetComponentIndex

func Gauge_GetComponentIndex(obj uintptr) int32

func Gauge_GetComponents

func Gauge_GetComponents(obj uintptr, AIndex int32) uintptr

func Gauge_GetConstraints added in v1.2.7

func Gauge_GetConstraints(obj uintptr) uintptr

func Gauge_GetControlState added in v1.1.21

func Gauge_GetControlState(obj uintptr) TControlState

func Gauge_GetControlStyle added in v1.1.21

func Gauge_GetControlStyle(obj uintptr) TControlStyle

func Gauge_GetCursor

func Gauge_GetCursor(obj uintptr) TCursor

func Gauge_GetEnabled

func Gauge_GetEnabled(obj uintptr) bool

func Gauge_GetFloating

func Gauge_GetFloating(obj uintptr) bool

func Gauge_GetFont

func Gauge_GetFont(obj uintptr) uintptr

func Gauge_GetForeColor

func Gauge_GetForeColor(obj uintptr) TColor

func Gauge_GetHashCode

func Gauge_GetHashCode(obj uintptr) int32

func Gauge_GetHeight

func Gauge_GetHeight(obj uintptr) int32

func Gauge_GetHint

func Gauge_GetHint(obj uintptr) string

func Gauge_GetLeft

func Gauge_GetLeft(obj uintptr) int32

func Gauge_GetMaxValue

func Gauge_GetMaxValue(obj uintptr) int32

func Gauge_GetMinValue

func Gauge_GetMinValue(obj uintptr) int32

func Gauge_GetName

func Gauge_GetName(obj uintptr) string

func Gauge_GetNamePath

func Gauge_GetNamePath(obj uintptr) string

func Gauge_GetOwner

func Gauge_GetOwner(obj uintptr) uintptr

func Gauge_GetParent

func Gauge_GetParent(obj uintptr) uintptr

func Gauge_GetParentColor

func Gauge_GetParentColor(obj uintptr) bool

func Gauge_GetParentFont

func Gauge_GetParentFont(obj uintptr) bool

func Gauge_GetParentShowHint

func Gauge_GetParentShowHint(obj uintptr) bool

func Gauge_GetPercentDone

func Gauge_GetPercentDone(obj uintptr) int32

func Gauge_GetPopupMenu

func Gauge_GetPopupMenu(obj uintptr) uintptr

func Gauge_GetProgress

func Gauge_GetProgress(obj uintptr) int32

func Gauge_GetShowHint

func Gauge_GetShowHint(obj uintptr) bool

func Gauge_GetShowText

func Gauge_GetShowText(obj uintptr) bool

func Gauge_GetTag

func Gauge_GetTag(obj uintptr) int

func Gauge_GetTextBuf

func Gauge_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Gauge_GetTextLen

func Gauge_GetTextLen(obj uintptr) int32

func Gauge_GetTop

func Gauge_GetTop(obj uintptr) int32

func Gauge_GetVisible

func Gauge_GetVisible(obj uintptr) bool

func Gauge_GetWidth

func Gauge_GetWidth(obj uintptr) int32

func Gauge_HasParent

func Gauge_HasParent(obj uintptr) bool

func Gauge_Hide

func Gauge_Hide(obj uintptr)

func Gauge_InheritsFrom added in v1.1.18

func Gauge_InheritsFrom(obj uintptr, AClass TClass) bool

func Gauge_InstanceSize added in v1.1.18

func Gauge_InstanceSize(obj uintptr) int32

func Gauge_Invalidate

func Gauge_Invalidate(obj uintptr)

func Gauge_ParentToClient

func Gauge_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Gauge_Perform

func Gauge_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Gauge_Refresh

func Gauge_Refresh(obj uintptr)

func Gauge_Repaint

func Gauge_Repaint(obj uintptr)

func Gauge_ScreenToClient

func Gauge_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Gauge_SendToBack

func Gauge_SendToBack(obj uintptr)

func Gauge_SetAction

func Gauge_SetAction(obj uintptr, value uintptr)

func Gauge_SetAlign

func Gauge_SetAlign(obj uintptr, value TAlign)

func Gauge_SetAnchorSideBottom

func Gauge_SetAnchorSideBottom(obj uintptr, value uintptr)

func Gauge_SetAnchorSideLeft

func Gauge_SetAnchorSideLeft(obj uintptr, value uintptr)

func Gauge_SetAnchorSideRight

func Gauge_SetAnchorSideRight(obj uintptr, value uintptr)

func Gauge_SetAnchorSideTop

func Gauge_SetAnchorSideTop(obj uintptr, value uintptr)

func Gauge_SetAnchors

func Gauge_SetAnchors(obj uintptr, value TAnchors)

func Gauge_SetBackColor

func Gauge_SetBackColor(obj uintptr, value TColor)

func Gauge_SetBiDiMode

func Gauge_SetBiDiMode(obj uintptr, value TBiDiMode)

func Gauge_SetBorderSpacing

func Gauge_SetBorderSpacing(obj uintptr, value uintptr)

func Gauge_SetBorderStyle

func Gauge_SetBorderStyle(obj uintptr, value TBorderStyle)

func Gauge_SetBounds

func Gauge_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Gauge_SetBoundsRect

func Gauge_SetBoundsRect(obj uintptr, value TRect)

func Gauge_SetClientHeight

func Gauge_SetClientHeight(obj uintptr, value int32)

func Gauge_SetClientWidth

func Gauge_SetClientWidth(obj uintptr, value int32)

func Gauge_SetColor

func Gauge_SetColor(obj uintptr, value TColor)

func Gauge_SetComponentIndex

func Gauge_SetComponentIndex(obj uintptr, value int32)

func Gauge_SetConstraints added in v1.2.7

func Gauge_SetConstraints(obj uintptr, value uintptr)

func Gauge_SetControlState added in v1.1.21

func Gauge_SetControlState(obj uintptr, value TControlState)

func Gauge_SetControlStyle added in v1.1.21

func Gauge_SetControlStyle(obj uintptr, value TControlStyle)

func Gauge_SetCursor

func Gauge_SetCursor(obj uintptr, value TCursor)

func Gauge_SetEnabled

func Gauge_SetEnabled(obj uintptr, value bool)

func Gauge_SetFont

func Gauge_SetFont(obj uintptr, value uintptr)

func Gauge_SetForeColor

func Gauge_SetForeColor(obj uintptr, value TColor)

func Gauge_SetHeight

func Gauge_SetHeight(obj uintptr, value int32)

func Gauge_SetHint

func Gauge_SetHint(obj uintptr, value string)

func Gauge_SetLeft

func Gauge_SetLeft(obj uintptr, value int32)

func Gauge_SetMaxValue

func Gauge_SetMaxValue(obj uintptr, value int32)

func Gauge_SetMinValue

func Gauge_SetMinValue(obj uintptr, value int32)

func Gauge_SetName

func Gauge_SetName(obj uintptr, value string)

func Gauge_SetParent

func Gauge_SetParent(obj uintptr, value uintptr)

func Gauge_SetParentColor

func Gauge_SetParentColor(obj uintptr, value bool)

func Gauge_SetParentFont

func Gauge_SetParentFont(obj uintptr, value bool)

func Gauge_SetParentShowHint

func Gauge_SetParentShowHint(obj uintptr, value bool)

func Gauge_SetPopupMenu

func Gauge_SetPopupMenu(obj uintptr, value uintptr)

func Gauge_SetProgress

func Gauge_SetProgress(obj uintptr, value int32)

func Gauge_SetShowHint

func Gauge_SetShowHint(obj uintptr, value bool)

func Gauge_SetShowText

func Gauge_SetShowText(obj uintptr, value bool)

func Gauge_SetTag

func Gauge_SetTag(obj uintptr, value int)

func Gauge_SetTextBuf added in v1.1.21

func Gauge_SetTextBuf(obj uintptr, Buffer string)

func Gauge_SetTop

func Gauge_SetTop(obj uintptr, value int32)

func Gauge_SetVisible

func Gauge_SetVisible(obj uintptr, value bool)

func Gauge_SetWidth

func Gauge_SetWidth(obj uintptr, value int32)

func Gauge_Show

func Gauge_Show(obj uintptr)

func Gauge_StaticClassType added in v1.1.18

func Gauge_StaticClassType() TClass

func Gauge_ToString

func Gauge_ToString(obj uintptr) string

func Gauge_Update

func Gauge_Update(obj uintptr)

func GetLibVcl added in v1.2.5

func GetLibVcl() *dylib.LazyDLL

获取dll库实例,用于在外扩展第三方组件的。移动来自dfuncs.go

func GetaddEventToMapFn added in v1.2.5

func GetaddEventToMapFn() func(f interface{}) uintptr

func GoBoolToDBool

func GoBoolToDBool(val bool) uintptr

Go bool类型转为Delphi或者Lazarus的Bool类型

func GoStrToDStr

func GoStrToDStr(s string) uintptr

Go的string转换为Lazarus的string

func Graphic_Assign

func Graphic_Assign(obj uintptr, Source uintptr)

func Graphic_ClassName

func Graphic_ClassName(obj uintptr) string

func Graphic_ClassType added in v1.1.18

func Graphic_ClassType(obj uintptr) TClass

func Graphic_Create

func Graphic_Create() uintptr

func Graphic_Equals

func Graphic_Equals(obj uintptr, Obj uintptr) bool

func Graphic_Free

func Graphic_Free(obj uintptr)

func Graphic_GetEmpty

func Graphic_GetEmpty(obj uintptr) bool

func Graphic_GetHashCode

func Graphic_GetHashCode(obj uintptr) int32

func Graphic_GetHeight

func Graphic_GetHeight(obj uintptr) int32

func Graphic_GetModified

func Graphic_GetModified(obj uintptr) bool

func Graphic_GetNamePath

func Graphic_GetNamePath(obj uintptr) string

func Graphic_GetPalette added in v1.1.23

func Graphic_GetPalette(obj uintptr) HPALETTE

func Graphic_GetPaletteModified

func Graphic_GetPaletteModified(obj uintptr) bool

func Graphic_GetTransparent

func Graphic_GetTransparent(obj uintptr) bool

func Graphic_GetWidth

func Graphic_GetWidth(obj uintptr) int32

func Graphic_InheritsFrom added in v1.1.18

func Graphic_InheritsFrom(obj uintptr, AClass TClass) bool

func Graphic_InstanceSize added in v1.1.18

func Graphic_InstanceSize(obj uintptr) int32

func Graphic_LoadFromFile

func Graphic_LoadFromFile(obj uintptr, Filename string)

func Graphic_LoadFromStream

func Graphic_LoadFromStream(obj uintptr, Stream uintptr)

func Graphic_SaveToFile

func Graphic_SaveToFile(obj uintptr, Filename string)

func Graphic_SaveToStream

func Graphic_SaveToStream(obj uintptr, Stream uintptr)

func Graphic_SetHeight

func Graphic_SetHeight(obj uintptr, value int32)

func Graphic_SetModified

func Graphic_SetModified(obj uintptr, value bool)

func Graphic_SetOnChange

func Graphic_SetOnChange(obj uintptr, fn interface{})

func Graphic_SetPalette added in v1.1.23

func Graphic_SetPalette(obj uintptr, value HPALETTE)

func Graphic_SetPaletteModified

func Graphic_SetPaletteModified(obj uintptr, value bool)

func Graphic_SetTransparent

func Graphic_SetTransparent(obj uintptr, value bool)

func Graphic_SetWidth

func Graphic_SetWidth(obj uintptr, value int32)

func Graphic_StaticClassType added in v1.1.18

func Graphic_StaticClassType() TClass

func Graphic_ToString

func Graphic_ToString(obj uintptr) string

func GroupBox_AnchorAsAlign

func GroupBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func GroupBox_AnchorClient

func GroupBox_AnchorClient(obj uintptr, ASpace int32)

func GroupBox_AnchorHorizontalCenterTo

func GroupBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func GroupBox_AnchorParallel

func GroupBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func GroupBox_AnchorToNeighbour

func GroupBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func GroupBox_AnchorVerticalCenterTo

func GroupBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func GroupBox_Assign

func GroupBox_Assign(obj uintptr, Source uintptr)

func GroupBox_BringToFront

func GroupBox_BringToFront(obj uintptr)

func GroupBox_CanFocus

func GroupBox_CanFocus(obj uintptr) bool

func GroupBox_ClassName

func GroupBox_ClassName(obj uintptr) string

func GroupBox_ClassType added in v1.1.18

func GroupBox_ClassType(obj uintptr) TClass

func GroupBox_ClientToParent

func GroupBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func GroupBox_ClientToScreen

func GroupBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func GroupBox_ContainsControl added in v1.1.21

func GroupBox_ContainsControl(obj uintptr, Control uintptr) bool

func GroupBox_ControlAtPos added in v1.1.21

func GroupBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func GroupBox_Create

func GroupBox_Create(obj uintptr) uintptr

func GroupBox_DisableAlign added in v1.1.21

func GroupBox_DisableAlign(obj uintptr)

func GroupBox_Dragging

func GroupBox_Dragging(obj uintptr) bool

func GroupBox_EnableAlign added in v1.1.21

func GroupBox_EnableAlign(obj uintptr)

func GroupBox_Equals

func GroupBox_Equals(obj uintptr, Obj uintptr) bool

func GroupBox_FindChildControl added in v1.1.21

func GroupBox_FindChildControl(obj uintptr, ControlName string) uintptr

func GroupBox_FindComponent

func GroupBox_FindComponent(obj uintptr, AName string) uintptr

func GroupBox_FlipChildren

func GroupBox_FlipChildren(obj uintptr, AllLevels bool)

func GroupBox_Focused

func GroupBox_Focused(obj uintptr) bool

func GroupBox_Free

func GroupBox_Free(obj uintptr)

func GroupBox_GetAction

func GroupBox_GetAction(obj uintptr) uintptr

func GroupBox_GetAlign

func GroupBox_GetAlign(obj uintptr) TAlign

func GroupBox_GetAnchorSide

func GroupBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func GroupBox_GetAnchorSideBottom

func GroupBox_GetAnchorSideBottom(obj uintptr) uintptr

func GroupBox_GetAnchorSideLeft

func GroupBox_GetAnchorSideLeft(obj uintptr) uintptr

func GroupBox_GetAnchorSideRight

func GroupBox_GetAnchorSideRight(obj uintptr) uintptr

func GroupBox_GetAnchorSideTop

func GroupBox_GetAnchorSideTop(obj uintptr) uintptr

func GroupBox_GetAnchors

func GroupBox_GetAnchors(obj uintptr) TAnchors

func GroupBox_GetBiDiMode

func GroupBox_GetBiDiMode(obj uintptr) TBiDiMode

func GroupBox_GetBorderSpacing

func GroupBox_GetBorderSpacing(obj uintptr) uintptr

func GroupBox_GetBoundsRect

func GroupBox_GetBoundsRect(obj uintptr) TRect

func GroupBox_GetBrush

func GroupBox_GetBrush(obj uintptr) uintptr

func GroupBox_GetCaption

func GroupBox_GetCaption(obj uintptr) string

func GroupBox_GetChildSizing

func GroupBox_GetChildSizing(obj uintptr) uintptr

func GroupBox_GetClientHeight

func GroupBox_GetClientHeight(obj uintptr) int32

func GroupBox_GetClientOrigin added in v1.1.21

func GroupBox_GetClientOrigin(obj uintptr) TPoint

func GroupBox_GetClientRect

func GroupBox_GetClientRect(obj uintptr) TRect

func GroupBox_GetClientWidth

func GroupBox_GetClientWidth(obj uintptr) int32

func GroupBox_GetColor

func GroupBox_GetColor(obj uintptr) TColor

func GroupBox_GetComponentCount

func GroupBox_GetComponentCount(obj uintptr) int32

func GroupBox_GetComponentIndex

func GroupBox_GetComponentIndex(obj uintptr) int32

func GroupBox_GetComponents

func GroupBox_GetComponents(obj uintptr, AIndex int32) uintptr

func GroupBox_GetConstraints added in v1.2.7

func GroupBox_GetConstraints(obj uintptr) uintptr

func GroupBox_GetControlCount

func GroupBox_GetControlCount(obj uintptr) int32

func GroupBox_GetControlState added in v1.1.21

func GroupBox_GetControlState(obj uintptr) TControlState

func GroupBox_GetControlStyle added in v1.1.21

func GroupBox_GetControlStyle(obj uintptr) TControlStyle

func GroupBox_GetControls

func GroupBox_GetControls(obj uintptr, Index int32) uintptr

func GroupBox_GetCursor

func GroupBox_GetCursor(obj uintptr) TCursor

func GroupBox_GetDockClientCount added in v1.1.21

func GroupBox_GetDockClientCount(obj uintptr) int32

func GroupBox_GetDockClients added in v1.1.21

func GroupBox_GetDockClients(obj uintptr, Index int32) uintptr

func GroupBox_GetDockSite

func GroupBox_GetDockSite(obj uintptr) bool

func GroupBox_GetDoubleBuffered

func GroupBox_GetDoubleBuffered(obj uintptr) bool

func GroupBox_GetDragCursor

func GroupBox_GetDragCursor(obj uintptr) TCursor

func GroupBox_GetDragKind

func GroupBox_GetDragKind(obj uintptr) TDragKind

func GroupBox_GetDragMode

func GroupBox_GetDragMode(obj uintptr) TDragMode

func GroupBox_GetEnabled

func GroupBox_GetEnabled(obj uintptr) bool

func GroupBox_GetFloating

func GroupBox_GetFloating(obj uintptr) bool

func GroupBox_GetFont

func GroupBox_GetFont(obj uintptr) uintptr

func GroupBox_GetHandle

func GroupBox_GetHandle(obj uintptr) HWND

func GroupBox_GetHashCode

func GroupBox_GetHashCode(obj uintptr) int32

func GroupBox_GetHeight

func GroupBox_GetHeight(obj uintptr) int32

func GroupBox_GetHint

func GroupBox_GetHint(obj uintptr) string

func GroupBox_GetLeft

func GroupBox_GetLeft(obj uintptr) int32

func GroupBox_GetMouseInClient added in v1.1.21

func GroupBox_GetMouseInClient(obj uintptr) bool

func GroupBox_GetName

func GroupBox_GetName(obj uintptr) string

func GroupBox_GetNamePath

func GroupBox_GetNamePath(obj uintptr) string

func GroupBox_GetOwner

func GroupBox_GetOwner(obj uintptr) uintptr

func GroupBox_GetParent

func GroupBox_GetParent(obj uintptr) uintptr

func GroupBox_GetParentColor

func GroupBox_GetParentColor(obj uintptr) bool

func GroupBox_GetParentDoubleBuffered

func GroupBox_GetParentDoubleBuffered(obj uintptr) bool

func GroupBox_GetParentFont

func GroupBox_GetParentFont(obj uintptr) bool

func GroupBox_GetParentShowHint

func GroupBox_GetParentShowHint(obj uintptr) bool

func GroupBox_GetParentWindow

func GroupBox_GetParentWindow(obj uintptr) HWND

func GroupBox_GetPopupMenu

func GroupBox_GetPopupMenu(obj uintptr) uintptr

func GroupBox_GetShowHint

func GroupBox_GetShowHint(obj uintptr) bool

func GroupBox_GetTabOrder

func GroupBox_GetTabOrder(obj uintptr) TTabOrder

func GroupBox_GetTabStop

func GroupBox_GetTabStop(obj uintptr) bool

func GroupBox_GetTag

func GroupBox_GetTag(obj uintptr) int

func GroupBox_GetTextBuf

func GroupBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func GroupBox_GetTextLen

func GroupBox_GetTextLen(obj uintptr) int32

func GroupBox_GetTop

func GroupBox_GetTop(obj uintptr) int32

func GroupBox_GetUseDockManager

func GroupBox_GetUseDockManager(obj uintptr) bool

func GroupBox_GetVisible

func GroupBox_GetVisible(obj uintptr) bool

func GroupBox_GetVisibleDockClientCount added in v1.1.21

func GroupBox_GetVisibleDockClientCount(obj uintptr) int32

func GroupBox_GetWidth

func GroupBox_GetWidth(obj uintptr) int32

func GroupBox_HandleAllocated

func GroupBox_HandleAllocated(obj uintptr) bool

func GroupBox_HasParent

func GroupBox_HasParent(obj uintptr) bool

func GroupBox_Hide

func GroupBox_Hide(obj uintptr)

func GroupBox_InheritsFrom added in v1.1.18

func GroupBox_InheritsFrom(obj uintptr, AClass TClass) bool

func GroupBox_InsertControl added in v1.1.21

func GroupBox_InsertControl(obj uintptr, AControl uintptr)

func GroupBox_InstanceSize added in v1.1.18

func GroupBox_InstanceSize(obj uintptr) int32

func GroupBox_Invalidate

func GroupBox_Invalidate(obj uintptr)

func GroupBox_ParentToClient

func GroupBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func GroupBox_Perform

func GroupBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func GroupBox_Realign

func GroupBox_Realign(obj uintptr)

func GroupBox_Refresh

func GroupBox_Refresh(obj uintptr)

func GroupBox_RemoveControl added in v1.1.21

func GroupBox_RemoveControl(obj uintptr, AControl uintptr)

func GroupBox_Repaint

func GroupBox_Repaint(obj uintptr)

func GroupBox_ScaleBy

func GroupBox_ScaleBy(obj uintptr, M int32, D int32)

func GroupBox_ScreenToClient

func GroupBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func GroupBox_ScrollBy added in v1.1.21

func GroupBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func GroupBox_SendToBack

func GroupBox_SendToBack(obj uintptr)

func GroupBox_SetAction

func GroupBox_SetAction(obj uintptr, value uintptr)

func GroupBox_SetAlign

func GroupBox_SetAlign(obj uintptr, value TAlign)

func GroupBox_SetAnchorSideBottom

func GroupBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func GroupBox_SetAnchorSideLeft

func GroupBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func GroupBox_SetAnchorSideRight

func GroupBox_SetAnchorSideRight(obj uintptr, value uintptr)

func GroupBox_SetAnchorSideTop

func GroupBox_SetAnchorSideTop(obj uintptr, value uintptr)

func GroupBox_SetAnchors

func GroupBox_SetAnchors(obj uintptr, value TAnchors)

func GroupBox_SetBiDiMode

func GroupBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func GroupBox_SetBorderSpacing

func GroupBox_SetBorderSpacing(obj uintptr, value uintptr)

func GroupBox_SetBounds

func GroupBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func GroupBox_SetBoundsRect

func GroupBox_SetBoundsRect(obj uintptr, value TRect)

func GroupBox_SetCaption

func GroupBox_SetCaption(obj uintptr, value string)

func GroupBox_SetChildSizing

func GroupBox_SetChildSizing(obj uintptr, value uintptr)

func GroupBox_SetClientHeight

func GroupBox_SetClientHeight(obj uintptr, value int32)

func GroupBox_SetClientWidth

func GroupBox_SetClientWidth(obj uintptr, value int32)

func GroupBox_SetColor

func GroupBox_SetColor(obj uintptr, value TColor)

func GroupBox_SetComponentIndex

func GroupBox_SetComponentIndex(obj uintptr, value int32)

func GroupBox_SetConstraints added in v1.2.7

func GroupBox_SetConstraints(obj uintptr, value uintptr)

func GroupBox_SetControlState added in v1.1.21

func GroupBox_SetControlState(obj uintptr, value TControlState)

func GroupBox_SetControlStyle added in v1.1.21

func GroupBox_SetControlStyle(obj uintptr, value TControlStyle)

func GroupBox_SetCursor

func GroupBox_SetCursor(obj uintptr, value TCursor)

func GroupBox_SetDockSite

func GroupBox_SetDockSite(obj uintptr, value bool)

func GroupBox_SetDoubleBuffered

func GroupBox_SetDoubleBuffered(obj uintptr, value bool)

func GroupBox_SetDragCursor

func GroupBox_SetDragCursor(obj uintptr, value TCursor)

func GroupBox_SetDragKind

func GroupBox_SetDragKind(obj uintptr, value TDragKind)

func GroupBox_SetDragMode

func GroupBox_SetDragMode(obj uintptr, value TDragMode)

func GroupBox_SetEnabled

func GroupBox_SetEnabled(obj uintptr, value bool)

func GroupBox_SetFocus

func GroupBox_SetFocus(obj uintptr)

func GroupBox_SetFont

func GroupBox_SetFont(obj uintptr, value uintptr)

func GroupBox_SetHeight

func GroupBox_SetHeight(obj uintptr, value int32)

func GroupBox_SetHint

func GroupBox_SetHint(obj uintptr, value string)

func GroupBox_SetLeft

func GroupBox_SetLeft(obj uintptr, value int32)

func GroupBox_SetName

func GroupBox_SetName(obj uintptr, value string)

func GroupBox_SetOnAlignPosition added in v1.2.10

func GroupBox_SetOnAlignPosition(obj uintptr, fn interface{})

func GroupBox_SetOnClick

func GroupBox_SetOnClick(obj uintptr, fn interface{})

func GroupBox_SetOnContextPopup

func GroupBox_SetOnContextPopup(obj uintptr, fn interface{})

func GroupBox_SetOnDblClick

func GroupBox_SetOnDblClick(obj uintptr, fn interface{})

func GroupBox_SetOnDockDrop

func GroupBox_SetOnDockDrop(obj uintptr, fn interface{})

func GroupBox_SetOnDragDrop

func GroupBox_SetOnDragDrop(obj uintptr, fn interface{})

func GroupBox_SetOnDragOver

func GroupBox_SetOnDragOver(obj uintptr, fn interface{})

func GroupBox_SetOnEndDock

func GroupBox_SetOnEndDock(obj uintptr, fn interface{})

func GroupBox_SetOnEndDrag

func GroupBox_SetOnEndDrag(obj uintptr, fn interface{})

func GroupBox_SetOnEnter

func GroupBox_SetOnEnter(obj uintptr, fn interface{})

func GroupBox_SetOnExit

func GroupBox_SetOnExit(obj uintptr, fn interface{})

func GroupBox_SetOnGetSiteInfo

func GroupBox_SetOnGetSiteInfo(obj uintptr, fn interface{})

func GroupBox_SetOnMouseDown

func GroupBox_SetOnMouseDown(obj uintptr, fn interface{})

func GroupBox_SetOnMouseEnter

func GroupBox_SetOnMouseEnter(obj uintptr, fn interface{})

func GroupBox_SetOnMouseLeave

func GroupBox_SetOnMouseLeave(obj uintptr, fn interface{})

func GroupBox_SetOnMouseMove

func GroupBox_SetOnMouseMove(obj uintptr, fn interface{})

func GroupBox_SetOnMouseUp

func GroupBox_SetOnMouseUp(obj uintptr, fn interface{})

func GroupBox_SetOnStartDock

func GroupBox_SetOnStartDock(obj uintptr, fn interface{})

func GroupBox_SetOnUnDock

func GroupBox_SetOnUnDock(obj uintptr, fn interface{})

func GroupBox_SetParent

func GroupBox_SetParent(obj uintptr, value uintptr)

func GroupBox_SetParentColor

func GroupBox_SetParentColor(obj uintptr, value bool)

func GroupBox_SetParentDoubleBuffered

func GroupBox_SetParentDoubleBuffered(obj uintptr, value bool)

func GroupBox_SetParentFont

func GroupBox_SetParentFont(obj uintptr, value bool)

func GroupBox_SetParentShowHint

func GroupBox_SetParentShowHint(obj uintptr, value bool)

func GroupBox_SetParentWindow

func GroupBox_SetParentWindow(obj uintptr, value HWND)

func GroupBox_SetPopupMenu

func GroupBox_SetPopupMenu(obj uintptr, value uintptr)

func GroupBox_SetShowHint

func GroupBox_SetShowHint(obj uintptr, value bool)

func GroupBox_SetTabOrder

func GroupBox_SetTabOrder(obj uintptr, value TTabOrder)

func GroupBox_SetTabStop

func GroupBox_SetTabStop(obj uintptr, value bool)

func GroupBox_SetTag

func GroupBox_SetTag(obj uintptr, value int)

func GroupBox_SetTextBuf added in v1.1.21

func GroupBox_SetTextBuf(obj uintptr, Buffer string)

func GroupBox_SetTop

func GroupBox_SetTop(obj uintptr, value int32)

func GroupBox_SetUseDockManager

func GroupBox_SetUseDockManager(obj uintptr, value bool)

func GroupBox_SetVisible

func GroupBox_SetVisible(obj uintptr, value bool)

func GroupBox_SetWidth

func GroupBox_SetWidth(obj uintptr, value int32)

func GroupBox_Show

func GroupBox_Show(obj uintptr)

func GroupBox_StaticClassType added in v1.1.18

func GroupBox_StaticClassType() TClass

func GroupBox_ToString

func GroupBox_ToString(obj uintptr) string

func GroupBox_Update

func GroupBox_Update(obj uintptr)

func HeaderControl_AnchorAsAlign

func HeaderControl_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func HeaderControl_AnchorClient

func HeaderControl_AnchorClient(obj uintptr, ASpace int32)

func HeaderControl_AnchorHorizontalCenterTo

func HeaderControl_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func HeaderControl_AnchorParallel

func HeaderControl_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func HeaderControl_AnchorToNeighbour

func HeaderControl_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func HeaderControl_AnchorVerticalCenterTo

func HeaderControl_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func HeaderControl_Assign added in v1.1.19

func HeaderControl_Assign(obj uintptr, Source uintptr)

func HeaderControl_BringToFront added in v1.1.19

func HeaderControl_BringToFront(obj uintptr)

func HeaderControl_CanFocus added in v1.1.19

func HeaderControl_CanFocus(obj uintptr) bool

func HeaderControl_ClassName added in v1.1.19

func HeaderControl_ClassName(obj uintptr) string

func HeaderControl_ClassType added in v1.1.19

func HeaderControl_ClassType(obj uintptr) TClass

func HeaderControl_ClientToParent added in v1.1.19

func HeaderControl_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func HeaderControl_ClientToScreen added in v1.1.19

func HeaderControl_ClientToScreen(obj uintptr, Point TPoint) TPoint

func HeaderControl_ContainsControl added in v1.1.21

func HeaderControl_ContainsControl(obj uintptr, Control uintptr) bool

func HeaderControl_ControlAtPos added in v1.1.21

func HeaderControl_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func HeaderControl_Create added in v1.1.19

func HeaderControl_Create(obj uintptr) uintptr

func HeaderControl_DisableAlign added in v1.1.21

func HeaderControl_DisableAlign(obj uintptr)

func HeaderControl_Dragging added in v1.1.19

func HeaderControl_Dragging(obj uintptr) bool

func HeaderControl_EnableAlign added in v1.1.21

func HeaderControl_EnableAlign(obj uintptr)

func HeaderControl_Equals added in v1.1.19

func HeaderControl_Equals(obj uintptr, Obj uintptr) bool

func HeaderControl_FindChildControl added in v1.1.21

func HeaderControl_FindChildControl(obj uintptr, ControlName string) uintptr

func HeaderControl_FindComponent added in v1.1.19

func HeaderControl_FindComponent(obj uintptr, AName string) uintptr

func HeaderControl_FlipChildren added in v1.1.19

func HeaderControl_FlipChildren(obj uintptr, AllLevels bool)

func HeaderControl_Focused added in v1.1.19

func HeaderControl_Focused(obj uintptr) bool

func HeaderControl_Free added in v1.1.19

func HeaderControl_Free(obj uintptr)

func HeaderControl_GetAction added in v1.1.19

func HeaderControl_GetAction(obj uintptr) uintptr

func HeaderControl_GetAlign added in v1.1.19

func HeaderControl_GetAlign(obj uintptr) TAlign

func HeaderControl_GetAnchorSide

func HeaderControl_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func HeaderControl_GetAnchorSideBottom

func HeaderControl_GetAnchorSideBottom(obj uintptr) uintptr

func HeaderControl_GetAnchorSideLeft

func HeaderControl_GetAnchorSideLeft(obj uintptr) uintptr

func HeaderControl_GetAnchorSideRight

func HeaderControl_GetAnchorSideRight(obj uintptr) uintptr

func HeaderControl_GetAnchorSideTop

func HeaderControl_GetAnchorSideTop(obj uintptr) uintptr

func HeaderControl_GetAnchors added in v1.1.19

func HeaderControl_GetAnchors(obj uintptr) TAnchors

func HeaderControl_GetBorderSpacing

func HeaderControl_GetBorderSpacing(obj uintptr) uintptr

func HeaderControl_GetBorderWidth added in v1.1.19

func HeaderControl_GetBorderWidth(obj uintptr) int32

func HeaderControl_GetBoundsRect added in v1.1.19

func HeaderControl_GetBoundsRect(obj uintptr) TRect

func HeaderControl_GetBrush added in v1.1.19

func HeaderControl_GetBrush(obj uintptr) uintptr

func HeaderControl_GetCanvas added in v1.1.19

func HeaderControl_GetCanvas(obj uintptr) uintptr

func HeaderControl_GetChildSizing

func HeaderControl_GetChildSizing(obj uintptr) uintptr

func HeaderControl_GetClientHeight added in v1.1.19

func HeaderControl_GetClientHeight(obj uintptr) int32

func HeaderControl_GetClientOrigin added in v1.1.21

func HeaderControl_GetClientOrigin(obj uintptr) TPoint

func HeaderControl_GetClientRect added in v1.1.19

func HeaderControl_GetClientRect(obj uintptr) TRect

func HeaderControl_GetClientWidth added in v1.1.19

func HeaderControl_GetClientWidth(obj uintptr) int32

func HeaderControl_GetComponentCount added in v1.1.19

func HeaderControl_GetComponentCount(obj uintptr) int32

func HeaderControl_GetComponentIndex added in v1.1.19

func HeaderControl_GetComponentIndex(obj uintptr) int32

func HeaderControl_GetComponents added in v1.1.19

func HeaderControl_GetComponents(obj uintptr, AIndex int32) uintptr

func HeaderControl_GetConstraints added in v1.2.7

func HeaderControl_GetConstraints(obj uintptr) uintptr

func HeaderControl_GetControlCount added in v1.1.19

func HeaderControl_GetControlCount(obj uintptr) int32

func HeaderControl_GetControlState added in v1.1.21

func HeaderControl_GetControlState(obj uintptr) TControlState

func HeaderControl_GetControlStyle added in v1.1.21

func HeaderControl_GetControlStyle(obj uintptr) TControlStyle

func HeaderControl_GetControls added in v1.1.19

func HeaderControl_GetControls(obj uintptr, Index int32) uintptr

func HeaderControl_GetCursor added in v1.1.19

func HeaderControl_GetCursor(obj uintptr) TCursor

func HeaderControl_GetDockClientCount added in v1.1.21

func HeaderControl_GetDockClientCount(obj uintptr) int32

func HeaderControl_GetDockClients added in v1.1.21

func HeaderControl_GetDockClients(obj uintptr, Index int32) uintptr

func HeaderControl_GetDockSite added in v1.1.19

func HeaderControl_GetDockSite(obj uintptr) bool

func HeaderControl_GetDoubleBuffered added in v1.1.19

func HeaderControl_GetDoubleBuffered(obj uintptr) bool

func HeaderControl_GetDragCursor added in v1.1.19

func HeaderControl_GetDragCursor(obj uintptr) TCursor

func HeaderControl_GetDragKind added in v1.1.19

func HeaderControl_GetDragKind(obj uintptr) TDragKind

func HeaderControl_GetDragMode added in v1.1.19

func HeaderControl_GetDragMode(obj uintptr) TDragMode

func HeaderControl_GetEnabled added in v1.1.19

func HeaderControl_GetEnabled(obj uintptr) bool

func HeaderControl_GetFloating added in v1.1.19

func HeaderControl_GetFloating(obj uintptr) bool

func HeaderControl_GetFont added in v1.1.19

func HeaderControl_GetFont(obj uintptr) uintptr

func HeaderControl_GetHandle added in v1.1.19

func HeaderControl_GetHandle(obj uintptr) HWND

func HeaderControl_GetHashCode added in v1.1.19

func HeaderControl_GetHashCode(obj uintptr) int32

func HeaderControl_GetHeight added in v1.1.19

func HeaderControl_GetHeight(obj uintptr) int32

func HeaderControl_GetHint added in v1.1.19

func HeaderControl_GetHint(obj uintptr) string

func HeaderControl_GetImages added in v1.1.19

func HeaderControl_GetImages(obj uintptr) uintptr

func HeaderControl_GetLeft added in v1.1.19

func HeaderControl_GetLeft(obj uintptr) int32

func HeaderControl_GetMouseInClient added in v1.1.21

func HeaderControl_GetMouseInClient(obj uintptr) bool

func HeaderControl_GetName added in v1.1.19

func HeaderControl_GetName(obj uintptr) string

func HeaderControl_GetNamePath added in v1.1.19

func HeaderControl_GetNamePath(obj uintptr) string

func HeaderControl_GetOwner added in v1.1.19

func HeaderControl_GetOwner(obj uintptr) uintptr

func HeaderControl_GetParent added in v1.1.19

func HeaderControl_GetParent(obj uintptr) uintptr

func HeaderControl_GetParentDoubleBuffered added in v1.1.19

func HeaderControl_GetParentDoubleBuffered(obj uintptr) bool

func HeaderControl_GetParentFont added in v1.1.19

func HeaderControl_GetParentFont(obj uintptr) bool

func HeaderControl_GetParentShowHint added in v1.1.19

func HeaderControl_GetParentShowHint(obj uintptr) bool

func HeaderControl_GetParentWindow added in v1.1.19

func HeaderControl_GetParentWindow(obj uintptr) HWND

func HeaderControl_GetPopupMenu added in v1.1.19

func HeaderControl_GetPopupMenu(obj uintptr) uintptr

func HeaderControl_GetSections added in v1.2.10

func HeaderControl_GetSections(obj uintptr) uintptr

func HeaderControl_GetShowHint added in v1.1.19

func HeaderControl_GetShowHint(obj uintptr) bool

func HeaderControl_GetTabOrder added in v1.1.19

func HeaderControl_GetTabOrder(obj uintptr) TTabOrder

func HeaderControl_GetTabStop added in v1.1.19

func HeaderControl_GetTabStop(obj uintptr) bool

func HeaderControl_GetTag added in v1.1.19

func HeaderControl_GetTag(obj uintptr) int

func HeaderControl_GetTextBuf added in v1.1.19

func HeaderControl_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func HeaderControl_GetTextLen added in v1.1.19

func HeaderControl_GetTextLen(obj uintptr) int32

func HeaderControl_GetTop added in v1.1.19

func HeaderControl_GetTop(obj uintptr) int32

func HeaderControl_GetUseDockManager added in v1.1.19

func HeaderControl_GetUseDockManager(obj uintptr) bool

func HeaderControl_GetVisible added in v1.1.19

func HeaderControl_GetVisible(obj uintptr) bool

func HeaderControl_GetVisibleDockClientCount added in v1.1.21

func HeaderControl_GetVisibleDockClientCount(obj uintptr) int32

func HeaderControl_GetWidth added in v1.1.19

func HeaderControl_GetWidth(obj uintptr) int32

func HeaderControl_HandleAllocated added in v1.1.19

func HeaderControl_HandleAllocated(obj uintptr) bool

func HeaderControl_HasParent added in v1.1.19

func HeaderControl_HasParent(obj uintptr) bool

func HeaderControl_Hide added in v1.1.19

func HeaderControl_Hide(obj uintptr)

func HeaderControl_InheritsFrom added in v1.1.19

func HeaderControl_InheritsFrom(obj uintptr, AClass TClass) bool

func HeaderControl_InsertControl added in v1.1.21

func HeaderControl_InsertControl(obj uintptr, AControl uintptr)

func HeaderControl_InstanceSize added in v1.1.19

func HeaderControl_InstanceSize(obj uintptr) int32

func HeaderControl_Invalidate added in v1.1.19

func HeaderControl_Invalidate(obj uintptr)

func HeaderControl_ParentToClient added in v1.1.19

func HeaderControl_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func HeaderControl_Perform added in v1.1.19

func HeaderControl_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func HeaderControl_Realign added in v1.1.19

func HeaderControl_Realign(obj uintptr)

func HeaderControl_Refresh added in v1.1.19

func HeaderControl_Refresh(obj uintptr)

func HeaderControl_RemoveControl added in v1.1.21

func HeaderControl_RemoveControl(obj uintptr, AControl uintptr)

func HeaderControl_Repaint added in v1.1.19

func HeaderControl_Repaint(obj uintptr)

func HeaderControl_ScaleBy added in v1.1.19

func HeaderControl_ScaleBy(obj uintptr, M int32, D int32)

func HeaderControl_ScreenToClient added in v1.1.19

func HeaderControl_ScreenToClient(obj uintptr, Point TPoint) TPoint

func HeaderControl_ScrollBy added in v1.1.21

func HeaderControl_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func HeaderControl_SendToBack added in v1.1.19

func HeaderControl_SendToBack(obj uintptr)

func HeaderControl_SetAction added in v1.1.19

func HeaderControl_SetAction(obj uintptr, value uintptr)

func HeaderControl_SetAlign added in v1.1.19

func HeaderControl_SetAlign(obj uintptr, value TAlign)

func HeaderControl_SetAnchorSideBottom

func HeaderControl_SetAnchorSideBottom(obj uintptr, value uintptr)

func HeaderControl_SetAnchorSideLeft

func HeaderControl_SetAnchorSideLeft(obj uintptr, value uintptr)

func HeaderControl_SetAnchorSideRight

func HeaderControl_SetAnchorSideRight(obj uintptr, value uintptr)

func HeaderControl_SetAnchorSideTop

func HeaderControl_SetAnchorSideTop(obj uintptr, value uintptr)

func HeaderControl_SetAnchors added in v1.1.19

func HeaderControl_SetAnchors(obj uintptr, value TAnchors)

func HeaderControl_SetBorderSpacing

func HeaderControl_SetBorderSpacing(obj uintptr, value uintptr)

func HeaderControl_SetBorderWidth added in v1.1.19

func HeaderControl_SetBorderWidth(obj uintptr, value int32)

func HeaderControl_SetBounds added in v1.1.19

func HeaderControl_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func HeaderControl_SetBoundsRect added in v1.1.19

func HeaderControl_SetBoundsRect(obj uintptr, value TRect)

func HeaderControl_SetChildSizing

func HeaderControl_SetChildSizing(obj uintptr, value uintptr)

func HeaderControl_SetClientHeight added in v1.1.19

func HeaderControl_SetClientHeight(obj uintptr, value int32)

func HeaderControl_SetClientWidth added in v1.1.19

func HeaderControl_SetClientWidth(obj uintptr, value int32)

func HeaderControl_SetComponentIndex added in v1.1.19

func HeaderControl_SetComponentIndex(obj uintptr, value int32)

func HeaderControl_SetConstraints added in v1.2.7

func HeaderControl_SetConstraints(obj uintptr, value uintptr)

func HeaderControl_SetControlState added in v1.1.21

func HeaderControl_SetControlState(obj uintptr, value TControlState)

func HeaderControl_SetControlStyle added in v1.1.21

func HeaderControl_SetControlStyle(obj uintptr, value TControlStyle)

func HeaderControl_SetCursor added in v1.1.19

func HeaderControl_SetCursor(obj uintptr, value TCursor)

func HeaderControl_SetDockSite added in v1.1.19

func HeaderControl_SetDockSite(obj uintptr, value bool)

func HeaderControl_SetDoubleBuffered added in v1.1.19

func HeaderControl_SetDoubleBuffered(obj uintptr, value bool)

func HeaderControl_SetDragCursor added in v1.1.19

func HeaderControl_SetDragCursor(obj uintptr, value TCursor)

func HeaderControl_SetDragKind added in v1.1.19

func HeaderControl_SetDragKind(obj uintptr, value TDragKind)

func HeaderControl_SetDragMode added in v1.1.19

func HeaderControl_SetDragMode(obj uintptr, value TDragMode)

func HeaderControl_SetEnabled added in v1.1.19

func HeaderControl_SetEnabled(obj uintptr, value bool)

func HeaderControl_SetFocus added in v1.1.19

func HeaderControl_SetFocus(obj uintptr)

func HeaderControl_SetFont added in v1.1.19

func HeaderControl_SetFont(obj uintptr, value uintptr)

func HeaderControl_SetHeight added in v1.1.19

func HeaderControl_SetHeight(obj uintptr, value int32)

func HeaderControl_SetHint added in v1.1.19

func HeaderControl_SetHint(obj uintptr, value string)

func HeaderControl_SetImages added in v1.1.19

func HeaderControl_SetImages(obj uintptr, value uintptr)

func HeaderControl_SetLeft added in v1.1.19

func HeaderControl_SetLeft(obj uintptr, value int32)

func HeaderControl_SetName added in v1.1.19

func HeaderControl_SetName(obj uintptr, value string)

func HeaderControl_SetOnContextPopup added in v1.1.19

func HeaderControl_SetOnContextPopup(obj uintptr, fn interface{})

func HeaderControl_SetOnDragDrop added in v1.1.19

func HeaderControl_SetOnDragDrop(obj uintptr, fn interface{})

func HeaderControl_SetOnDragOver added in v1.1.19

func HeaderControl_SetOnDragOver(obj uintptr, fn interface{})

func HeaderControl_SetOnEndDock added in v1.1.19

func HeaderControl_SetOnEndDock(obj uintptr, fn interface{})

func HeaderControl_SetOnEndDrag added in v1.1.19

func HeaderControl_SetOnEndDrag(obj uintptr, fn interface{})

func HeaderControl_SetOnMouseDown added in v1.1.19

func HeaderControl_SetOnMouseDown(obj uintptr, fn interface{})

func HeaderControl_SetOnMouseEnter added in v1.1.19

func HeaderControl_SetOnMouseEnter(obj uintptr, fn interface{})

func HeaderControl_SetOnMouseLeave added in v1.1.19

func HeaderControl_SetOnMouseLeave(obj uintptr, fn interface{})

func HeaderControl_SetOnMouseMove added in v1.1.19

func HeaderControl_SetOnMouseMove(obj uintptr, fn interface{})

func HeaderControl_SetOnMouseUp added in v1.1.19

func HeaderControl_SetOnMouseUp(obj uintptr, fn interface{})

func HeaderControl_SetOnResize added in v1.1.19

func HeaderControl_SetOnResize(obj uintptr, fn interface{})

func HeaderControl_SetOnSectionClick added in v1.1.19

func HeaderControl_SetOnSectionClick(obj uintptr, fn interface{})

func HeaderControl_SetOnSectionDrag added in v1.1.19

func HeaderControl_SetOnSectionDrag(obj uintptr, fn interface{})

func HeaderControl_SetOnSectionEndDrag added in v1.1.19

func HeaderControl_SetOnSectionEndDrag(obj uintptr, fn interface{})

func HeaderControl_SetOnSectionResize added in v1.1.19

func HeaderControl_SetOnSectionResize(obj uintptr, fn interface{})

func HeaderControl_SetOnSectionTrack added in v1.1.19

func HeaderControl_SetOnSectionTrack(obj uintptr, fn interface{})

func HeaderControl_SetParent added in v1.1.19

func HeaderControl_SetParent(obj uintptr, value uintptr)

func HeaderControl_SetParentDoubleBuffered added in v1.1.19

func HeaderControl_SetParentDoubleBuffered(obj uintptr, value bool)

func HeaderControl_SetParentFont added in v1.1.19

func HeaderControl_SetParentFont(obj uintptr, value bool)

func HeaderControl_SetParentShowHint added in v1.1.19

func HeaderControl_SetParentShowHint(obj uintptr, value bool)

func HeaderControl_SetParentWindow added in v1.1.19

func HeaderControl_SetParentWindow(obj uintptr, value HWND)

func HeaderControl_SetPopupMenu added in v1.1.19

func HeaderControl_SetPopupMenu(obj uintptr, value uintptr)

func HeaderControl_SetSections added in v1.2.10

func HeaderControl_SetSections(obj uintptr, value uintptr)

func HeaderControl_SetShowHint added in v1.1.19

func HeaderControl_SetShowHint(obj uintptr, value bool)

func HeaderControl_SetTabOrder added in v1.1.19

func HeaderControl_SetTabOrder(obj uintptr, value TTabOrder)

func HeaderControl_SetTabStop added in v1.1.19

func HeaderControl_SetTabStop(obj uintptr, value bool)

func HeaderControl_SetTag added in v1.1.19

func HeaderControl_SetTag(obj uintptr, value int)

func HeaderControl_SetTextBuf added in v1.1.21

func HeaderControl_SetTextBuf(obj uintptr, Buffer string)

func HeaderControl_SetTop added in v1.1.19

func HeaderControl_SetTop(obj uintptr, value int32)

func HeaderControl_SetUseDockManager added in v1.1.19

func HeaderControl_SetUseDockManager(obj uintptr, value bool)

func HeaderControl_SetVisible added in v1.1.19

func HeaderControl_SetVisible(obj uintptr, value bool)

func HeaderControl_SetWidth added in v1.1.19

func HeaderControl_SetWidth(obj uintptr, value int32)

func HeaderControl_Show added in v1.1.19

func HeaderControl_Show(obj uintptr)

func HeaderControl_StaticClassType added in v1.1.19

func HeaderControl_StaticClassType() TClass

func HeaderControl_ToString added in v1.1.19

func HeaderControl_ToString(obj uintptr) string

func HeaderControl_Update added in v1.1.19

func HeaderControl_Update(obj uintptr)

func HeaderSection_Assign added in v1.1.19

func HeaderSection_Assign(obj uintptr, Source uintptr)

func HeaderSection_ClassName added in v1.1.19

func HeaderSection_ClassName(obj uintptr) string

func HeaderSection_ClassType added in v1.1.19

func HeaderSection_ClassType(obj uintptr) TClass

func HeaderSection_Create added in v1.1.19

func HeaderSection_Create(obj uintptr) uintptr

func HeaderSection_Equals added in v1.1.19

func HeaderSection_Equals(obj uintptr, Obj uintptr) bool

func HeaderSection_Free added in v1.1.19

func HeaderSection_Free(obj uintptr)

func HeaderSection_GetAlignment added in v1.1.19

func HeaderSection_GetAlignment(obj uintptr) TAlignment

func HeaderSection_GetCollection added in v1.1.23

func HeaderSection_GetCollection(obj uintptr) uintptr

func HeaderSection_GetDisplayName added in v1.2.7

func HeaderSection_GetDisplayName(obj uintptr) string

func HeaderSection_GetHashCode added in v1.1.19

func HeaderSection_GetHashCode(obj uintptr) int32

func HeaderSection_GetImageIndex added in v1.1.19

func HeaderSection_GetImageIndex(obj uintptr) int32

func HeaderSection_GetIndex added in v1.1.19

func HeaderSection_GetIndex(obj uintptr) int32

func HeaderSection_GetLeft added in v1.1.19

func HeaderSection_GetLeft(obj uintptr) int32

func HeaderSection_GetMaxWidth added in v1.1.19

func HeaderSection_GetMaxWidth(obj uintptr) int32

func HeaderSection_GetMinWidth added in v1.1.19

func HeaderSection_GetMinWidth(obj uintptr) int32

func HeaderSection_GetNamePath added in v1.1.19

func HeaderSection_GetNamePath(obj uintptr) string

func HeaderSection_GetRight added in v1.1.19

func HeaderSection_GetRight(obj uintptr) int32

func HeaderSection_GetText added in v1.1.19

func HeaderSection_GetText(obj uintptr) string

func HeaderSection_GetWidth added in v1.1.19

func HeaderSection_GetWidth(obj uintptr) int32

func HeaderSection_InheritsFrom added in v1.1.19

func HeaderSection_InheritsFrom(obj uintptr, AClass TClass) bool

func HeaderSection_InstanceSize added in v1.1.19

func HeaderSection_InstanceSize(obj uintptr) int32

func HeaderSection_SetAlignment added in v1.1.19

func HeaderSection_SetAlignment(obj uintptr, value TAlignment)

func HeaderSection_SetCollection added in v1.1.23

func HeaderSection_SetCollection(obj uintptr, value uintptr)

func HeaderSection_SetDisplayName added in v1.2.7

func HeaderSection_SetDisplayName(obj uintptr, value string)

func HeaderSection_SetImageIndex added in v1.1.19

func HeaderSection_SetImageIndex(obj uintptr, value int32)

func HeaderSection_SetIndex added in v1.1.19

func HeaderSection_SetIndex(obj uintptr, value int32)

func HeaderSection_SetMaxWidth added in v1.1.19

func HeaderSection_SetMaxWidth(obj uintptr, value int32)

func HeaderSection_SetMinWidth added in v1.1.19

func HeaderSection_SetMinWidth(obj uintptr, value int32)

func HeaderSection_SetText added in v1.1.19

func HeaderSection_SetText(obj uintptr, value string)

func HeaderSection_SetWidth added in v1.1.19

func HeaderSection_SetWidth(obj uintptr, value int32)

func HeaderSection_StaticClassType added in v1.1.19

func HeaderSection_StaticClassType() TClass

func HeaderSection_ToString added in v1.1.19

func HeaderSection_ToString(obj uintptr) string

func HeaderSections_Add added in v1.1.19

func HeaderSections_Add(obj uintptr) uintptr

func HeaderSections_AddItem added in v1.1.19

func HeaderSections_AddItem(obj uintptr, Item uintptr, Index int32) uintptr

func HeaderSections_Assign added in v1.1.19

func HeaderSections_Assign(obj uintptr, Source uintptr)

func HeaderSections_BeginUpdate added in v1.1.19

func HeaderSections_BeginUpdate(obj uintptr)

func HeaderSections_ClassName added in v1.1.19

func HeaderSections_ClassName(obj uintptr) string

func HeaderSections_ClassType added in v1.1.19

func HeaderSections_ClassType(obj uintptr) TClass

func HeaderSections_Clear added in v1.1.19

func HeaderSections_Clear(obj uintptr)

func HeaderSections_Create added in v1.1.19

func HeaderSections_Create(obj uintptr) uintptr

func HeaderSections_Delete added in v1.1.19

func HeaderSections_Delete(obj uintptr, Index int32)

func HeaderSections_EndUpdate added in v1.1.19

func HeaderSections_EndUpdate(obj uintptr)

func HeaderSections_Equals added in v1.1.19

func HeaderSections_Equals(obj uintptr, Obj uintptr) bool

func HeaderSections_FindItemID added in v1.1.23

func HeaderSections_FindItemID(obj uintptr, ID int32) uintptr

func HeaderSections_Free added in v1.1.19

func HeaderSections_Free(obj uintptr)

func HeaderSections_GetCount added in v1.1.19

func HeaderSections_GetCount(obj uintptr) int32

func HeaderSections_GetHashCode added in v1.1.19

func HeaderSections_GetHashCode(obj uintptr) int32

func HeaderSections_GetItems added in v1.1.19

func HeaderSections_GetItems(obj uintptr, Index int32) uintptr

func HeaderSections_GetNamePath added in v1.1.19

func HeaderSections_GetNamePath(obj uintptr) string

func HeaderSections_InheritsFrom added in v1.1.19

func HeaderSections_InheritsFrom(obj uintptr, AClass TClass) bool

func HeaderSections_Insert added in v1.1.19

func HeaderSections_Insert(obj uintptr, Index int32) uintptr

func HeaderSections_InstanceSize added in v1.1.19

func HeaderSections_InstanceSize(obj uintptr) int32

func HeaderSections_Owner added in v1.1.19

func HeaderSections_Owner(obj uintptr) uintptr

func HeaderSections_SetItems added in v1.1.19

func HeaderSections_SetItems(obj uintptr, Index int32, value uintptr)

func HeaderSections_StaticClassType added in v1.1.19

func HeaderSections_StaticClassType() TClass

func HeaderSections_ToString added in v1.1.19

func HeaderSections_ToString(obj uintptr) string

func IconOptions_Assign

func IconOptions_Assign(obj uintptr, Source uintptr)

func IconOptions_ClassName

func IconOptions_ClassName(obj uintptr) string

func IconOptions_ClassType added in v1.1.18

func IconOptions_ClassType(obj uintptr) TClass

func IconOptions_Equals

func IconOptions_Equals(obj uintptr, Obj uintptr) bool

func IconOptions_GetArrangement

func IconOptions_GetArrangement(obj uintptr) TIconArrangement

func IconOptions_GetAutoArrange

func IconOptions_GetAutoArrange(obj uintptr) bool

func IconOptions_GetHashCode

func IconOptions_GetHashCode(obj uintptr) int32

func IconOptions_GetNamePath

func IconOptions_GetNamePath(obj uintptr) string

func IconOptions_InheritsFrom added in v1.1.18

func IconOptions_InheritsFrom(obj uintptr, AClass TClass) bool

func IconOptions_InstanceSize added in v1.1.18

func IconOptions_InstanceSize(obj uintptr) int32

func IconOptions_SetArrangement

func IconOptions_SetArrangement(obj uintptr, value TIconArrangement)

func IconOptions_SetAutoArrange

func IconOptions_SetAutoArrange(obj uintptr, value bool)

func IconOptions_StaticClassType added in v1.1.18

func IconOptions_StaticClassType() TClass

func IconOptions_ToString

func IconOptions_ToString(obj uintptr) string

func Icon_Assign

func Icon_Assign(obj uintptr, Source uintptr)

func Icon_ClassName

func Icon_ClassName(obj uintptr) string

func Icon_ClassType added in v1.1.18

func Icon_ClassType(obj uintptr) TClass

func Icon_Create

func Icon_Create() uintptr

func Icon_Equals

func Icon_Equals(obj uintptr, Obj uintptr) bool

func Icon_Free

func Icon_Free(obj uintptr)

func Icon_GetEmpty

func Icon_GetEmpty(obj uintptr) bool

func Icon_GetHandle

func Icon_GetHandle(obj uintptr) HICON

func Icon_GetHashCode

func Icon_GetHashCode(obj uintptr) int32

func Icon_GetHeight

func Icon_GetHeight(obj uintptr) int32

func Icon_GetModified

func Icon_GetModified(obj uintptr) bool

func Icon_GetNamePath

func Icon_GetNamePath(obj uintptr) string

func Icon_GetPalette added in v1.1.23

func Icon_GetPalette(obj uintptr) HPALETTE

func Icon_GetPaletteModified

func Icon_GetPaletteModified(obj uintptr) bool

func Icon_GetTransparent

func Icon_GetTransparent(obj uintptr) bool

func Icon_GetWidth

func Icon_GetWidth(obj uintptr) int32

func Icon_HandleAllocated

func Icon_HandleAllocated(obj uintptr) bool

func Icon_InheritsFrom added in v1.1.18

func Icon_InheritsFrom(obj uintptr, AClass TClass) bool

func Icon_InstanceSize added in v1.1.18

func Icon_InstanceSize(obj uintptr) int32

func Icon_LoadFromFile

func Icon_LoadFromFile(obj uintptr, Filename string)

func Icon_LoadFromResourceID

func Icon_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)

func Icon_LoadFromResourceName

func Icon_LoadFromResourceName(obj uintptr, Instance uintptr, ResName string)

func Icon_LoadFromStream

func Icon_LoadFromStream(obj uintptr, Stream uintptr)

func Icon_SaveToFile

func Icon_SaveToFile(obj uintptr, Filename string)

func Icon_SaveToStream

func Icon_SaveToStream(obj uintptr, Stream uintptr)

func Icon_SetHandle

func Icon_SetHandle(obj uintptr, value HICON)

func Icon_SetHeight

func Icon_SetHeight(obj uintptr, value int32)

func Icon_SetModified

func Icon_SetModified(obj uintptr, value bool)

func Icon_SetOnChange

func Icon_SetOnChange(obj uintptr, fn interface{})

func Icon_SetPalette added in v1.1.23

func Icon_SetPalette(obj uintptr, value HPALETTE)

func Icon_SetPaletteModified

func Icon_SetPaletteModified(obj uintptr, value bool)

func Icon_SetSize

func Icon_SetSize(obj uintptr, AWidth int32, AHeight int32)

func Icon_SetTransparent

func Icon_SetTransparent(obj uintptr, value bool)

func Icon_SetWidth

func Icon_SetWidth(obj uintptr, value int32)

func Icon_StaticClassType added in v1.1.18

func Icon_StaticClassType() TClass

func Icon_ToString

func Icon_ToString(obj uintptr) string

func ImageButton_AnchorAsAlign

func ImageButton_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ImageButton_AnchorClient

func ImageButton_AnchorClient(obj uintptr, ASpace int32)

func ImageButton_AnchorHorizontalCenterTo

func ImageButton_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ImageButton_AnchorParallel

func ImageButton_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ImageButton_AnchorToNeighbour

func ImageButton_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ImageButton_AnchorVerticalCenterTo

func ImageButton_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ImageButton_Assign

func ImageButton_Assign(obj uintptr, Source uintptr)

func ImageButton_BringToFront

func ImageButton_BringToFront(obj uintptr)

func ImageButton_ClassName

func ImageButton_ClassName(obj uintptr) string

func ImageButton_ClassType added in v1.1.18

func ImageButton_ClassType(obj uintptr) TClass

func ImageButton_Click

func ImageButton_Click(obj uintptr)

func ImageButton_ClientToParent

func ImageButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ImageButton_ClientToScreen

func ImageButton_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ImageButton_Create

func ImageButton_Create(obj uintptr) uintptr

func ImageButton_Dragging

func ImageButton_Dragging(obj uintptr) bool

func ImageButton_Equals

func ImageButton_Equals(obj uintptr, Obj uintptr) bool

func ImageButton_FindComponent

func ImageButton_FindComponent(obj uintptr, AName string) uintptr

func ImageButton_Free

func ImageButton_Free(obj uintptr)

func ImageButton_GetAction

func ImageButton_GetAction(obj uintptr) uintptr

func ImageButton_GetAlign

func ImageButton_GetAlign(obj uintptr) TAlign

func ImageButton_GetAnchorSide

func ImageButton_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ImageButton_GetAnchorSideBottom

func ImageButton_GetAnchorSideBottom(obj uintptr) uintptr

func ImageButton_GetAnchorSideLeft

func ImageButton_GetAnchorSideLeft(obj uintptr) uintptr

func ImageButton_GetAnchorSideRight

func ImageButton_GetAnchorSideRight(obj uintptr) uintptr

func ImageButton_GetAnchorSideTop

func ImageButton_GetAnchorSideTop(obj uintptr) uintptr

func ImageButton_GetAnchors

func ImageButton_GetAnchors(obj uintptr) TAnchors

func ImageButton_GetAutoSize

func ImageButton_GetAutoSize(obj uintptr) bool

func ImageButton_GetBiDiMode

func ImageButton_GetBiDiMode(obj uintptr) TBiDiMode

func ImageButton_GetBorderSpacing

func ImageButton_GetBorderSpacing(obj uintptr) uintptr

func ImageButton_GetBoundsRect

func ImageButton_GetBoundsRect(obj uintptr) TRect

func ImageButton_GetCaption

func ImageButton_GetCaption(obj uintptr) string

func ImageButton_GetClientHeight

func ImageButton_GetClientHeight(obj uintptr) int32

func ImageButton_GetClientOrigin added in v1.1.21

func ImageButton_GetClientOrigin(obj uintptr) TPoint

func ImageButton_GetClientRect

func ImageButton_GetClientRect(obj uintptr) TRect

func ImageButton_GetClientWidth

func ImageButton_GetClientWidth(obj uintptr) int32

func ImageButton_GetComponentCount

func ImageButton_GetComponentCount(obj uintptr) int32

func ImageButton_GetComponentIndex

func ImageButton_GetComponentIndex(obj uintptr) int32

func ImageButton_GetComponents

func ImageButton_GetComponents(obj uintptr, AIndex int32) uintptr

func ImageButton_GetConstraints added in v1.2.7

func ImageButton_GetConstraints(obj uintptr) uintptr

func ImageButton_GetControlState added in v1.1.21

func ImageButton_GetControlState(obj uintptr) TControlState

func ImageButton_GetControlStyle added in v1.1.21

func ImageButton_GetControlStyle(obj uintptr) TControlStyle

func ImageButton_GetCursor

func ImageButton_GetCursor(obj uintptr) TCursor

func ImageButton_GetDragCursor

func ImageButton_GetDragCursor(obj uintptr) TCursor

func ImageButton_GetDragKind

func ImageButton_GetDragKind(obj uintptr) TDragKind

func ImageButton_GetDragMode

func ImageButton_GetDragMode(obj uintptr) TDragMode

func ImageButton_GetEnabled

func ImageButton_GetEnabled(obj uintptr) bool

func ImageButton_GetFloating

func ImageButton_GetFloating(obj uintptr) bool

func ImageButton_GetFont

func ImageButton_GetFont(obj uintptr) uintptr

func ImageButton_GetHashCode

func ImageButton_GetHashCode(obj uintptr) int32

func ImageButton_GetHeight

func ImageButton_GetHeight(obj uintptr) int32

func ImageButton_GetHint

func ImageButton_GetHint(obj uintptr) string

func ImageButton_GetImageCount

func ImageButton_GetImageCount(obj uintptr) int32

func ImageButton_GetLeft

func ImageButton_GetLeft(obj uintptr) int32

func ImageButton_GetModalResult

func ImageButton_GetModalResult(obj uintptr) TModalResult

func ImageButton_GetName

func ImageButton_GetName(obj uintptr) string

func ImageButton_GetNamePath

func ImageButton_GetNamePath(obj uintptr) string

func ImageButton_GetOwner

func ImageButton_GetOwner(obj uintptr) uintptr

func ImageButton_GetParent

func ImageButton_GetParent(obj uintptr) uintptr

func ImageButton_GetParentFont

func ImageButton_GetParentFont(obj uintptr) bool

func ImageButton_GetParentShowHint

func ImageButton_GetParentShowHint(obj uintptr) bool

func ImageButton_GetPicture

func ImageButton_GetPicture(obj uintptr) uintptr

func ImageButton_GetPopupMenu

func ImageButton_GetPopupMenu(obj uintptr) uintptr

func ImageButton_GetShowCaption

func ImageButton_GetShowCaption(obj uintptr) bool

func ImageButton_GetShowHint

func ImageButton_GetShowHint(obj uintptr) bool

func ImageButton_GetTag

func ImageButton_GetTag(obj uintptr) int

func ImageButton_GetTextBuf

func ImageButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ImageButton_GetTextLen

func ImageButton_GetTextLen(obj uintptr) int32

func ImageButton_GetTop

func ImageButton_GetTop(obj uintptr) int32

func ImageButton_GetVisible

func ImageButton_GetVisible(obj uintptr) bool

func ImageButton_GetWidth

func ImageButton_GetWidth(obj uintptr) int32

func ImageButton_HasParent

func ImageButton_HasParent(obj uintptr) bool

func ImageButton_Hide

func ImageButton_Hide(obj uintptr)

func ImageButton_InheritsFrom added in v1.1.18

func ImageButton_InheritsFrom(obj uintptr, AClass TClass) bool

func ImageButton_InstanceSize added in v1.1.18

func ImageButton_InstanceSize(obj uintptr) int32

func ImageButton_Invalidate

func ImageButton_Invalidate(obj uintptr)

func ImageButton_ParentToClient

func ImageButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ImageButton_Perform

func ImageButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ImageButton_Refresh

func ImageButton_Refresh(obj uintptr)

func ImageButton_Repaint

func ImageButton_Repaint(obj uintptr)

func ImageButton_ScreenToClient

func ImageButton_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ImageButton_SendToBack

func ImageButton_SendToBack(obj uintptr)

func ImageButton_SetAction

func ImageButton_SetAction(obj uintptr, value uintptr)

func ImageButton_SetAlign

func ImageButton_SetAlign(obj uintptr, value TAlign)

func ImageButton_SetAnchorSideBottom

func ImageButton_SetAnchorSideBottom(obj uintptr, value uintptr)

func ImageButton_SetAnchorSideLeft

func ImageButton_SetAnchorSideLeft(obj uintptr, value uintptr)

func ImageButton_SetAnchorSideRight

func ImageButton_SetAnchorSideRight(obj uintptr, value uintptr)

func ImageButton_SetAnchorSideTop

func ImageButton_SetAnchorSideTop(obj uintptr, value uintptr)

func ImageButton_SetAnchors

func ImageButton_SetAnchors(obj uintptr, value TAnchors)

func ImageButton_SetAutoSize

func ImageButton_SetAutoSize(obj uintptr, value bool)

func ImageButton_SetBiDiMode

func ImageButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func ImageButton_SetBorderSpacing

func ImageButton_SetBorderSpacing(obj uintptr, value uintptr)

func ImageButton_SetBounds

func ImageButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ImageButton_SetBoundsRect

func ImageButton_SetBoundsRect(obj uintptr, value TRect)

func ImageButton_SetCaption

func ImageButton_SetCaption(obj uintptr, value string)

func ImageButton_SetClientHeight

func ImageButton_SetClientHeight(obj uintptr, value int32)

func ImageButton_SetClientWidth

func ImageButton_SetClientWidth(obj uintptr, value int32)

func ImageButton_SetComponentIndex

func ImageButton_SetComponentIndex(obj uintptr, value int32)

func ImageButton_SetConstraints added in v1.2.7

func ImageButton_SetConstraints(obj uintptr, value uintptr)

func ImageButton_SetControlState added in v1.1.21

func ImageButton_SetControlState(obj uintptr, value TControlState)

func ImageButton_SetControlStyle added in v1.1.21

func ImageButton_SetControlStyle(obj uintptr, value TControlStyle)

func ImageButton_SetCursor

func ImageButton_SetCursor(obj uintptr, value TCursor)

func ImageButton_SetDragCursor

func ImageButton_SetDragCursor(obj uintptr, value TCursor)

func ImageButton_SetDragKind

func ImageButton_SetDragKind(obj uintptr, value TDragKind)

func ImageButton_SetDragMode

func ImageButton_SetDragMode(obj uintptr, value TDragMode)

func ImageButton_SetEnabled

func ImageButton_SetEnabled(obj uintptr, value bool)

func ImageButton_SetFont

func ImageButton_SetFont(obj uintptr, value uintptr)

func ImageButton_SetHeight

func ImageButton_SetHeight(obj uintptr, value int32)

func ImageButton_SetHint

func ImageButton_SetHint(obj uintptr, value string)

func ImageButton_SetImageCount

func ImageButton_SetImageCount(obj uintptr, value int32)

func ImageButton_SetLeft

func ImageButton_SetLeft(obj uintptr, value int32)

func ImageButton_SetModalResult

func ImageButton_SetModalResult(obj uintptr, value TModalResult)

func ImageButton_SetName

func ImageButton_SetName(obj uintptr, value string)

func ImageButton_SetOnClick

func ImageButton_SetOnClick(obj uintptr, fn interface{})

func ImageButton_SetOnContextPopup

func ImageButton_SetOnContextPopup(obj uintptr, fn interface{})

func ImageButton_SetOnDblClick

func ImageButton_SetOnDblClick(obj uintptr, fn interface{})

func ImageButton_SetOnDragDrop

func ImageButton_SetOnDragDrop(obj uintptr, fn interface{})

func ImageButton_SetOnDragOver

func ImageButton_SetOnDragOver(obj uintptr, fn interface{})

func ImageButton_SetOnEndDock

func ImageButton_SetOnEndDock(obj uintptr, fn interface{})

func ImageButton_SetOnEndDrag

func ImageButton_SetOnEndDrag(obj uintptr, fn interface{})

func ImageButton_SetOnMouseDown

func ImageButton_SetOnMouseDown(obj uintptr, fn interface{})

func ImageButton_SetOnMouseEnter

func ImageButton_SetOnMouseEnter(obj uintptr, fn interface{})

func ImageButton_SetOnMouseLeave

func ImageButton_SetOnMouseLeave(obj uintptr, fn interface{})

func ImageButton_SetOnMouseMove

func ImageButton_SetOnMouseMove(obj uintptr, fn interface{})

func ImageButton_SetOnMouseUp

func ImageButton_SetOnMouseUp(obj uintptr, fn interface{})

func ImageButton_SetParent

func ImageButton_SetParent(obj uintptr, value uintptr)

func ImageButton_SetParentFont

func ImageButton_SetParentFont(obj uintptr, value bool)

func ImageButton_SetParentShowHint

func ImageButton_SetParentShowHint(obj uintptr, value bool)

func ImageButton_SetPicture

func ImageButton_SetPicture(obj uintptr, value uintptr)

func ImageButton_SetPopupMenu

func ImageButton_SetPopupMenu(obj uintptr, value uintptr)

func ImageButton_SetShowCaption

func ImageButton_SetShowCaption(obj uintptr, value bool)

func ImageButton_SetShowHint

func ImageButton_SetShowHint(obj uintptr, value bool)

func ImageButton_SetTag

func ImageButton_SetTag(obj uintptr, value int)

func ImageButton_SetTextBuf added in v1.1.21

func ImageButton_SetTextBuf(obj uintptr, Buffer string)

func ImageButton_SetTop

func ImageButton_SetTop(obj uintptr, value int32)

func ImageButton_SetVisible

func ImageButton_SetVisible(obj uintptr, value bool)

func ImageButton_SetWidth

func ImageButton_SetWidth(obj uintptr, value int32)

func ImageButton_Show

func ImageButton_Show(obj uintptr)

func ImageButton_StaticClassType added in v1.1.18

func ImageButton_StaticClassType() TClass

func ImageButton_ToString

func ImageButton_ToString(obj uintptr) string

func ImageButton_Update

func ImageButton_Update(obj uintptr)

func ImageList_Add

func ImageList_Add(obj uintptr, Image uintptr, Mask uintptr) int32

func ImageList_AddIcon

func ImageList_AddIcon(obj uintptr, Image uintptr) int32

func ImageList_AddImages

func ImageList_AddImages(obj uintptr, Value uintptr)

func ImageList_AddMasked

func ImageList_AddMasked(obj uintptr, Image uintptr, MaskColor TColor) int32

func ImageList_Assign

func ImageList_Assign(obj uintptr, Source uintptr)

func ImageList_BeginUpdate

func ImageList_BeginUpdate(obj uintptr)

func ImageList_ClassName

func ImageList_ClassName(obj uintptr) string

func ImageList_ClassType added in v1.1.18

func ImageList_ClassType(obj uintptr) TClass

func ImageList_Clear

func ImageList_Clear(obj uintptr)

func ImageList_Create

func ImageList_Create(obj uintptr) uintptr

func ImageList_Delete

func ImageList_Delete(obj uintptr, Index int32)

func ImageList_Draw1

func ImageList_Draw1(obj uintptr, canvas uintptr, x, y, index int32, enabled bool)

func ImageList_Draw2

func ImageList_Draw2(obj uintptr, canvas uintptr, x, y, index int32, drawingStyle TDrawingStyle,
	imageType TImageType, enabled bool)

func ImageList_DrawOverlay1

func ImageList_DrawOverlay1(obj uintptr, canvas uintptr, x, y, imageIndex int32, overlay uint8, enabled bool)

func ImageList_DrawOverlay2

func ImageList_DrawOverlay2(obj, canvas uintptr, x, y, imageIndex int32, overlay uint8,
	drawingStyle TDrawingStyle, imageType TImageType, enabled bool)

func ImageList_EndUpdate

func ImageList_EndUpdate(obj uintptr)

func ImageList_Equals

func ImageList_Equals(obj uintptr, Obj uintptr) bool

func ImageList_FindComponent

func ImageList_FindComponent(obj uintptr, AName string) uintptr

func ImageList_Free

func ImageList_Free(obj uintptr)

func ImageList_GetAllocBy

func ImageList_GetAllocBy(obj uintptr) int32

func ImageList_GetBkColor

func ImageList_GetBkColor(obj uintptr) TColor

func ImageList_GetBlendColor

func ImageList_GetBlendColor(obj uintptr) TColor

func ImageList_GetComponentCount

func ImageList_GetComponentCount(obj uintptr) int32

func ImageList_GetComponentIndex

func ImageList_GetComponentIndex(obj uintptr) int32

func ImageList_GetComponents

func ImageList_GetComponents(obj uintptr, AIndex int32) uintptr

func ImageList_GetCount

func ImageList_GetCount(obj uintptr) int32

func ImageList_GetDragCursor

func ImageList_GetDragCursor(obj uintptr) TCursor

func ImageList_GetDragging

func ImageList_GetDragging(obj uintptr) bool

func ImageList_GetDrawingStyle

func ImageList_GetDrawingStyle(obj uintptr) TDrawingStyle

func ImageList_GetHashCode

func ImageList_GetHashCode(obj uintptr) int32

func ImageList_GetHeight

func ImageList_GetHeight(obj uintptr) int32

func ImageList_GetHotSpot

func ImageList_GetHotSpot(obj uintptr) TPoint

func ImageList_GetIcon1

func ImageList_GetIcon1(obj uintptr, index int32, image uintptr)

func ImageList_GetIcon2

func ImageList_GetIcon2(obj uintptr, index int32, image uintptr, drawingStyle TDrawingStyle, imageType TImageType)

func ImageList_GetImageType

func ImageList_GetImageType(obj uintptr) TImageType

func ImageList_GetMasked

func ImageList_GetMasked(obj uintptr) bool

func ImageList_GetName

func ImageList_GetName(obj uintptr) string

func ImageList_GetNamePath

func ImageList_GetNamePath(obj uintptr) string

func ImageList_GetOwner

func ImageList_GetOwner(obj uintptr) uintptr

func ImageList_GetShareImages

func ImageList_GetShareImages(obj uintptr) bool

func ImageList_GetTag

func ImageList_GetTag(obj uintptr) int

func ImageList_GetWidth

func ImageList_GetWidth(obj uintptr) int32

func ImageList_HasParent

func ImageList_HasParent(obj uintptr) bool

func ImageList_HideDragImage

func ImageList_HideDragImage(obj uintptr)

func ImageList_InheritsFrom added in v1.1.18

func ImageList_InheritsFrom(obj uintptr, AClass TClass) bool

func ImageList_Insert

func ImageList_Insert(obj uintptr, Index int32, Image uintptr, Mask uintptr)

func ImageList_InsertIcon

func ImageList_InsertIcon(obj uintptr, Index int32, Image uintptr)

func ImageList_InsertMasked

func ImageList_InsertMasked(obj uintptr, Index int32, Image uintptr, MaskColor TColor)

func ImageList_InstanceSize added in v1.1.18

func ImageList_InstanceSize(obj uintptr) int32

func ImageList_Move

func ImageList_Move(obj uintptr, CurIndex int32, NewIndex int32)

func ImageList_Replace

func ImageList_Replace(obj uintptr, Index int32, Image uintptr, Mask uintptr)

func ImageList_ReplaceMasked

func ImageList_ReplaceMasked(obj uintptr, Index int32, NewImage uintptr, MaskColor TColor)

func ImageList_SetAllocBy

func ImageList_SetAllocBy(obj uintptr, value int32)

func ImageList_SetBkColor

func ImageList_SetBkColor(obj uintptr, value TColor)

func ImageList_SetBlendColor

func ImageList_SetBlendColor(obj uintptr, value TColor)

func ImageList_SetComponentIndex

func ImageList_SetComponentIndex(obj uintptr, value int32)

func ImageList_SetDragCursor

func ImageList_SetDragCursor(obj uintptr, value TCursor)

func ImageList_SetDrawingStyle

func ImageList_SetDrawingStyle(obj uintptr, value TDrawingStyle)

func ImageList_SetHeight

func ImageList_SetHeight(obj uintptr, value int32)

func ImageList_SetImageType

func ImageList_SetImageType(obj uintptr, value TImageType)

func ImageList_SetMasked

func ImageList_SetMasked(obj uintptr, value bool)

func ImageList_SetName

func ImageList_SetName(obj uintptr, value string)

func ImageList_SetOnChange

func ImageList_SetOnChange(obj uintptr, fn interface{})

func ImageList_SetShareImages

func ImageList_SetShareImages(obj uintptr, value bool)

func ImageList_SetTag

func ImageList_SetTag(obj uintptr, value int)

func ImageList_SetWidth

func ImageList_SetWidth(obj uintptr, value int32)

func ImageList_ShowDragImage

func ImageList_ShowDragImage(obj uintptr)

func ImageList_StaticClassType added in v1.1.18

func ImageList_StaticClassType() TClass

func ImageList_ToString

func ImageList_ToString(obj uintptr) string

func Image_AnchorAsAlign

func Image_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Image_AnchorClient

func Image_AnchorClient(obj uintptr, ASpace int32)

func Image_AnchorHorizontalCenterTo

func Image_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Image_AnchorParallel

func Image_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Image_AnchorToNeighbour

func Image_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Image_AnchorVerticalCenterTo

func Image_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Image_Assign

func Image_Assign(obj uintptr, Source uintptr)

func Image_BringToFront

func Image_BringToFront(obj uintptr)

func Image_ClassName

func Image_ClassName(obj uintptr) string

func Image_ClassType added in v1.1.18

func Image_ClassType(obj uintptr) TClass

func Image_ClientToParent

func Image_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Image_ClientToScreen

func Image_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Image_Create

func Image_Create(obj uintptr) uintptr

func Image_Dragging

func Image_Dragging(obj uintptr) bool

func Image_Equals

func Image_Equals(obj uintptr, Obj uintptr) bool

func Image_FindComponent

func Image_FindComponent(obj uintptr, AName string) uintptr

func Image_Free

func Image_Free(obj uintptr)

func Image_GetAction

func Image_GetAction(obj uintptr) uintptr

func Image_GetAlign

func Image_GetAlign(obj uintptr) TAlign

func Image_GetAnchorSide

func Image_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Image_GetAnchorSideBottom

func Image_GetAnchorSideBottom(obj uintptr) uintptr

func Image_GetAnchorSideLeft

func Image_GetAnchorSideLeft(obj uintptr) uintptr

func Image_GetAnchorSideRight

func Image_GetAnchorSideRight(obj uintptr) uintptr

func Image_GetAnchorSideTop

func Image_GetAnchorSideTop(obj uintptr) uintptr

func Image_GetAnchors

func Image_GetAnchors(obj uintptr) TAnchors

func Image_GetAntialiasingMode

func Image_GetAntialiasingMode(obj uintptr) TAntialiasingMode

func Image_GetAutoSize

func Image_GetAutoSize(obj uintptr) bool

func Image_GetBiDiMode

func Image_GetBiDiMode(obj uintptr) TBiDiMode

func Image_GetBorderSpacing

func Image_GetBorderSpacing(obj uintptr) uintptr

func Image_GetBoundsRect

func Image_GetBoundsRect(obj uintptr) TRect

func Image_GetCanvas

func Image_GetCanvas(obj uintptr) uintptr

func Image_GetCenter

func Image_GetCenter(obj uintptr) bool

func Image_GetClientHeight

func Image_GetClientHeight(obj uintptr) int32

func Image_GetClientOrigin added in v1.1.21

func Image_GetClientOrigin(obj uintptr) TPoint

func Image_GetClientRect

func Image_GetClientRect(obj uintptr) TRect

func Image_GetClientWidth

func Image_GetClientWidth(obj uintptr) int32

func Image_GetComponentCount

func Image_GetComponentCount(obj uintptr) int32

func Image_GetComponentIndex

func Image_GetComponentIndex(obj uintptr) int32

func Image_GetComponents

func Image_GetComponents(obj uintptr, AIndex int32) uintptr

func Image_GetConstraints added in v1.2.7

func Image_GetConstraints(obj uintptr) uintptr

func Image_GetControlState added in v1.1.21

func Image_GetControlState(obj uintptr) TControlState

func Image_GetControlStyle added in v1.1.21

func Image_GetControlStyle(obj uintptr) TControlStyle

func Image_GetCursor

func Image_GetCursor(obj uintptr) TCursor

func Image_GetDragCursor

func Image_GetDragCursor(obj uintptr) TCursor

func Image_GetDragMode

func Image_GetDragMode(obj uintptr) TDragMode

func Image_GetEnabled

func Image_GetEnabled(obj uintptr) bool

func Image_GetFloating

func Image_GetFloating(obj uintptr) bool

func Image_GetHashCode

func Image_GetHashCode(obj uintptr) int32

func Image_GetHeight

func Image_GetHeight(obj uintptr) int32

func Image_GetHint

func Image_GetHint(obj uintptr) string

func Image_GetKeepOriginXWhenClipped

func Image_GetKeepOriginXWhenClipped(obj uintptr) bool

func Image_GetKeepOriginYWhenClipped

func Image_GetKeepOriginYWhenClipped(obj uintptr) bool

func Image_GetLeft

func Image_GetLeft(obj uintptr) int32

func Image_GetName

func Image_GetName(obj uintptr) string

func Image_GetNamePath

func Image_GetNamePath(obj uintptr) string

func Image_GetOwner

func Image_GetOwner(obj uintptr) uintptr

func Image_GetParent

func Image_GetParent(obj uintptr) uintptr

func Image_GetParentShowHint

func Image_GetParentShowHint(obj uintptr) bool

func Image_GetPicture

func Image_GetPicture(obj uintptr) uintptr

func Image_GetPopupMenu

func Image_GetPopupMenu(obj uintptr) uintptr

func Image_GetProportional

func Image_GetProportional(obj uintptr) bool

func Image_GetShowHint

func Image_GetShowHint(obj uintptr) bool

func Image_GetStretch

func Image_GetStretch(obj uintptr) bool

func Image_GetStretchInEnabled

func Image_GetStretchInEnabled(obj uintptr) bool

func Image_GetStretchOutEnabled

func Image_GetStretchOutEnabled(obj uintptr) bool

func Image_GetTag

func Image_GetTag(obj uintptr) int

func Image_GetTextBuf

func Image_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Image_GetTextLen

func Image_GetTextLen(obj uintptr) int32

func Image_GetTop

func Image_GetTop(obj uintptr) int32

func Image_GetTransparent

func Image_GetTransparent(obj uintptr) bool

func Image_GetVisible

func Image_GetVisible(obj uintptr) bool

func Image_GetWidth

func Image_GetWidth(obj uintptr) int32

func Image_HasParent

func Image_HasParent(obj uintptr) bool

func Image_Hide

func Image_Hide(obj uintptr)

func Image_InheritsFrom added in v1.1.18

func Image_InheritsFrom(obj uintptr, AClass TClass) bool

func Image_InstanceSize added in v1.1.18

func Image_InstanceSize(obj uintptr) int32

func Image_Invalidate

func Image_Invalidate(obj uintptr)

func Image_ParentToClient

func Image_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Image_Perform

func Image_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Image_Refresh

func Image_Refresh(obj uintptr)

func Image_Repaint

func Image_Repaint(obj uintptr)

func Image_ScreenToClient

func Image_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Image_SendToBack

func Image_SendToBack(obj uintptr)

func Image_SetAction

func Image_SetAction(obj uintptr, value uintptr)

func Image_SetAlign

func Image_SetAlign(obj uintptr, value TAlign)

func Image_SetAnchorSideBottom

func Image_SetAnchorSideBottom(obj uintptr, value uintptr)

func Image_SetAnchorSideLeft

func Image_SetAnchorSideLeft(obj uintptr, value uintptr)

func Image_SetAnchorSideRight

func Image_SetAnchorSideRight(obj uintptr, value uintptr)

func Image_SetAnchorSideTop

func Image_SetAnchorSideTop(obj uintptr, value uintptr)

func Image_SetAnchors

func Image_SetAnchors(obj uintptr, value TAnchors)

func Image_SetAntialiasingMode

func Image_SetAntialiasingMode(obj uintptr, value TAntialiasingMode)

func Image_SetAutoSize

func Image_SetAutoSize(obj uintptr, value bool)

func Image_SetBiDiMode

func Image_SetBiDiMode(obj uintptr, value TBiDiMode)

func Image_SetBorderSpacing

func Image_SetBorderSpacing(obj uintptr, value uintptr)

func Image_SetBounds

func Image_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Image_SetBoundsRect

func Image_SetBoundsRect(obj uintptr, value TRect)

func Image_SetCenter

func Image_SetCenter(obj uintptr, value bool)

func Image_SetClientHeight

func Image_SetClientHeight(obj uintptr, value int32)

func Image_SetClientWidth

func Image_SetClientWidth(obj uintptr, value int32)

func Image_SetComponentIndex

func Image_SetComponentIndex(obj uintptr, value int32)

func Image_SetConstraints added in v1.2.7

func Image_SetConstraints(obj uintptr, value uintptr)

func Image_SetControlState added in v1.1.21

func Image_SetControlState(obj uintptr, value TControlState)

func Image_SetControlStyle added in v1.1.21

func Image_SetControlStyle(obj uintptr, value TControlStyle)

func Image_SetCursor

func Image_SetCursor(obj uintptr, value TCursor)

func Image_SetDragCursor

func Image_SetDragCursor(obj uintptr, value TCursor)

func Image_SetDragMode

func Image_SetDragMode(obj uintptr, value TDragMode)

func Image_SetEnabled

func Image_SetEnabled(obj uintptr, value bool)

func Image_SetHeight

func Image_SetHeight(obj uintptr, value int32)

func Image_SetHint

func Image_SetHint(obj uintptr, value string)

func Image_SetKeepOriginXWhenClipped

func Image_SetKeepOriginXWhenClipped(obj uintptr, value bool)

func Image_SetKeepOriginYWhenClipped

func Image_SetKeepOriginYWhenClipped(obj uintptr, value bool)

func Image_SetLeft

func Image_SetLeft(obj uintptr, value int32)

func Image_SetName

func Image_SetName(obj uintptr, value string)

func Image_SetOnClick

func Image_SetOnClick(obj uintptr, fn interface{})

func Image_SetOnDblClick

func Image_SetOnDblClick(obj uintptr, fn interface{})

func Image_SetOnDragDrop

func Image_SetOnDragDrop(obj uintptr, fn interface{})

func Image_SetOnDragOver

func Image_SetOnDragOver(obj uintptr, fn interface{})

func Image_SetOnEndDrag

func Image_SetOnEndDrag(obj uintptr, fn interface{})

func Image_SetOnMouseDown

func Image_SetOnMouseDown(obj uintptr, fn interface{})

func Image_SetOnMouseEnter

func Image_SetOnMouseEnter(obj uintptr, fn interface{})

func Image_SetOnMouseLeave

func Image_SetOnMouseLeave(obj uintptr, fn interface{})

func Image_SetOnMouseMove

func Image_SetOnMouseMove(obj uintptr, fn interface{})

func Image_SetOnMouseUp

func Image_SetOnMouseUp(obj uintptr, fn interface{})

func Image_SetParent

func Image_SetParent(obj uintptr, value uintptr)

func Image_SetParentShowHint

func Image_SetParentShowHint(obj uintptr, value bool)

func Image_SetPicture

func Image_SetPicture(obj uintptr, value uintptr)

func Image_SetPopupMenu

func Image_SetPopupMenu(obj uintptr, value uintptr)

func Image_SetProportional

func Image_SetProportional(obj uintptr, value bool)

func Image_SetShowHint

func Image_SetShowHint(obj uintptr, value bool)

func Image_SetStretch

func Image_SetStretch(obj uintptr, value bool)

func Image_SetStretchInEnabled

func Image_SetStretchInEnabled(obj uintptr, value bool)

func Image_SetStretchOutEnabled

func Image_SetStretchOutEnabled(obj uintptr, value bool)

func Image_SetTag

func Image_SetTag(obj uintptr, value int)

func Image_SetTextBuf added in v1.1.21

func Image_SetTextBuf(obj uintptr, Buffer string)

func Image_SetTop

func Image_SetTop(obj uintptr, value int32)

func Image_SetTransparent

func Image_SetTransparent(obj uintptr, value bool)

func Image_SetVisible

func Image_SetVisible(obj uintptr, value bool)

func Image_SetWidth

func Image_SetWidth(obj uintptr, value int32)

func Image_Show

func Image_Show(obj uintptr)

func Image_StaticClassType added in v1.1.18

func Image_StaticClassType() TClass

func Image_ToString

func Image_ToString(obj uintptr) string

func Image_Update

func Image_Update(obj uintptr)

func IniFile_ClassName

func IniFile_ClassName(obj uintptr) string

func IniFile_ClassType added in v1.1.18

func IniFile_ClassType(obj uintptr) TClass

func IniFile_Create

func IniFile_Create(obj uintptr) uintptr

func IniFile_DeleteKey

func IniFile_DeleteKey(obj uintptr, Section string, Ident string)

func IniFile_Equals

func IniFile_Equals(obj uintptr, Obj uintptr) bool

func IniFile_EraseSection

func IniFile_EraseSection(obj uintptr, Section string)

func IniFile_Free

func IniFile_Free(obj uintptr)

func IniFile_GetFileName

func IniFile_GetFileName(obj uintptr) string

func IniFile_GetHashCode

func IniFile_GetHashCode(obj uintptr) int32

func IniFile_InheritsFrom added in v1.1.18

func IniFile_InheritsFrom(obj uintptr, AClass TClass) bool

func IniFile_InstanceSize added in v1.1.18

func IniFile_InstanceSize(obj uintptr) int32

func IniFile_ReadBool

func IniFile_ReadBool(obj uintptr, Section string, Ident string, Default bool) bool

func IniFile_ReadDate

func IniFile_ReadDate(obj uintptr, Section string, Name string, Default time.Time) time.Time

func IniFile_ReadDateTime

func IniFile_ReadDateTime(obj uintptr, Section string, Name string, Default time.Time) time.Time

func IniFile_ReadFloat

func IniFile_ReadFloat(obj uintptr, Section string, Name string, Default float64) float64

func IniFile_ReadInteger

func IniFile_ReadInteger(obj uintptr, Section string, Ident string, Default int32) int32

func IniFile_ReadSectionValues

func IniFile_ReadSectionValues(obj uintptr, Section string, Strings uintptr)

func IniFile_ReadSections

func IniFile_ReadSections(obj uintptr, Strings uintptr)

func IniFile_ReadString

func IniFile_ReadString(obj uintptr, Section string, Ident string, Default string) string

func IniFile_ReadTime

func IniFile_ReadTime(obj uintptr, Section string, Name string, Default time.Time) time.Time

func IniFile_SectionExists

func IniFile_SectionExists(obj uintptr, Section string) bool

func IniFile_StaticClassType added in v1.1.18

func IniFile_StaticClassType() TClass

func IniFile_ToString

func IniFile_ToString(obj uintptr) string

func IniFile_UpdateFile

func IniFile_UpdateFile(obj uintptr)

func IniFile_ValueExists

func IniFile_ValueExists(obj uintptr, Section string, Ident string) bool

func IniFile_WriteBool

func IniFile_WriteBool(obj uintptr, Section string, Ident string, Value bool)

func IniFile_WriteDate

func IniFile_WriteDate(obj uintptr, Section string, Name string, Value time.Time)

func IniFile_WriteDateTime

func IniFile_WriteDateTime(obj uintptr, Section string, Name string, Value time.Time)

func IniFile_WriteFloat

func IniFile_WriteFloat(obj uintptr, Section string, Name string, Value float64)

func IniFile_WriteInteger

func IniFile_WriteInteger(obj uintptr, Section string, Ident string, Value int32)

func IniFile_WriteString

func IniFile_WriteString(obj uintptr, Section string, Ident string, Value string)

func IniFile_WriteTime

func IniFile_WriteTime(obj uintptr, Section string, Name string, Value time.Time)

func IsNil added in v1.2.1

func IsNil(val interface{}) bool

func JPEGImage_Assign

func JPEGImage_Assign(obj uintptr, Source uintptr)

func JPEGImage_ClassName

func JPEGImage_ClassName(obj uintptr) string

func JPEGImage_ClassType added in v1.1.18

func JPEGImage_ClassType(obj uintptr) TClass

func JPEGImage_Create

func JPEGImage_Create() uintptr

func JPEGImage_Equals

func JPEGImage_Equals(obj uintptr, Obj uintptr) bool

func JPEGImage_Free

func JPEGImage_Free(obj uintptr)

func JPEGImage_GetCanvas

func JPEGImage_GetCanvas(obj uintptr) uintptr

func JPEGImage_GetEmpty

func JPEGImage_GetEmpty(obj uintptr) bool

func JPEGImage_GetHashCode

func JPEGImage_GetHashCode(obj uintptr) int32

func JPEGImage_GetHeight

func JPEGImage_GetHeight(obj uintptr) int32

func JPEGImage_GetModified

func JPEGImage_GetModified(obj uintptr) bool

func JPEGImage_GetNamePath

func JPEGImage_GetNamePath(obj uintptr) string

func JPEGImage_GetPalette added in v1.1.23

func JPEGImage_GetPalette(obj uintptr) HPALETTE

func JPEGImage_GetPaletteModified

func JPEGImage_GetPaletteModified(obj uintptr) bool

func JPEGImage_GetPerformance

func JPEGImage_GetPerformance(obj uintptr) TJPEGPerformance

func JPEGImage_GetPixelFormat

func JPEGImage_GetPixelFormat(obj uintptr) TJPEGPixelFormat

func JPEGImage_GetTransparent

func JPEGImage_GetTransparent(obj uintptr) bool

func JPEGImage_GetWidth

func JPEGImage_GetWidth(obj uintptr) int32

func JPEGImage_InheritsFrom added in v1.1.18

func JPEGImage_InheritsFrom(obj uintptr, AClass TClass) bool

func JPEGImage_InstanceSize added in v1.1.18

func JPEGImage_InstanceSize(obj uintptr) int32

func JPEGImage_LoadFromFile

func JPEGImage_LoadFromFile(obj uintptr, Filename string)

func JPEGImage_LoadFromStream

func JPEGImage_LoadFromStream(obj uintptr, Stream uintptr)

func JPEGImage_SaveToFile

func JPEGImage_SaveToFile(obj uintptr, Filename string)

func JPEGImage_SaveToStream

func JPEGImage_SaveToStream(obj uintptr, Stream uintptr)

func JPEGImage_SetHeight

func JPEGImage_SetHeight(obj uintptr, value int32)

func JPEGImage_SetModified

func JPEGImage_SetModified(obj uintptr, value bool)

func JPEGImage_SetOnChange

func JPEGImage_SetOnChange(obj uintptr, fn interface{})

func JPEGImage_SetPalette added in v1.1.23

func JPEGImage_SetPalette(obj uintptr, value HPALETTE)

func JPEGImage_SetPaletteModified

func JPEGImage_SetPaletteModified(obj uintptr, value bool)

func JPEGImage_SetPerformance

func JPEGImage_SetPerformance(obj uintptr, value TJPEGPerformance)

func JPEGImage_SetPixelFormat

func JPEGImage_SetPixelFormat(obj uintptr, value TJPEGPixelFormat)

func JPEGImage_SetSize

func JPEGImage_SetSize(obj uintptr, AWidth int32, AHeight int32)

func JPEGImage_SetTransparent

func JPEGImage_SetTransparent(obj uintptr, value bool)

func JPEGImage_SetWidth

func JPEGImage_SetWidth(obj uintptr, value int32)

func JPEGImage_StaticClassType added in v1.1.18

func JPEGImage_StaticClassType() TClass

func JPEGImage_ToString

func JPEGImage_ToString(obj uintptr) string

func Label_AnchorAsAlign

func Label_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Label_AnchorClient

func Label_AnchorClient(obj uintptr, ASpace int32)

func Label_AnchorHorizontalCenterTo

func Label_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Label_AnchorParallel

func Label_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Label_AnchorToNeighbour

func Label_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Label_AnchorVerticalCenterTo

func Label_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Label_Assign

func Label_Assign(obj uintptr, Source uintptr)

func Label_BringToFront

func Label_BringToFront(obj uintptr)

func Label_ClassName

func Label_ClassName(obj uintptr) string

func Label_ClassType added in v1.1.18

func Label_ClassType(obj uintptr) TClass

func Label_ClientToParent

func Label_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Label_ClientToScreen

func Label_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Label_Create

func Label_Create(obj uintptr) uintptr

func Label_Dragging

func Label_Dragging(obj uintptr) bool

func Label_Equals

func Label_Equals(obj uintptr, Obj uintptr) bool

func Label_FindComponent

func Label_FindComponent(obj uintptr, AName string) uintptr

func Label_Free

func Label_Free(obj uintptr)

func Label_GetAction

func Label_GetAction(obj uintptr) uintptr

func Label_GetAlign

func Label_GetAlign(obj uintptr) TAlign

func Label_GetAlignment

func Label_GetAlignment(obj uintptr) TAlignment

func Label_GetAnchorSide

func Label_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Label_GetAnchorSideBottom

func Label_GetAnchorSideBottom(obj uintptr) uintptr

func Label_GetAnchorSideLeft

func Label_GetAnchorSideLeft(obj uintptr) uintptr

func Label_GetAnchorSideRight

func Label_GetAnchorSideRight(obj uintptr) uintptr

func Label_GetAnchorSideTop

func Label_GetAnchorSideTop(obj uintptr) uintptr

func Label_GetAnchors

func Label_GetAnchors(obj uintptr) TAnchors

func Label_GetAutoSize

func Label_GetAutoSize(obj uintptr) bool

func Label_GetBiDiMode

func Label_GetBiDiMode(obj uintptr) TBiDiMode

func Label_GetBorderSpacing

func Label_GetBorderSpacing(obj uintptr) uintptr

func Label_GetBoundsRect

func Label_GetBoundsRect(obj uintptr) TRect

func Label_GetCanvas

func Label_GetCanvas(obj uintptr) uintptr

func Label_GetCaption

func Label_GetCaption(obj uintptr) string

func Label_GetClientHeight

func Label_GetClientHeight(obj uintptr) int32

func Label_GetClientOrigin added in v1.1.21

func Label_GetClientOrigin(obj uintptr) TPoint

func Label_GetClientRect

func Label_GetClientRect(obj uintptr) TRect

func Label_GetClientWidth

func Label_GetClientWidth(obj uintptr) int32

func Label_GetColor

func Label_GetColor(obj uintptr) TColor

func Label_GetComponentCount

func Label_GetComponentCount(obj uintptr) int32

func Label_GetComponentIndex

func Label_GetComponentIndex(obj uintptr) int32

func Label_GetComponents

func Label_GetComponents(obj uintptr, AIndex int32) uintptr

func Label_GetConstraints added in v1.2.7

func Label_GetConstraints(obj uintptr) uintptr

func Label_GetControlState added in v1.1.21

func Label_GetControlState(obj uintptr) TControlState

func Label_GetControlStyle added in v1.1.21

func Label_GetControlStyle(obj uintptr) TControlStyle

func Label_GetCursor

func Label_GetCursor(obj uintptr) TCursor

func Label_GetDragCursor

func Label_GetDragCursor(obj uintptr) TCursor

func Label_GetDragKind

func Label_GetDragKind(obj uintptr) TDragKind

func Label_GetDragMode

func Label_GetDragMode(obj uintptr) TDragMode

func Label_GetEnabled

func Label_GetEnabled(obj uintptr) bool

func Label_GetFloating

func Label_GetFloating(obj uintptr) bool

func Label_GetFont

func Label_GetFont(obj uintptr) uintptr

func Label_GetHashCode

func Label_GetHashCode(obj uintptr) int32

func Label_GetHeight

func Label_GetHeight(obj uintptr) int32

func Label_GetHint

func Label_GetHint(obj uintptr) string

func Label_GetLayout

func Label_GetLayout(obj uintptr) TTextLayout

func Label_GetLeft

func Label_GetLeft(obj uintptr) int32

func Label_GetName

func Label_GetName(obj uintptr) string

func Label_GetNamePath

func Label_GetNamePath(obj uintptr) string

func Label_GetOptimalFill

func Label_GetOptimalFill(obj uintptr) bool

func Label_GetOwner

func Label_GetOwner(obj uintptr) uintptr

func Label_GetParent

func Label_GetParent(obj uintptr) uintptr

func Label_GetParentColor

func Label_GetParentColor(obj uintptr) bool

func Label_GetParentFont

func Label_GetParentFont(obj uintptr) bool

func Label_GetParentShowHint

func Label_GetParentShowHint(obj uintptr) bool

func Label_GetPopupMenu

func Label_GetPopupMenu(obj uintptr) uintptr

func Label_GetShowAccelChar

func Label_GetShowAccelChar(obj uintptr) bool

func Label_GetShowHint

func Label_GetShowHint(obj uintptr) bool

func Label_GetTag

func Label_GetTag(obj uintptr) int

func Label_GetTextBuf

func Label_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Label_GetTextLen

func Label_GetTextLen(obj uintptr) int32

func Label_GetTop

func Label_GetTop(obj uintptr) int32

func Label_GetTransparent

func Label_GetTransparent(obj uintptr) bool

func Label_GetVisible

func Label_GetVisible(obj uintptr) bool

func Label_GetWidth

func Label_GetWidth(obj uintptr) int32

func Label_GetWordWrap

func Label_GetWordWrap(obj uintptr) bool

func Label_HasParent

func Label_HasParent(obj uintptr) bool

func Label_Hide

func Label_Hide(obj uintptr)

func Label_InheritsFrom added in v1.1.18

func Label_InheritsFrom(obj uintptr, AClass TClass) bool

func Label_InstanceSize added in v1.1.18

func Label_InstanceSize(obj uintptr) int32

func Label_Invalidate

func Label_Invalidate(obj uintptr)

func Label_ParentToClient

func Label_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Label_Perform

func Label_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Label_Refresh

func Label_Refresh(obj uintptr)

func Label_Repaint

func Label_Repaint(obj uintptr)

func Label_ScreenToClient

func Label_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Label_SendToBack

func Label_SendToBack(obj uintptr)

func Label_SetAction

func Label_SetAction(obj uintptr, value uintptr)

func Label_SetAlign

func Label_SetAlign(obj uintptr, value TAlign)

func Label_SetAlignment

func Label_SetAlignment(obj uintptr, value TAlignment)

func Label_SetAnchorSideBottom

func Label_SetAnchorSideBottom(obj uintptr, value uintptr)

func Label_SetAnchorSideLeft

func Label_SetAnchorSideLeft(obj uintptr, value uintptr)

func Label_SetAnchorSideRight

func Label_SetAnchorSideRight(obj uintptr, value uintptr)

func Label_SetAnchorSideTop

func Label_SetAnchorSideTop(obj uintptr, value uintptr)

func Label_SetAnchors

func Label_SetAnchors(obj uintptr, value TAnchors)

func Label_SetAutoSize

func Label_SetAutoSize(obj uintptr, value bool)

func Label_SetBiDiMode

func Label_SetBiDiMode(obj uintptr, value TBiDiMode)

func Label_SetBorderSpacing

func Label_SetBorderSpacing(obj uintptr, value uintptr)

func Label_SetBounds

func Label_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Label_SetBoundsRect

func Label_SetBoundsRect(obj uintptr, value TRect)

func Label_SetCaption

func Label_SetCaption(obj uintptr, value string)

func Label_SetClientHeight

func Label_SetClientHeight(obj uintptr, value int32)

func Label_SetClientWidth

func Label_SetClientWidth(obj uintptr, value int32)

func Label_SetColor

func Label_SetColor(obj uintptr, value TColor)

func Label_SetComponentIndex

func Label_SetComponentIndex(obj uintptr, value int32)

func Label_SetConstraints added in v1.2.7

func Label_SetConstraints(obj uintptr, value uintptr)

func Label_SetControlState added in v1.1.21

func Label_SetControlState(obj uintptr, value TControlState)

func Label_SetControlStyle added in v1.1.21

func Label_SetControlStyle(obj uintptr, value TControlStyle)

func Label_SetCursor

func Label_SetCursor(obj uintptr, value TCursor)

func Label_SetDragCursor

func Label_SetDragCursor(obj uintptr, value TCursor)

func Label_SetDragKind

func Label_SetDragKind(obj uintptr, value TDragKind)

func Label_SetDragMode

func Label_SetDragMode(obj uintptr, value TDragMode)

func Label_SetEnabled

func Label_SetEnabled(obj uintptr, value bool)

func Label_SetFont

func Label_SetFont(obj uintptr, value uintptr)

func Label_SetHeight

func Label_SetHeight(obj uintptr, value int32)

func Label_SetHint

func Label_SetHint(obj uintptr, value string)

func Label_SetLayout

func Label_SetLayout(obj uintptr, value TTextLayout)

func Label_SetLeft

func Label_SetLeft(obj uintptr, value int32)

func Label_SetName

func Label_SetName(obj uintptr, value string)

func Label_SetOnClick

func Label_SetOnClick(obj uintptr, fn interface{})

func Label_SetOnContextPopup

func Label_SetOnContextPopup(obj uintptr, fn interface{})

func Label_SetOnDblClick

func Label_SetOnDblClick(obj uintptr, fn interface{})

func Label_SetOnDragDrop

func Label_SetOnDragDrop(obj uintptr, fn interface{})

func Label_SetOnDragOver

func Label_SetOnDragOver(obj uintptr, fn interface{})

func Label_SetOnEndDrag

func Label_SetOnEndDrag(obj uintptr, fn interface{})

func Label_SetOnMouseDown

func Label_SetOnMouseDown(obj uintptr, fn interface{})

func Label_SetOnMouseEnter

func Label_SetOnMouseEnter(obj uintptr, fn interface{})

func Label_SetOnMouseLeave

func Label_SetOnMouseLeave(obj uintptr, fn interface{})

func Label_SetOnMouseMove

func Label_SetOnMouseMove(obj uintptr, fn interface{})

func Label_SetOnMouseUp

func Label_SetOnMouseUp(obj uintptr, fn interface{})

func Label_SetOptimalFill

func Label_SetOptimalFill(obj uintptr, value bool)

func Label_SetParent

func Label_SetParent(obj uintptr, value uintptr)

func Label_SetParentColor

func Label_SetParentColor(obj uintptr, value bool)

func Label_SetParentFont

func Label_SetParentFont(obj uintptr, value bool)

func Label_SetParentShowHint

func Label_SetParentShowHint(obj uintptr, value bool)

func Label_SetPopupMenu

func Label_SetPopupMenu(obj uintptr, value uintptr)

func Label_SetShowAccelChar

func Label_SetShowAccelChar(obj uintptr, value bool)

func Label_SetShowHint

func Label_SetShowHint(obj uintptr, value bool)

func Label_SetTag

func Label_SetTag(obj uintptr, value int)

func Label_SetTextBuf added in v1.1.21

func Label_SetTextBuf(obj uintptr, Buffer string)

func Label_SetTop

func Label_SetTop(obj uintptr, value int32)

func Label_SetTransparent

func Label_SetTransparent(obj uintptr, value bool)

func Label_SetVisible

func Label_SetVisible(obj uintptr, value bool)

func Label_SetWidth

func Label_SetWidth(obj uintptr, value int32)

func Label_SetWordWrap

func Label_SetWordWrap(obj uintptr, value bool)

func Label_Show

func Label_Show(obj uintptr)

func Label_StaticClassType added in v1.1.18

func Label_StaticClassType() TClass

func Label_ToString

func Label_ToString(obj uintptr) string

func Label_Update

func Label_Update(obj uintptr)

func LabeledEdit_AnchorAsAlign

func LabeledEdit_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func LabeledEdit_AnchorClient

func LabeledEdit_AnchorClient(obj uintptr, ASpace int32)

func LabeledEdit_AnchorHorizontalCenterTo

func LabeledEdit_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func LabeledEdit_AnchorParallel

func LabeledEdit_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func LabeledEdit_AnchorToNeighbour

func LabeledEdit_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func LabeledEdit_AnchorVerticalCenterTo

func LabeledEdit_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func LabeledEdit_Assign added in v1.1.19

func LabeledEdit_Assign(obj uintptr, Source uintptr)

func LabeledEdit_BringToFront added in v1.1.19

func LabeledEdit_BringToFront(obj uintptr)

func LabeledEdit_CanFocus added in v1.1.19

func LabeledEdit_CanFocus(obj uintptr) bool

func LabeledEdit_ClassName added in v1.1.19

func LabeledEdit_ClassName(obj uintptr) string

func LabeledEdit_ClassType added in v1.1.19

func LabeledEdit_ClassType(obj uintptr) TClass

func LabeledEdit_Clear added in v1.1.19

func LabeledEdit_Clear(obj uintptr)

func LabeledEdit_ClearSelection added in v1.1.19

func LabeledEdit_ClearSelection(obj uintptr)

func LabeledEdit_ClientToParent added in v1.1.19

func LabeledEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func LabeledEdit_ClientToScreen added in v1.1.19

func LabeledEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint

func LabeledEdit_ContainsControl added in v1.1.21

func LabeledEdit_ContainsControl(obj uintptr, Control uintptr) bool

func LabeledEdit_ControlAtPos added in v1.1.21

func LabeledEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func LabeledEdit_CopyToClipboard added in v1.1.19

func LabeledEdit_CopyToClipboard(obj uintptr)

func LabeledEdit_Create added in v1.1.19

func LabeledEdit_Create(obj uintptr) uintptr

func LabeledEdit_CutToClipboard added in v1.1.19

func LabeledEdit_CutToClipboard(obj uintptr)

func LabeledEdit_DisableAlign added in v1.1.21

func LabeledEdit_DisableAlign(obj uintptr)

func LabeledEdit_Dragging added in v1.1.19

func LabeledEdit_Dragging(obj uintptr) bool

func LabeledEdit_EnableAlign added in v1.1.21

func LabeledEdit_EnableAlign(obj uintptr)

func LabeledEdit_Equals added in v1.1.19

func LabeledEdit_Equals(obj uintptr, Obj uintptr) bool

func LabeledEdit_FindChildControl added in v1.1.21

func LabeledEdit_FindChildControl(obj uintptr, ControlName string) uintptr

func LabeledEdit_FindComponent added in v1.1.19

func LabeledEdit_FindComponent(obj uintptr, AName string) uintptr

func LabeledEdit_FlipChildren added in v1.1.19

func LabeledEdit_FlipChildren(obj uintptr, AllLevels bool)

func LabeledEdit_Focused added in v1.1.19

func LabeledEdit_Focused(obj uintptr) bool

func LabeledEdit_Free added in v1.1.19

func LabeledEdit_Free(obj uintptr)

func LabeledEdit_GetAction added in v1.1.19

func LabeledEdit_GetAction(obj uintptr) uintptr

func LabeledEdit_GetAlign added in v1.1.19

func LabeledEdit_GetAlign(obj uintptr) TAlign

func LabeledEdit_GetAlignment added in v1.1.19

func LabeledEdit_GetAlignment(obj uintptr) TAlignment

func LabeledEdit_GetAnchorSide

func LabeledEdit_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func LabeledEdit_GetAnchorSideBottom

func LabeledEdit_GetAnchorSideBottom(obj uintptr) uintptr

func LabeledEdit_GetAnchorSideLeft

func LabeledEdit_GetAnchorSideLeft(obj uintptr) uintptr

func LabeledEdit_GetAnchorSideRight

func LabeledEdit_GetAnchorSideRight(obj uintptr) uintptr

func LabeledEdit_GetAnchorSideTop

func LabeledEdit_GetAnchorSideTop(obj uintptr) uintptr

func LabeledEdit_GetAnchors added in v1.1.19

func LabeledEdit_GetAnchors(obj uintptr) TAnchors

func LabeledEdit_GetAutoSelect added in v1.1.19

func LabeledEdit_GetAutoSelect(obj uintptr) bool

func LabeledEdit_GetAutoSize added in v1.1.19

func LabeledEdit_GetAutoSize(obj uintptr) bool

func LabeledEdit_GetBiDiMode added in v1.1.19

func LabeledEdit_GetBiDiMode(obj uintptr) TBiDiMode

func LabeledEdit_GetBorderSpacing

func LabeledEdit_GetBorderSpacing(obj uintptr) uintptr

func LabeledEdit_GetBorderStyle added in v1.1.19

func LabeledEdit_GetBorderStyle(obj uintptr) TBorderStyle

func LabeledEdit_GetBoundsRect added in v1.1.19

func LabeledEdit_GetBoundsRect(obj uintptr) TRect

func LabeledEdit_GetBrush added in v1.1.19

func LabeledEdit_GetBrush(obj uintptr) uintptr

func LabeledEdit_GetCanUndo added in v1.1.19

func LabeledEdit_GetCanUndo(obj uintptr) bool

func LabeledEdit_GetCharCase added in v1.1.19

func LabeledEdit_GetCharCase(obj uintptr) TEditCharCase

func LabeledEdit_GetChildSizing

func LabeledEdit_GetChildSizing(obj uintptr) uintptr

func LabeledEdit_GetClientHeight added in v1.1.19

func LabeledEdit_GetClientHeight(obj uintptr) int32

func LabeledEdit_GetClientOrigin added in v1.1.21

func LabeledEdit_GetClientOrigin(obj uintptr) TPoint

func LabeledEdit_GetClientRect added in v1.1.19

func LabeledEdit_GetClientRect(obj uintptr) TRect

func LabeledEdit_GetClientWidth added in v1.1.19

func LabeledEdit_GetClientWidth(obj uintptr) int32

func LabeledEdit_GetColor added in v1.1.19

func LabeledEdit_GetColor(obj uintptr) TColor

func LabeledEdit_GetComponentCount added in v1.1.19

func LabeledEdit_GetComponentCount(obj uintptr) int32

func LabeledEdit_GetComponentIndex added in v1.1.19

func LabeledEdit_GetComponentIndex(obj uintptr) int32

func LabeledEdit_GetComponents added in v1.1.19

func LabeledEdit_GetComponents(obj uintptr, AIndex int32) uintptr

func LabeledEdit_GetConstraints added in v1.2.7

func LabeledEdit_GetConstraints(obj uintptr) uintptr

func LabeledEdit_GetControlCount added in v1.1.19

func LabeledEdit_GetControlCount(obj uintptr) int32

func LabeledEdit_GetControlState added in v1.1.21

func LabeledEdit_GetControlState(obj uintptr) TControlState

func LabeledEdit_GetControlStyle added in v1.1.21

func LabeledEdit_GetControlStyle(obj uintptr) TControlStyle

func LabeledEdit_GetControls added in v1.1.19

func LabeledEdit_GetControls(obj uintptr, Index int32) uintptr

func LabeledEdit_GetCursor added in v1.1.19

func LabeledEdit_GetCursor(obj uintptr) TCursor

func LabeledEdit_GetDockClientCount added in v1.1.21

func LabeledEdit_GetDockClientCount(obj uintptr) int32

func LabeledEdit_GetDockClients added in v1.1.21

func LabeledEdit_GetDockClients(obj uintptr, Index int32) uintptr

func LabeledEdit_GetDockSite added in v1.1.19

func LabeledEdit_GetDockSite(obj uintptr) bool

func LabeledEdit_GetDoubleBuffered added in v1.1.19

func LabeledEdit_GetDoubleBuffered(obj uintptr) bool

func LabeledEdit_GetDragCursor added in v1.1.19

func LabeledEdit_GetDragCursor(obj uintptr) TCursor

func LabeledEdit_GetDragMode added in v1.1.19

func LabeledEdit_GetDragMode(obj uintptr) TDragMode

func LabeledEdit_GetEditLabel added in v1.1.19

func LabeledEdit_GetEditLabel(obj uintptr) uintptr

func LabeledEdit_GetEnabled added in v1.1.19

func LabeledEdit_GetEnabled(obj uintptr) bool

func LabeledEdit_GetFloating added in v1.1.19

func LabeledEdit_GetFloating(obj uintptr) bool

func LabeledEdit_GetFont added in v1.1.19

func LabeledEdit_GetFont(obj uintptr) uintptr

func LabeledEdit_GetHandle added in v1.1.19

func LabeledEdit_GetHandle(obj uintptr) HWND

func LabeledEdit_GetHashCode added in v1.1.19

func LabeledEdit_GetHashCode(obj uintptr) int32

func LabeledEdit_GetHeight added in v1.1.19

func LabeledEdit_GetHeight(obj uintptr) int32

func LabeledEdit_GetHideSelection added in v1.1.19

func LabeledEdit_GetHideSelection(obj uintptr) bool

func LabeledEdit_GetHint added in v1.1.19

func LabeledEdit_GetHint(obj uintptr) string

func LabeledEdit_GetLabelPosition added in v1.1.19

func LabeledEdit_GetLabelPosition(obj uintptr) TLabelPosition

func LabeledEdit_GetLabelSpacing added in v1.1.19

func LabeledEdit_GetLabelSpacing(obj uintptr) int32

func LabeledEdit_GetLeft added in v1.1.19

func LabeledEdit_GetLeft(obj uintptr) int32

func LabeledEdit_GetMaxLength added in v1.1.19

func LabeledEdit_GetMaxLength(obj uintptr) int32

func LabeledEdit_GetModified added in v1.1.19

func LabeledEdit_GetModified(obj uintptr) bool

func LabeledEdit_GetMouseInClient added in v1.1.21

func LabeledEdit_GetMouseInClient(obj uintptr) bool

func LabeledEdit_GetName added in v1.1.19

func LabeledEdit_GetName(obj uintptr) string

func LabeledEdit_GetNamePath added in v1.1.19

func LabeledEdit_GetNamePath(obj uintptr) string

func LabeledEdit_GetNumbersOnly added in v1.1.19

func LabeledEdit_GetNumbersOnly(obj uintptr) bool

func LabeledEdit_GetOwner added in v1.1.19

func LabeledEdit_GetOwner(obj uintptr) uintptr

func LabeledEdit_GetParent added in v1.1.19

func LabeledEdit_GetParent(obj uintptr) uintptr

func LabeledEdit_GetParentColor added in v1.1.19

func LabeledEdit_GetParentColor(obj uintptr) bool

func LabeledEdit_GetParentDoubleBuffered added in v1.1.19

func LabeledEdit_GetParentDoubleBuffered(obj uintptr) bool

func LabeledEdit_GetParentFont added in v1.1.19

func LabeledEdit_GetParentFont(obj uintptr) bool

func LabeledEdit_GetParentShowHint added in v1.1.19

func LabeledEdit_GetParentShowHint(obj uintptr) bool

func LabeledEdit_GetParentWindow added in v1.1.19

func LabeledEdit_GetParentWindow(obj uintptr) HWND

func LabeledEdit_GetPasswordChar added in v1.1.19

func LabeledEdit_GetPasswordChar(obj uintptr) uint16

func LabeledEdit_GetPopupMenu added in v1.1.19

func LabeledEdit_GetPopupMenu(obj uintptr) uintptr

func LabeledEdit_GetReadOnly added in v1.1.19

func LabeledEdit_GetReadOnly(obj uintptr) bool

func LabeledEdit_GetSelLength added in v1.1.19

func LabeledEdit_GetSelLength(obj uintptr) int32

func LabeledEdit_GetSelStart added in v1.1.19

func LabeledEdit_GetSelStart(obj uintptr) int32

func LabeledEdit_GetSelText added in v1.1.19

func LabeledEdit_GetSelText(obj uintptr) string

func LabeledEdit_GetShowHint added in v1.1.19

func LabeledEdit_GetShowHint(obj uintptr) bool

func LabeledEdit_GetTabOrder added in v1.1.19

func LabeledEdit_GetTabOrder(obj uintptr) TTabOrder

func LabeledEdit_GetTabStop added in v1.1.19

func LabeledEdit_GetTabStop(obj uintptr) bool

func LabeledEdit_GetTag added in v1.1.19

func LabeledEdit_GetTag(obj uintptr) int

func LabeledEdit_GetText added in v1.1.19

func LabeledEdit_GetText(obj uintptr) string

func LabeledEdit_GetTextBuf added in v1.1.19

func LabeledEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func LabeledEdit_GetTextHint added in v1.1.19

func LabeledEdit_GetTextHint(obj uintptr) string

func LabeledEdit_GetTextLen added in v1.1.19

func LabeledEdit_GetTextLen(obj uintptr) int32

func LabeledEdit_GetTop added in v1.1.19

func LabeledEdit_GetTop(obj uintptr) int32

func LabeledEdit_GetUseDockManager added in v1.1.19

func LabeledEdit_GetUseDockManager(obj uintptr) bool

func LabeledEdit_GetVisible added in v1.1.19

func LabeledEdit_GetVisible(obj uintptr) bool

func LabeledEdit_GetVisibleDockClientCount added in v1.1.21

func LabeledEdit_GetVisibleDockClientCount(obj uintptr) int32

func LabeledEdit_GetWidth added in v1.1.19

func LabeledEdit_GetWidth(obj uintptr) int32

func LabeledEdit_HandleAllocated added in v1.1.19

func LabeledEdit_HandleAllocated(obj uintptr) bool

func LabeledEdit_HasParent added in v1.1.19

func LabeledEdit_HasParent(obj uintptr) bool

func LabeledEdit_Hide added in v1.1.19

func LabeledEdit_Hide(obj uintptr)

func LabeledEdit_InheritsFrom added in v1.1.19

func LabeledEdit_InheritsFrom(obj uintptr, AClass TClass) bool

func LabeledEdit_InsertControl added in v1.1.21

func LabeledEdit_InsertControl(obj uintptr, AControl uintptr)

func LabeledEdit_InstanceSize added in v1.1.19

func LabeledEdit_InstanceSize(obj uintptr) int32

func LabeledEdit_Invalidate added in v1.1.19

func LabeledEdit_Invalidate(obj uintptr)

func LabeledEdit_ParentToClient added in v1.1.19

func LabeledEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func LabeledEdit_PasteFromClipboard added in v1.1.19

func LabeledEdit_PasteFromClipboard(obj uintptr)

func LabeledEdit_Perform added in v1.1.19

func LabeledEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func LabeledEdit_Realign added in v1.1.19

func LabeledEdit_Realign(obj uintptr)

func LabeledEdit_Refresh added in v1.1.19

func LabeledEdit_Refresh(obj uintptr)

func LabeledEdit_RemoveControl added in v1.1.21

func LabeledEdit_RemoveControl(obj uintptr, AControl uintptr)

func LabeledEdit_Repaint added in v1.1.19

func LabeledEdit_Repaint(obj uintptr)

func LabeledEdit_ScaleBy added in v1.1.19

func LabeledEdit_ScaleBy(obj uintptr, M int32, D int32)

func LabeledEdit_ScreenToClient added in v1.1.19

func LabeledEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint

func LabeledEdit_ScrollBy added in v1.1.21

func LabeledEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func LabeledEdit_SelectAll added in v1.1.19

func LabeledEdit_SelectAll(obj uintptr)

func LabeledEdit_SendToBack added in v1.1.19

func LabeledEdit_SendToBack(obj uintptr)

func LabeledEdit_SetAction added in v1.1.19

func LabeledEdit_SetAction(obj uintptr, value uintptr)

func LabeledEdit_SetAlign added in v1.1.19

func LabeledEdit_SetAlign(obj uintptr, value TAlign)

func LabeledEdit_SetAlignment added in v1.1.19

func LabeledEdit_SetAlignment(obj uintptr, value TAlignment)

func LabeledEdit_SetAnchorSideBottom

func LabeledEdit_SetAnchorSideBottom(obj uintptr, value uintptr)

func LabeledEdit_SetAnchorSideLeft

func LabeledEdit_SetAnchorSideLeft(obj uintptr, value uintptr)

func LabeledEdit_SetAnchorSideRight

func LabeledEdit_SetAnchorSideRight(obj uintptr, value uintptr)

func LabeledEdit_SetAnchorSideTop

func LabeledEdit_SetAnchorSideTop(obj uintptr, value uintptr)

func LabeledEdit_SetAnchors added in v1.1.19

func LabeledEdit_SetAnchors(obj uintptr, value TAnchors)

func LabeledEdit_SetAutoSelect added in v1.1.19

func LabeledEdit_SetAutoSelect(obj uintptr, value bool)

func LabeledEdit_SetAutoSize added in v1.1.19

func LabeledEdit_SetAutoSize(obj uintptr, value bool)

func LabeledEdit_SetBiDiMode added in v1.1.19

func LabeledEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

func LabeledEdit_SetBorderSpacing

func LabeledEdit_SetBorderSpacing(obj uintptr, value uintptr)

func LabeledEdit_SetBorderStyle added in v1.1.19

func LabeledEdit_SetBorderStyle(obj uintptr, value TBorderStyle)

func LabeledEdit_SetBounds added in v1.1.19

func LabeledEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func LabeledEdit_SetBoundsRect added in v1.1.19

func LabeledEdit_SetBoundsRect(obj uintptr, value TRect)

func LabeledEdit_SetCharCase added in v1.1.19

func LabeledEdit_SetCharCase(obj uintptr, value TEditCharCase)

func LabeledEdit_SetChildSizing

func LabeledEdit_SetChildSizing(obj uintptr, value uintptr)

func LabeledEdit_SetClientHeight added in v1.1.19

func LabeledEdit_SetClientHeight(obj uintptr, value int32)

func LabeledEdit_SetClientWidth added in v1.1.19

func LabeledEdit_SetClientWidth(obj uintptr, value int32)

func LabeledEdit_SetColor added in v1.1.19

func LabeledEdit_SetColor(obj uintptr, value TColor)

func LabeledEdit_SetComponentIndex added in v1.1.19

func LabeledEdit_SetComponentIndex(obj uintptr, value int32)

func LabeledEdit_SetConstraints added in v1.2.7

func LabeledEdit_SetConstraints(obj uintptr, value uintptr)

func LabeledEdit_SetControlState added in v1.1.21

func LabeledEdit_SetControlState(obj uintptr, value TControlState)

func LabeledEdit_SetControlStyle added in v1.1.21

func LabeledEdit_SetControlStyle(obj uintptr, value TControlStyle)

func LabeledEdit_SetCursor added in v1.1.19

func LabeledEdit_SetCursor(obj uintptr, value TCursor)

func LabeledEdit_SetDockSite added in v1.1.19

func LabeledEdit_SetDockSite(obj uintptr, value bool)

func LabeledEdit_SetDoubleBuffered added in v1.1.19

func LabeledEdit_SetDoubleBuffered(obj uintptr, value bool)

func LabeledEdit_SetDragCursor added in v1.1.19

func LabeledEdit_SetDragCursor(obj uintptr, value TCursor)

func LabeledEdit_SetDragMode added in v1.1.19

func LabeledEdit_SetDragMode(obj uintptr, value TDragMode)

func LabeledEdit_SetEnabled added in v1.1.19

func LabeledEdit_SetEnabled(obj uintptr, value bool)

func LabeledEdit_SetFocus added in v1.1.19

func LabeledEdit_SetFocus(obj uintptr)

func LabeledEdit_SetFont added in v1.1.19

func LabeledEdit_SetFont(obj uintptr, value uintptr)

func LabeledEdit_SetHeight added in v1.1.19

func LabeledEdit_SetHeight(obj uintptr, value int32)

func LabeledEdit_SetHideSelection added in v1.1.19

func LabeledEdit_SetHideSelection(obj uintptr, value bool)

func LabeledEdit_SetHint added in v1.1.19

func LabeledEdit_SetHint(obj uintptr, value string)

func LabeledEdit_SetLabelPosition added in v1.1.19

func LabeledEdit_SetLabelPosition(obj uintptr, value TLabelPosition)

func LabeledEdit_SetLabelSpacing added in v1.1.19

func LabeledEdit_SetLabelSpacing(obj uintptr, value int32)

func LabeledEdit_SetLeft added in v1.1.19

func LabeledEdit_SetLeft(obj uintptr, value int32)

func LabeledEdit_SetMaxLength added in v1.1.19

func LabeledEdit_SetMaxLength(obj uintptr, value int32)

func LabeledEdit_SetModified added in v1.1.19

func LabeledEdit_SetModified(obj uintptr, value bool)

func LabeledEdit_SetName added in v1.1.19

func LabeledEdit_SetName(obj uintptr, value string)

func LabeledEdit_SetNumbersOnly added in v1.1.19

func LabeledEdit_SetNumbersOnly(obj uintptr, value bool)

func LabeledEdit_SetOnChange added in v1.1.19

func LabeledEdit_SetOnChange(obj uintptr, fn interface{})

func LabeledEdit_SetOnClick added in v1.1.19

func LabeledEdit_SetOnClick(obj uintptr, fn interface{})

func LabeledEdit_SetOnDblClick added in v1.1.19

func LabeledEdit_SetOnDblClick(obj uintptr, fn interface{})

func LabeledEdit_SetOnDragDrop added in v1.1.19

func LabeledEdit_SetOnDragDrop(obj uintptr, fn interface{})

func LabeledEdit_SetOnDragOver added in v1.1.19

func LabeledEdit_SetOnDragOver(obj uintptr, fn interface{})

func LabeledEdit_SetOnEndDrag added in v1.1.19

func LabeledEdit_SetOnEndDrag(obj uintptr, fn interface{})

func LabeledEdit_SetOnEnter added in v1.1.19

func LabeledEdit_SetOnEnter(obj uintptr, fn interface{})

func LabeledEdit_SetOnExit added in v1.1.19

func LabeledEdit_SetOnExit(obj uintptr, fn interface{})

func LabeledEdit_SetOnKeyDown added in v1.1.19

func LabeledEdit_SetOnKeyDown(obj uintptr, fn interface{})

func LabeledEdit_SetOnKeyPress added in v1.1.19

func LabeledEdit_SetOnKeyPress(obj uintptr, fn interface{})

func LabeledEdit_SetOnKeyUp added in v1.1.19

func LabeledEdit_SetOnKeyUp(obj uintptr, fn interface{})

func LabeledEdit_SetOnMouseDown added in v1.1.19

func LabeledEdit_SetOnMouseDown(obj uintptr, fn interface{})

func LabeledEdit_SetOnMouseEnter added in v1.1.19

func LabeledEdit_SetOnMouseEnter(obj uintptr, fn interface{})

func LabeledEdit_SetOnMouseLeave added in v1.1.19

func LabeledEdit_SetOnMouseLeave(obj uintptr, fn interface{})

func LabeledEdit_SetOnMouseMove added in v1.1.19

func LabeledEdit_SetOnMouseMove(obj uintptr, fn interface{})

func LabeledEdit_SetOnMouseUp added in v1.1.19

func LabeledEdit_SetOnMouseUp(obj uintptr, fn interface{})

func LabeledEdit_SetParent added in v1.1.19

func LabeledEdit_SetParent(obj uintptr, value uintptr)

func LabeledEdit_SetParentColor added in v1.1.19

func LabeledEdit_SetParentColor(obj uintptr, value bool)

func LabeledEdit_SetParentDoubleBuffered added in v1.1.19

func LabeledEdit_SetParentDoubleBuffered(obj uintptr, value bool)

func LabeledEdit_SetParentFont added in v1.1.19

func LabeledEdit_SetParentFont(obj uintptr, value bool)

func LabeledEdit_SetParentShowHint added in v1.1.19

func LabeledEdit_SetParentShowHint(obj uintptr, value bool)

func LabeledEdit_SetParentWindow added in v1.1.19

func LabeledEdit_SetParentWindow(obj uintptr, value HWND)

func LabeledEdit_SetPasswordChar added in v1.1.19

func LabeledEdit_SetPasswordChar(obj uintptr, value uint16)

func LabeledEdit_SetPopupMenu added in v1.1.19

func LabeledEdit_SetPopupMenu(obj uintptr, value uintptr)

func LabeledEdit_SetReadOnly added in v1.1.19

func LabeledEdit_SetReadOnly(obj uintptr, value bool)

func LabeledEdit_SetSelLength added in v1.1.19

func LabeledEdit_SetSelLength(obj uintptr, value int32)

func LabeledEdit_SetSelStart added in v1.1.19

func LabeledEdit_SetSelStart(obj uintptr, value int32)

func LabeledEdit_SetSelText added in v1.1.19

func LabeledEdit_SetSelText(obj uintptr, value string)

func LabeledEdit_SetShowHint added in v1.1.19

func LabeledEdit_SetShowHint(obj uintptr, value bool)

func LabeledEdit_SetTabOrder added in v1.1.19

func LabeledEdit_SetTabOrder(obj uintptr, value TTabOrder)

func LabeledEdit_SetTabStop added in v1.1.19

func LabeledEdit_SetTabStop(obj uintptr, value bool)

func LabeledEdit_SetTag added in v1.1.19

func LabeledEdit_SetTag(obj uintptr, value int)

func LabeledEdit_SetText added in v1.1.19

func LabeledEdit_SetText(obj uintptr, value string)

func LabeledEdit_SetTextBuf added in v1.1.21

func LabeledEdit_SetTextBuf(obj uintptr, Buffer string)

func LabeledEdit_SetTextHint added in v1.1.19

func LabeledEdit_SetTextHint(obj uintptr, value string)

func LabeledEdit_SetTop added in v1.1.19

func LabeledEdit_SetTop(obj uintptr, value int32)

func LabeledEdit_SetUseDockManager added in v1.1.19

func LabeledEdit_SetUseDockManager(obj uintptr, value bool)

func LabeledEdit_SetVisible added in v1.1.19

func LabeledEdit_SetVisible(obj uintptr, value bool)

func LabeledEdit_SetWidth added in v1.1.19

func LabeledEdit_SetWidth(obj uintptr, value int32)

func LabeledEdit_Show added in v1.1.19

func LabeledEdit_Show(obj uintptr)

func LabeledEdit_StaticClassType added in v1.1.19

func LabeledEdit_StaticClassType() TClass

func LabeledEdit_ToString added in v1.1.19

func LabeledEdit_ToString(obj uintptr) string

func LabeledEdit_Undo added in v1.1.19

func LabeledEdit_Undo(obj uintptr)

func LabeledEdit_Update added in v1.1.19

func LabeledEdit_Update(obj uintptr)

func LinkLabel_AnchorAsAlign

func LinkLabel_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func LinkLabel_AnchorClient

func LinkLabel_AnchorClient(obj uintptr, ASpace int32)

func LinkLabel_AnchorHorizontalCenterTo

func LinkLabel_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func LinkLabel_AnchorParallel

func LinkLabel_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func LinkLabel_AnchorToNeighbour

func LinkLabel_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func LinkLabel_AnchorVerticalCenterTo

func LinkLabel_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func LinkLabel_Assign

func LinkLabel_Assign(obj uintptr, Source uintptr)

func LinkLabel_BringToFront

func LinkLabel_BringToFront(obj uintptr)

func LinkLabel_ClassName

func LinkLabel_ClassName(obj uintptr) string

func LinkLabel_ClassType added in v1.1.18

func LinkLabel_ClassType(obj uintptr) TClass

func LinkLabel_ClientToParent

func LinkLabel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func LinkLabel_ClientToScreen

func LinkLabel_ClientToScreen(obj uintptr, Point TPoint) TPoint

func LinkLabel_Create

func LinkLabel_Create(obj uintptr) uintptr

func LinkLabel_Dragging

func LinkLabel_Dragging(obj uintptr) bool

func LinkLabel_Equals

func LinkLabel_Equals(obj uintptr, Obj uintptr) bool

func LinkLabel_FindComponent

func LinkLabel_FindComponent(obj uintptr, AName string) uintptr

func LinkLabel_Free

func LinkLabel_Free(obj uintptr)

func LinkLabel_GetAction

func LinkLabel_GetAction(obj uintptr) uintptr

func LinkLabel_GetAlign

func LinkLabel_GetAlign(obj uintptr) TAlign

func LinkLabel_GetAlignment

func LinkLabel_GetAlignment(obj uintptr) TLinkAlignment

func LinkLabel_GetAnchorSide

func LinkLabel_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func LinkLabel_GetAnchorSideBottom

func LinkLabel_GetAnchorSideBottom(obj uintptr) uintptr

func LinkLabel_GetAnchorSideLeft

func LinkLabel_GetAnchorSideLeft(obj uintptr) uintptr

func LinkLabel_GetAnchorSideRight

func LinkLabel_GetAnchorSideRight(obj uintptr) uintptr

func LinkLabel_GetAnchorSideTop

func LinkLabel_GetAnchorSideTop(obj uintptr) uintptr

func LinkLabel_GetAnchors

func LinkLabel_GetAnchors(obj uintptr) TAnchors

func LinkLabel_GetAutoSize

func LinkLabel_GetAutoSize(obj uintptr) bool

func LinkLabel_GetBiDiMode

func LinkLabel_GetBiDiMode(obj uintptr) TBiDiMode

func LinkLabel_GetBorderSpacing

func LinkLabel_GetBorderSpacing(obj uintptr) uintptr

func LinkLabel_GetBoundsRect

func LinkLabel_GetBoundsRect(obj uintptr) TRect

func LinkLabel_GetCaption

func LinkLabel_GetCaption(obj uintptr) string

func LinkLabel_GetClientHeight

func LinkLabel_GetClientHeight(obj uintptr) int32

func LinkLabel_GetClientOrigin added in v1.1.21

func LinkLabel_GetClientOrigin(obj uintptr) TPoint

func LinkLabel_GetClientRect

func LinkLabel_GetClientRect(obj uintptr) TRect

func LinkLabel_GetClientWidth

func LinkLabel_GetClientWidth(obj uintptr) int32

func LinkLabel_GetColor

func LinkLabel_GetColor(obj uintptr) TColor

func LinkLabel_GetComponentCount

func LinkLabel_GetComponentCount(obj uintptr) int32

func LinkLabel_GetComponentIndex

func LinkLabel_GetComponentIndex(obj uintptr) int32

func LinkLabel_GetComponents

func LinkLabel_GetComponents(obj uintptr, AIndex int32) uintptr

func LinkLabel_GetConstraints added in v1.2.7

func LinkLabel_GetConstraints(obj uintptr) uintptr

func LinkLabel_GetControlState added in v1.1.21

func LinkLabel_GetControlState(obj uintptr) TControlState

func LinkLabel_GetControlStyle added in v1.1.21

func LinkLabel_GetControlStyle(obj uintptr) TControlStyle

func LinkLabel_GetDragCursor

func LinkLabel_GetDragCursor(obj uintptr) TCursor

func LinkLabel_GetDragKind

func LinkLabel_GetDragKind(obj uintptr) TDragKind

func LinkLabel_GetDragMode

func LinkLabel_GetDragMode(obj uintptr) TDragMode

func LinkLabel_GetEnabled

func LinkLabel_GetEnabled(obj uintptr) bool

func LinkLabel_GetFloating

func LinkLabel_GetFloating(obj uintptr) bool

func LinkLabel_GetFont

func LinkLabel_GetFont(obj uintptr) uintptr

func LinkLabel_GetHashCode

func LinkLabel_GetHashCode(obj uintptr) int32

func LinkLabel_GetHeight

func LinkLabel_GetHeight(obj uintptr) int32

func LinkLabel_GetHint

func LinkLabel_GetHint(obj uintptr) string

func LinkLabel_GetLeft

func LinkLabel_GetLeft(obj uintptr) int32

func LinkLabel_GetMouseInClient added in v1.1.21

func LinkLabel_GetMouseInClient(obj uintptr) bool

func LinkLabel_GetName

func LinkLabel_GetName(obj uintptr) string

func LinkLabel_GetNamePath

func LinkLabel_GetNamePath(obj uintptr) string

func LinkLabel_GetOwner

func LinkLabel_GetOwner(obj uintptr) uintptr

func LinkLabel_GetParent

func LinkLabel_GetParent(obj uintptr) uintptr

func LinkLabel_GetParentColor

func LinkLabel_GetParentColor(obj uintptr) bool

func LinkLabel_GetParentFont

func LinkLabel_GetParentFont(obj uintptr) bool

func LinkLabel_GetParentShowHint

func LinkLabel_GetParentShowHint(obj uintptr) bool

func LinkLabel_GetPopupMenu

func LinkLabel_GetPopupMenu(obj uintptr) uintptr

func LinkLabel_GetShowHint

func LinkLabel_GetShowHint(obj uintptr) bool

func LinkLabel_GetTag

func LinkLabel_GetTag(obj uintptr) int

func LinkLabel_GetTextBuf

func LinkLabel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func LinkLabel_GetTextLen

func LinkLabel_GetTextLen(obj uintptr) int32

func LinkLabel_GetTop

func LinkLabel_GetTop(obj uintptr) int32

func LinkLabel_GetVisible

func LinkLabel_GetVisible(obj uintptr) bool

func LinkLabel_GetWidth

func LinkLabel_GetWidth(obj uintptr) int32

func LinkLabel_HasParent

func LinkLabel_HasParent(obj uintptr) bool

func LinkLabel_Hide

func LinkLabel_Hide(obj uintptr)

func LinkLabel_InheritsFrom added in v1.1.18

func LinkLabel_InheritsFrom(obj uintptr, AClass TClass) bool

func LinkLabel_InstanceSize added in v1.1.18

func LinkLabel_InstanceSize(obj uintptr) int32

func LinkLabel_Invalidate

func LinkLabel_Invalidate(obj uintptr)

func LinkLabel_ParentToClient

func LinkLabel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func LinkLabel_Perform

func LinkLabel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func LinkLabel_Refresh

func LinkLabel_Refresh(obj uintptr)

func LinkLabel_Repaint

func LinkLabel_Repaint(obj uintptr)

func LinkLabel_ScreenToClient

func LinkLabel_ScreenToClient(obj uintptr, Point TPoint) TPoint

func LinkLabel_SendToBack

func LinkLabel_SendToBack(obj uintptr)

func LinkLabel_SetAction

func LinkLabel_SetAction(obj uintptr, value uintptr)

func LinkLabel_SetAlign

func LinkLabel_SetAlign(obj uintptr, value TAlign)

func LinkLabel_SetAlignment

func LinkLabel_SetAlignment(obj uintptr, value TLinkAlignment)

func LinkLabel_SetAnchorSideBottom

func LinkLabel_SetAnchorSideBottom(obj uintptr, value uintptr)

func LinkLabel_SetAnchorSideLeft

func LinkLabel_SetAnchorSideLeft(obj uintptr, value uintptr)

func LinkLabel_SetAnchorSideRight

func LinkLabel_SetAnchorSideRight(obj uintptr, value uintptr)

func LinkLabel_SetAnchorSideTop

func LinkLabel_SetAnchorSideTop(obj uintptr, value uintptr)

func LinkLabel_SetAnchors

func LinkLabel_SetAnchors(obj uintptr, value TAnchors)

func LinkLabel_SetAutoSize

func LinkLabel_SetAutoSize(obj uintptr, value bool)

func LinkLabel_SetBiDiMode

func LinkLabel_SetBiDiMode(obj uintptr, value TBiDiMode)

func LinkLabel_SetBorderSpacing

func LinkLabel_SetBorderSpacing(obj uintptr, value uintptr)

func LinkLabel_SetBounds

func LinkLabel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func LinkLabel_SetBoundsRect

func LinkLabel_SetBoundsRect(obj uintptr, value TRect)

func LinkLabel_SetCaption

func LinkLabel_SetCaption(obj uintptr, value string)

func LinkLabel_SetClientHeight

func LinkLabel_SetClientHeight(obj uintptr, value int32)

func LinkLabel_SetClientWidth

func LinkLabel_SetClientWidth(obj uintptr, value int32)

func LinkLabel_SetColor

func LinkLabel_SetColor(obj uintptr, value TColor)

func LinkLabel_SetComponentIndex

func LinkLabel_SetComponentIndex(obj uintptr, value int32)

func LinkLabel_SetConstraints added in v1.2.7

func LinkLabel_SetConstraints(obj uintptr, value uintptr)

func LinkLabel_SetControlState added in v1.1.21

func LinkLabel_SetControlState(obj uintptr, value TControlState)

func LinkLabel_SetControlStyle added in v1.1.21

func LinkLabel_SetControlStyle(obj uintptr, value TControlStyle)

func LinkLabel_SetDragCursor

func LinkLabel_SetDragCursor(obj uintptr, value TCursor)

func LinkLabel_SetDragKind

func LinkLabel_SetDragKind(obj uintptr, value TDragKind)

func LinkLabel_SetDragMode

func LinkLabel_SetDragMode(obj uintptr, value TDragMode)

func LinkLabel_SetEnabled

func LinkLabel_SetEnabled(obj uintptr, value bool)

func LinkLabel_SetFont

func LinkLabel_SetFont(obj uintptr, value uintptr)

func LinkLabel_SetHeight

func LinkLabel_SetHeight(obj uintptr, value int32)

func LinkLabel_SetHint

func LinkLabel_SetHint(obj uintptr, value string)

func LinkLabel_SetLeft

func LinkLabel_SetLeft(obj uintptr, value int32)

func LinkLabel_SetName

func LinkLabel_SetName(obj uintptr, value string)

func LinkLabel_SetOnClick

func LinkLabel_SetOnClick(obj uintptr, fn interface{})

func LinkLabel_SetOnContextPopup

func LinkLabel_SetOnContextPopup(obj uintptr, fn interface{})

func LinkLabel_SetOnDblClick

func LinkLabel_SetOnDblClick(obj uintptr, fn interface{})

func LinkLabel_SetOnDragDrop

func LinkLabel_SetOnDragDrop(obj uintptr, fn interface{})

func LinkLabel_SetOnDragOver

func LinkLabel_SetOnDragOver(obj uintptr, fn interface{})

func LinkLabel_SetOnEndDrag

func LinkLabel_SetOnEndDrag(obj uintptr, fn interface{})

func LinkLabel_SetOnLinkClick

func LinkLabel_SetOnLinkClick(obj uintptr, fn interface{})

func LinkLabel_SetOnMouseDown

func LinkLabel_SetOnMouseDown(obj uintptr, fn interface{})

func LinkLabel_SetOnMouseEnter

func LinkLabel_SetOnMouseEnter(obj uintptr, fn interface{})

func LinkLabel_SetOnMouseLeave

func LinkLabel_SetOnMouseLeave(obj uintptr, fn interface{})

func LinkLabel_SetOnMouseMove

func LinkLabel_SetOnMouseMove(obj uintptr, fn interface{})

func LinkLabel_SetOnMouseUp

func LinkLabel_SetOnMouseUp(obj uintptr, fn interface{})

func LinkLabel_SetParent

func LinkLabel_SetParent(obj uintptr, value uintptr)

func LinkLabel_SetParentColor

func LinkLabel_SetParentColor(obj uintptr, value bool)

func LinkLabel_SetParentFont

func LinkLabel_SetParentFont(obj uintptr, value bool)

func LinkLabel_SetParentShowHint

func LinkLabel_SetParentShowHint(obj uintptr, value bool)

func LinkLabel_SetPopupMenu

func LinkLabel_SetPopupMenu(obj uintptr, value uintptr)

func LinkLabel_SetShowHint

func LinkLabel_SetShowHint(obj uintptr, value bool)

func LinkLabel_SetTag

func LinkLabel_SetTag(obj uintptr, value int)

func LinkLabel_SetTextBuf added in v1.1.21

func LinkLabel_SetTextBuf(obj uintptr, Buffer string)

func LinkLabel_SetTop

func LinkLabel_SetTop(obj uintptr, value int32)

func LinkLabel_SetVisible

func LinkLabel_SetVisible(obj uintptr, value bool)

func LinkLabel_SetWidth

func LinkLabel_SetWidth(obj uintptr, value int32)

func LinkLabel_Show

func LinkLabel_Show(obj uintptr)

func LinkLabel_StaticClassType added in v1.1.18

func LinkLabel_StaticClassType() TClass

func LinkLabel_ToString

func LinkLabel_ToString(obj uintptr) string

func LinkLabel_Update

func LinkLabel_Update(obj uintptr)

func ListBox_AddItem

func ListBox_AddItem(obj uintptr, Item string, AObject uintptr)

func ListBox_AnchorAsAlign

func ListBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ListBox_AnchorClient

func ListBox_AnchorClient(obj uintptr, ASpace int32)

func ListBox_AnchorHorizontalCenterTo

func ListBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ListBox_AnchorParallel

func ListBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ListBox_AnchorToNeighbour

func ListBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ListBox_AnchorVerticalCenterTo

func ListBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ListBox_Assign

func ListBox_Assign(obj uintptr, Source uintptr)

func ListBox_BringToFront

func ListBox_BringToFront(obj uintptr)

func ListBox_CanFocus

func ListBox_CanFocus(obj uintptr) bool

func ListBox_ClassName

func ListBox_ClassName(obj uintptr) string

func ListBox_ClassType added in v1.1.18

func ListBox_ClassType(obj uintptr) TClass

func ListBox_Clear

func ListBox_Clear(obj uintptr)

func ListBox_ClearSelection

func ListBox_ClearSelection(obj uintptr)

func ListBox_ClientToParent

func ListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ListBox_ClientToScreen

func ListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ListBox_ContainsControl added in v1.1.21

func ListBox_ContainsControl(obj uintptr, Control uintptr) bool

func ListBox_ControlAtPos added in v1.1.21

func ListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ListBox_Create

func ListBox_Create(obj uintptr) uintptr

func ListBox_DeleteSelected

func ListBox_DeleteSelected(obj uintptr)

func ListBox_DisableAlign added in v1.1.21

func ListBox_DisableAlign(obj uintptr)

func ListBox_Dragging

func ListBox_Dragging(obj uintptr) bool

func ListBox_EnableAlign added in v1.1.21

func ListBox_EnableAlign(obj uintptr)

func ListBox_Equals

func ListBox_Equals(obj uintptr, Obj uintptr) bool

func ListBox_FindChildControl added in v1.1.21

func ListBox_FindChildControl(obj uintptr, ControlName string) uintptr

func ListBox_FindComponent

func ListBox_FindComponent(obj uintptr, AName string) uintptr

func ListBox_FlipChildren

func ListBox_FlipChildren(obj uintptr, AllLevels bool)

func ListBox_Focused

func ListBox_Focused(obj uintptr) bool

func ListBox_Free

func ListBox_Free(obj uintptr)

func ListBox_GetAction

func ListBox_GetAction(obj uintptr) uintptr

func ListBox_GetAlign

func ListBox_GetAlign(obj uintptr) TAlign

func ListBox_GetAnchorSide

func ListBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ListBox_GetAnchorSideBottom

func ListBox_GetAnchorSideBottom(obj uintptr) uintptr

func ListBox_GetAnchorSideLeft

func ListBox_GetAnchorSideLeft(obj uintptr) uintptr

func ListBox_GetAnchorSideRight

func ListBox_GetAnchorSideRight(obj uintptr) uintptr

func ListBox_GetAnchorSideTop

func ListBox_GetAnchorSideTop(obj uintptr) uintptr

func ListBox_GetAnchors

func ListBox_GetAnchors(obj uintptr) TAnchors

func ListBox_GetBiDiMode

func ListBox_GetBiDiMode(obj uintptr) TBiDiMode

func ListBox_GetBorderSpacing

func ListBox_GetBorderSpacing(obj uintptr) uintptr

func ListBox_GetBorderStyle

func ListBox_GetBorderStyle(obj uintptr) TBorderStyle

func ListBox_GetBoundsRect

func ListBox_GetBoundsRect(obj uintptr) TRect

func ListBox_GetBrush

func ListBox_GetBrush(obj uintptr) uintptr

func ListBox_GetCanvas

func ListBox_GetCanvas(obj uintptr) uintptr

func ListBox_GetChildSizing

func ListBox_GetChildSizing(obj uintptr) uintptr

func ListBox_GetClickOnSelChange

func ListBox_GetClickOnSelChange(obj uintptr) bool

func ListBox_GetClientHeight

func ListBox_GetClientHeight(obj uintptr) int32

func ListBox_GetClientOrigin added in v1.1.21

func ListBox_GetClientOrigin(obj uintptr) TPoint

func ListBox_GetClientRect

func ListBox_GetClientRect(obj uintptr) TRect

func ListBox_GetClientWidth

func ListBox_GetClientWidth(obj uintptr) int32

func ListBox_GetColor

func ListBox_GetColor(obj uintptr) TColor

func ListBox_GetColumns

func ListBox_GetColumns(obj uintptr) int32

func ListBox_GetComponentCount

func ListBox_GetComponentCount(obj uintptr) int32

func ListBox_GetComponentIndex

func ListBox_GetComponentIndex(obj uintptr) int32

func ListBox_GetComponents

func ListBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ListBox_GetConstraints added in v1.2.7

func ListBox_GetConstraints(obj uintptr) uintptr

func ListBox_GetControlCount

func ListBox_GetControlCount(obj uintptr) int32

func ListBox_GetControlState added in v1.1.21

func ListBox_GetControlState(obj uintptr) TControlState

func ListBox_GetControlStyle added in v1.1.21

func ListBox_GetControlStyle(obj uintptr) TControlStyle

func ListBox_GetControls

func ListBox_GetControls(obj uintptr, Index int32) uintptr

func ListBox_GetCount

func ListBox_GetCount(obj uintptr) int32

func ListBox_GetCursor

func ListBox_GetCursor(obj uintptr) TCursor

func ListBox_GetDockClientCount added in v1.1.21

func ListBox_GetDockClientCount(obj uintptr) int32

func ListBox_GetDockClients added in v1.1.21

func ListBox_GetDockClients(obj uintptr, Index int32) uintptr

func ListBox_GetDockSite

func ListBox_GetDockSite(obj uintptr) bool

func ListBox_GetDoubleBuffered

func ListBox_GetDoubleBuffered(obj uintptr) bool

func ListBox_GetDragCursor

func ListBox_GetDragCursor(obj uintptr) TCursor

func ListBox_GetDragKind

func ListBox_GetDragKind(obj uintptr) TDragKind

func ListBox_GetDragMode

func ListBox_GetDragMode(obj uintptr) TDragMode

func ListBox_GetEnabled

func ListBox_GetEnabled(obj uintptr) bool

func ListBox_GetFloating

func ListBox_GetFloating(obj uintptr) bool

func ListBox_GetFont

func ListBox_GetFont(obj uintptr) uintptr

func ListBox_GetHandle

func ListBox_GetHandle(obj uintptr) HWND

func ListBox_GetHashCode

func ListBox_GetHashCode(obj uintptr) int32

func ListBox_GetHeight

func ListBox_GetHeight(obj uintptr) int32

func ListBox_GetHint

func ListBox_GetHint(obj uintptr) string

func ListBox_GetItemHeight

func ListBox_GetItemHeight(obj uintptr) int32

func ListBox_GetItemIndex

func ListBox_GetItemIndex(obj uintptr) int32

func ListBox_GetItems

func ListBox_GetItems(obj uintptr) uintptr

func ListBox_GetLeft

func ListBox_GetLeft(obj uintptr) int32

func ListBox_GetMouseInClient added in v1.1.21

func ListBox_GetMouseInClient(obj uintptr) bool

func ListBox_GetMultiSelect

func ListBox_GetMultiSelect(obj uintptr) bool

func ListBox_GetName

func ListBox_GetName(obj uintptr) string

func ListBox_GetNamePath

func ListBox_GetNamePath(obj uintptr) string

func ListBox_GetOptions

func ListBox_GetOptions(obj uintptr) TListBoxOptions

func ListBox_GetOwner

func ListBox_GetOwner(obj uintptr) uintptr

func ListBox_GetParent

func ListBox_GetParent(obj uintptr) uintptr

func ListBox_GetParentColor

func ListBox_GetParentColor(obj uintptr) bool

func ListBox_GetParentDoubleBuffered

func ListBox_GetParentDoubleBuffered(obj uintptr) bool

func ListBox_GetParentFont

func ListBox_GetParentFont(obj uintptr) bool

func ListBox_GetParentShowHint

func ListBox_GetParentShowHint(obj uintptr) bool

func ListBox_GetParentWindow

func ListBox_GetParentWindow(obj uintptr) HWND

func ListBox_GetPopupMenu

func ListBox_GetPopupMenu(obj uintptr) uintptr

func ListBox_GetSelCount

func ListBox_GetSelCount(obj uintptr) int32

func ListBox_GetSelected

func ListBox_GetSelected(obj uintptr, Index int32) bool

func ListBox_GetShowHint

func ListBox_GetShowHint(obj uintptr) bool

func ListBox_GetSorted

func ListBox_GetSorted(obj uintptr) bool

func ListBox_GetStyle

func ListBox_GetStyle(obj uintptr) TListBoxStyle

func ListBox_GetTabOrder

func ListBox_GetTabOrder(obj uintptr) TTabOrder

func ListBox_GetTabStop

func ListBox_GetTabStop(obj uintptr) bool

func ListBox_GetTag

func ListBox_GetTag(obj uintptr) int

func ListBox_GetTextBuf

func ListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ListBox_GetTextLen

func ListBox_GetTextLen(obj uintptr) int32

func ListBox_GetTop

func ListBox_GetTop(obj uintptr) int32

func ListBox_GetTopIndex

func ListBox_GetTopIndex(obj uintptr) int32

func ListBox_GetUseDockManager

func ListBox_GetUseDockManager(obj uintptr) bool

func ListBox_GetVisible

func ListBox_GetVisible(obj uintptr) bool

func ListBox_GetVisibleDockClientCount added in v1.1.21

func ListBox_GetVisibleDockClientCount(obj uintptr) int32

func ListBox_GetWidth

func ListBox_GetWidth(obj uintptr) int32

func ListBox_HandleAllocated

func ListBox_HandleAllocated(obj uintptr) bool

func ListBox_HasParent

func ListBox_HasParent(obj uintptr) bool

func ListBox_Hide

func ListBox_Hide(obj uintptr)

func ListBox_InheritsFrom added in v1.1.18

func ListBox_InheritsFrom(obj uintptr, AClass TClass) bool

func ListBox_InsertControl added in v1.1.21

func ListBox_InsertControl(obj uintptr, AControl uintptr)

func ListBox_InstanceSize added in v1.1.18

func ListBox_InstanceSize(obj uintptr) int32

func ListBox_Invalidate

func ListBox_Invalidate(obj uintptr)

func ListBox_ItemAtPos added in v1.2.10

func ListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32

func ListBox_ItemRect added in v1.2.10

func ListBox_ItemRect(obj uintptr, Index int32) TRect

func ListBox_ParentToClient

func ListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ListBox_Perform

func ListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ListBox_Realign

func ListBox_Realign(obj uintptr)

func ListBox_Refresh

func ListBox_Refresh(obj uintptr)

func ListBox_RemoveControl added in v1.1.21

func ListBox_RemoveControl(obj uintptr, AControl uintptr)

func ListBox_Repaint

func ListBox_Repaint(obj uintptr)

func ListBox_ScaleBy

func ListBox_ScaleBy(obj uintptr, M int32, D int32)

func ListBox_ScreenToClient

func ListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ListBox_ScrollBy added in v1.1.21

func ListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ListBox_SelectAll

func ListBox_SelectAll(obj uintptr)

func ListBox_SendToBack

func ListBox_SendToBack(obj uintptr)

func ListBox_SetAction

func ListBox_SetAction(obj uintptr, value uintptr)

func ListBox_SetAlign

func ListBox_SetAlign(obj uintptr, value TAlign)

func ListBox_SetAnchorSideBottom

func ListBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func ListBox_SetAnchorSideLeft

func ListBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func ListBox_SetAnchorSideRight

func ListBox_SetAnchorSideRight(obj uintptr, value uintptr)

func ListBox_SetAnchorSideTop

func ListBox_SetAnchorSideTop(obj uintptr, value uintptr)

func ListBox_SetAnchors

func ListBox_SetAnchors(obj uintptr, value TAnchors)

func ListBox_SetBiDiMode

func ListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ListBox_SetBorderSpacing

func ListBox_SetBorderSpacing(obj uintptr, value uintptr)

func ListBox_SetBorderStyle

func ListBox_SetBorderStyle(obj uintptr, value TBorderStyle)

func ListBox_SetBounds

func ListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ListBox_SetBoundsRect

func ListBox_SetBoundsRect(obj uintptr, value TRect)

func ListBox_SetChildSizing

func ListBox_SetChildSizing(obj uintptr, value uintptr)

func ListBox_SetClickOnSelChange

func ListBox_SetClickOnSelChange(obj uintptr, value bool)

func ListBox_SetClientHeight

func ListBox_SetClientHeight(obj uintptr, value int32)

func ListBox_SetClientWidth

func ListBox_SetClientWidth(obj uintptr, value int32)

func ListBox_SetColor

func ListBox_SetColor(obj uintptr, value TColor)

func ListBox_SetColumns

func ListBox_SetColumns(obj uintptr, value int32)

func ListBox_SetComponentIndex

func ListBox_SetComponentIndex(obj uintptr, value int32)

func ListBox_SetConstraints added in v1.2.7

func ListBox_SetConstraints(obj uintptr, value uintptr)

func ListBox_SetControlState added in v1.1.21

func ListBox_SetControlState(obj uintptr, value TControlState)

func ListBox_SetControlStyle added in v1.1.21

func ListBox_SetControlStyle(obj uintptr, value TControlStyle)

func ListBox_SetCursor

func ListBox_SetCursor(obj uintptr, value TCursor)

func ListBox_SetDockSite

func ListBox_SetDockSite(obj uintptr, value bool)

func ListBox_SetDoubleBuffered

func ListBox_SetDoubleBuffered(obj uintptr, value bool)

func ListBox_SetDragCursor

func ListBox_SetDragCursor(obj uintptr, value TCursor)

func ListBox_SetDragKind

func ListBox_SetDragKind(obj uintptr, value TDragKind)

func ListBox_SetDragMode

func ListBox_SetDragMode(obj uintptr, value TDragMode)

func ListBox_SetEnabled

func ListBox_SetEnabled(obj uintptr, value bool)

func ListBox_SetFocus

func ListBox_SetFocus(obj uintptr)

func ListBox_SetFont

func ListBox_SetFont(obj uintptr, value uintptr)

func ListBox_SetHeight

func ListBox_SetHeight(obj uintptr, value int32)

func ListBox_SetHint

func ListBox_SetHint(obj uintptr, value string)

func ListBox_SetItemHeight

func ListBox_SetItemHeight(obj uintptr, value int32)

func ListBox_SetItemIndex

func ListBox_SetItemIndex(obj uintptr, value int32)

func ListBox_SetItems

func ListBox_SetItems(obj uintptr, value uintptr)

func ListBox_SetLeft

func ListBox_SetLeft(obj uintptr, value int32)

func ListBox_SetMultiSelect

func ListBox_SetMultiSelect(obj uintptr, value bool)

func ListBox_SetName

func ListBox_SetName(obj uintptr, value string)

func ListBox_SetOnClick

func ListBox_SetOnClick(obj uintptr, fn interface{})

func ListBox_SetOnContextPopup

func ListBox_SetOnContextPopup(obj uintptr, fn interface{})

func ListBox_SetOnDblClick

func ListBox_SetOnDblClick(obj uintptr, fn interface{})

func ListBox_SetOnDragDrop

func ListBox_SetOnDragDrop(obj uintptr, fn interface{})

func ListBox_SetOnDragOver

func ListBox_SetOnDragOver(obj uintptr, fn interface{})

func ListBox_SetOnDrawItem

func ListBox_SetOnDrawItem(obj uintptr, fn interface{})

func ListBox_SetOnEndDrag

func ListBox_SetOnEndDrag(obj uintptr, fn interface{})

func ListBox_SetOnEnter

func ListBox_SetOnEnter(obj uintptr, fn interface{})

func ListBox_SetOnExit

func ListBox_SetOnExit(obj uintptr, fn interface{})

func ListBox_SetOnKeyDown

func ListBox_SetOnKeyDown(obj uintptr, fn interface{})

func ListBox_SetOnKeyPress

func ListBox_SetOnKeyPress(obj uintptr, fn interface{})

func ListBox_SetOnKeyUp

func ListBox_SetOnKeyUp(obj uintptr, fn interface{})

func ListBox_SetOnMeasureItem added in v1.1.21

func ListBox_SetOnMeasureItem(obj uintptr, fn interface{})

func ListBox_SetOnMouseDown

func ListBox_SetOnMouseDown(obj uintptr, fn interface{})

func ListBox_SetOnMouseEnter

func ListBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ListBox_SetOnMouseLeave

func ListBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ListBox_SetOnMouseMove

func ListBox_SetOnMouseMove(obj uintptr, fn interface{})

func ListBox_SetOnMouseUp

func ListBox_SetOnMouseUp(obj uintptr, fn interface{})

func ListBox_SetOptions

func ListBox_SetOptions(obj uintptr, value TListBoxOptions)

func ListBox_SetParent

func ListBox_SetParent(obj uintptr, value uintptr)

func ListBox_SetParentColor

func ListBox_SetParentColor(obj uintptr, value bool)

func ListBox_SetParentDoubleBuffered

func ListBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ListBox_SetParentFont

func ListBox_SetParentFont(obj uintptr, value bool)

func ListBox_SetParentShowHint

func ListBox_SetParentShowHint(obj uintptr, value bool)

func ListBox_SetParentWindow

func ListBox_SetParentWindow(obj uintptr, value HWND)

func ListBox_SetPopupMenu

func ListBox_SetPopupMenu(obj uintptr, value uintptr)

func ListBox_SetSelected

func ListBox_SetSelected(obj uintptr, Index int32, value bool)

func ListBox_SetShowHint

func ListBox_SetShowHint(obj uintptr, value bool)

func ListBox_SetSorted

func ListBox_SetSorted(obj uintptr, value bool)

func ListBox_SetStyle

func ListBox_SetStyle(obj uintptr, value TListBoxStyle)

func ListBox_SetTabOrder

func ListBox_SetTabOrder(obj uintptr, value TTabOrder)

func ListBox_SetTabStop

func ListBox_SetTabStop(obj uintptr, value bool)

func ListBox_SetTag

func ListBox_SetTag(obj uintptr, value int)

func ListBox_SetTextBuf added in v1.1.21

func ListBox_SetTextBuf(obj uintptr, Buffer string)

func ListBox_SetTop

func ListBox_SetTop(obj uintptr, value int32)

func ListBox_SetTopIndex

func ListBox_SetTopIndex(obj uintptr, value int32)

func ListBox_SetUseDockManager

func ListBox_SetUseDockManager(obj uintptr, value bool)

func ListBox_SetVisible

func ListBox_SetVisible(obj uintptr, value bool)

func ListBox_SetWidth

func ListBox_SetWidth(obj uintptr, value int32)

func ListBox_Show

func ListBox_Show(obj uintptr)

func ListBox_StaticClassType added in v1.1.18

func ListBox_StaticClassType() TClass

func ListBox_ToString

func ListBox_ToString(obj uintptr) string

func ListBox_Update

func ListBox_Update(obj uintptr)

func ListColumn_Assign

func ListColumn_Assign(obj uintptr, Source uintptr)

func ListColumn_ClassName

func ListColumn_ClassName(obj uintptr) string

func ListColumn_ClassType added in v1.1.18

func ListColumn_ClassType(obj uintptr) TClass

func ListColumn_Create

func ListColumn_Create(obj uintptr) uintptr

func ListColumn_Equals

func ListColumn_Equals(obj uintptr, Obj uintptr) bool

func ListColumn_Free

func ListColumn_Free(obj uintptr)

func ListColumn_GetAlignment

func ListColumn_GetAlignment(obj uintptr) TAlignment

func ListColumn_GetAutoSize

func ListColumn_GetAutoSize(obj uintptr) bool

func ListColumn_GetCaption

func ListColumn_GetCaption(obj uintptr) string

func ListColumn_GetCollection added in v1.1.23

func ListColumn_GetCollection(obj uintptr) uintptr

func ListColumn_GetDisplayName added in v1.2.7

func ListColumn_GetDisplayName(obj uintptr) string

func ListColumn_GetHashCode

func ListColumn_GetHashCode(obj uintptr) int32

func ListColumn_GetImageIndex

func ListColumn_GetImageIndex(obj uintptr) int32

func ListColumn_GetIndex

func ListColumn_GetIndex(obj uintptr) int32

func ListColumn_GetMaxWidth

func ListColumn_GetMaxWidth(obj uintptr) int32

func ListColumn_GetMinWidth

func ListColumn_GetMinWidth(obj uintptr) int32

func ListColumn_GetNamePath

func ListColumn_GetNamePath(obj uintptr) string

func ListColumn_GetTag

func ListColumn_GetTag(obj uintptr) int32

func ListColumn_GetWidth

func ListColumn_GetWidth(obj uintptr) int32

func ListColumn_InheritsFrom added in v1.1.18

func ListColumn_InheritsFrom(obj uintptr, AClass TClass) bool

func ListColumn_InstanceSize added in v1.1.18

func ListColumn_InstanceSize(obj uintptr) int32

func ListColumn_SetAlignment

func ListColumn_SetAlignment(obj uintptr, value TAlignment)

func ListColumn_SetAutoSize

func ListColumn_SetAutoSize(obj uintptr, value bool)

func ListColumn_SetCaption

func ListColumn_SetCaption(obj uintptr, value string)

func ListColumn_SetCollection added in v1.1.23

func ListColumn_SetCollection(obj uintptr, value uintptr)

func ListColumn_SetDisplayName added in v1.2.7

func ListColumn_SetDisplayName(obj uintptr, value string)

func ListColumn_SetImageIndex

func ListColumn_SetImageIndex(obj uintptr, value int32)

func ListColumn_SetIndex

func ListColumn_SetIndex(obj uintptr, value int32)

func ListColumn_SetMaxWidth

func ListColumn_SetMaxWidth(obj uintptr, value int32)

func ListColumn_SetMinWidth

func ListColumn_SetMinWidth(obj uintptr, value int32)

func ListColumn_SetTag

func ListColumn_SetTag(obj uintptr, value int32)

func ListColumn_SetWidth

func ListColumn_SetWidth(obj uintptr, value int32)

func ListColumn_StaticClassType added in v1.1.18

func ListColumn_StaticClassType() TClass

func ListColumn_ToString

func ListColumn_ToString(obj uintptr) string

func ListColumns_Add

func ListColumns_Add(obj uintptr) uintptr

func ListColumns_Assign

func ListColumns_Assign(obj uintptr, Source uintptr)

func ListColumns_BeginUpdate

func ListColumns_BeginUpdate(obj uintptr)

func ListColumns_ClassName

func ListColumns_ClassName(obj uintptr) string

func ListColumns_ClassType added in v1.1.18

func ListColumns_ClassType(obj uintptr) TClass

func ListColumns_Clear

func ListColumns_Clear(obj uintptr)

func ListColumns_Create

func ListColumns_Create(obj uintptr) uintptr

func ListColumns_Delete

func ListColumns_Delete(obj uintptr, Index int32)

func ListColumns_EndUpdate

func ListColumns_EndUpdate(obj uintptr)

func ListColumns_Equals

func ListColumns_Equals(obj uintptr, Obj uintptr) bool

func ListColumns_FindItemID added in v1.1.23

func ListColumns_FindItemID(obj uintptr, ID int32) uintptr

func ListColumns_Free

func ListColumns_Free(obj uintptr)

func ListColumns_GetCount

func ListColumns_GetCount(obj uintptr) int32

func ListColumns_GetHashCode

func ListColumns_GetHashCode(obj uintptr) int32

func ListColumns_GetItems

func ListColumns_GetItems(obj uintptr, Index int32) uintptr

func ListColumns_GetNamePath

func ListColumns_GetNamePath(obj uintptr) string

func ListColumns_InheritsFrom added in v1.1.18

func ListColumns_InheritsFrom(obj uintptr, AClass TClass) bool

func ListColumns_Insert

func ListColumns_Insert(obj uintptr, Index int32) uintptr

func ListColumns_InstanceSize added in v1.1.18

func ListColumns_InstanceSize(obj uintptr) int32

func ListColumns_Owner

func ListColumns_Owner(obj uintptr) uintptr

func ListColumns_SetItems

func ListColumns_SetItems(obj uintptr, Index int32, value uintptr)

func ListColumns_StaticClassType added in v1.1.18

func ListColumns_StaticClassType() TClass

func ListColumns_ToString

func ListColumns_ToString(obj uintptr) string

func ListItem_Assign

func ListItem_Assign(obj uintptr, Source uintptr)

func ListItem_ClassName

func ListItem_ClassName(obj uintptr) string

func ListItem_ClassType added in v1.1.18

func ListItem_ClassType(obj uintptr) TClass

func ListItem_Create

func ListItem_Create(obj uintptr) uintptr

func ListItem_Delete

func ListItem_Delete(obj uintptr)

func ListItem_DisplayRect

func ListItem_DisplayRect(obj uintptr, Code TDisplayCode) TRect

func ListItem_EditCaption

func ListItem_EditCaption(obj uintptr) bool

func ListItem_Equals

func ListItem_Equals(obj uintptr, Obj uintptr) bool

func ListItem_Free

func ListItem_Free(obj uintptr)

func ListItem_GetCaption

func ListItem_GetCaption(obj uintptr) string

func ListItem_GetChecked

func ListItem_GetChecked(obj uintptr) bool

func ListItem_GetCut

func ListItem_GetCut(obj uintptr) bool

func ListItem_GetData

func ListItem_GetData(obj uintptr) unsafe.Pointer

func ListItem_GetFocused

func ListItem_GetFocused(obj uintptr) bool

func ListItem_GetHashCode

func ListItem_GetHashCode(obj uintptr) int32

func ListItem_GetImageIndex

func ListItem_GetImageIndex(obj uintptr) int32

func ListItem_GetIndex

func ListItem_GetIndex(obj uintptr) int32

func ListItem_GetLeft

func ListItem_GetLeft(obj uintptr) int32

func ListItem_GetListView added in v1.2.3

func ListItem_GetListView(obj uintptr) uintptr

func ListItem_GetNamePath

func ListItem_GetNamePath(obj uintptr) string

func ListItem_GetOwner

func ListItem_GetOwner(obj uintptr) uintptr

func ListItem_GetPosition

func ListItem_GetPosition(obj uintptr) TPoint

func ListItem_GetSelected

func ListItem_GetSelected(obj uintptr) bool

func ListItem_GetStateIndex

func ListItem_GetStateIndex(obj uintptr) int32

func ListItem_GetSubItemImages

func ListItem_GetSubItemImages(obj uintptr, Index int32) int32

func ListItem_GetSubItems

func ListItem_GetSubItems(obj uintptr) uintptr

func ListItem_GetTop

func ListItem_GetTop(obj uintptr) int32

func ListItem_InheritsFrom added in v1.1.18

func ListItem_InheritsFrom(obj uintptr, AClass TClass) bool

func ListItem_InstanceSize added in v1.1.18

func ListItem_InstanceSize(obj uintptr) int32

func ListItem_MakeVisible

func ListItem_MakeVisible(obj uintptr, PartialOK bool)

func ListItem_SetCaption

func ListItem_SetCaption(obj uintptr, value string)

func ListItem_SetChecked

func ListItem_SetChecked(obj uintptr, value bool)

func ListItem_SetCut

func ListItem_SetCut(obj uintptr, value bool)

func ListItem_SetData

func ListItem_SetData(obj uintptr, value unsafe.Pointer)

func ListItem_SetFocused

func ListItem_SetFocused(obj uintptr, value bool)

func ListItem_SetImageIndex

func ListItem_SetImageIndex(obj uintptr, value int32)

func ListItem_SetLeft

func ListItem_SetLeft(obj uintptr, value int32)

func ListItem_SetPosition

func ListItem_SetPosition(obj uintptr, value TPoint)

func ListItem_SetSelected

func ListItem_SetSelected(obj uintptr, value bool)

func ListItem_SetStateIndex

func ListItem_SetStateIndex(obj uintptr, value int32)

func ListItem_SetSubItemImages

func ListItem_SetSubItemImages(obj uintptr, Index int32, value int32)

func ListItem_SetSubItems

func ListItem_SetSubItems(obj uintptr, value uintptr)

func ListItem_SetTop

func ListItem_SetTop(obj uintptr, value int32)

func ListItem_StaticClassType added in v1.1.18

func ListItem_StaticClassType() TClass

func ListItem_ToString

func ListItem_ToString(obj uintptr) string

func ListItems_Add

func ListItems_Add(obj uintptr) uintptr

func ListItems_Assign

func ListItems_Assign(obj uintptr, Source uintptr)

func ListItems_BeginUpdate

func ListItems_BeginUpdate(obj uintptr)

func ListItems_ClassName

func ListItems_ClassName(obj uintptr) string

func ListItems_ClassType added in v1.1.18

func ListItems_ClassType(obj uintptr) TClass

func ListItems_Clear

func ListItems_Clear(obj uintptr)

func ListItems_Create

func ListItems_Create(obj uintptr) uintptr

func ListItems_Delete

func ListItems_Delete(obj uintptr, Index int32)

func ListItems_EndUpdate

func ListItems_EndUpdate(obj uintptr)

func ListItems_Equals

func ListItems_Equals(obj uintptr, Obj uintptr) bool

func ListItems_Free

func ListItems_Free(obj uintptr)

func ListItems_GetCount

func ListItems_GetCount(obj uintptr) int32

func ListItems_GetHashCode

func ListItems_GetHashCode(obj uintptr) int32

func ListItems_GetItem

func ListItems_GetItem(obj uintptr, Index int32) uintptr

func ListItems_GetNamePath

func ListItems_GetNamePath(obj uintptr) string

func ListItems_GetOwner

func ListItems_GetOwner(obj uintptr) uintptr

func ListItems_IndexOf

func ListItems_IndexOf(obj uintptr, Value uintptr) int32

func ListItems_InheritsFrom added in v1.1.18

func ListItems_InheritsFrom(obj uintptr, AClass TClass) bool

func ListItems_Insert

func ListItems_Insert(obj uintptr, Index int32) uintptr

func ListItems_InstanceSize added in v1.1.18

func ListItems_InstanceSize(obj uintptr) int32

func ListItems_SetCount

func ListItems_SetCount(obj uintptr, value int32)

func ListItems_SetItem

func ListItems_SetItem(obj uintptr, Index int32, value uintptr)

func ListItems_StaticClassType added in v1.1.18

func ListItems_StaticClassType() TClass

func ListItems_ToString

func ListItems_ToString(obj uintptr) string

func ListView_AddItem

func ListView_AddItem(obj uintptr, Item string, AObject uintptr)

func ListView_AlphaSort

func ListView_AlphaSort(obj uintptr) bool

func ListView_AnchorAsAlign

func ListView_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ListView_AnchorClient

func ListView_AnchorClient(obj uintptr, ASpace int32)

func ListView_AnchorHorizontalCenterTo

func ListView_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ListView_AnchorParallel

func ListView_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ListView_AnchorToNeighbour

func ListView_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ListView_AnchorVerticalCenterTo

func ListView_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ListView_Assign

func ListView_Assign(obj uintptr, Source uintptr)

func ListView_BringToFront

func ListView_BringToFront(obj uintptr)

func ListView_CanFocus

func ListView_CanFocus(obj uintptr) bool

func ListView_ClassName

func ListView_ClassName(obj uintptr) string

func ListView_ClassType added in v1.1.18

func ListView_ClassType(obj uintptr) TClass

func ListView_Clear

func ListView_Clear(obj uintptr)

func ListView_ClearSelection

func ListView_ClearSelection(obj uintptr)

func ListView_ClientToParent

func ListView_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ListView_ClientToScreen

func ListView_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ListView_ContainsControl added in v1.1.21

func ListView_ContainsControl(obj uintptr, Control uintptr) bool

func ListView_ControlAtPos added in v1.1.21

func ListView_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ListView_Create

func ListView_Create(obj uintptr) uintptr

func ListView_CustomSort

func ListView_CustomSort(obj uintptr, SortProc PFNLVCOMPARE, lParam int) bool

func ListView_DeleteSelected

func ListView_DeleteSelected(obj uintptr)

func ListView_DisableAlign added in v1.1.21

func ListView_DisableAlign(obj uintptr)

func ListView_Dragging

func ListView_Dragging(obj uintptr) bool

func ListView_EnableAlign added in v1.1.21

func ListView_EnableAlign(obj uintptr)

func ListView_Equals

func ListView_Equals(obj uintptr, Obj uintptr) bool

func ListView_FindChildControl added in v1.1.21

func ListView_FindChildControl(obj uintptr, ControlName string) uintptr

func ListView_FindComponent

func ListView_FindComponent(obj uintptr, AName string) uintptr

func ListView_FlipChildren

func ListView_FlipChildren(obj uintptr, AllLevels bool)

func ListView_Focused

func ListView_Focused(obj uintptr) bool

func ListView_Free

func ListView_Free(obj uintptr)

func ListView_GetAction

func ListView_GetAction(obj uintptr) uintptr

func ListView_GetAlign

func ListView_GetAlign(obj uintptr) TAlign

func ListView_GetAllocBy

func ListView_GetAllocBy(obj uintptr) int32

func ListView_GetAnchorSide

func ListView_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ListView_GetAnchorSideBottom

func ListView_GetAnchorSideBottom(obj uintptr) uintptr

func ListView_GetAnchorSideLeft

func ListView_GetAnchorSideLeft(obj uintptr) uintptr

func ListView_GetAnchorSideRight

func ListView_GetAnchorSideRight(obj uintptr) uintptr

func ListView_GetAnchorSideTop

func ListView_GetAnchorSideTop(obj uintptr) uintptr

func ListView_GetAnchors

func ListView_GetAnchors(obj uintptr) TAnchors

func ListView_GetAutoSort

func ListView_GetAutoSort(obj uintptr) bool

func ListView_GetAutoSortIndicator

func ListView_GetAutoSortIndicator(obj uintptr) bool

func ListView_GetAutoWidthLastColumn

func ListView_GetAutoWidthLastColumn(obj uintptr) bool

func ListView_GetBiDiMode

func ListView_GetBiDiMode(obj uintptr) TBiDiMode

func ListView_GetBorderSpacing

func ListView_GetBorderSpacing(obj uintptr) uintptr

func ListView_GetBorderStyle

func ListView_GetBorderStyle(obj uintptr) TBorderStyle

func ListView_GetBorderWidth

func ListView_GetBorderWidth(obj uintptr) int32

func ListView_GetBoundsRect

func ListView_GetBoundsRect(obj uintptr) TRect

func ListView_GetBrush

func ListView_GetBrush(obj uintptr) uintptr

func ListView_GetCanvas

func ListView_GetCanvas(obj uintptr) uintptr

func ListView_GetCheckboxes

func ListView_GetCheckboxes(obj uintptr) bool

func ListView_GetChildSizing

func ListView_GetChildSizing(obj uintptr) uintptr

func ListView_GetClientHeight

func ListView_GetClientHeight(obj uintptr) int32

func ListView_GetClientOrigin added in v1.1.21

func ListView_GetClientOrigin(obj uintptr) TPoint

func ListView_GetClientRect

func ListView_GetClientRect(obj uintptr) TRect

func ListView_GetClientWidth

func ListView_GetClientWidth(obj uintptr) int32

func ListView_GetColor

func ListView_GetColor(obj uintptr) TColor

func ListView_GetColumn

func ListView_GetColumn(obj uintptr, Index int32) uintptr

func ListView_GetColumnClick

func ListView_GetColumnClick(obj uintptr) bool

func ListView_GetColumns

func ListView_GetColumns(obj uintptr) uintptr

func ListView_GetComponentCount

func ListView_GetComponentCount(obj uintptr) int32

func ListView_GetComponentIndex

func ListView_GetComponentIndex(obj uintptr) int32

func ListView_GetComponents

func ListView_GetComponents(obj uintptr, AIndex int32) uintptr

func ListView_GetConstraints added in v1.2.7

func ListView_GetConstraints(obj uintptr) uintptr

func ListView_GetControlCount

func ListView_GetControlCount(obj uintptr) int32

func ListView_GetControlState added in v1.1.21

func ListView_GetControlState(obj uintptr) TControlState

func ListView_GetControlStyle added in v1.1.21

func ListView_GetControlStyle(obj uintptr) TControlStyle

func ListView_GetControls

func ListView_GetControls(obj uintptr, Index int32) uintptr

func ListView_GetCursor

func ListView_GetCursor(obj uintptr) TCursor

func ListView_GetDockClientCount added in v1.1.21

func ListView_GetDockClientCount(obj uintptr) int32

func ListView_GetDockClients added in v1.1.21

func ListView_GetDockClients(obj uintptr, Index int32) uintptr

func ListView_GetDockSite

func ListView_GetDockSite(obj uintptr) bool

func ListView_GetDoubleBuffered

func ListView_GetDoubleBuffered(obj uintptr) bool

func ListView_GetDragCursor

func ListView_GetDragCursor(obj uintptr) TCursor

func ListView_GetDragKind

func ListView_GetDragKind(obj uintptr) TDragKind

func ListView_GetDragMode

func ListView_GetDragMode(obj uintptr) TDragMode

func ListView_GetEnabled

func ListView_GetEnabled(obj uintptr) bool

func ListView_GetFlatScrollBars

func ListView_GetFlatScrollBars(obj uintptr) bool

func ListView_GetFloating

func ListView_GetFloating(obj uintptr) bool

func ListView_GetFont

func ListView_GetFont(obj uintptr) uintptr

func ListView_GetFullDrag

func ListView_GetFullDrag(obj uintptr) bool

func ListView_GetGridLines

func ListView_GetGridLines(obj uintptr) bool

func ListView_GetHandle

func ListView_GetHandle(obj uintptr) HWND

func ListView_GetHashCode

func ListView_GetHashCode(obj uintptr) int32

func ListView_GetHeight

func ListView_GetHeight(obj uintptr) int32

func ListView_GetHideSelection

func ListView_GetHideSelection(obj uintptr) bool

func ListView_GetHint

func ListView_GetHint(obj uintptr) string

func ListView_GetHotTrack

func ListView_GetHotTrack(obj uintptr) bool

func ListView_GetIconOptions

func ListView_GetIconOptions(obj uintptr) uintptr

func ListView_GetItemFocused

func ListView_GetItemFocused(obj uintptr) uintptr

func ListView_GetItemIndex

func ListView_GetItemIndex(obj uintptr) int32

func ListView_GetItems

func ListView_GetItems(obj uintptr) uintptr

func ListView_GetLargeImages

func ListView_GetLargeImages(obj uintptr) uintptr

func ListView_GetLargeImagesWidth

func ListView_GetLargeImagesWidth(obj uintptr) int32

func ListView_GetLeft

func ListView_GetLeft(obj uintptr) int32

func ListView_GetMouseInClient added in v1.1.21

func ListView_GetMouseInClient(obj uintptr) bool

func ListView_GetMultiSelect

func ListView_GetMultiSelect(obj uintptr) bool

func ListView_GetName

func ListView_GetName(obj uintptr) string

func ListView_GetNamePath

func ListView_GetNamePath(obj uintptr) string

func ListView_GetOwner

func ListView_GetOwner(obj uintptr) uintptr

func ListView_GetOwnerData added in v1.1.21

func ListView_GetOwnerData(obj uintptr) bool

func ListView_GetOwnerDraw added in v1.1.23

func ListView_GetOwnerDraw(obj uintptr) bool

func ListView_GetParent

func ListView_GetParent(obj uintptr) uintptr

func ListView_GetParentColor

func ListView_GetParentColor(obj uintptr) bool

func ListView_GetParentDoubleBuffered

func ListView_GetParentDoubleBuffered(obj uintptr) bool

func ListView_GetParentFont

func ListView_GetParentFont(obj uintptr) bool

func ListView_GetParentShowHint

func ListView_GetParentShowHint(obj uintptr) bool

func ListView_GetParentWindow

func ListView_GetParentWindow(obj uintptr) HWND

func ListView_GetPopupMenu

func ListView_GetPopupMenu(obj uintptr) uintptr

func ListView_GetReadOnly

func ListView_GetReadOnly(obj uintptr) bool

func ListView_GetRowSelect

func ListView_GetRowSelect(obj uintptr) bool

func ListView_GetScrollBars

func ListView_GetScrollBars(obj uintptr) TScrollStyle

func ListView_GetSelCount

func ListView_GetSelCount(obj uintptr) int32

func ListView_GetSelected

func ListView_GetSelected(obj uintptr) uintptr

func ListView_GetShowColumnHeaders

func ListView_GetShowColumnHeaders(obj uintptr) bool

func ListView_GetShowHint

func ListView_GetShowHint(obj uintptr) bool

func ListView_GetSmallImages

func ListView_GetSmallImages(obj uintptr) uintptr

func ListView_GetSmallImagesWidth

func ListView_GetSmallImagesWidth(obj uintptr) int32

func ListView_GetSortColumn

func ListView_GetSortColumn(obj uintptr) int32

func ListView_GetSortDirection

func ListView_GetSortDirection(obj uintptr) TSortDirection

func ListView_GetSortType

func ListView_GetSortType(obj uintptr) TSortType

func ListView_GetStateImages

func ListView_GetStateImages(obj uintptr) uintptr

func ListView_GetStateImagesWidth

func ListView_GetStateImagesWidth(obj uintptr) int32

func ListView_GetTabOrder

func ListView_GetTabOrder(obj uintptr) TTabOrder

func ListView_GetTabStop

func ListView_GetTabStop(obj uintptr) bool

func ListView_GetTag

func ListView_GetTag(obj uintptr) int

func ListView_GetTextBuf

func ListView_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ListView_GetTextLen

func ListView_GetTextLen(obj uintptr) int32

func ListView_GetToolTips

func ListView_GetToolTips(obj uintptr) bool

func ListView_GetTop

func ListView_GetTop(obj uintptr) int32

func ListView_GetTopItem

func ListView_GetTopItem(obj uintptr) uintptr

func ListView_GetUseDockManager

func ListView_GetUseDockManager(obj uintptr) bool

func ListView_GetViewStyle

func ListView_GetViewStyle(obj uintptr) TViewStyle

func ListView_GetVisible

func ListView_GetVisible(obj uintptr) bool

func ListView_GetVisibleDockClientCount added in v1.1.21

func ListView_GetVisibleDockClientCount(obj uintptr) int32

func ListView_GetVisibleRowCount

func ListView_GetVisibleRowCount(obj uintptr) int32

func ListView_GetWidth

func ListView_GetWidth(obj uintptr) int32

func ListView_HandleAllocated

func ListView_HandleAllocated(obj uintptr) bool

func ListView_HasParent

func ListView_HasParent(obj uintptr) bool

func ListView_Hide

func ListView_Hide(obj uintptr)

func ListView_InheritsFrom added in v1.1.18

func ListView_InheritsFrom(obj uintptr, AClass TClass) bool

func ListView_InsertControl added in v1.1.21

func ListView_InsertControl(obj uintptr, AControl uintptr)

func ListView_InstanceSize added in v1.1.18

func ListView_InstanceSize(obj uintptr) int32

func ListView_Invalidate

func ListView_Invalidate(obj uintptr)

func ListView_IsEditing

func ListView_IsEditing(obj uintptr) bool

func ListView_ParentToClient

func ListView_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ListView_Perform

func ListView_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ListView_Realign

func ListView_Realign(obj uintptr)

func ListView_Refresh

func ListView_Refresh(obj uintptr)

func ListView_RemoveControl added in v1.1.21

func ListView_RemoveControl(obj uintptr, AControl uintptr)

func ListView_Repaint

func ListView_Repaint(obj uintptr)

func ListView_ScaleBy

func ListView_ScaleBy(obj uintptr, M int32, D int32)

func ListView_ScreenToClient

func ListView_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ListView_ScrollBy added in v1.1.21

func ListView_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ListView_SelectAll

func ListView_SelectAll(obj uintptr)

func ListView_SendToBack

func ListView_SendToBack(obj uintptr)

func ListView_SetAction

func ListView_SetAction(obj uintptr, value uintptr)

func ListView_SetAlign

func ListView_SetAlign(obj uintptr, value TAlign)

func ListView_SetAllocBy

func ListView_SetAllocBy(obj uintptr, value int32)

func ListView_SetAnchorSideBottom

func ListView_SetAnchorSideBottom(obj uintptr, value uintptr)

func ListView_SetAnchorSideLeft

func ListView_SetAnchorSideLeft(obj uintptr, value uintptr)

func ListView_SetAnchorSideRight

func ListView_SetAnchorSideRight(obj uintptr, value uintptr)

func ListView_SetAnchorSideTop

func ListView_SetAnchorSideTop(obj uintptr, value uintptr)

func ListView_SetAnchors

func ListView_SetAnchors(obj uintptr, value TAnchors)

func ListView_SetAutoSort

func ListView_SetAutoSort(obj uintptr, value bool)

func ListView_SetAutoSortIndicator

func ListView_SetAutoSortIndicator(obj uintptr, value bool)

func ListView_SetAutoWidthLastColumn

func ListView_SetAutoWidthLastColumn(obj uintptr, value bool)

func ListView_SetBiDiMode

func ListView_SetBiDiMode(obj uintptr, value TBiDiMode)

func ListView_SetBorderSpacing

func ListView_SetBorderSpacing(obj uintptr, value uintptr)

func ListView_SetBorderStyle

func ListView_SetBorderStyle(obj uintptr, value TBorderStyle)

func ListView_SetBorderWidth

func ListView_SetBorderWidth(obj uintptr, value int32)

func ListView_SetBounds

func ListView_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ListView_SetBoundsRect

func ListView_SetBoundsRect(obj uintptr, value TRect)

func ListView_SetCheckboxes

func ListView_SetCheckboxes(obj uintptr, value bool)

func ListView_SetChildSizing

func ListView_SetChildSizing(obj uintptr, value uintptr)

func ListView_SetClientHeight

func ListView_SetClientHeight(obj uintptr, value int32)

func ListView_SetClientWidth

func ListView_SetClientWidth(obj uintptr, value int32)

func ListView_SetColor

func ListView_SetColor(obj uintptr, value TColor)

func ListView_SetColumnClick

func ListView_SetColumnClick(obj uintptr, value bool)

func ListView_SetColumns

func ListView_SetColumns(obj uintptr, value uintptr)

func ListView_SetComponentIndex

func ListView_SetComponentIndex(obj uintptr, value int32)

func ListView_SetConstraints added in v1.2.7

func ListView_SetConstraints(obj uintptr, value uintptr)

func ListView_SetControlState added in v1.1.21

func ListView_SetControlState(obj uintptr, value TControlState)

func ListView_SetControlStyle added in v1.1.21

func ListView_SetControlStyle(obj uintptr, value TControlStyle)

func ListView_SetCursor

func ListView_SetCursor(obj uintptr, value TCursor)

func ListView_SetDockSite

func ListView_SetDockSite(obj uintptr, value bool)

func ListView_SetDoubleBuffered

func ListView_SetDoubleBuffered(obj uintptr, value bool)

func ListView_SetDragCursor

func ListView_SetDragCursor(obj uintptr, value TCursor)

func ListView_SetDragKind

func ListView_SetDragKind(obj uintptr, value TDragKind)

func ListView_SetDragMode

func ListView_SetDragMode(obj uintptr, value TDragMode)

func ListView_SetEnabled

func ListView_SetEnabled(obj uintptr, value bool)

func ListView_SetFlatScrollBars

func ListView_SetFlatScrollBars(obj uintptr, value bool)

func ListView_SetFocus

func ListView_SetFocus(obj uintptr)

func ListView_SetFont

func ListView_SetFont(obj uintptr, value uintptr)

func ListView_SetFullDrag

func ListView_SetFullDrag(obj uintptr, value bool)

func ListView_SetGridLines

func ListView_SetGridLines(obj uintptr, value bool)

func ListView_SetHeight

func ListView_SetHeight(obj uintptr, value int32)

func ListView_SetHideSelection

func ListView_SetHideSelection(obj uintptr, value bool)

func ListView_SetHint

func ListView_SetHint(obj uintptr, value string)

func ListView_SetHotTrack

func ListView_SetHotTrack(obj uintptr, value bool)

func ListView_SetIconOptions

func ListView_SetIconOptions(obj uintptr, value uintptr)

func ListView_SetItemFocused

func ListView_SetItemFocused(obj uintptr, value uintptr)

func ListView_SetItemIndex

func ListView_SetItemIndex(obj uintptr, value int32)

func ListView_SetItems

func ListView_SetItems(obj uintptr, value uintptr)

func ListView_SetLargeImages

func ListView_SetLargeImages(obj uintptr, value uintptr)

func ListView_SetLargeImagesWidth

func ListView_SetLargeImagesWidth(obj uintptr, value int32)

func ListView_SetLeft

func ListView_SetLeft(obj uintptr, value int32)

func ListView_SetMultiSelect

func ListView_SetMultiSelect(obj uintptr, value bool)

func ListView_SetName

func ListView_SetName(obj uintptr, value string)

func ListView_SetOnAdvancedCustomDraw

func ListView_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})

func ListView_SetOnAdvancedCustomDrawItem

func ListView_SetOnAdvancedCustomDrawItem(obj uintptr, fn interface{})

func ListView_SetOnAdvancedCustomDrawSubItem

func ListView_SetOnAdvancedCustomDrawSubItem(obj uintptr, fn interface{})

func ListView_SetOnChange

func ListView_SetOnChange(obj uintptr, fn interface{})

func ListView_SetOnClick

func ListView_SetOnClick(obj uintptr, fn interface{})

func ListView_SetOnColumnClick

func ListView_SetOnColumnClick(obj uintptr, fn interface{})

func ListView_SetOnCompare

func ListView_SetOnCompare(obj uintptr, fn interface{})

func ListView_SetOnContextPopup

func ListView_SetOnContextPopup(obj uintptr, fn interface{})

func ListView_SetOnCustomDraw added in v1.1.23

func ListView_SetOnCustomDraw(obj uintptr, fn interface{})

func ListView_SetOnCustomDrawItem added in v1.1.23

func ListView_SetOnCustomDrawItem(obj uintptr, fn interface{})

func ListView_SetOnCustomDrawSubItem added in v1.1.23

func ListView_SetOnCustomDrawSubItem(obj uintptr, fn interface{})

func ListView_SetOnData added in v1.1.21

func ListView_SetOnData(obj uintptr, fn interface{})

func ListView_SetOnDataFind added in v1.1.21

func ListView_SetOnDataFind(obj uintptr, fn interface{})

func ListView_SetOnDataHint

func ListView_SetOnDataHint(obj uintptr, fn interface{})

func ListView_SetOnDblClick

func ListView_SetOnDblClick(obj uintptr, fn interface{})

func ListView_SetOnDeletion added in v1.1.21

func ListView_SetOnDeletion(obj uintptr, fn interface{})

func ListView_SetOnDragDrop

func ListView_SetOnDragDrop(obj uintptr, fn interface{})

func ListView_SetOnDragOver

func ListView_SetOnDragOver(obj uintptr, fn interface{})

func ListView_SetOnEdited added in v1.1.21

func ListView_SetOnEdited(obj uintptr, fn interface{})

func ListView_SetOnEditing added in v1.1.21

func ListView_SetOnEditing(obj uintptr, fn interface{})

func ListView_SetOnEndDock

func ListView_SetOnEndDock(obj uintptr, fn interface{})

func ListView_SetOnEndDrag

func ListView_SetOnEndDrag(obj uintptr, fn interface{})

func ListView_SetOnEnter

func ListView_SetOnEnter(obj uintptr, fn interface{})

func ListView_SetOnExit

func ListView_SetOnExit(obj uintptr, fn interface{})

func ListView_SetOnInsert added in v1.1.21

func ListView_SetOnInsert(obj uintptr, fn interface{})

func ListView_SetOnItemChecked

func ListView_SetOnItemChecked(obj uintptr, fn interface{})

func ListView_SetOnKeyDown

func ListView_SetOnKeyDown(obj uintptr, fn interface{})

func ListView_SetOnKeyPress

func ListView_SetOnKeyPress(obj uintptr, fn interface{})

func ListView_SetOnKeyUp

func ListView_SetOnKeyUp(obj uintptr, fn interface{})

func ListView_SetOnMouseDown

func ListView_SetOnMouseDown(obj uintptr, fn interface{})

func ListView_SetOnMouseEnter

func ListView_SetOnMouseEnter(obj uintptr, fn interface{})

func ListView_SetOnMouseLeave

func ListView_SetOnMouseLeave(obj uintptr, fn interface{})

func ListView_SetOnMouseMove

func ListView_SetOnMouseMove(obj uintptr, fn interface{})

func ListView_SetOnMouseUp

func ListView_SetOnMouseUp(obj uintptr, fn interface{})

func ListView_SetOnResize

func ListView_SetOnResize(obj uintptr, fn interface{})

func ListView_SetOnSelectItem

func ListView_SetOnSelectItem(obj uintptr, fn interface{})

func ListView_SetOnStartDock

func ListView_SetOnStartDock(obj uintptr, fn interface{})

func ListView_SetOwnerData added in v1.1.21

func ListView_SetOwnerData(obj uintptr, value bool)

func ListView_SetOwnerDraw added in v1.1.23

func ListView_SetOwnerDraw(obj uintptr, value bool)

func ListView_SetParent

func ListView_SetParent(obj uintptr, value uintptr)

func ListView_SetParentColor

func ListView_SetParentColor(obj uintptr, value bool)

func ListView_SetParentDoubleBuffered

func ListView_SetParentDoubleBuffered(obj uintptr, value bool)

func ListView_SetParentFont

func ListView_SetParentFont(obj uintptr, value bool)

func ListView_SetParentShowHint

func ListView_SetParentShowHint(obj uintptr, value bool)

func ListView_SetParentWindow

func ListView_SetParentWindow(obj uintptr, value HWND)

func ListView_SetPopupMenu

func ListView_SetPopupMenu(obj uintptr, value uintptr)

func ListView_SetReadOnly

func ListView_SetReadOnly(obj uintptr, value bool)

func ListView_SetRowSelect

func ListView_SetRowSelect(obj uintptr, value bool)

func ListView_SetScrollBars

func ListView_SetScrollBars(obj uintptr, value TScrollStyle)

func ListView_SetSelected

func ListView_SetSelected(obj uintptr, value uintptr)

func ListView_SetShowColumnHeaders

func ListView_SetShowColumnHeaders(obj uintptr, value bool)

func ListView_SetShowHint

func ListView_SetShowHint(obj uintptr, value bool)

func ListView_SetSmallImages

func ListView_SetSmallImages(obj uintptr, value uintptr)

func ListView_SetSmallImagesWidth

func ListView_SetSmallImagesWidth(obj uintptr, value int32)

func ListView_SetSortColumn

func ListView_SetSortColumn(obj uintptr, value int32)

func ListView_SetSortDirection

func ListView_SetSortDirection(obj uintptr, value TSortDirection)

func ListView_SetSortType

func ListView_SetSortType(obj uintptr, value TSortType)

func ListView_SetStateImages

func ListView_SetStateImages(obj uintptr, value uintptr)

func ListView_SetStateImagesWidth

func ListView_SetStateImagesWidth(obj uintptr, value int32)

func ListView_SetTabOrder

func ListView_SetTabOrder(obj uintptr, value TTabOrder)

func ListView_SetTabStop

func ListView_SetTabStop(obj uintptr, value bool)

func ListView_SetTag

func ListView_SetTag(obj uintptr, value int)

func ListView_SetTextBuf added in v1.1.21

func ListView_SetTextBuf(obj uintptr, Buffer string)

func ListView_SetToolTips

func ListView_SetToolTips(obj uintptr, value bool)

func ListView_SetTop

func ListView_SetTop(obj uintptr, value int32)

func ListView_SetUseDockManager

func ListView_SetUseDockManager(obj uintptr, value bool)

func ListView_SetViewStyle

func ListView_SetViewStyle(obj uintptr, value TViewStyle)

func ListView_SetVisible

func ListView_SetVisible(obj uintptr, value bool)

func ListView_SetWidth

func ListView_SetWidth(obj uintptr, value int32)

func ListView_Show

func ListView_Show(obj uintptr)

func ListView_StaticClassType added in v1.1.18

func ListView_StaticClassType() TClass

func ListView_ToString

func ListView_ToString(obj uintptr) string

func ListView_Update

func ListView_Update(obj uintptr)

func List_Add

func List_Add(obj uintptr, Item uintptr) int32

func List_ClassName

func List_ClassName(obj uintptr) string

func List_ClassType added in v1.1.18

func List_ClassType(obj uintptr) TClass

func List_Clear

func List_Clear(obj uintptr)

func List_Create

func List_Create() uintptr

func List_Delete

func List_Delete(obj uintptr, Index int32)

func List_Equals

func List_Equals(obj uintptr, Obj uintptr) bool

func List_Expand

func List_Expand(obj uintptr) uintptr

func List_Free

func List_Free(obj uintptr)

func List_GetCapacity

func List_GetCapacity(obj uintptr) int32

func List_GetCount

func List_GetCount(obj uintptr) int32

func List_GetHashCode

func List_GetHashCode(obj uintptr) int32

func List_GetItems

func List_GetItems(obj uintptr, Index int32) uintptr

func List_GetList

func List_GetList(obj uintptr) uintptr

func List_IndexOf

func List_IndexOf(obj uintptr, Item uintptr) int32

func List_InheritsFrom added in v1.1.18

func List_InheritsFrom(obj uintptr, AClass TClass) bool

func List_Insert

func List_Insert(obj uintptr, Index int32, Item uintptr)

func List_InstanceSize added in v1.1.18

func List_InstanceSize(obj uintptr) int32

func List_Move

func List_Move(obj uintptr, CurIndex int32, NewIndex int32)

func List_SetCapacity

func List_SetCapacity(obj uintptr, value int32)

func List_SetCount

func List_SetCount(obj uintptr, value int32)

func List_SetItems

func List_SetItems(obj uintptr, Index int32, value uintptr)

func List_StaticClassType added in v1.1.18

func List_StaticClassType() TClass

func List_ToString

func List_ToString(obj uintptr) string
func MainMenu_Assign(obj uintptr, Source uintptr)
func MainMenu_ClassName(obj uintptr) string
func MainMenu_ClassType(obj uintptr) TClass
func MainMenu_Create(obj uintptr) uintptr
func MainMenu_Equals(obj uintptr, Obj uintptr) bool
func MainMenu_FindComponent(obj uintptr, AName string) uintptr
func MainMenu_Free(obj uintptr)
func MainMenu_GetBiDiMode(obj uintptr) TBiDiMode
func MainMenu_GetComponentCount(obj uintptr) int32
func MainMenu_GetComponentIndex(obj uintptr) int32
func MainMenu_GetComponents(obj uintptr, AIndex int32) uintptr
func MainMenu_GetHandle(obj uintptr) HMENU
func MainMenu_GetHashCode(obj uintptr) int32
func MainMenu_GetImages(obj uintptr) uintptr
func MainMenu_GetImagesWidth(obj uintptr) int32
func MainMenu_GetItems(obj uintptr) uintptr
func MainMenu_GetName(obj uintptr) string
func MainMenu_GetNamePath(obj uintptr) string
func MainMenu_GetOwner(obj uintptr) uintptr
func MainMenu_GetOwnerDraw(obj uintptr) bool
func MainMenu_GetTag(obj uintptr) int
func MainMenu_HasParent(obj uintptr) bool
func MainMenu_InheritsFrom(obj uintptr, AClass TClass) bool
func MainMenu_InstanceSize(obj uintptr) int32
func MainMenu_SetBiDiMode(obj uintptr, value TBiDiMode)
func MainMenu_SetComponentIndex(obj uintptr, value int32)
func MainMenu_SetImages(obj uintptr, value uintptr)
func MainMenu_SetImagesWidth(obj uintptr, value int32)
func MainMenu_SetName(obj uintptr, value string)
func MainMenu_SetOnChange(obj uintptr, fn interface{})
func MainMenu_SetOwnerDraw(obj uintptr, value bool)
func MainMenu_SetTag(obj uintptr, value int)
func MainMenu_StaticClassType() TClass
func MainMenu_ToString(obj uintptr) string

func MaskEdit_AnchorAsAlign

func MaskEdit_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func MaskEdit_AnchorClient

func MaskEdit_AnchorClient(obj uintptr, ASpace int32)

func MaskEdit_AnchorHorizontalCenterTo

func MaskEdit_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func MaskEdit_AnchorParallel

func MaskEdit_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MaskEdit_AnchorToNeighbour

func MaskEdit_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MaskEdit_AnchorVerticalCenterTo

func MaskEdit_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func MaskEdit_Assign

func MaskEdit_Assign(obj uintptr, Source uintptr)

func MaskEdit_BringToFront

func MaskEdit_BringToFront(obj uintptr)

func MaskEdit_CanFocus

func MaskEdit_CanFocus(obj uintptr) bool

func MaskEdit_ClassName

func MaskEdit_ClassName(obj uintptr) string

func MaskEdit_ClassType added in v1.1.18

func MaskEdit_ClassType(obj uintptr) TClass

func MaskEdit_Clear

func MaskEdit_Clear(obj uintptr)

func MaskEdit_ClearSelection

func MaskEdit_ClearSelection(obj uintptr)

func MaskEdit_ClientToParent

func MaskEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MaskEdit_ClientToScreen

func MaskEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint

func MaskEdit_ContainsControl added in v1.1.21

func MaskEdit_ContainsControl(obj uintptr, Control uintptr) bool

func MaskEdit_ControlAtPos added in v1.1.21

func MaskEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func MaskEdit_CopyToClipboard

func MaskEdit_CopyToClipboard(obj uintptr)

func MaskEdit_Create

func MaskEdit_Create(obj uintptr) uintptr

func MaskEdit_CutToClipboard

func MaskEdit_CutToClipboard(obj uintptr)

func MaskEdit_DisableAlign added in v1.1.21

func MaskEdit_DisableAlign(obj uintptr)

func MaskEdit_Dragging

func MaskEdit_Dragging(obj uintptr) bool

func MaskEdit_EnableAlign added in v1.1.21

func MaskEdit_EnableAlign(obj uintptr)

func MaskEdit_Equals

func MaskEdit_Equals(obj uintptr, Obj uintptr) bool

func MaskEdit_FindChildControl added in v1.1.21

func MaskEdit_FindChildControl(obj uintptr, ControlName string) uintptr

func MaskEdit_FindComponent

func MaskEdit_FindComponent(obj uintptr, AName string) uintptr

func MaskEdit_FlipChildren

func MaskEdit_FlipChildren(obj uintptr, AllLevels bool)

func MaskEdit_Focused

func MaskEdit_Focused(obj uintptr) bool

func MaskEdit_Free

func MaskEdit_Free(obj uintptr)

func MaskEdit_GetAction

func MaskEdit_GetAction(obj uintptr) uintptr

func MaskEdit_GetAlign

func MaskEdit_GetAlign(obj uintptr) TAlign

func MaskEdit_GetAlignment

func MaskEdit_GetAlignment(obj uintptr) TAlignment

func MaskEdit_GetAnchorSide

func MaskEdit_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func MaskEdit_GetAnchorSideBottom

func MaskEdit_GetAnchorSideBottom(obj uintptr) uintptr

func MaskEdit_GetAnchorSideLeft

func MaskEdit_GetAnchorSideLeft(obj uintptr) uintptr

func MaskEdit_GetAnchorSideRight

func MaskEdit_GetAnchorSideRight(obj uintptr) uintptr

func MaskEdit_GetAnchorSideTop

func MaskEdit_GetAnchorSideTop(obj uintptr) uintptr

func MaskEdit_GetAnchors

func MaskEdit_GetAnchors(obj uintptr) TAnchors

func MaskEdit_GetAutoSelect

func MaskEdit_GetAutoSelect(obj uintptr) bool

func MaskEdit_GetAutoSize

func MaskEdit_GetAutoSize(obj uintptr) bool

func MaskEdit_GetBiDiMode

func MaskEdit_GetBiDiMode(obj uintptr) TBiDiMode

func MaskEdit_GetBorderSpacing

func MaskEdit_GetBorderSpacing(obj uintptr) uintptr

func MaskEdit_GetBorderStyle

func MaskEdit_GetBorderStyle(obj uintptr) TBorderStyle

func MaskEdit_GetBoundsRect

func MaskEdit_GetBoundsRect(obj uintptr) TRect

func MaskEdit_GetBrush

func MaskEdit_GetBrush(obj uintptr) uintptr

func MaskEdit_GetCanUndo

func MaskEdit_GetCanUndo(obj uintptr) bool

func MaskEdit_GetCharCase added in v1.1.19

func MaskEdit_GetCharCase(obj uintptr) TEditCharCase

func MaskEdit_GetChildSizing

func MaskEdit_GetChildSizing(obj uintptr) uintptr

func MaskEdit_GetClientHeight

func MaskEdit_GetClientHeight(obj uintptr) int32

func MaskEdit_GetClientOrigin added in v1.1.21

func MaskEdit_GetClientOrigin(obj uintptr) TPoint

func MaskEdit_GetClientRect

func MaskEdit_GetClientRect(obj uintptr) TRect

func MaskEdit_GetClientWidth

func MaskEdit_GetClientWidth(obj uintptr) int32

func MaskEdit_GetColor

func MaskEdit_GetColor(obj uintptr) TColor

func MaskEdit_GetComponentCount

func MaskEdit_GetComponentCount(obj uintptr) int32

func MaskEdit_GetComponentIndex

func MaskEdit_GetComponentIndex(obj uintptr) int32

func MaskEdit_GetComponents

func MaskEdit_GetComponents(obj uintptr, AIndex int32) uintptr

func MaskEdit_GetConstraints added in v1.2.7

func MaskEdit_GetConstraints(obj uintptr) uintptr

func MaskEdit_GetControlCount

func MaskEdit_GetControlCount(obj uintptr) int32

func MaskEdit_GetControlState added in v1.1.21

func MaskEdit_GetControlState(obj uintptr) TControlState

func MaskEdit_GetControlStyle added in v1.1.21

func MaskEdit_GetControlStyle(obj uintptr) TControlStyle

func MaskEdit_GetControls

func MaskEdit_GetControls(obj uintptr, Index int32) uintptr

func MaskEdit_GetCursor

func MaskEdit_GetCursor(obj uintptr) TCursor

func MaskEdit_GetDockClientCount added in v1.1.21

func MaskEdit_GetDockClientCount(obj uintptr) int32

func MaskEdit_GetDockClients added in v1.1.21

func MaskEdit_GetDockClients(obj uintptr, Index int32) uintptr

func MaskEdit_GetDockSite

func MaskEdit_GetDockSite(obj uintptr) bool

func MaskEdit_GetDoubleBuffered

func MaskEdit_GetDoubleBuffered(obj uintptr) bool

func MaskEdit_GetDragCursor

func MaskEdit_GetDragCursor(obj uintptr) TCursor

func MaskEdit_GetDragKind

func MaskEdit_GetDragKind(obj uintptr) TDragKind

func MaskEdit_GetDragMode

func MaskEdit_GetDragMode(obj uintptr) TDragMode

func MaskEdit_GetEditText

func MaskEdit_GetEditText(obj uintptr) string

func MaskEdit_GetEnabled

func MaskEdit_GetEnabled(obj uintptr) bool

func MaskEdit_GetFloating

func MaskEdit_GetFloating(obj uintptr) bool

func MaskEdit_GetFont

func MaskEdit_GetFont(obj uintptr) uintptr

func MaskEdit_GetHandle

func MaskEdit_GetHandle(obj uintptr) HWND

func MaskEdit_GetHashCode

func MaskEdit_GetHashCode(obj uintptr) int32

func MaskEdit_GetHeight

func MaskEdit_GetHeight(obj uintptr) int32

func MaskEdit_GetHint

func MaskEdit_GetHint(obj uintptr) string

func MaskEdit_GetIsMasked

func MaskEdit_GetIsMasked(obj uintptr) bool

func MaskEdit_GetLeft

func MaskEdit_GetLeft(obj uintptr) int32

func MaskEdit_GetMaxLength

func MaskEdit_GetMaxLength(obj uintptr) int32

func MaskEdit_GetModified

func MaskEdit_GetModified(obj uintptr) bool

func MaskEdit_GetMouseInClient added in v1.1.21

func MaskEdit_GetMouseInClient(obj uintptr) bool

func MaskEdit_GetName

func MaskEdit_GetName(obj uintptr) string

func MaskEdit_GetNamePath

func MaskEdit_GetNamePath(obj uintptr) string

func MaskEdit_GetOwner

func MaskEdit_GetOwner(obj uintptr) uintptr

func MaskEdit_GetParent

func MaskEdit_GetParent(obj uintptr) uintptr

func MaskEdit_GetParentColor

func MaskEdit_GetParentColor(obj uintptr) bool

func MaskEdit_GetParentDoubleBuffered

func MaskEdit_GetParentDoubleBuffered(obj uintptr) bool

func MaskEdit_GetParentFont

func MaskEdit_GetParentFont(obj uintptr) bool

func MaskEdit_GetParentShowHint

func MaskEdit_GetParentShowHint(obj uintptr) bool

func MaskEdit_GetParentWindow

func MaskEdit_GetParentWindow(obj uintptr) HWND

func MaskEdit_GetPasswordChar

func MaskEdit_GetPasswordChar(obj uintptr) uint16

func MaskEdit_GetPopupMenu

func MaskEdit_GetPopupMenu(obj uintptr) uintptr

func MaskEdit_GetReadOnly

func MaskEdit_GetReadOnly(obj uintptr) bool

func MaskEdit_GetSelLength

func MaskEdit_GetSelLength(obj uintptr) int32

func MaskEdit_GetSelStart

func MaskEdit_GetSelStart(obj uintptr) int32

func MaskEdit_GetSelText

func MaskEdit_GetSelText(obj uintptr) string

func MaskEdit_GetShowHint

func MaskEdit_GetShowHint(obj uintptr) bool

func MaskEdit_GetTabOrder

func MaskEdit_GetTabOrder(obj uintptr) TTabOrder

func MaskEdit_GetTabStop

func MaskEdit_GetTabStop(obj uintptr) bool

func MaskEdit_GetTag

func MaskEdit_GetTag(obj uintptr) int

func MaskEdit_GetText

func MaskEdit_GetText(obj uintptr) string

func MaskEdit_GetTextBuf

func MaskEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func MaskEdit_GetTextHint

func MaskEdit_GetTextHint(obj uintptr) string

func MaskEdit_GetTextLen

func MaskEdit_GetTextLen(obj uintptr) int32

func MaskEdit_GetTop

func MaskEdit_GetTop(obj uintptr) int32

func MaskEdit_GetUseDockManager

func MaskEdit_GetUseDockManager(obj uintptr) bool

func MaskEdit_GetVisible

func MaskEdit_GetVisible(obj uintptr) bool

func MaskEdit_GetVisibleDockClientCount added in v1.1.21

func MaskEdit_GetVisibleDockClientCount(obj uintptr) int32

func MaskEdit_GetWidth

func MaskEdit_GetWidth(obj uintptr) int32

func MaskEdit_HandleAllocated

func MaskEdit_HandleAllocated(obj uintptr) bool

func MaskEdit_HasParent

func MaskEdit_HasParent(obj uintptr) bool

func MaskEdit_Hide

func MaskEdit_Hide(obj uintptr)

func MaskEdit_InheritsFrom added in v1.1.18

func MaskEdit_InheritsFrom(obj uintptr, AClass TClass) bool

func MaskEdit_InsertControl added in v1.1.21

func MaskEdit_InsertControl(obj uintptr, AControl uintptr)

func MaskEdit_InstanceSize added in v1.1.18

func MaskEdit_InstanceSize(obj uintptr) int32

func MaskEdit_Invalidate

func MaskEdit_Invalidate(obj uintptr)

func MaskEdit_ParentToClient

func MaskEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MaskEdit_PasteFromClipboard

func MaskEdit_PasteFromClipboard(obj uintptr)

func MaskEdit_Perform

func MaskEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func MaskEdit_Realign

func MaskEdit_Realign(obj uintptr)

func MaskEdit_Refresh

func MaskEdit_Refresh(obj uintptr)

func MaskEdit_RemoveControl added in v1.1.21

func MaskEdit_RemoveControl(obj uintptr, AControl uintptr)

func MaskEdit_Repaint

func MaskEdit_Repaint(obj uintptr)

func MaskEdit_ScaleBy

func MaskEdit_ScaleBy(obj uintptr, M int32, D int32)

func MaskEdit_ScreenToClient

func MaskEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint

func MaskEdit_ScrollBy added in v1.1.21

func MaskEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func MaskEdit_SelectAll

func MaskEdit_SelectAll(obj uintptr)

func MaskEdit_SendToBack

func MaskEdit_SendToBack(obj uintptr)

func MaskEdit_SetAction

func MaskEdit_SetAction(obj uintptr, value uintptr)

func MaskEdit_SetAlign

func MaskEdit_SetAlign(obj uintptr, value TAlign)

func MaskEdit_SetAlignment

func MaskEdit_SetAlignment(obj uintptr, value TAlignment)

func MaskEdit_SetAnchorSideBottom

func MaskEdit_SetAnchorSideBottom(obj uintptr, value uintptr)

func MaskEdit_SetAnchorSideLeft

func MaskEdit_SetAnchorSideLeft(obj uintptr, value uintptr)

func MaskEdit_SetAnchorSideRight

func MaskEdit_SetAnchorSideRight(obj uintptr, value uintptr)

func MaskEdit_SetAnchorSideTop

func MaskEdit_SetAnchorSideTop(obj uintptr, value uintptr)

func MaskEdit_SetAnchors

func MaskEdit_SetAnchors(obj uintptr, value TAnchors)

func MaskEdit_SetAutoSelect

func MaskEdit_SetAutoSelect(obj uintptr, value bool)

func MaskEdit_SetAutoSize

func MaskEdit_SetAutoSize(obj uintptr, value bool)

func MaskEdit_SetBiDiMode

func MaskEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

func MaskEdit_SetBorderSpacing

func MaskEdit_SetBorderSpacing(obj uintptr, value uintptr)

func MaskEdit_SetBorderStyle

func MaskEdit_SetBorderStyle(obj uintptr, value TBorderStyle)

func MaskEdit_SetBounds

func MaskEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func MaskEdit_SetBoundsRect

func MaskEdit_SetBoundsRect(obj uintptr, value TRect)

func MaskEdit_SetCharCase added in v1.1.19

func MaskEdit_SetCharCase(obj uintptr, value TEditCharCase)

func MaskEdit_SetChildSizing

func MaskEdit_SetChildSizing(obj uintptr, value uintptr)

func MaskEdit_SetClientHeight

func MaskEdit_SetClientHeight(obj uintptr, value int32)

func MaskEdit_SetClientWidth

func MaskEdit_SetClientWidth(obj uintptr, value int32)

func MaskEdit_SetColor

func MaskEdit_SetColor(obj uintptr, value TColor)

func MaskEdit_SetComponentIndex

func MaskEdit_SetComponentIndex(obj uintptr, value int32)

func MaskEdit_SetConstraints added in v1.2.7

func MaskEdit_SetConstraints(obj uintptr, value uintptr)

func MaskEdit_SetControlState added in v1.1.21

func MaskEdit_SetControlState(obj uintptr, value TControlState)

func MaskEdit_SetControlStyle added in v1.1.21

func MaskEdit_SetControlStyle(obj uintptr, value TControlStyle)

func MaskEdit_SetCursor

func MaskEdit_SetCursor(obj uintptr, value TCursor)

func MaskEdit_SetDockSite

func MaskEdit_SetDockSite(obj uintptr, value bool)

func MaskEdit_SetDoubleBuffered

func MaskEdit_SetDoubleBuffered(obj uintptr, value bool)

func MaskEdit_SetDragCursor

func MaskEdit_SetDragCursor(obj uintptr, value TCursor)

func MaskEdit_SetDragKind

func MaskEdit_SetDragKind(obj uintptr, value TDragKind)

func MaskEdit_SetDragMode

func MaskEdit_SetDragMode(obj uintptr, value TDragMode)

func MaskEdit_SetEditText

func MaskEdit_SetEditText(obj uintptr, value string)

func MaskEdit_SetEnabled

func MaskEdit_SetEnabled(obj uintptr, value bool)

func MaskEdit_SetFocus

func MaskEdit_SetFocus(obj uintptr)

func MaskEdit_SetFont

func MaskEdit_SetFont(obj uintptr, value uintptr)

func MaskEdit_SetHeight

func MaskEdit_SetHeight(obj uintptr, value int32)

func MaskEdit_SetHint

func MaskEdit_SetHint(obj uintptr, value string)

func MaskEdit_SetLeft

func MaskEdit_SetLeft(obj uintptr, value int32)

func MaskEdit_SetMaxLength

func MaskEdit_SetMaxLength(obj uintptr, value int32)

func MaskEdit_SetModified

func MaskEdit_SetModified(obj uintptr, value bool)

func MaskEdit_SetName

func MaskEdit_SetName(obj uintptr, value string)

func MaskEdit_SetOnChange

func MaskEdit_SetOnChange(obj uintptr, fn interface{})

func MaskEdit_SetOnClick

func MaskEdit_SetOnClick(obj uintptr, fn interface{})

func MaskEdit_SetOnDblClick

func MaskEdit_SetOnDblClick(obj uintptr, fn interface{})

func MaskEdit_SetOnDragDrop

func MaskEdit_SetOnDragDrop(obj uintptr, fn interface{})

func MaskEdit_SetOnDragOver

func MaskEdit_SetOnDragOver(obj uintptr, fn interface{})

func MaskEdit_SetOnEndDock

func MaskEdit_SetOnEndDock(obj uintptr, fn interface{})

func MaskEdit_SetOnEndDrag

func MaskEdit_SetOnEndDrag(obj uintptr, fn interface{})

func MaskEdit_SetOnEnter

func MaskEdit_SetOnEnter(obj uintptr, fn interface{})

func MaskEdit_SetOnExit

func MaskEdit_SetOnExit(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyDown

func MaskEdit_SetOnKeyDown(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyPress

func MaskEdit_SetOnKeyPress(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyUp

func MaskEdit_SetOnKeyUp(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseDown

func MaskEdit_SetOnMouseDown(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseEnter

func MaskEdit_SetOnMouseEnter(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseLeave

func MaskEdit_SetOnMouseLeave(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseMove

func MaskEdit_SetOnMouseMove(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseUp

func MaskEdit_SetOnMouseUp(obj uintptr, fn interface{})

func MaskEdit_SetOnStartDock

func MaskEdit_SetOnStartDock(obj uintptr, fn interface{})

func MaskEdit_SetParent

func MaskEdit_SetParent(obj uintptr, value uintptr)

func MaskEdit_SetParentColor

func MaskEdit_SetParentColor(obj uintptr, value bool)

func MaskEdit_SetParentDoubleBuffered

func MaskEdit_SetParentDoubleBuffered(obj uintptr, value bool)

func MaskEdit_SetParentFont

func MaskEdit_SetParentFont(obj uintptr, value bool)

func MaskEdit_SetParentShowHint

func MaskEdit_SetParentShowHint(obj uintptr, value bool)

func MaskEdit_SetParentWindow

func MaskEdit_SetParentWindow(obj uintptr, value HWND)

func MaskEdit_SetPasswordChar

func MaskEdit_SetPasswordChar(obj uintptr, value uint16)

func MaskEdit_SetPopupMenu

func MaskEdit_SetPopupMenu(obj uintptr, value uintptr)

func MaskEdit_SetReadOnly

func MaskEdit_SetReadOnly(obj uintptr, value bool)

func MaskEdit_SetSelLength

func MaskEdit_SetSelLength(obj uintptr, value int32)

func MaskEdit_SetSelStart

func MaskEdit_SetSelStart(obj uintptr, value int32)

func MaskEdit_SetSelText

func MaskEdit_SetSelText(obj uintptr, value string)

func MaskEdit_SetShowHint

func MaskEdit_SetShowHint(obj uintptr, value bool)

func MaskEdit_SetTabOrder

func MaskEdit_SetTabOrder(obj uintptr, value TTabOrder)

func MaskEdit_SetTabStop

func MaskEdit_SetTabStop(obj uintptr, value bool)

func MaskEdit_SetTag

func MaskEdit_SetTag(obj uintptr, value int)

func MaskEdit_SetText

func MaskEdit_SetText(obj uintptr, value string)

func MaskEdit_SetTextBuf added in v1.1.21

func MaskEdit_SetTextBuf(obj uintptr, Buffer string)

func MaskEdit_SetTextHint

func MaskEdit_SetTextHint(obj uintptr, value string)

func MaskEdit_SetTop

func MaskEdit_SetTop(obj uintptr, value int32)

func MaskEdit_SetUseDockManager

func MaskEdit_SetUseDockManager(obj uintptr, value bool)

func MaskEdit_SetVisible

func MaskEdit_SetVisible(obj uintptr, value bool)

func MaskEdit_SetWidth

func MaskEdit_SetWidth(obj uintptr, value int32)

func MaskEdit_Show

func MaskEdit_Show(obj uintptr)

func MaskEdit_StaticClassType added in v1.1.18

func MaskEdit_StaticClassType() TClass

func MaskEdit_ToString

func MaskEdit_ToString(obj uintptr) string

func MaskEdit_Undo

func MaskEdit_Undo(obj uintptr)

func MaskEdit_Update

func MaskEdit_Update(obj uintptr)

func MaskEdit_ValidateEdit

func MaskEdit_ValidateEdit(obj uintptr)

func Memo_AnchorAsAlign

func Memo_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Memo_AnchorClient

func Memo_AnchorClient(obj uintptr, ASpace int32)

func Memo_AnchorHorizontalCenterTo

func Memo_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Memo_AnchorParallel

func Memo_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Memo_AnchorToNeighbour

func Memo_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Memo_AnchorVerticalCenterTo

func Memo_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Memo_Assign

func Memo_Assign(obj uintptr, Source uintptr)

func Memo_BringToFront

func Memo_BringToFront(obj uintptr)

func Memo_CanFocus

func Memo_CanFocus(obj uintptr) bool

func Memo_ClassName

func Memo_ClassName(obj uintptr) string

func Memo_ClassType added in v1.1.18

func Memo_ClassType(obj uintptr) TClass

func Memo_Clear

func Memo_Clear(obj uintptr)

func Memo_ClearSelection

func Memo_ClearSelection(obj uintptr)

func Memo_ClientToParent

func Memo_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Memo_ClientToScreen

func Memo_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Memo_ContainsControl added in v1.1.21

func Memo_ContainsControl(obj uintptr, Control uintptr) bool

func Memo_ControlAtPos added in v1.1.21

func Memo_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Memo_CopyToClipboard

func Memo_CopyToClipboard(obj uintptr)

func Memo_Create

func Memo_Create(obj uintptr) uintptr

func Memo_CutToClipboard

func Memo_CutToClipboard(obj uintptr)

func Memo_DisableAlign added in v1.1.21

func Memo_DisableAlign(obj uintptr)

func Memo_Dragging

func Memo_Dragging(obj uintptr) bool

func Memo_EnableAlign added in v1.1.21

func Memo_EnableAlign(obj uintptr)

func Memo_Equals

func Memo_Equals(obj uintptr, Obj uintptr) bool

func Memo_FindChildControl added in v1.1.21

func Memo_FindChildControl(obj uintptr, ControlName string) uintptr

func Memo_FindComponent

func Memo_FindComponent(obj uintptr, AName string) uintptr

func Memo_FlipChildren

func Memo_FlipChildren(obj uintptr, AllLevels bool)

func Memo_Focused

func Memo_Focused(obj uintptr) bool

func Memo_Free

func Memo_Free(obj uintptr)

func Memo_GetAction

func Memo_GetAction(obj uintptr) uintptr

func Memo_GetAlign

func Memo_GetAlign(obj uintptr) TAlign

func Memo_GetAlignment

func Memo_GetAlignment(obj uintptr) TAlignment

func Memo_GetAnchorSide

func Memo_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Memo_GetAnchorSideBottom

func Memo_GetAnchorSideBottom(obj uintptr) uintptr

func Memo_GetAnchorSideLeft

func Memo_GetAnchorSideLeft(obj uintptr) uintptr

func Memo_GetAnchorSideRight

func Memo_GetAnchorSideRight(obj uintptr) uintptr

func Memo_GetAnchorSideTop

func Memo_GetAnchorSideTop(obj uintptr) uintptr

func Memo_GetAnchors

func Memo_GetAnchors(obj uintptr) TAnchors

func Memo_GetBiDiMode

func Memo_GetBiDiMode(obj uintptr) TBiDiMode

func Memo_GetBorderSpacing

func Memo_GetBorderSpacing(obj uintptr) uintptr

func Memo_GetBorderStyle

func Memo_GetBorderStyle(obj uintptr) TBorderStyle

func Memo_GetBoundsRect

func Memo_GetBoundsRect(obj uintptr) TRect

func Memo_GetBrush

func Memo_GetBrush(obj uintptr) uintptr

func Memo_GetCanUndo

func Memo_GetCanUndo(obj uintptr) bool

func Memo_GetCaretPos

func Memo_GetCaretPos(obj uintptr) TPoint

func Memo_GetCharCase added in v1.1.19

func Memo_GetCharCase(obj uintptr) TEditCharCase

func Memo_GetChildSizing

func Memo_GetChildSizing(obj uintptr) uintptr

func Memo_GetClientHeight

func Memo_GetClientHeight(obj uintptr) int32

func Memo_GetClientOrigin added in v1.1.21

func Memo_GetClientOrigin(obj uintptr) TPoint

func Memo_GetClientRect

func Memo_GetClientRect(obj uintptr) TRect

func Memo_GetClientWidth

func Memo_GetClientWidth(obj uintptr) int32

func Memo_GetColor

func Memo_GetColor(obj uintptr) TColor

func Memo_GetComponentCount

func Memo_GetComponentCount(obj uintptr) int32

func Memo_GetComponentIndex

func Memo_GetComponentIndex(obj uintptr) int32

func Memo_GetComponents

func Memo_GetComponents(obj uintptr, AIndex int32) uintptr

func Memo_GetConstraints added in v1.2.7

func Memo_GetConstraints(obj uintptr) uintptr

func Memo_GetControlCount

func Memo_GetControlCount(obj uintptr) int32

func Memo_GetControlState added in v1.1.21

func Memo_GetControlState(obj uintptr) TControlState

func Memo_GetControlStyle added in v1.1.21

func Memo_GetControlStyle(obj uintptr) TControlStyle

func Memo_GetControls

func Memo_GetControls(obj uintptr, Index int32) uintptr

func Memo_GetCursor

func Memo_GetCursor(obj uintptr) TCursor

func Memo_GetDockClientCount added in v1.1.21

func Memo_GetDockClientCount(obj uintptr) int32

func Memo_GetDockClients added in v1.1.21

func Memo_GetDockClients(obj uintptr, Index int32) uintptr

func Memo_GetDockSite

func Memo_GetDockSite(obj uintptr) bool

func Memo_GetDoubleBuffered

func Memo_GetDoubleBuffered(obj uintptr) bool

func Memo_GetDragCursor

func Memo_GetDragCursor(obj uintptr) TCursor

func Memo_GetDragKind

func Memo_GetDragKind(obj uintptr) TDragKind

func Memo_GetDragMode

func Memo_GetDragMode(obj uintptr) TDragMode

func Memo_GetEnabled

func Memo_GetEnabled(obj uintptr) bool

func Memo_GetFloating

func Memo_GetFloating(obj uintptr) bool

func Memo_GetFont

func Memo_GetFont(obj uintptr) uintptr

func Memo_GetHandle

func Memo_GetHandle(obj uintptr) HWND

func Memo_GetHashCode

func Memo_GetHashCode(obj uintptr) int32

func Memo_GetHeight

func Memo_GetHeight(obj uintptr) int32

func Memo_GetHideSelection

func Memo_GetHideSelection(obj uintptr) bool

func Memo_GetHint

func Memo_GetHint(obj uintptr) string

func Memo_GetLeft

func Memo_GetLeft(obj uintptr) int32

func Memo_GetLines

func Memo_GetLines(obj uintptr) uintptr

func Memo_GetMaxLength

func Memo_GetMaxLength(obj uintptr) int32

func Memo_GetModified

func Memo_GetModified(obj uintptr) bool

func Memo_GetMouseInClient added in v1.1.21

func Memo_GetMouseInClient(obj uintptr) bool

func Memo_GetName

func Memo_GetName(obj uintptr) string

func Memo_GetNamePath

func Memo_GetNamePath(obj uintptr) string

func Memo_GetOwner

func Memo_GetOwner(obj uintptr) uintptr

func Memo_GetParent

func Memo_GetParent(obj uintptr) uintptr

func Memo_GetParentColor

func Memo_GetParentColor(obj uintptr) bool

func Memo_GetParentDoubleBuffered

func Memo_GetParentDoubleBuffered(obj uintptr) bool

func Memo_GetParentFont

func Memo_GetParentFont(obj uintptr) bool

func Memo_GetParentShowHint

func Memo_GetParentShowHint(obj uintptr) bool

func Memo_GetParentWindow

func Memo_GetParentWindow(obj uintptr) HWND

func Memo_GetPopupMenu

func Memo_GetPopupMenu(obj uintptr) uintptr

func Memo_GetReadOnly

func Memo_GetReadOnly(obj uintptr) bool

func Memo_GetScrollBars

func Memo_GetScrollBars(obj uintptr) TScrollStyle

func Memo_GetSelLength

func Memo_GetSelLength(obj uintptr) int32

func Memo_GetSelStart

func Memo_GetSelStart(obj uintptr) int32

func Memo_GetSelText

func Memo_GetSelText(obj uintptr) string

func Memo_GetShowHint

func Memo_GetShowHint(obj uintptr) bool

func Memo_GetTabOrder

func Memo_GetTabOrder(obj uintptr) TTabOrder

func Memo_GetTabStop

func Memo_GetTabStop(obj uintptr) bool

func Memo_GetTag

func Memo_GetTag(obj uintptr) int

func Memo_GetText

func Memo_GetText(obj uintptr) string

func Memo_GetTextBuf

func Memo_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Memo_GetTextHint

func Memo_GetTextHint(obj uintptr) string

func Memo_GetTextLen

func Memo_GetTextLen(obj uintptr) int32

func Memo_GetTop

func Memo_GetTop(obj uintptr) int32

func Memo_GetUseDockManager

func Memo_GetUseDockManager(obj uintptr) bool

func Memo_GetVisible

func Memo_GetVisible(obj uintptr) bool

func Memo_GetVisibleDockClientCount added in v1.1.21

func Memo_GetVisibleDockClientCount(obj uintptr) int32

func Memo_GetWantReturns

func Memo_GetWantReturns(obj uintptr) bool

func Memo_GetWantTabs

func Memo_GetWantTabs(obj uintptr) bool

func Memo_GetWidth

func Memo_GetWidth(obj uintptr) int32

func Memo_GetWordWrap

func Memo_GetWordWrap(obj uintptr) bool

func Memo_HandleAllocated

func Memo_HandleAllocated(obj uintptr) bool

func Memo_HasParent

func Memo_HasParent(obj uintptr) bool

func Memo_Hide

func Memo_Hide(obj uintptr)

func Memo_InheritsFrom added in v1.1.18

func Memo_InheritsFrom(obj uintptr, AClass TClass) bool

func Memo_InsertControl added in v1.1.21

func Memo_InsertControl(obj uintptr, AControl uintptr)

func Memo_InstanceSize added in v1.1.18

func Memo_InstanceSize(obj uintptr) int32

func Memo_Invalidate

func Memo_Invalidate(obj uintptr)

func Memo_ParentToClient

func Memo_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Memo_PasteFromClipboard

func Memo_PasteFromClipboard(obj uintptr)

func Memo_Perform

func Memo_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Memo_Realign

func Memo_Realign(obj uintptr)

func Memo_Refresh

func Memo_Refresh(obj uintptr)

func Memo_RemoveControl added in v1.1.21

func Memo_RemoveControl(obj uintptr, AControl uintptr)

func Memo_Repaint

func Memo_Repaint(obj uintptr)

func Memo_ScaleBy

func Memo_ScaleBy(obj uintptr, M int32, D int32)

func Memo_ScreenToClient

func Memo_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Memo_ScrollBy added in v1.1.21

func Memo_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Memo_SelectAll

func Memo_SelectAll(obj uintptr)

func Memo_SendToBack

func Memo_SendToBack(obj uintptr)

func Memo_SetAction

func Memo_SetAction(obj uintptr, value uintptr)

func Memo_SetAlign

func Memo_SetAlign(obj uintptr, value TAlign)

func Memo_SetAlignment

func Memo_SetAlignment(obj uintptr, value TAlignment)

func Memo_SetAnchorSideBottom

func Memo_SetAnchorSideBottom(obj uintptr, value uintptr)

func Memo_SetAnchorSideLeft

func Memo_SetAnchorSideLeft(obj uintptr, value uintptr)

func Memo_SetAnchorSideRight

func Memo_SetAnchorSideRight(obj uintptr, value uintptr)

func Memo_SetAnchorSideTop

func Memo_SetAnchorSideTop(obj uintptr, value uintptr)

func Memo_SetAnchors

func Memo_SetAnchors(obj uintptr, value TAnchors)

func Memo_SetBiDiMode

func Memo_SetBiDiMode(obj uintptr, value TBiDiMode)

func Memo_SetBorderSpacing

func Memo_SetBorderSpacing(obj uintptr, value uintptr)

func Memo_SetBorderStyle

func Memo_SetBorderStyle(obj uintptr, value TBorderStyle)

func Memo_SetBounds

func Memo_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Memo_SetBoundsRect

func Memo_SetBoundsRect(obj uintptr, value TRect)

func Memo_SetCaretPos

func Memo_SetCaretPos(obj uintptr, value TPoint)

func Memo_SetCharCase added in v1.1.19

func Memo_SetCharCase(obj uintptr, value TEditCharCase)

func Memo_SetChildSizing

func Memo_SetChildSizing(obj uintptr, value uintptr)

func Memo_SetClientHeight

func Memo_SetClientHeight(obj uintptr, value int32)

func Memo_SetClientWidth

func Memo_SetClientWidth(obj uintptr, value int32)

func Memo_SetColor

func Memo_SetColor(obj uintptr, value TColor)

func Memo_SetComponentIndex

func Memo_SetComponentIndex(obj uintptr, value int32)

func Memo_SetConstraints added in v1.2.7

func Memo_SetConstraints(obj uintptr, value uintptr)

func Memo_SetControlState added in v1.1.21

func Memo_SetControlState(obj uintptr, value TControlState)

func Memo_SetControlStyle added in v1.1.21

func Memo_SetControlStyle(obj uintptr, value TControlStyle)

func Memo_SetCursor

func Memo_SetCursor(obj uintptr, value TCursor)

func Memo_SetDockSite

func Memo_SetDockSite(obj uintptr, value bool)

func Memo_SetDoubleBuffered

func Memo_SetDoubleBuffered(obj uintptr, value bool)

func Memo_SetDragCursor

func Memo_SetDragCursor(obj uintptr, value TCursor)

func Memo_SetDragKind

func Memo_SetDragKind(obj uintptr, value TDragKind)

func Memo_SetDragMode

func Memo_SetDragMode(obj uintptr, value TDragMode)

func Memo_SetEnabled

func Memo_SetEnabled(obj uintptr, value bool)

func Memo_SetFocus

func Memo_SetFocus(obj uintptr)

func Memo_SetFont

func Memo_SetFont(obj uintptr, value uintptr)

func Memo_SetHeight

func Memo_SetHeight(obj uintptr, value int32)

func Memo_SetHideSelection

func Memo_SetHideSelection(obj uintptr, value bool)

func Memo_SetHint

func Memo_SetHint(obj uintptr, value string)

func Memo_SetLeft

func Memo_SetLeft(obj uintptr, value int32)

func Memo_SetLines

func Memo_SetLines(obj uintptr, value uintptr)

func Memo_SetMaxLength

func Memo_SetMaxLength(obj uintptr, value int32)

func Memo_SetModified

func Memo_SetModified(obj uintptr, value bool)

func Memo_SetName

func Memo_SetName(obj uintptr, value string)

func Memo_SetOnChange

func Memo_SetOnChange(obj uintptr, fn interface{})

func Memo_SetOnClick

func Memo_SetOnClick(obj uintptr, fn interface{})

func Memo_SetOnContextPopup

func Memo_SetOnContextPopup(obj uintptr, fn interface{})

func Memo_SetOnDblClick

func Memo_SetOnDblClick(obj uintptr, fn interface{})

func Memo_SetOnDragDrop

func Memo_SetOnDragDrop(obj uintptr, fn interface{})

func Memo_SetOnDragOver

func Memo_SetOnDragOver(obj uintptr, fn interface{})

func Memo_SetOnEndDrag

func Memo_SetOnEndDrag(obj uintptr, fn interface{})

func Memo_SetOnEnter

func Memo_SetOnEnter(obj uintptr, fn interface{})

func Memo_SetOnExit

func Memo_SetOnExit(obj uintptr, fn interface{})

func Memo_SetOnKeyDown

func Memo_SetOnKeyDown(obj uintptr, fn interface{})

func Memo_SetOnKeyPress

func Memo_SetOnKeyPress(obj uintptr, fn interface{})

func Memo_SetOnKeyUp

func Memo_SetOnKeyUp(obj uintptr, fn interface{})

func Memo_SetOnMouseDown

func Memo_SetOnMouseDown(obj uintptr, fn interface{})

func Memo_SetOnMouseEnter

func Memo_SetOnMouseEnter(obj uintptr, fn interface{})

func Memo_SetOnMouseLeave

func Memo_SetOnMouseLeave(obj uintptr, fn interface{})

func Memo_SetOnMouseMove

func Memo_SetOnMouseMove(obj uintptr, fn interface{})

func Memo_SetOnMouseUp

func Memo_SetOnMouseUp(obj uintptr, fn interface{})

func Memo_SetParent

func Memo_SetParent(obj uintptr, value uintptr)

func Memo_SetParentColor

func Memo_SetParentColor(obj uintptr, value bool)

func Memo_SetParentDoubleBuffered

func Memo_SetParentDoubleBuffered(obj uintptr, value bool)

func Memo_SetParentFont

func Memo_SetParentFont(obj uintptr, value bool)

func Memo_SetParentShowHint

func Memo_SetParentShowHint(obj uintptr, value bool)

func Memo_SetParentWindow

func Memo_SetParentWindow(obj uintptr, value HWND)

func Memo_SetPopupMenu

func Memo_SetPopupMenu(obj uintptr, value uintptr)

func Memo_SetReadOnly

func Memo_SetReadOnly(obj uintptr, value bool)

func Memo_SetScrollBars

func Memo_SetScrollBars(obj uintptr, value TScrollStyle)

func Memo_SetSelLength

func Memo_SetSelLength(obj uintptr, value int32)

func Memo_SetSelStart

func Memo_SetSelStart(obj uintptr, value int32)

func Memo_SetSelText

func Memo_SetSelText(obj uintptr, value string)

func Memo_SetShowHint

func Memo_SetShowHint(obj uintptr, value bool)

func Memo_SetTabOrder

func Memo_SetTabOrder(obj uintptr, value TTabOrder)

func Memo_SetTabStop

func Memo_SetTabStop(obj uintptr, value bool)

func Memo_SetTag

func Memo_SetTag(obj uintptr, value int)

func Memo_SetText

func Memo_SetText(obj uintptr, value string)

func Memo_SetTextBuf added in v1.1.21

func Memo_SetTextBuf(obj uintptr, Buffer string)

func Memo_SetTextHint

func Memo_SetTextHint(obj uintptr, value string)

func Memo_SetTop

func Memo_SetTop(obj uintptr, value int32)

func Memo_SetUseDockManager

func Memo_SetUseDockManager(obj uintptr, value bool)

func Memo_SetVisible

func Memo_SetVisible(obj uintptr, value bool)

func Memo_SetWantReturns

func Memo_SetWantReturns(obj uintptr, value bool)

func Memo_SetWantTabs

func Memo_SetWantTabs(obj uintptr, value bool)

func Memo_SetWidth

func Memo_SetWidth(obj uintptr, value int32)

func Memo_SetWordWrap

func Memo_SetWordWrap(obj uintptr, value bool)

func Memo_Show

func Memo_Show(obj uintptr)

func Memo_StaticClassType added in v1.1.18

func Memo_StaticClassType() TClass

func Memo_ToString

func Memo_ToString(obj uintptr) string

func Memo_Undo

func Memo_Undo(obj uintptr)

func Memo_Update

func Memo_Update(obj uintptr)

func MemoryStream_ClassName

func MemoryStream_ClassName(obj uintptr) string

func MemoryStream_ClassType added in v1.1.18

func MemoryStream_ClassType(obj uintptr) TClass

func MemoryStream_Clear

func MemoryStream_Clear(obj uintptr)

func MemoryStream_CopyFrom

func MemoryStream_CopyFrom(obj uintptr, Source uintptr, Count int64) int64

func MemoryStream_Create

func MemoryStream_Create() uintptr

func MemoryStream_Equals

func MemoryStream_Equals(obj uintptr, Obj uintptr) bool

func MemoryStream_Free

func MemoryStream_Free(obj uintptr)

func MemoryStream_GetHashCode

func MemoryStream_GetHashCode(obj uintptr) int32

func MemoryStream_GetMemory

func MemoryStream_GetMemory(obj uintptr) uintptr

func MemoryStream_GetPosition

func MemoryStream_GetPosition(obj uintptr) int64

func MemoryStream_GetSize

func MemoryStream_GetSize(obj uintptr) int64

func MemoryStream_InheritsFrom added in v1.1.18

func MemoryStream_InheritsFrom(obj uintptr, AClass TClass) bool

func MemoryStream_InstanceSize added in v1.1.18

func MemoryStream_InstanceSize(obj uintptr) int32

func MemoryStream_LoadFromFile

func MemoryStream_LoadFromFile(obj uintptr, FileName string)

func MemoryStream_LoadFromStream

func MemoryStream_LoadFromStream(obj uintptr, Stream uintptr)

func MemoryStream_Read

func MemoryStream_Read(obj uintptr, count int32) (int32, []byte)

MemoryStream_Read 还需要待测试

func MemoryStream_SaveToFile

func MemoryStream_SaveToFile(obj uintptr, FileName string)

func MemoryStream_SaveToStream

func MemoryStream_SaveToStream(obj uintptr, Stream uintptr)

func MemoryStream_Seek

func MemoryStream_Seek(obj uintptr, Offset int64, Origin TSeekOrigin) int64

func MemoryStream_SetPosition

func MemoryStream_SetPosition(obj uintptr, value int64)

func MemoryStream_SetSize

func MemoryStream_SetSize(obj uintptr, value int64)

func MemoryStream_StaticClassType added in v1.1.18

func MemoryStream_StaticClassType() TClass

func MemoryStream_ToString

func MemoryStream_ToString(obj uintptr) string

func MemoryStream_Write

func MemoryStream_Write(obj uintptr, buffer []byte) int32
func MenuItem_Add(obj uintptr, Item uintptr)
func MenuItem_Assign(obj uintptr, Source uintptr)
func MenuItem_ClassName(obj uintptr) string
func MenuItem_ClassType(obj uintptr) TClass
func MenuItem_Clear(obj uintptr)
func MenuItem_Click(obj uintptr)
func MenuItem_Create(obj uintptr) uintptr
func MenuItem_Delete(obj uintptr, Index int32)
func MenuItem_Equals(obj uintptr, Obj uintptr) bool
func MenuItem_FindComponent(obj uintptr, AName string) uintptr
func MenuItem_Free(obj uintptr)
func MenuItem_GetAction(obj uintptr) uintptr
func MenuItem_GetAutoCheck(obj uintptr) bool
func MenuItem_GetBitmap(obj uintptr) uintptr
func MenuItem_GetCaption(obj uintptr) string
func MenuItem_GetChecked(obj uintptr) bool
func MenuItem_GetComponentCount(obj uintptr) int32
func MenuItem_GetComponentIndex(obj uintptr) int32
func MenuItem_GetComponents(obj uintptr, AIndex int32) uintptr
func MenuItem_GetCount(obj uintptr) int32
func MenuItem_GetDefault(obj uintptr) bool
func MenuItem_GetEnabled(obj uintptr) bool
func MenuItem_GetGroupIndex(obj uintptr) uint8
func MenuItem_GetHandle(obj uintptr) HMENU
func MenuItem_GetHashCode(obj uintptr) int32
func MenuItem_GetHint(obj uintptr) string
func MenuItem_GetImageIndex(obj uintptr) int32
func MenuItem_GetItems(obj uintptr, Index int32) uintptr
func MenuItem_GetName(obj uintptr) string
func MenuItem_GetNamePath(obj uintptr) string
func MenuItem_GetOwner(obj uintptr) uintptr
func MenuItem_GetParent(obj uintptr) uintptr
func MenuItem_GetRadioItem(obj uintptr) bool
func MenuItem_GetShortCut(obj uintptr) TShortCut
func MenuItem_GetTag(obj uintptr) int
func MenuItem_GetVisible(obj uintptr) bool
func MenuItem_HasParent(obj uintptr) bool
func MenuItem_IndexOf(obj uintptr, Item uintptr) int32
func MenuItem_InheritsFrom(obj uintptr, AClass TClass) bool
func MenuItem_Insert(obj uintptr, Index int32, Item uintptr)
func MenuItem_InstanceSize(obj uintptr) int32
func MenuItem_SetAction(obj uintptr, value uintptr)
func MenuItem_SetAutoCheck(obj uintptr, value bool)
func MenuItem_SetBitmap(obj uintptr, value uintptr)
func MenuItem_SetCaption(obj uintptr, value string)
func MenuItem_SetChecked(obj uintptr, value bool)
func MenuItem_SetComponentIndex(obj uintptr, value int32)
func MenuItem_SetDefault(obj uintptr, value bool)
func MenuItem_SetEnabled(obj uintptr, value bool)
func MenuItem_SetGroupIndex(obj uintptr, value uint8)
func MenuItem_SetHint(obj uintptr, value string)
func MenuItem_SetImageIndex(obj uintptr, value int32)
func MenuItem_SetName(obj uintptr, value string)
func MenuItem_SetOnClick(obj uintptr, fn interface{})
func MenuItem_SetOnMeasureItem(obj uintptr, fn interface{})
func MenuItem_SetRadioItem(obj uintptr, value bool)
func MenuItem_SetShortCut(obj uintptr, value TShortCut)
func MenuItem_SetTag(obj uintptr, value int)
func MenuItem_SetVisible(obj uintptr, value bool)
func MenuItem_StaticClassType() TClass
func MenuItem_ToString(obj uintptr) string

func MessageCallbackOf added in v1.2.1

func MessageCallbackOf(Id uintptr) (interface{}, bool)

从消息表中查找指定id的函数

func MiniWebview_AnchorAsAlign

func MiniWebview_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func MiniWebview_AnchorClient

func MiniWebview_AnchorClient(obj uintptr, ASpace int32)

func MiniWebview_AnchorHorizontalCenterTo

func MiniWebview_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func MiniWebview_AnchorParallel

func MiniWebview_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MiniWebview_AnchorToNeighbour

func MiniWebview_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MiniWebview_AnchorVerticalCenterTo

func MiniWebview_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func MiniWebview_Assign added in v1.2.1

func MiniWebview_Assign(obj uintptr, Source uintptr)

func MiniWebview_BringToFront added in v1.2.1

func MiniWebview_BringToFront(obj uintptr)

func MiniWebview_CanFocus added in v1.2.1

func MiniWebview_CanFocus(obj uintptr) bool

func MiniWebview_ClassName added in v1.2.1

func MiniWebview_ClassName(obj uintptr) string

func MiniWebview_ClassType added in v1.2.1

func MiniWebview_ClassType(obj uintptr) TClass

func MiniWebview_ClientToParent added in v1.2.1

func MiniWebview_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MiniWebview_ClientToScreen added in v1.2.1

func MiniWebview_ClientToScreen(obj uintptr, Point TPoint) TPoint

func MiniWebview_ContainsControl added in v1.2.1

func MiniWebview_ContainsControl(obj uintptr, Control uintptr) bool

func MiniWebview_ControlAtPos added in v1.2.1

func MiniWebview_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func MiniWebview_Create added in v1.2.1

func MiniWebview_Create(obj uintptr) uintptr

func MiniWebview_DisableAlign added in v1.2.1

func MiniWebview_DisableAlign(obj uintptr)

func MiniWebview_Dragging added in v1.2.1

func MiniWebview_Dragging(obj uintptr) bool

func MiniWebview_EnableAlign added in v1.2.1

func MiniWebview_EnableAlign(obj uintptr)

func MiniWebview_Equals added in v1.2.1

func MiniWebview_Equals(obj uintptr, Obj uintptr) bool

func MiniWebview_ExecuteJS added in v1.2.4

func MiniWebview_ExecuteJS(obj uintptr, AScriptText string)

func MiniWebview_ExecuteScript added in v1.2.4

func MiniWebview_ExecuteScript(obj uintptr, AScriptText string, AScriptType string)

func MiniWebview_FindChildControl added in v1.2.1

func MiniWebview_FindChildControl(obj uintptr, ControlName string) uintptr

func MiniWebview_FindComponent added in v1.2.1

func MiniWebview_FindComponent(obj uintptr, AName string) uintptr

func MiniWebview_FlipChildren added in v1.2.1

func MiniWebview_FlipChildren(obj uintptr, AllLevels bool)

func MiniWebview_Focused added in v1.2.1

func MiniWebview_Focused(obj uintptr) bool

func MiniWebview_Free added in v1.2.1

func MiniWebview_Free(obj uintptr)

func MiniWebview_GetAction added in v1.2.1

func MiniWebview_GetAction(obj uintptr) uintptr

func MiniWebview_GetAlign added in v1.2.1

func MiniWebview_GetAlign(obj uintptr) TAlign

func MiniWebview_GetAnchorSide

func MiniWebview_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func MiniWebview_GetAnchorSideBottom

func MiniWebview_GetAnchorSideBottom(obj uintptr) uintptr

func MiniWebview_GetAnchorSideLeft

func MiniWebview_GetAnchorSideLeft(obj uintptr) uintptr

func MiniWebview_GetAnchorSideRight

func MiniWebview_GetAnchorSideRight(obj uintptr) uintptr

func MiniWebview_GetAnchorSideTop

func MiniWebview_GetAnchorSideTop(obj uintptr) uintptr

func MiniWebview_GetAnchors added in v1.2.1

func MiniWebview_GetAnchors(obj uintptr) TAnchors

func MiniWebview_GetBiDiMode added in v1.2.1

func MiniWebview_GetBiDiMode(obj uintptr) TBiDiMode

func MiniWebview_GetBorderSpacing

func MiniWebview_GetBorderSpacing(obj uintptr) uintptr

func MiniWebview_GetBoundsRect added in v1.2.1

func MiniWebview_GetBoundsRect(obj uintptr) TRect

func MiniWebview_GetBrush added in v1.2.1

func MiniWebview_GetBrush(obj uintptr) uintptr

func MiniWebview_GetChildSizing

func MiniWebview_GetChildSizing(obj uintptr) uintptr

func MiniWebview_GetClientHeight added in v1.2.1

func MiniWebview_GetClientHeight(obj uintptr) int32

func MiniWebview_GetClientOrigin added in v1.2.1

func MiniWebview_GetClientOrigin(obj uintptr) TPoint

func MiniWebview_GetClientRect added in v1.2.1

func MiniWebview_GetClientRect(obj uintptr) TRect

func MiniWebview_GetClientWidth added in v1.2.1

func MiniWebview_GetClientWidth(obj uintptr) int32

func MiniWebview_GetComponentCount added in v1.2.1

func MiniWebview_GetComponentCount(obj uintptr) int32

func MiniWebview_GetComponentIndex added in v1.2.1

func MiniWebview_GetComponentIndex(obj uintptr) int32

func MiniWebview_GetComponents added in v1.2.1

func MiniWebview_GetComponents(obj uintptr, AIndex int32) uintptr

func MiniWebview_GetConstraints added in v1.2.7

func MiniWebview_GetConstraints(obj uintptr) uintptr

func MiniWebview_GetControlCount added in v1.2.1

func MiniWebview_GetControlCount(obj uintptr) int32

func MiniWebview_GetControlState added in v1.2.1

func MiniWebview_GetControlState(obj uintptr) TControlState

func MiniWebview_GetControlStyle added in v1.2.1

func MiniWebview_GetControlStyle(obj uintptr) TControlStyle

func MiniWebview_GetControls added in v1.2.1

func MiniWebview_GetControls(obj uintptr, Index int32) uintptr

func MiniWebview_GetCursor added in v1.2.1

func MiniWebview_GetCursor(obj uintptr) TCursor

func MiniWebview_GetDockClientCount added in v1.2.1

func MiniWebview_GetDockClientCount(obj uintptr) int32

func MiniWebview_GetDockClients added in v1.2.1

func MiniWebview_GetDockClients(obj uintptr, Index int32) uintptr

func MiniWebview_GetDockSite added in v1.2.1

func MiniWebview_GetDockSite(obj uintptr) bool

func MiniWebview_GetDoubleBuffered added in v1.2.1

func MiniWebview_GetDoubleBuffered(obj uintptr) bool

func MiniWebview_GetEnabled added in v1.2.1

func MiniWebview_GetEnabled(obj uintptr) bool

func MiniWebview_GetFloating added in v1.2.1

func MiniWebview_GetFloating(obj uintptr) bool

func MiniWebview_GetHandle added in v1.2.1

func MiniWebview_GetHandle(obj uintptr) HWND

func MiniWebview_GetHashCode added in v1.2.1

func MiniWebview_GetHashCode(obj uintptr) int32

func MiniWebview_GetHeight added in v1.2.1

func MiniWebview_GetHeight(obj uintptr) int32

func MiniWebview_GetHint added in v1.2.1

func MiniWebview_GetHint(obj uintptr) string

func MiniWebview_GetLeft added in v1.2.1

func MiniWebview_GetLeft(obj uintptr) int32

func MiniWebview_GetMouseInClient added in v1.2.1

func MiniWebview_GetMouseInClient(obj uintptr) bool

func MiniWebview_GetName added in v1.2.1

func MiniWebview_GetName(obj uintptr) string

func MiniWebview_GetNamePath added in v1.2.1

func MiniWebview_GetNamePath(obj uintptr) string

func MiniWebview_GetOwner added in v1.2.1

func MiniWebview_GetOwner(obj uintptr) uintptr

func MiniWebview_GetParent added in v1.2.1

func MiniWebview_GetParent(obj uintptr) uintptr

func MiniWebview_GetParentDoubleBuffered added in v1.2.1

func MiniWebview_GetParentDoubleBuffered(obj uintptr) bool

func MiniWebview_GetParentWindow added in v1.2.1

func MiniWebview_GetParentWindow(obj uintptr) HWND

func MiniWebview_GetReadyState added in v1.2.1

func MiniWebview_GetReadyState(obj uintptr) TReadyState

func MiniWebview_GetShowHint added in v1.2.1

func MiniWebview_GetShowHint(obj uintptr) bool

func MiniWebview_GetTabOrder added in v1.2.1

func MiniWebview_GetTabOrder(obj uintptr) TTabOrder

func MiniWebview_GetTabStop added in v1.2.1

func MiniWebview_GetTabStop(obj uintptr) bool

func MiniWebview_GetTag added in v1.2.1

func MiniWebview_GetTag(obj uintptr) int

func MiniWebview_GetTextBuf added in v1.2.1

func MiniWebview_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func MiniWebview_GetTextLen added in v1.2.1

func MiniWebview_GetTextLen(obj uintptr) int32

func MiniWebview_GetTop added in v1.2.1

func MiniWebview_GetTop(obj uintptr) int32

func MiniWebview_GetUseDockManager added in v1.2.1

func MiniWebview_GetUseDockManager(obj uintptr) bool

func MiniWebview_GetVisible added in v1.2.1

func MiniWebview_GetVisible(obj uintptr) bool

func MiniWebview_GetVisibleDockClientCount added in v1.2.1

func MiniWebview_GetVisibleDockClientCount(obj uintptr) int32

func MiniWebview_GetWidth added in v1.2.1

func MiniWebview_GetWidth(obj uintptr) int32

func MiniWebview_GoBack added in v1.2.1

func MiniWebview_GoBack(obj uintptr)

func MiniWebview_GoForward added in v1.2.1

func MiniWebview_GoForward(obj uintptr)

func MiniWebview_GoHome added in v1.2.1

func MiniWebview_GoHome(obj uintptr)

func MiniWebview_GoSearch added in v1.2.1

func MiniWebview_GoSearch(obj uintptr)

func MiniWebview_HandleAllocated added in v1.2.1

func MiniWebview_HandleAllocated(obj uintptr) bool

func MiniWebview_HasParent added in v1.2.1

func MiniWebview_HasParent(obj uintptr) bool

func MiniWebview_Hide added in v1.2.1

func MiniWebview_Hide(obj uintptr)

func MiniWebview_InheritsFrom added in v1.2.1

func MiniWebview_InheritsFrom(obj uintptr, AClass TClass) bool

func MiniWebview_InsertControl added in v1.2.1

func MiniWebview_InsertControl(obj uintptr, AControl uintptr)

func MiniWebview_InstanceSize added in v1.2.1

func MiniWebview_InstanceSize(obj uintptr) int32

func MiniWebview_Invalidate added in v1.2.1

func MiniWebview_Invalidate(obj uintptr)

func MiniWebview_LoadHTML added in v1.2.4

func MiniWebview_LoadHTML(obj uintptr, AStr string)

func MiniWebview_Navigate added in v1.2.1

func MiniWebview_Navigate(obj uintptr, AURL string)

func MiniWebview_ParentToClient added in v1.2.1

func MiniWebview_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MiniWebview_Perform added in v1.2.1

func MiniWebview_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func MiniWebview_Realign added in v1.2.1

func MiniWebview_Realign(obj uintptr)

func MiniWebview_Refresh added in v1.2.1

func MiniWebview_Refresh(obj uintptr)

func MiniWebview_RemoveControl added in v1.2.1

func MiniWebview_RemoveControl(obj uintptr, AControl uintptr)

func MiniWebview_Repaint added in v1.2.1

func MiniWebview_Repaint(obj uintptr)

func MiniWebview_ScaleBy added in v1.2.1

func MiniWebview_ScaleBy(obj uintptr, M int32, D int32)

func MiniWebview_ScreenToClient added in v1.2.1

func MiniWebview_ScreenToClient(obj uintptr, Point TPoint) TPoint

func MiniWebview_ScrollBy added in v1.2.1

func MiniWebview_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func MiniWebview_SendToBack added in v1.2.1

func MiniWebview_SendToBack(obj uintptr)

func MiniWebview_SetAction added in v1.2.1

func MiniWebview_SetAction(obj uintptr, value uintptr)

func MiniWebview_SetAlign added in v1.2.1

func MiniWebview_SetAlign(obj uintptr, value TAlign)

func MiniWebview_SetAnchorSideBottom

func MiniWebview_SetAnchorSideBottom(obj uintptr, value uintptr)

func MiniWebview_SetAnchorSideLeft

func MiniWebview_SetAnchorSideLeft(obj uintptr, value uintptr)

func MiniWebview_SetAnchorSideRight

func MiniWebview_SetAnchorSideRight(obj uintptr, value uintptr)

func MiniWebview_SetAnchorSideTop

func MiniWebview_SetAnchorSideTop(obj uintptr, value uintptr)

func MiniWebview_SetAnchors added in v1.2.1

func MiniWebview_SetAnchors(obj uintptr, value TAnchors)

func MiniWebview_SetBiDiMode added in v1.2.1

func MiniWebview_SetBiDiMode(obj uintptr, value TBiDiMode)

func MiniWebview_SetBorderSpacing

func MiniWebview_SetBorderSpacing(obj uintptr, value uintptr)

func MiniWebview_SetBounds added in v1.2.1

func MiniWebview_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func MiniWebview_SetBoundsRect added in v1.2.1

func MiniWebview_SetBoundsRect(obj uintptr, value TRect)

func MiniWebview_SetChildSizing

func MiniWebview_SetChildSizing(obj uintptr, value uintptr)

func MiniWebview_SetClientHeight added in v1.2.1

func MiniWebview_SetClientHeight(obj uintptr, value int32)

func MiniWebview_SetClientWidth added in v1.2.1

func MiniWebview_SetClientWidth(obj uintptr, value int32)

func MiniWebview_SetComponentIndex added in v1.2.1

func MiniWebview_SetComponentIndex(obj uintptr, value int32)

func MiniWebview_SetConstraints added in v1.2.7

func MiniWebview_SetConstraints(obj uintptr, value uintptr)

func MiniWebview_SetControlState added in v1.2.1

func MiniWebview_SetControlState(obj uintptr, value TControlState)

func MiniWebview_SetControlStyle added in v1.2.1

func MiniWebview_SetControlStyle(obj uintptr, value TControlStyle)

func MiniWebview_SetCursor added in v1.2.1

func MiniWebview_SetCursor(obj uintptr, value TCursor)

func MiniWebview_SetDockSite added in v1.2.1

func MiniWebview_SetDockSite(obj uintptr, value bool)

func MiniWebview_SetDoubleBuffered added in v1.2.1

func MiniWebview_SetDoubleBuffered(obj uintptr, value bool)

func MiniWebview_SetEnabled added in v1.2.1

func MiniWebview_SetEnabled(obj uintptr, value bool)

func MiniWebview_SetFocus added in v1.2.1

func MiniWebview_SetFocus(obj uintptr)

func MiniWebview_SetHeight added in v1.2.1

func MiniWebview_SetHeight(obj uintptr, value int32)

func MiniWebview_SetHint added in v1.2.1

func MiniWebview_SetHint(obj uintptr, value string)

func MiniWebview_SetLeft added in v1.2.1

func MiniWebview_SetLeft(obj uintptr, value int32)

func MiniWebview_SetName added in v1.2.1

func MiniWebview_SetName(obj uintptr, value string)

func MiniWebview_SetOnJSExternal added in v1.2.4

func MiniWebview_SetOnJSExternal(obj uintptr, fn interface{})

func MiniWebview_SetOnTitleChange added in v1.2.1

func MiniWebview_SetOnTitleChange(obj uintptr, fn interface{})

func MiniWebview_SetParent added in v1.2.1

func MiniWebview_SetParent(obj uintptr, value uintptr)

func MiniWebview_SetParentDoubleBuffered added in v1.2.1

func MiniWebview_SetParentDoubleBuffered(obj uintptr, value bool)

func MiniWebview_SetParentWindow added in v1.2.1

func MiniWebview_SetParentWindow(obj uintptr, value HWND)

func MiniWebview_SetShowHint added in v1.2.1

func MiniWebview_SetShowHint(obj uintptr, value bool)

func MiniWebview_SetTabOrder added in v1.2.1

func MiniWebview_SetTabOrder(obj uintptr, value TTabOrder)

func MiniWebview_SetTabStop added in v1.2.1

func MiniWebview_SetTabStop(obj uintptr, value bool)

func MiniWebview_SetTag added in v1.2.1

func MiniWebview_SetTag(obj uintptr, value int)

func MiniWebview_SetTextBuf added in v1.2.1

func MiniWebview_SetTextBuf(obj uintptr, Buffer string)

func MiniWebview_SetTop added in v1.2.1

func MiniWebview_SetTop(obj uintptr, value int32)

func MiniWebview_SetUseDockManager added in v1.2.1

func MiniWebview_SetUseDockManager(obj uintptr, value bool)

func MiniWebview_SetVisible added in v1.2.1

func MiniWebview_SetVisible(obj uintptr, value bool)

func MiniWebview_SetWidth added in v1.2.1

func MiniWebview_SetWidth(obj uintptr, value int32)

func MiniWebview_Show added in v1.2.1

func MiniWebview_Show(obj uintptr)

func MiniWebview_StaticClassType added in v1.2.1

func MiniWebview_StaticClassType() TClass

func MiniWebview_Stop added in v1.2.1

func MiniWebview_Stop(obj uintptr)

func MiniWebview_ToString added in v1.2.1

func MiniWebview_ToString(obj uintptr) string

func MiniWebview_Update added in v1.2.1

func MiniWebview_Update(obj uintptr)

func Monitor_ClassName

func Monitor_ClassName(obj uintptr) string

func Monitor_ClassType added in v1.1.18

func Monitor_ClassType(obj uintptr) TClass

func Monitor_Create

func Monitor_Create() uintptr

func Monitor_Equals

func Monitor_Equals(obj uintptr, Obj uintptr) bool

func Monitor_Free

func Monitor_Free(obj uintptr)

func Monitor_GetBoundsRect

func Monitor_GetBoundsRect(obj uintptr) TRect

func Monitor_GetHandle

func Monitor_GetHandle(obj uintptr) HMONITOR

func Monitor_GetHashCode

func Monitor_GetHashCode(obj uintptr) int32

func Monitor_GetHeight

func Monitor_GetHeight(obj uintptr) int32

func Monitor_GetLeft

func Monitor_GetLeft(obj uintptr) int32

func Monitor_GetMonitorNum

func Monitor_GetMonitorNum(obj uintptr) int32

func Monitor_GetPixelsPerInch

func Monitor_GetPixelsPerInch(obj uintptr) int32

func Monitor_GetPrimary

func Monitor_GetPrimary(obj uintptr) bool

func Monitor_GetTop

func Monitor_GetTop(obj uintptr) int32

func Monitor_GetWidth

func Monitor_GetWidth(obj uintptr) int32

func Monitor_GetWorkareaRect

func Monitor_GetWorkareaRect(obj uintptr) TRect

func Monitor_InheritsFrom added in v1.1.18

func Monitor_InheritsFrom(obj uintptr, AClass TClass) bool

func Monitor_InstanceSize added in v1.1.18

func Monitor_InstanceSize(obj uintptr) int32

func Monitor_StaticClassType added in v1.1.18

func Monitor_StaticClassType() TClass

func Monitor_ToString

func Monitor_ToString(obj uintptr) string

func MonthCalendar_AnchorAsAlign

func MonthCalendar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func MonthCalendar_AnchorClient

func MonthCalendar_AnchorClient(obj uintptr, ASpace int32)

func MonthCalendar_AnchorHorizontalCenterTo

func MonthCalendar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func MonthCalendar_AnchorParallel

func MonthCalendar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MonthCalendar_AnchorToNeighbour

func MonthCalendar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func MonthCalendar_AnchorVerticalCenterTo

func MonthCalendar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func MonthCalendar_Assign

func MonthCalendar_Assign(obj uintptr, Source uintptr)

func MonthCalendar_BringToFront

func MonthCalendar_BringToFront(obj uintptr)

func MonthCalendar_CanFocus

func MonthCalendar_CanFocus(obj uintptr) bool

func MonthCalendar_ClassName

func MonthCalendar_ClassName(obj uintptr) string

func MonthCalendar_ClassType added in v1.1.18

func MonthCalendar_ClassType(obj uintptr) TClass

func MonthCalendar_ClientToParent

func MonthCalendar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MonthCalendar_ClientToScreen

func MonthCalendar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func MonthCalendar_ContainsControl added in v1.1.21

func MonthCalendar_ContainsControl(obj uintptr, Control uintptr) bool

func MonthCalendar_ControlAtPos added in v1.1.21

func MonthCalendar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func MonthCalendar_Create

func MonthCalendar_Create(obj uintptr) uintptr

func MonthCalendar_DisableAlign added in v1.1.21

func MonthCalendar_DisableAlign(obj uintptr)

func MonthCalendar_Dragging

func MonthCalendar_Dragging(obj uintptr) bool

func MonthCalendar_EnableAlign added in v1.1.21

func MonthCalendar_EnableAlign(obj uintptr)

func MonthCalendar_Equals

func MonthCalendar_Equals(obj uintptr, Obj uintptr) bool

func MonthCalendar_FindChildControl added in v1.1.21

func MonthCalendar_FindChildControl(obj uintptr, ControlName string) uintptr

func MonthCalendar_FindComponent

func MonthCalendar_FindComponent(obj uintptr, AName string) uintptr

func MonthCalendar_FlipChildren

func MonthCalendar_FlipChildren(obj uintptr, AllLevels bool)

func MonthCalendar_Focused

func MonthCalendar_Focused(obj uintptr) bool

func MonthCalendar_Free

func MonthCalendar_Free(obj uintptr)

func MonthCalendar_GetAction

func MonthCalendar_GetAction(obj uintptr) uintptr

func MonthCalendar_GetAlign

func MonthCalendar_GetAlign(obj uintptr) TAlign

func MonthCalendar_GetAnchorSide

func MonthCalendar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func MonthCalendar_GetAnchorSideBottom

func MonthCalendar_GetAnchorSideBottom(obj uintptr) uintptr

func MonthCalendar_GetAnchorSideLeft

func MonthCalendar_GetAnchorSideLeft(obj uintptr) uintptr

func MonthCalendar_GetAnchorSideRight

func MonthCalendar_GetAnchorSideRight(obj uintptr) uintptr

func MonthCalendar_GetAnchorSideTop

func MonthCalendar_GetAnchorSideTop(obj uintptr) uintptr

func MonthCalendar_GetAnchors

func MonthCalendar_GetAnchors(obj uintptr) TAnchors

func MonthCalendar_GetAutoSize

func MonthCalendar_GetAutoSize(obj uintptr) bool

func MonthCalendar_GetBiDiMode

func MonthCalendar_GetBiDiMode(obj uintptr) TBiDiMode

func MonthCalendar_GetBorderSpacing

func MonthCalendar_GetBorderSpacing(obj uintptr) uintptr

func MonthCalendar_GetBorderWidth

func MonthCalendar_GetBorderWidth(obj uintptr) int32

func MonthCalendar_GetBoundsRect

func MonthCalendar_GetBoundsRect(obj uintptr) TRect

func MonthCalendar_GetBrush

func MonthCalendar_GetBrush(obj uintptr) uintptr

func MonthCalendar_GetChildSizing

func MonthCalendar_GetChildSizing(obj uintptr) uintptr

func MonthCalendar_GetClientHeight

func MonthCalendar_GetClientHeight(obj uintptr) int32

func MonthCalendar_GetClientOrigin added in v1.1.21

func MonthCalendar_GetClientOrigin(obj uintptr) TPoint

func MonthCalendar_GetClientRect

func MonthCalendar_GetClientRect(obj uintptr) TRect

func MonthCalendar_GetClientWidth

func MonthCalendar_GetClientWidth(obj uintptr) int32

func MonthCalendar_GetComponentCount

func MonthCalendar_GetComponentCount(obj uintptr) int32

func MonthCalendar_GetComponentIndex

func MonthCalendar_GetComponentIndex(obj uintptr) int32

func MonthCalendar_GetComponents

func MonthCalendar_GetComponents(obj uintptr, AIndex int32) uintptr

func MonthCalendar_GetConstraints added in v1.2.7

func MonthCalendar_GetConstraints(obj uintptr) uintptr

func MonthCalendar_GetControlCount

func MonthCalendar_GetControlCount(obj uintptr) int32

func MonthCalendar_GetControlState added in v1.1.21

func MonthCalendar_GetControlState(obj uintptr) TControlState

func MonthCalendar_GetControlStyle added in v1.1.21

func MonthCalendar_GetControlStyle(obj uintptr) TControlStyle

func MonthCalendar_GetControls

func MonthCalendar_GetControls(obj uintptr, Index int32) uintptr

func MonthCalendar_GetCursor

func MonthCalendar_GetCursor(obj uintptr) TCursor

func MonthCalendar_GetDate

func MonthCalendar_GetDate(obj uintptr) time.Time

func MonthCalendar_GetDockClientCount added in v1.1.21

func MonthCalendar_GetDockClientCount(obj uintptr) int32

func MonthCalendar_GetDockClients added in v1.1.21

func MonthCalendar_GetDockClients(obj uintptr, Index int32) uintptr

func MonthCalendar_GetDockSite

func MonthCalendar_GetDockSite(obj uintptr) bool

func MonthCalendar_GetDoubleBuffered

func MonthCalendar_GetDoubleBuffered(obj uintptr) bool

func MonthCalendar_GetDragCursor

func MonthCalendar_GetDragCursor(obj uintptr) TCursor

func MonthCalendar_GetDragKind

func MonthCalendar_GetDragKind(obj uintptr) TDragKind

func MonthCalendar_GetDragMode

func MonthCalendar_GetDragMode(obj uintptr) TDragMode

func MonthCalendar_GetEnabled

func MonthCalendar_GetEnabled(obj uintptr) bool

func MonthCalendar_GetFloating

func MonthCalendar_GetFloating(obj uintptr) bool

func MonthCalendar_GetFont

func MonthCalendar_GetFont(obj uintptr) uintptr

func MonthCalendar_GetHandle

func MonthCalendar_GetHandle(obj uintptr) HWND

func MonthCalendar_GetHashCode

func MonthCalendar_GetHashCode(obj uintptr) int32

func MonthCalendar_GetHeight

func MonthCalendar_GetHeight(obj uintptr) int32

func MonthCalendar_GetHint

func MonthCalendar_GetHint(obj uintptr) string

func MonthCalendar_GetLeft

func MonthCalendar_GetLeft(obj uintptr) int32

func MonthCalendar_GetMouseInClient added in v1.1.21

func MonthCalendar_GetMouseInClient(obj uintptr) bool

func MonthCalendar_GetName

func MonthCalendar_GetName(obj uintptr) string

func MonthCalendar_GetNamePath

func MonthCalendar_GetNamePath(obj uintptr) string

func MonthCalendar_GetOwner

func MonthCalendar_GetOwner(obj uintptr) uintptr

func MonthCalendar_GetParent

func MonthCalendar_GetParent(obj uintptr) uintptr

func MonthCalendar_GetParentDoubleBuffered

func MonthCalendar_GetParentDoubleBuffered(obj uintptr) bool

func MonthCalendar_GetParentWindow

func MonthCalendar_GetParentWindow(obj uintptr) HWND

func MonthCalendar_GetPopupMenu

func MonthCalendar_GetPopupMenu(obj uintptr) uintptr

func MonthCalendar_GetShowHint

func MonthCalendar_GetShowHint(obj uintptr) bool

func MonthCalendar_GetTabOrder

func MonthCalendar_GetTabOrder(obj uintptr) TTabOrder

func MonthCalendar_GetTabStop

func MonthCalendar_GetTabStop(obj uintptr) bool

func MonthCalendar_GetTag

func MonthCalendar_GetTag(obj uintptr) int

func MonthCalendar_GetTextBuf

func MonthCalendar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func MonthCalendar_GetTextLen

func MonthCalendar_GetTextLen(obj uintptr) int32

func MonthCalendar_GetTop

func MonthCalendar_GetTop(obj uintptr) int32

func MonthCalendar_GetUseDockManager

func MonthCalendar_GetUseDockManager(obj uintptr) bool

func MonthCalendar_GetVisible

func MonthCalendar_GetVisible(obj uintptr) bool

func MonthCalendar_GetVisibleDockClientCount added in v1.1.21

func MonthCalendar_GetVisibleDockClientCount(obj uintptr) int32

func MonthCalendar_GetWidth

func MonthCalendar_GetWidth(obj uintptr) int32

func MonthCalendar_HandleAllocated

func MonthCalendar_HandleAllocated(obj uintptr) bool

func MonthCalendar_HasParent

func MonthCalendar_HasParent(obj uintptr) bool

func MonthCalendar_Hide

func MonthCalendar_Hide(obj uintptr)

func MonthCalendar_InheritsFrom added in v1.1.18

func MonthCalendar_InheritsFrom(obj uintptr, AClass TClass) bool

func MonthCalendar_InsertControl added in v1.1.21

func MonthCalendar_InsertControl(obj uintptr, AControl uintptr)

func MonthCalendar_InstanceSize added in v1.1.18

func MonthCalendar_InstanceSize(obj uintptr) int32

func MonthCalendar_Invalidate

func MonthCalendar_Invalidate(obj uintptr)

func MonthCalendar_ParentToClient

func MonthCalendar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func MonthCalendar_Perform

func MonthCalendar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func MonthCalendar_Realign

func MonthCalendar_Realign(obj uintptr)

func MonthCalendar_Refresh

func MonthCalendar_Refresh(obj uintptr)

func MonthCalendar_RemoveControl added in v1.1.21

func MonthCalendar_RemoveControl(obj uintptr, AControl uintptr)

func MonthCalendar_Repaint

func MonthCalendar_Repaint(obj uintptr)

func MonthCalendar_ScaleBy

func MonthCalendar_ScaleBy(obj uintptr, M int32, D int32)

func MonthCalendar_ScreenToClient

func MonthCalendar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func MonthCalendar_ScrollBy added in v1.1.21

func MonthCalendar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func MonthCalendar_SendToBack

func MonthCalendar_SendToBack(obj uintptr)

func MonthCalendar_SetAction

func MonthCalendar_SetAction(obj uintptr, value uintptr)

func MonthCalendar_SetAlign

func MonthCalendar_SetAlign(obj uintptr, value TAlign)

func MonthCalendar_SetAnchorSideBottom

func MonthCalendar_SetAnchorSideBottom(obj uintptr, value uintptr)

func MonthCalendar_SetAnchorSideLeft

func MonthCalendar_SetAnchorSideLeft(obj uintptr, value uintptr)

func MonthCalendar_SetAnchorSideRight

func MonthCalendar_SetAnchorSideRight(obj uintptr, value uintptr)

func MonthCalendar_SetAnchorSideTop

func MonthCalendar_SetAnchorSideTop(obj uintptr, value uintptr)

func MonthCalendar_SetAnchors

func MonthCalendar_SetAnchors(obj uintptr, value TAnchors)

func MonthCalendar_SetAutoSize

func MonthCalendar_SetAutoSize(obj uintptr, value bool)

func MonthCalendar_SetBiDiMode

func MonthCalendar_SetBiDiMode(obj uintptr, value TBiDiMode)

func MonthCalendar_SetBorderSpacing

func MonthCalendar_SetBorderSpacing(obj uintptr, value uintptr)

func MonthCalendar_SetBorderWidth

func MonthCalendar_SetBorderWidth(obj uintptr, value int32)

func MonthCalendar_SetBounds

func MonthCalendar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func MonthCalendar_SetBoundsRect

func MonthCalendar_SetBoundsRect(obj uintptr, value TRect)

func MonthCalendar_SetChildSizing

func MonthCalendar_SetChildSizing(obj uintptr, value uintptr)

func MonthCalendar_SetClientHeight

func MonthCalendar_SetClientHeight(obj uintptr, value int32)

func MonthCalendar_SetClientWidth

func MonthCalendar_SetClientWidth(obj uintptr, value int32)

func MonthCalendar_SetComponentIndex

func MonthCalendar_SetComponentIndex(obj uintptr, value int32)

func MonthCalendar_SetConstraints added in v1.2.7

func MonthCalendar_SetConstraints(obj uintptr, value uintptr)

func MonthCalendar_SetControlState added in v1.1.21

func MonthCalendar_SetControlState(obj uintptr, value TControlState)

func MonthCalendar_SetControlStyle added in v1.1.21

func MonthCalendar_SetControlStyle(obj uintptr, value TControlStyle)

func MonthCalendar_SetCursor

func MonthCalendar_SetCursor(obj uintptr, value TCursor)

func MonthCalendar_SetDate

func MonthCalendar_SetDate(obj uintptr, value time.Time)

func MonthCalendar_SetDockSite

func MonthCalendar_SetDockSite(obj uintptr, value bool)

func MonthCalendar_SetDoubleBuffered

func MonthCalendar_SetDoubleBuffered(obj uintptr, value bool)

func MonthCalendar_SetDragCursor

func MonthCalendar_SetDragCursor(obj uintptr, value TCursor)

func MonthCalendar_SetDragKind

func MonthCalendar_SetDragKind(obj uintptr, value TDragKind)

func MonthCalendar_SetDragMode

func MonthCalendar_SetDragMode(obj uintptr, value TDragMode)

func MonthCalendar_SetEnabled

func MonthCalendar_SetEnabled(obj uintptr, value bool)

func MonthCalendar_SetFocus

func MonthCalendar_SetFocus(obj uintptr)

func MonthCalendar_SetFont

func MonthCalendar_SetFont(obj uintptr, value uintptr)

func MonthCalendar_SetHeight

func MonthCalendar_SetHeight(obj uintptr, value int32)

func MonthCalendar_SetHint

func MonthCalendar_SetHint(obj uintptr, value string)

func MonthCalendar_SetLeft

func MonthCalendar_SetLeft(obj uintptr, value int32)

func MonthCalendar_SetName

func MonthCalendar_SetName(obj uintptr, value string)

func MonthCalendar_SetOnClick

func MonthCalendar_SetOnClick(obj uintptr, fn interface{})

func MonthCalendar_SetOnContextPopup

func MonthCalendar_SetOnContextPopup(obj uintptr, fn interface{})

func MonthCalendar_SetOnDblClick

func MonthCalendar_SetOnDblClick(obj uintptr, fn interface{})

func MonthCalendar_SetOnDragDrop

func MonthCalendar_SetOnDragDrop(obj uintptr, fn interface{})

func MonthCalendar_SetOnDragOver

func MonthCalendar_SetOnDragOver(obj uintptr, fn interface{})

func MonthCalendar_SetOnEndDock

func MonthCalendar_SetOnEndDock(obj uintptr, fn interface{})

func MonthCalendar_SetOnEndDrag

func MonthCalendar_SetOnEndDrag(obj uintptr, fn interface{})

func MonthCalendar_SetOnEnter

func MonthCalendar_SetOnEnter(obj uintptr, fn interface{})

func MonthCalendar_SetOnExit

func MonthCalendar_SetOnExit(obj uintptr, fn interface{})

func MonthCalendar_SetOnKeyDown

func MonthCalendar_SetOnKeyDown(obj uintptr, fn interface{})

func MonthCalendar_SetOnKeyPress

func MonthCalendar_SetOnKeyPress(obj uintptr, fn interface{})

func MonthCalendar_SetOnKeyUp

func MonthCalendar_SetOnKeyUp(obj uintptr, fn interface{})

func MonthCalendar_SetOnMouseEnter

func MonthCalendar_SetOnMouseEnter(obj uintptr, fn interface{})

func MonthCalendar_SetOnMouseLeave

func MonthCalendar_SetOnMouseLeave(obj uintptr, fn interface{})

func MonthCalendar_SetOnStartDock

func MonthCalendar_SetOnStartDock(obj uintptr, fn interface{})

func MonthCalendar_SetParent

func MonthCalendar_SetParent(obj uintptr, value uintptr)

func MonthCalendar_SetParentDoubleBuffered

func MonthCalendar_SetParentDoubleBuffered(obj uintptr, value bool)

func MonthCalendar_SetParentWindow

func MonthCalendar_SetParentWindow(obj uintptr, value HWND)

func MonthCalendar_SetPopupMenu

func MonthCalendar_SetPopupMenu(obj uintptr, value uintptr)

func MonthCalendar_SetShowHint

func MonthCalendar_SetShowHint(obj uintptr, value bool)

func MonthCalendar_SetTabOrder

func MonthCalendar_SetTabOrder(obj uintptr, value TTabOrder)

func MonthCalendar_SetTabStop

func MonthCalendar_SetTabStop(obj uintptr, value bool)

func MonthCalendar_SetTag

func MonthCalendar_SetTag(obj uintptr, value int)

func MonthCalendar_SetTextBuf added in v1.1.21

func MonthCalendar_SetTextBuf(obj uintptr, Buffer string)

func MonthCalendar_SetTop

func MonthCalendar_SetTop(obj uintptr, value int32)

func MonthCalendar_SetUseDockManager

func MonthCalendar_SetUseDockManager(obj uintptr, value bool)

func MonthCalendar_SetVisible

func MonthCalendar_SetVisible(obj uintptr, value bool)

func MonthCalendar_SetWidth

func MonthCalendar_SetWidth(obj uintptr, value int32)

func MonthCalendar_Show

func MonthCalendar_Show(obj uintptr)

func MonthCalendar_StaticClassType added in v1.1.18

func MonthCalendar_StaticClassType() TClass

func MonthCalendar_ToString

func MonthCalendar_ToString(obj uintptr) string

func MonthCalendar_Update

func MonthCalendar_Update(obj uintptr)

func Mouse_ClassName

func Mouse_ClassName(obj uintptr) string

func Mouse_ClassType added in v1.1.18

func Mouse_ClassType(obj uintptr) TClass

func Mouse_Create

func Mouse_Create() uintptr

func Mouse_Equals

func Mouse_Equals(obj uintptr, Obj uintptr) bool

func Mouse_Free

func Mouse_Free(obj uintptr)

func Mouse_GetCapture

func Mouse_GetCapture(obj uintptr) HWND

func Mouse_GetCursorPos

func Mouse_GetCursorPos(obj uintptr) TPoint

func Mouse_GetHashCode

func Mouse_GetHashCode(obj uintptr) int32

func Mouse_GetIsDragging

func Mouse_GetIsDragging(obj uintptr) bool

func Mouse_GetWheelScrollLines

func Mouse_GetWheelScrollLines(obj uintptr) int32

func Mouse_InheritsFrom added in v1.1.18

func Mouse_InheritsFrom(obj uintptr, AClass TClass) bool

func Mouse_Instance

func Mouse_Instance() uintptr

func Mouse_InstanceSize added in v1.1.18

func Mouse_InstanceSize(obj uintptr) int32

func Mouse_SetCapture

func Mouse_SetCapture(obj uintptr, value HWND)

func Mouse_SetCursorPos

func Mouse_SetCursorPos(obj uintptr, value TPoint)

func Mouse_StaticClassType added in v1.1.18

func Mouse_StaticClassType() TClass

func Mouse_ToString

func Mouse_ToString(obj uintptr) string

func Object_ClassName

func Object_ClassName(obj uintptr) string

func Object_ClassType added in v1.1.18

func Object_ClassType(obj uintptr) TClass

func Object_Create

func Object_Create() uintptr

func Object_Equals

func Object_Equals(obj uintptr, Obj uintptr) bool

func Object_Free

func Object_Free(obj uintptr)

func Object_GetHashCode

func Object_GetHashCode(obj uintptr) int32

func Object_InheritsFrom added in v1.1.18

func Object_InheritsFrom(obj uintptr, AClass TClass) bool

func Object_InstanceSize added in v1.1.18

func Object_InstanceSize(obj uintptr) int32

func Object_StaticClassType added in v1.1.18

func Object_StaticClassType() TClass

func Object_ToString

func Object_ToString(obj uintptr) string

func OpenDialog_Assign

func OpenDialog_Assign(obj uintptr, Source uintptr)

func OpenDialog_ClassName

func OpenDialog_ClassName(obj uintptr) string

func OpenDialog_ClassType added in v1.1.18

func OpenDialog_ClassType(obj uintptr) TClass

func OpenDialog_Create

func OpenDialog_Create(obj uintptr) uintptr

func OpenDialog_Equals

func OpenDialog_Equals(obj uintptr, Obj uintptr) bool

func OpenDialog_Execute

func OpenDialog_Execute(obj uintptr) bool

func OpenDialog_FindComponent

func OpenDialog_FindComponent(obj uintptr, AName string) uintptr

func OpenDialog_Free

func OpenDialog_Free(obj uintptr)

func OpenDialog_GetComponentCount

func OpenDialog_GetComponentCount(obj uintptr) int32

func OpenDialog_GetComponentIndex

func OpenDialog_GetComponentIndex(obj uintptr) int32

func OpenDialog_GetComponents

func OpenDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func OpenDialog_GetDefaultExt

func OpenDialog_GetDefaultExt(obj uintptr) string

func OpenDialog_GetFileName

func OpenDialog_GetFileName(obj uintptr) string

func OpenDialog_GetFiles

func OpenDialog_GetFiles(obj uintptr) uintptr

func OpenDialog_GetFilter

func OpenDialog_GetFilter(obj uintptr) string

func OpenDialog_GetFilterIndex

func OpenDialog_GetFilterIndex(obj uintptr) int32

func OpenDialog_GetHandle

func OpenDialog_GetHandle(obj uintptr) HWND

func OpenDialog_GetHashCode

func OpenDialog_GetHashCode(obj uintptr) int32

func OpenDialog_GetInitialDir

func OpenDialog_GetInitialDir(obj uintptr) string

func OpenDialog_GetName

func OpenDialog_GetName(obj uintptr) string

func OpenDialog_GetNamePath

func OpenDialog_GetNamePath(obj uintptr) string

func OpenDialog_GetOptions

func OpenDialog_GetOptions(obj uintptr) TOpenOptions

func OpenDialog_GetOwner

func OpenDialog_GetOwner(obj uintptr) uintptr

func OpenDialog_GetTag

func OpenDialog_GetTag(obj uintptr) int

func OpenDialog_GetTitle

func OpenDialog_GetTitle(obj uintptr) string

func OpenDialog_HasParent

func OpenDialog_HasParent(obj uintptr) bool

func OpenDialog_InheritsFrom added in v1.1.18

func OpenDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func OpenDialog_InstanceSize added in v1.1.18

func OpenDialog_InstanceSize(obj uintptr) int32

func OpenDialog_SetComponentIndex

func OpenDialog_SetComponentIndex(obj uintptr, value int32)

func OpenDialog_SetDefaultExt

func OpenDialog_SetDefaultExt(obj uintptr, value string)

func OpenDialog_SetFileName

func OpenDialog_SetFileName(obj uintptr, value string)

func OpenDialog_SetFilter

func OpenDialog_SetFilter(obj uintptr, value string)

func OpenDialog_SetFilterIndex

func OpenDialog_SetFilterIndex(obj uintptr, value int32)

func OpenDialog_SetInitialDir

func OpenDialog_SetInitialDir(obj uintptr, value string)

func OpenDialog_SetName

func OpenDialog_SetName(obj uintptr, value string)

func OpenDialog_SetOnClose

func OpenDialog_SetOnClose(obj uintptr, fn interface{})

func OpenDialog_SetOnShow

func OpenDialog_SetOnShow(obj uintptr, fn interface{})

func OpenDialog_SetOptions

func OpenDialog_SetOptions(obj uintptr, value TOpenOptions)

func OpenDialog_SetTag

func OpenDialog_SetTag(obj uintptr, value int)

func OpenDialog_SetTitle

func OpenDialog_SetTitle(obj uintptr, value string)

func OpenDialog_StaticClassType added in v1.1.18

func OpenDialog_StaticClassType() TClass

func OpenDialog_ToString

func OpenDialog_ToString(obj uintptr) string

func OpenPictureDialog_Assign

func OpenPictureDialog_Assign(obj uintptr, Source uintptr)

func OpenPictureDialog_ClassName

func OpenPictureDialog_ClassName(obj uintptr) string

func OpenPictureDialog_ClassType added in v1.1.18

func OpenPictureDialog_ClassType(obj uintptr) TClass

func OpenPictureDialog_Create

func OpenPictureDialog_Create(obj uintptr) uintptr

func OpenPictureDialog_Equals

func OpenPictureDialog_Equals(obj uintptr, Obj uintptr) bool

func OpenPictureDialog_Execute

func OpenPictureDialog_Execute(obj uintptr) bool

func OpenPictureDialog_FindComponent

func OpenPictureDialog_FindComponent(obj uintptr, AName string) uintptr

func OpenPictureDialog_Free

func OpenPictureDialog_Free(obj uintptr)

func OpenPictureDialog_GetComponentCount

func OpenPictureDialog_GetComponentCount(obj uintptr) int32

func OpenPictureDialog_GetComponentIndex

func OpenPictureDialog_GetComponentIndex(obj uintptr) int32

func OpenPictureDialog_GetComponents

func OpenPictureDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func OpenPictureDialog_GetDefaultExt

func OpenPictureDialog_GetDefaultExt(obj uintptr) string

func OpenPictureDialog_GetFileName

func OpenPictureDialog_GetFileName(obj uintptr) string

func OpenPictureDialog_GetFiles

func OpenPictureDialog_GetFiles(obj uintptr) uintptr

func OpenPictureDialog_GetFilter

func OpenPictureDialog_GetFilter(obj uintptr) string

func OpenPictureDialog_GetFilterIndex

func OpenPictureDialog_GetFilterIndex(obj uintptr) int32

func OpenPictureDialog_GetHandle

func OpenPictureDialog_GetHandle(obj uintptr) HWND

func OpenPictureDialog_GetHashCode

func OpenPictureDialog_GetHashCode(obj uintptr) int32

func OpenPictureDialog_GetInitialDir

func OpenPictureDialog_GetInitialDir(obj uintptr) string

func OpenPictureDialog_GetName

func OpenPictureDialog_GetName(obj uintptr) string

func OpenPictureDialog_GetNamePath

func OpenPictureDialog_GetNamePath(obj uintptr) string

func OpenPictureDialog_GetOptions

func OpenPictureDialog_GetOptions(obj uintptr) TOpenOptions

func OpenPictureDialog_GetOwner

func OpenPictureDialog_GetOwner(obj uintptr) uintptr

func OpenPictureDialog_GetTag

func OpenPictureDialog_GetTag(obj uintptr) int

func OpenPictureDialog_GetTitle

func OpenPictureDialog_GetTitle(obj uintptr) string

func OpenPictureDialog_HasParent

func OpenPictureDialog_HasParent(obj uintptr) bool

func OpenPictureDialog_InheritsFrom added in v1.1.18

func OpenPictureDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func OpenPictureDialog_InstanceSize added in v1.1.18

func OpenPictureDialog_InstanceSize(obj uintptr) int32

func OpenPictureDialog_SetComponentIndex

func OpenPictureDialog_SetComponentIndex(obj uintptr, value int32)

func OpenPictureDialog_SetDefaultExt

func OpenPictureDialog_SetDefaultExt(obj uintptr, value string)

func OpenPictureDialog_SetFileName

func OpenPictureDialog_SetFileName(obj uintptr, value string)

func OpenPictureDialog_SetFilter

func OpenPictureDialog_SetFilter(obj uintptr, value string)

func OpenPictureDialog_SetFilterIndex

func OpenPictureDialog_SetFilterIndex(obj uintptr, value int32)

func OpenPictureDialog_SetInitialDir

func OpenPictureDialog_SetInitialDir(obj uintptr, value string)

func OpenPictureDialog_SetName

func OpenPictureDialog_SetName(obj uintptr, value string)

func OpenPictureDialog_SetOnClose

func OpenPictureDialog_SetOnClose(obj uintptr, fn interface{})

func OpenPictureDialog_SetOnShow

func OpenPictureDialog_SetOnShow(obj uintptr, fn interface{})

func OpenPictureDialog_SetOptions

func OpenPictureDialog_SetOptions(obj uintptr, value TOpenOptions)

func OpenPictureDialog_SetTag

func OpenPictureDialog_SetTag(obj uintptr, value int)

func OpenPictureDialog_SetTitle

func OpenPictureDialog_SetTitle(obj uintptr, value string)

func OpenPictureDialog_StaticClassType added in v1.1.18

func OpenPictureDialog_StaticClassType() TClass

func OpenPictureDialog_ToString

func OpenPictureDialog_ToString(obj uintptr) string

func PageControl_AnchorAsAlign

func PageControl_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func PageControl_AnchorClient

func PageControl_AnchorClient(obj uintptr, ASpace int32)

func PageControl_AnchorHorizontalCenterTo

func PageControl_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func PageControl_AnchorParallel

func PageControl_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func PageControl_AnchorToNeighbour

func PageControl_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func PageControl_AnchorVerticalCenterTo

func PageControl_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func PageControl_Assign

func PageControl_Assign(obj uintptr, Source uintptr)

func PageControl_BringToFront

func PageControl_BringToFront(obj uintptr)

func PageControl_CanFocus

func PageControl_CanFocus(obj uintptr) bool

func PageControl_ClassName

func PageControl_ClassName(obj uintptr) string

func PageControl_ClassType added in v1.1.18

func PageControl_ClassType(obj uintptr) TClass

func PageControl_ClientToParent

func PageControl_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func PageControl_ClientToScreen

func PageControl_ClientToScreen(obj uintptr, Point TPoint) TPoint

func PageControl_ContainsControl added in v1.1.21

func PageControl_ContainsControl(obj uintptr, Control uintptr) bool

func PageControl_ControlAtPos added in v1.1.21

func PageControl_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func PageControl_Create

func PageControl_Create(obj uintptr) uintptr

func PageControl_DisableAlign added in v1.1.21

func PageControl_DisableAlign(obj uintptr)

func PageControl_Dragging

func PageControl_Dragging(obj uintptr) bool

func PageControl_EnableAlign added in v1.1.21

func PageControl_EnableAlign(obj uintptr)

func PageControl_Equals

func PageControl_Equals(obj uintptr, Obj uintptr) bool

func PageControl_FindChildControl added in v1.1.21

func PageControl_FindChildControl(obj uintptr, ControlName string) uintptr

func PageControl_FindComponent

func PageControl_FindComponent(obj uintptr, AName string) uintptr

func PageControl_FlipChildren

func PageControl_FlipChildren(obj uintptr, AllLevels bool)

func PageControl_Focused

func PageControl_Focused(obj uintptr) bool

func PageControl_Free

func PageControl_Free(obj uintptr)

func PageControl_GetAction

func PageControl_GetAction(obj uintptr) uintptr

func PageControl_GetActivePageIndex

func PageControl_GetActivePageIndex(obj uintptr) int32

func PageControl_GetAlign

func PageControl_GetAlign(obj uintptr) TAlign

func PageControl_GetAnchorSide

func PageControl_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func PageControl_GetAnchorSideBottom

func PageControl_GetAnchorSideBottom(obj uintptr) uintptr

func PageControl_GetAnchorSideLeft

func PageControl_GetAnchorSideLeft(obj uintptr) uintptr

func PageControl_GetAnchorSideRight

func PageControl_GetAnchorSideRight(obj uintptr) uintptr

func PageControl_GetAnchorSideTop

func PageControl_GetAnchorSideTop(obj uintptr) uintptr

func PageControl_GetAnchors

func PageControl_GetAnchors(obj uintptr) TAnchors

func PageControl_GetBiDiMode

func PageControl_GetBiDiMode(obj uintptr) TBiDiMode

func PageControl_GetBorderSpacing

func PageControl_GetBorderSpacing(obj uintptr) uintptr

func PageControl_GetBoundsRect

func PageControl_GetBoundsRect(obj uintptr) TRect

func PageControl_GetBrush

func PageControl_GetBrush(obj uintptr) uintptr

func PageControl_GetChildSizing

func PageControl_GetChildSizing(obj uintptr) uintptr

func PageControl_GetClientHeight

func PageControl_GetClientHeight(obj uintptr) int32

func PageControl_GetClientOrigin added in v1.1.21

func PageControl_GetClientOrigin(obj uintptr) TPoint

func PageControl_GetClientRect

func PageControl_GetClientRect(obj uintptr) TRect

func PageControl_GetClientWidth

func PageControl_GetClientWidth(obj uintptr) int32

func PageControl_GetComponentCount

func PageControl_GetComponentCount(obj uintptr) int32

func PageControl_GetComponentIndex

func PageControl_GetComponentIndex(obj uintptr) int32

func PageControl_GetComponents

func PageControl_GetComponents(obj uintptr, AIndex int32) uintptr

func PageControl_GetConstraints added in v1.2.7

func PageControl_GetConstraints(obj uintptr) uintptr

func PageControl_GetControlCount

func PageControl_GetControlCount(obj uintptr) int32

func PageControl_GetControlState added in v1.1.21

func PageControl_GetControlState(obj uintptr) TControlState

func PageControl_GetControlStyle added in v1.1.21

func PageControl_GetControlStyle(obj uintptr) TControlStyle

func PageControl_GetControls

func PageControl_GetControls(obj uintptr, Index int32) uintptr

func PageControl_GetCursor

func PageControl_GetCursor(obj uintptr) TCursor

func PageControl_GetDockClientCount added in v1.1.21

func PageControl_GetDockClientCount(obj uintptr) int32

func PageControl_GetDockClients added in v1.1.21

func PageControl_GetDockClients(obj uintptr, Index int32) uintptr

func PageControl_GetDockSite

func PageControl_GetDockSite(obj uintptr) bool

func PageControl_GetDoubleBuffered

func PageControl_GetDoubleBuffered(obj uintptr) bool

func PageControl_GetDragCursor

func PageControl_GetDragCursor(obj uintptr) TCursor

func PageControl_GetDragKind

func PageControl_GetDragKind(obj uintptr) TDragKind

func PageControl_GetDragMode

func PageControl_GetDragMode(obj uintptr) TDragMode

func PageControl_GetEnabled

func PageControl_GetEnabled(obj uintptr) bool

func PageControl_GetFloating

func PageControl_GetFloating(obj uintptr) bool

func PageControl_GetFont

func PageControl_GetFont(obj uintptr) uintptr

func PageControl_GetHandle

func PageControl_GetHandle(obj uintptr) HWND

func PageControl_GetHashCode

func PageControl_GetHashCode(obj uintptr) int32

func PageControl_GetHeight

func PageControl_GetHeight(obj uintptr) int32

func PageControl_GetHint

func PageControl_GetHint(obj uintptr) string

func PageControl_GetImages

func PageControl_GetImages(obj uintptr) uintptr

func PageControl_GetLeft

func PageControl_GetLeft(obj uintptr) int32

func PageControl_GetMouseInClient added in v1.1.21

func PageControl_GetMouseInClient(obj uintptr) bool

func PageControl_GetMultiLine

func PageControl_GetMultiLine(obj uintptr) bool

func PageControl_GetName

func PageControl_GetName(obj uintptr) string

func PageControl_GetNamePath

func PageControl_GetNamePath(obj uintptr) string

func PageControl_GetOptions

func PageControl_GetOptions(obj uintptr) TCTabControlOptions

func PageControl_GetOwner

func PageControl_GetOwner(obj uintptr) uintptr

func PageControl_GetPageCount

func PageControl_GetPageCount(obj uintptr) int32

func PageControl_GetPages

func PageControl_GetPages(obj uintptr, Index int32) uintptr

func PageControl_GetParent

func PageControl_GetParent(obj uintptr) uintptr

func PageControl_GetParentDoubleBuffered

func PageControl_GetParentDoubleBuffered(obj uintptr) bool

func PageControl_GetParentFont

func PageControl_GetParentFont(obj uintptr) bool

func PageControl_GetParentShowHint

func PageControl_GetParentShowHint(obj uintptr) bool

func PageControl_GetParentWindow

func PageControl_GetParentWindow(obj uintptr) HWND

func PageControl_GetPopupMenu

func PageControl_GetPopupMenu(obj uintptr) uintptr

func PageControl_GetShowHint

func PageControl_GetShowHint(obj uintptr) bool

func PageControl_GetTabHeight

func PageControl_GetTabHeight(obj uintptr) int16

func PageControl_GetTabIndex

func PageControl_GetTabIndex(obj uintptr) int32

func PageControl_GetTabOrder

func PageControl_GetTabOrder(obj uintptr) TTabOrder

func PageControl_GetTabPosition

func PageControl_GetTabPosition(obj uintptr) TTabPosition

func PageControl_GetTabStop

func PageControl_GetTabStop(obj uintptr) bool

func PageControl_GetTabWidth

func PageControl_GetTabWidth(obj uintptr) int16

func PageControl_GetTag

func PageControl_GetTag(obj uintptr) int

func PageControl_GetTextBuf

func PageControl_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func PageControl_GetTextLen

func PageControl_GetTextLen(obj uintptr) int32

func PageControl_GetTop

func PageControl_GetTop(obj uintptr) int32

func PageControl_GetUseDockManager

func PageControl_GetUseDockManager(obj uintptr) bool

func PageControl_GetVisible

func PageControl_GetVisible(obj uintptr) bool

func PageControl_GetVisibleDockClientCount added in v1.1.21

func PageControl_GetVisibleDockClientCount(obj uintptr) int32

func PageControl_GetWidth

func PageControl_GetWidth(obj uintptr) int32

func PageControl_HandleAllocated

func PageControl_HandleAllocated(obj uintptr) bool

func PageControl_HasParent

func PageControl_HasParent(obj uintptr) bool

func PageControl_Hide

func PageControl_Hide(obj uintptr)

func PageControl_InheritsFrom added in v1.1.18

func PageControl_InheritsFrom(obj uintptr, AClass TClass) bool

func PageControl_InsertControl added in v1.1.21

func PageControl_InsertControl(obj uintptr, AControl uintptr)

func PageControl_InstanceSize added in v1.1.18

func PageControl_InstanceSize(obj uintptr) int32

func PageControl_Invalidate

func PageControl_Invalidate(obj uintptr)

func PageControl_ParentToClient

func PageControl_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func PageControl_Perform

func PageControl_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func PageControl_Realign

func PageControl_Realign(obj uintptr)

func PageControl_Refresh

func PageControl_Refresh(obj uintptr)

func PageControl_RemoveControl added in v1.1.21

func PageControl_RemoveControl(obj uintptr, AControl uintptr)

func PageControl_Repaint

func PageControl_Repaint(obj uintptr)

func PageControl_ScaleBy

func PageControl_ScaleBy(obj uintptr, M int32, D int32)

func PageControl_ScreenToClient

func PageControl_ScreenToClient(obj uintptr, Point TPoint) TPoint

func PageControl_ScrollBy added in v1.1.21

func PageControl_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func PageControl_SelectNextPage

func PageControl_SelectNextPage(obj uintptr, GoForward bool, CheckTabVisible bool)

func PageControl_SendToBack

func PageControl_SendToBack(obj uintptr)

func PageControl_SetAction

func PageControl_SetAction(obj uintptr, value uintptr)

func PageControl_SetActivePageIndex

func PageControl_SetActivePageIndex(obj uintptr, value int32)

func PageControl_SetAlign

func PageControl_SetAlign(obj uintptr, value TAlign)

func PageControl_SetAnchorSideBottom

func PageControl_SetAnchorSideBottom(obj uintptr, value uintptr)

func PageControl_SetAnchorSideLeft

func PageControl_SetAnchorSideLeft(obj uintptr, value uintptr)

func PageControl_SetAnchorSideRight

func PageControl_SetAnchorSideRight(obj uintptr, value uintptr)

func PageControl_SetAnchorSideTop

func PageControl_SetAnchorSideTop(obj uintptr, value uintptr)

func PageControl_SetAnchors

func PageControl_SetAnchors(obj uintptr, value TAnchors)

func PageControl_SetBiDiMode

func PageControl_SetBiDiMode(obj uintptr, value TBiDiMode)

func PageControl_SetBorderSpacing

func PageControl_SetBorderSpacing(obj uintptr, value uintptr)

func PageControl_SetBounds

func PageControl_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func PageControl_SetBoundsRect

func PageControl_SetBoundsRect(obj uintptr, value TRect)

func PageControl_SetChildSizing

func PageControl_SetChildSizing(obj uintptr, value uintptr)

func PageControl_SetClientHeight

func PageControl_SetClientHeight(obj uintptr, value int32)

func PageControl_SetClientWidth

func PageControl_SetClientWidth(obj uintptr, value int32)

func PageControl_SetComponentIndex

func PageControl_SetComponentIndex(obj uintptr, value int32)

func PageControl_SetConstraints added in v1.2.7

func PageControl_SetConstraints(obj uintptr, value uintptr)

func PageControl_SetControlState added in v1.1.21

func PageControl_SetControlState(obj uintptr, value TControlState)

func PageControl_SetControlStyle added in v1.1.21

func PageControl_SetControlStyle(obj uintptr, value TControlStyle)

func PageControl_SetCursor

func PageControl_SetCursor(obj uintptr, value TCursor)

func PageControl_SetDockSite

func PageControl_SetDockSite(obj uintptr, value bool)

func PageControl_SetDoubleBuffered

func PageControl_SetDoubleBuffered(obj uintptr, value bool)

func PageControl_SetDragCursor

func PageControl_SetDragCursor(obj uintptr, value TCursor)

func PageControl_SetDragKind

func PageControl_SetDragKind(obj uintptr, value TDragKind)

func PageControl_SetDragMode

func PageControl_SetDragMode(obj uintptr, value TDragMode)

func PageControl_SetEnabled

func PageControl_SetEnabled(obj uintptr, value bool)

func PageControl_SetFocus

func PageControl_SetFocus(obj uintptr)

func PageControl_SetFont

func PageControl_SetFont(obj uintptr, value uintptr)

func PageControl_SetHeight

func PageControl_SetHeight(obj uintptr, value int32)

func PageControl_SetHint

func PageControl_SetHint(obj uintptr, value string)

func PageControl_SetImages

func PageControl_SetImages(obj uintptr, value uintptr)

func PageControl_SetLeft

func PageControl_SetLeft(obj uintptr, value int32)

func PageControl_SetMultiLine

func PageControl_SetMultiLine(obj uintptr, value bool)

func PageControl_SetName

func PageControl_SetName(obj uintptr, value string)

func PageControl_SetOnChange

func PageControl_SetOnChange(obj uintptr, fn interface{})

func PageControl_SetOnChanging added in v1.1.21

func PageControl_SetOnChanging(obj uintptr, fn interface{})

func PageControl_SetOnContextPopup

func PageControl_SetOnContextPopup(obj uintptr, fn interface{})

func PageControl_SetOnDockDrop

func PageControl_SetOnDockDrop(obj uintptr, fn interface{})

func PageControl_SetOnDragDrop

func PageControl_SetOnDragDrop(obj uintptr, fn interface{})

func PageControl_SetOnDragOver

func PageControl_SetOnDragOver(obj uintptr, fn interface{})

func PageControl_SetOnEndDock

func PageControl_SetOnEndDock(obj uintptr, fn interface{})

func PageControl_SetOnEndDrag

func PageControl_SetOnEndDrag(obj uintptr, fn interface{})

func PageControl_SetOnEnter

func PageControl_SetOnEnter(obj uintptr, fn interface{})

func PageControl_SetOnExit

func PageControl_SetOnExit(obj uintptr, fn interface{})

func PageControl_SetOnGetSiteInfo

func PageControl_SetOnGetSiteInfo(obj uintptr, fn interface{})

func PageControl_SetOnMouseDown

func PageControl_SetOnMouseDown(obj uintptr, fn interface{})

func PageControl_SetOnMouseEnter

func PageControl_SetOnMouseEnter(obj uintptr, fn interface{})

func PageControl_SetOnMouseLeave

func PageControl_SetOnMouseLeave(obj uintptr, fn interface{})

func PageControl_SetOnMouseMove

func PageControl_SetOnMouseMove(obj uintptr, fn interface{})

func PageControl_SetOnMouseUp

func PageControl_SetOnMouseUp(obj uintptr, fn interface{})

func PageControl_SetOnResize

func PageControl_SetOnResize(obj uintptr, fn interface{})

func PageControl_SetOnStartDock

func PageControl_SetOnStartDock(obj uintptr, fn interface{})

func PageControl_SetOnUnDock

func PageControl_SetOnUnDock(obj uintptr, fn interface{})

func PageControl_SetOptions

func PageControl_SetOptions(obj uintptr, value TCTabControlOptions)

func PageControl_SetParent

func PageControl_SetParent(obj uintptr, value uintptr)

func PageControl_SetParentDoubleBuffered

func PageControl_SetParentDoubleBuffered(obj uintptr, value bool)

func PageControl_SetParentFont

func PageControl_SetParentFont(obj uintptr, value bool)

func PageControl_SetParentShowHint

func PageControl_SetParentShowHint(obj uintptr, value bool)

func PageControl_SetParentWindow

func PageControl_SetParentWindow(obj uintptr, value HWND)

func PageControl_SetPopupMenu

func PageControl_SetPopupMenu(obj uintptr, value uintptr)

func PageControl_SetShowHint

func PageControl_SetShowHint(obj uintptr, value bool)

func PageControl_SetTabHeight

func PageControl_SetTabHeight(obj uintptr, value int16)

func PageControl_SetTabIndex

func PageControl_SetTabIndex(obj uintptr, value int32)

func PageControl_SetTabOrder

func PageControl_SetTabOrder(obj uintptr, value TTabOrder)

func PageControl_SetTabPosition

func PageControl_SetTabPosition(obj uintptr, value TTabPosition)

func PageControl_SetTabStop

func PageControl_SetTabStop(obj uintptr, value bool)

func PageControl_SetTabWidth

func PageControl_SetTabWidth(obj uintptr, value int16)

func PageControl_SetTag

func PageControl_SetTag(obj uintptr, value int)

func PageControl_SetTextBuf added in v1.1.21

func PageControl_SetTextBuf(obj uintptr, Buffer string)

func PageControl_SetTop

func PageControl_SetTop(obj uintptr, value int32)

func PageControl_SetUseDockManager

func PageControl_SetUseDockManager(obj uintptr, value bool)

func PageControl_SetVisible

func PageControl_SetVisible(obj uintptr, value bool)

func PageControl_SetWidth

func PageControl_SetWidth(obj uintptr, value int32)

func PageControl_Show

func PageControl_Show(obj uintptr)

func PageControl_StaticClassType added in v1.1.18

func PageControl_StaticClassType() TClass

func PageControl_TabRect

func PageControl_TabRect(obj uintptr, Index int32) TRect

func PageControl_ToString

func PageControl_ToString(obj uintptr) string

func PageControl_Update

func PageControl_Update(obj uintptr)

func PageSetupDialog_Assign

func PageSetupDialog_Assign(obj uintptr, Source uintptr)

func PageSetupDialog_ClassName

func PageSetupDialog_ClassName(obj uintptr) string

func PageSetupDialog_ClassType added in v1.1.18

func PageSetupDialog_ClassType(obj uintptr) TClass

func PageSetupDialog_Create

func PageSetupDialog_Create(obj uintptr) uintptr

func PageSetupDialog_Equals

func PageSetupDialog_Equals(obj uintptr, Obj uintptr) bool

func PageSetupDialog_Execute

func PageSetupDialog_Execute(obj uintptr) bool

func PageSetupDialog_FindComponent

func PageSetupDialog_FindComponent(obj uintptr, AName string) uintptr

func PageSetupDialog_Free

func PageSetupDialog_Free(obj uintptr)

func PageSetupDialog_GetComponentCount

func PageSetupDialog_GetComponentCount(obj uintptr) int32

func PageSetupDialog_GetComponentIndex

func PageSetupDialog_GetComponentIndex(obj uintptr) int32

func PageSetupDialog_GetComponents

func PageSetupDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func PageSetupDialog_GetHandle

func PageSetupDialog_GetHandle(obj uintptr) HWND

func PageSetupDialog_GetHashCode

func PageSetupDialog_GetHashCode(obj uintptr) int32

func PageSetupDialog_GetMarginBottom

func PageSetupDialog_GetMarginBottom(obj uintptr) int32

func PageSetupDialog_GetMarginLeft

func PageSetupDialog_GetMarginLeft(obj uintptr) int32

func PageSetupDialog_GetMarginRight

func PageSetupDialog_GetMarginRight(obj uintptr) int32

func PageSetupDialog_GetMarginTop

func PageSetupDialog_GetMarginTop(obj uintptr) int32

func PageSetupDialog_GetName

func PageSetupDialog_GetName(obj uintptr) string

func PageSetupDialog_GetNamePath

func PageSetupDialog_GetNamePath(obj uintptr) string

func PageSetupDialog_GetOptions

func PageSetupDialog_GetOptions(obj uintptr) TPageSetupDialogOptions

func PageSetupDialog_GetOwner

func PageSetupDialog_GetOwner(obj uintptr) uintptr

func PageSetupDialog_GetPageHeight

func PageSetupDialog_GetPageHeight(obj uintptr) int32

func PageSetupDialog_GetPageWidth

func PageSetupDialog_GetPageWidth(obj uintptr) int32

func PageSetupDialog_GetTag

func PageSetupDialog_GetTag(obj uintptr) int

func PageSetupDialog_GetUnits

func PageSetupDialog_GetUnits(obj uintptr) TPageMeasureUnits

func PageSetupDialog_HasParent

func PageSetupDialog_HasParent(obj uintptr) bool

func PageSetupDialog_InheritsFrom added in v1.1.18

func PageSetupDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func PageSetupDialog_InstanceSize added in v1.1.18

func PageSetupDialog_InstanceSize(obj uintptr) int32

func PageSetupDialog_SetComponentIndex

func PageSetupDialog_SetComponentIndex(obj uintptr, value int32)

func PageSetupDialog_SetMarginBottom

func PageSetupDialog_SetMarginBottom(obj uintptr, value int32)

func PageSetupDialog_SetMarginLeft

func PageSetupDialog_SetMarginLeft(obj uintptr, value int32)

func PageSetupDialog_SetMarginRight

func PageSetupDialog_SetMarginRight(obj uintptr, value int32)

func PageSetupDialog_SetMarginTop

func PageSetupDialog_SetMarginTop(obj uintptr, value int32)

func PageSetupDialog_SetName

func PageSetupDialog_SetName(obj uintptr, value string)

func PageSetupDialog_SetOnClose

func PageSetupDialog_SetOnClose(obj uintptr, fn interface{})

func PageSetupDialog_SetOnShow

func PageSetupDialog_SetOnShow(obj uintptr, fn interface{})

func PageSetupDialog_SetOptions

func PageSetupDialog_SetOptions(obj uintptr, value TPageSetupDialogOptions)

func PageSetupDialog_SetPageHeight

func PageSetupDialog_SetPageHeight(obj uintptr, value int32)

func PageSetupDialog_SetPageWidth

func PageSetupDialog_SetPageWidth(obj uintptr, value int32)

func PageSetupDialog_SetTag

func PageSetupDialog_SetTag(obj uintptr, value int)

func PageSetupDialog_StaticClassType added in v1.1.18

func PageSetupDialog_StaticClassType() TClass

func PageSetupDialog_ToString

func PageSetupDialog_ToString(obj uintptr) string

func PaintBox_AnchorAsAlign

func PaintBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func PaintBox_AnchorClient

func PaintBox_AnchorClient(obj uintptr, ASpace int32)

func PaintBox_AnchorHorizontalCenterTo

func PaintBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func PaintBox_AnchorParallel

func PaintBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func PaintBox_AnchorToNeighbour

func PaintBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func PaintBox_AnchorVerticalCenterTo

func PaintBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func PaintBox_Assign

func PaintBox_Assign(obj uintptr, Source uintptr)

func PaintBox_BringToFront

func PaintBox_BringToFront(obj uintptr)

func PaintBox_ClassName

func PaintBox_ClassName(obj uintptr) string

func PaintBox_ClassType added in v1.1.18

func PaintBox_ClassType(obj uintptr) TClass

func PaintBox_ClientToParent

func PaintBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func PaintBox_ClientToScreen

func PaintBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func PaintBox_Create

func PaintBox_Create(obj uintptr) uintptr

func PaintBox_Dragging

func PaintBox_Dragging(obj uintptr) bool

func PaintBox_Equals

func PaintBox_Equals(obj uintptr, Obj uintptr) bool

func PaintBox_FindComponent

func PaintBox_FindComponent(obj uintptr, AName string) uintptr

func PaintBox_Free

func PaintBox_Free(obj uintptr)

func PaintBox_GetAction

func PaintBox_GetAction(obj uintptr) uintptr

func PaintBox_GetAlign

func PaintBox_GetAlign(obj uintptr) TAlign

func PaintBox_GetAnchorSide

func PaintBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func PaintBox_GetAnchorSideBottom

func PaintBox_GetAnchorSideBottom(obj uintptr) uintptr

func PaintBox_GetAnchorSideLeft

func PaintBox_GetAnchorSideLeft(obj uintptr) uintptr

func PaintBox_GetAnchorSideRight

func PaintBox_GetAnchorSideRight(obj uintptr) uintptr

func PaintBox_GetAnchorSideTop

func PaintBox_GetAnchorSideTop(obj uintptr) uintptr

func PaintBox_GetAnchors

func PaintBox_GetAnchors(obj uintptr) TAnchors

func PaintBox_GetBiDiMode

func PaintBox_GetBiDiMode(obj uintptr) TBiDiMode

func PaintBox_GetBorderSpacing

func PaintBox_GetBorderSpacing(obj uintptr) uintptr

func PaintBox_GetBoundsRect

func PaintBox_GetBoundsRect(obj uintptr) TRect

func PaintBox_GetCanvas

func PaintBox_GetCanvas(obj uintptr) uintptr

func PaintBox_GetClientHeight

func PaintBox_GetClientHeight(obj uintptr) int32

func PaintBox_GetClientOrigin added in v1.1.21

func PaintBox_GetClientOrigin(obj uintptr) TPoint

func PaintBox_GetClientRect

func PaintBox_GetClientRect(obj uintptr) TRect

func PaintBox_GetClientWidth

func PaintBox_GetClientWidth(obj uintptr) int32

func PaintBox_GetColor

func PaintBox_GetColor(obj uintptr) TColor

func PaintBox_GetComponentCount

func PaintBox_GetComponentCount(obj uintptr) int32

func PaintBox_GetComponentIndex

func PaintBox_GetComponentIndex(obj uintptr) int32

func PaintBox_GetComponents

func PaintBox_GetComponents(obj uintptr, AIndex int32) uintptr

func PaintBox_GetConstraints added in v1.2.7

func PaintBox_GetConstraints(obj uintptr) uintptr

func PaintBox_GetControlState added in v1.1.21

func PaintBox_GetControlState(obj uintptr) TControlState

func PaintBox_GetControlStyle added in v1.1.21

func PaintBox_GetControlStyle(obj uintptr) TControlStyle

func PaintBox_GetCursor

func PaintBox_GetCursor(obj uintptr) TCursor

func PaintBox_GetDragCursor

func PaintBox_GetDragCursor(obj uintptr) TCursor

func PaintBox_GetDragMode

func PaintBox_GetDragMode(obj uintptr) TDragMode

func PaintBox_GetEnabled

func PaintBox_GetEnabled(obj uintptr) bool

func PaintBox_GetFloating

func PaintBox_GetFloating(obj uintptr) bool

func PaintBox_GetFont

func PaintBox_GetFont(obj uintptr) uintptr

func PaintBox_GetHashCode

func PaintBox_GetHashCode(obj uintptr) int32

func PaintBox_GetHeight

func PaintBox_GetHeight(obj uintptr) int32

func PaintBox_GetHint

func PaintBox_GetHint(obj uintptr) string

func PaintBox_GetLeft

func PaintBox_GetLeft(obj uintptr) int32

func PaintBox_GetName

func PaintBox_GetName(obj uintptr) string

func PaintBox_GetNamePath

func PaintBox_GetNamePath(obj uintptr) string

func PaintBox_GetOwner

func PaintBox_GetOwner(obj uintptr) uintptr

func PaintBox_GetParent

func PaintBox_GetParent(obj uintptr) uintptr

func PaintBox_GetParentColor

func PaintBox_GetParentColor(obj uintptr) bool

func PaintBox_GetParentFont

func PaintBox_GetParentFont(obj uintptr) bool

func PaintBox_GetParentShowHint

func PaintBox_GetParentShowHint(obj uintptr) bool

func PaintBox_GetPopupMenu

func PaintBox_GetPopupMenu(obj uintptr) uintptr

func PaintBox_GetShowHint

func PaintBox_GetShowHint(obj uintptr) bool

func PaintBox_GetTag

func PaintBox_GetTag(obj uintptr) int

func PaintBox_GetTextBuf

func PaintBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func PaintBox_GetTextLen

func PaintBox_GetTextLen(obj uintptr) int32

func PaintBox_GetTop

func PaintBox_GetTop(obj uintptr) int32

func PaintBox_GetVisible

func PaintBox_GetVisible(obj uintptr) bool

func PaintBox_GetWidth

func PaintBox_GetWidth(obj uintptr) int32

func PaintBox_HasParent

func PaintBox_HasParent(obj uintptr) bool

func PaintBox_Hide

func PaintBox_Hide(obj uintptr)

func PaintBox_InheritsFrom added in v1.1.18

func PaintBox_InheritsFrom(obj uintptr, AClass TClass) bool

func PaintBox_InstanceSize added in v1.1.18

func PaintBox_InstanceSize(obj uintptr) int32

func PaintBox_Invalidate

func PaintBox_Invalidate(obj uintptr)

func PaintBox_ParentToClient

func PaintBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func PaintBox_Perform

func PaintBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func PaintBox_Refresh

func PaintBox_Refresh(obj uintptr)

func PaintBox_Repaint

func PaintBox_Repaint(obj uintptr)

func PaintBox_ScreenToClient

func PaintBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func PaintBox_SendToBack

func PaintBox_SendToBack(obj uintptr)

func PaintBox_SetAction

func PaintBox_SetAction(obj uintptr, value uintptr)

func PaintBox_SetAlign

func PaintBox_SetAlign(obj uintptr, value TAlign)

func PaintBox_SetAnchorSideBottom

func PaintBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func PaintBox_SetAnchorSideLeft

func PaintBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func PaintBox_SetAnchorSideRight

func PaintBox_SetAnchorSideRight(obj uintptr, value uintptr)

func PaintBox_SetAnchorSideTop

func PaintBox_SetAnchorSideTop(obj uintptr, value uintptr)

func PaintBox_SetAnchors

func PaintBox_SetAnchors(obj uintptr, value TAnchors)

func PaintBox_SetBiDiMode

func PaintBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func PaintBox_SetBorderSpacing

func PaintBox_SetBorderSpacing(obj uintptr, value uintptr)

func PaintBox_SetBounds

func PaintBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func PaintBox_SetBoundsRect

func PaintBox_SetBoundsRect(obj uintptr, value TRect)

func PaintBox_SetClientHeight

func PaintBox_SetClientHeight(obj uintptr, value int32)

func PaintBox_SetClientWidth

func PaintBox_SetClientWidth(obj uintptr, value int32)

func PaintBox_SetColor

func PaintBox_SetColor(obj uintptr, value TColor)

func PaintBox_SetComponentIndex

func PaintBox_SetComponentIndex(obj uintptr, value int32)

func PaintBox_SetConstraints added in v1.2.7

func PaintBox_SetConstraints(obj uintptr, value uintptr)

func PaintBox_SetControlState added in v1.1.21

func PaintBox_SetControlState(obj uintptr, value TControlState)

func PaintBox_SetControlStyle added in v1.1.21

func PaintBox_SetControlStyle(obj uintptr, value TControlStyle)

func PaintBox_SetCursor

func PaintBox_SetCursor(obj uintptr, value TCursor)

func PaintBox_SetDragCursor

func PaintBox_SetDragCursor(obj uintptr, value TCursor)

func PaintBox_SetDragMode

func PaintBox_SetDragMode(obj uintptr, value TDragMode)

func PaintBox_SetEnabled

func PaintBox_SetEnabled(obj uintptr, value bool)

func PaintBox_SetFont

func PaintBox_SetFont(obj uintptr, value uintptr)

func PaintBox_SetHeight

func PaintBox_SetHeight(obj uintptr, value int32)

func PaintBox_SetHint

func PaintBox_SetHint(obj uintptr, value string)

func PaintBox_SetLeft

func PaintBox_SetLeft(obj uintptr, value int32)

func PaintBox_SetName

func PaintBox_SetName(obj uintptr, value string)

func PaintBox_SetOnClick

func PaintBox_SetOnClick(obj uintptr, fn interface{})

func PaintBox_SetOnDblClick

func PaintBox_SetOnDblClick(obj uintptr, fn interface{})

func PaintBox_SetOnDragDrop

func PaintBox_SetOnDragDrop(obj uintptr, fn interface{})

func PaintBox_SetOnDragOver

func PaintBox_SetOnDragOver(obj uintptr, fn interface{})

func PaintBox_SetOnEndDrag

func PaintBox_SetOnEndDrag(obj uintptr, fn interface{})

func PaintBox_SetOnMouseDown

func PaintBox_SetOnMouseDown(obj uintptr, fn interface{})

func PaintBox_SetOnMouseEnter

func PaintBox_SetOnMouseEnter(obj uintptr, fn interface{})

func PaintBox_SetOnMouseLeave

func PaintBox_SetOnMouseLeave(obj uintptr, fn interface{})

func PaintBox_SetOnMouseMove

func PaintBox_SetOnMouseMove(obj uintptr, fn interface{})

func PaintBox_SetOnMouseUp

func PaintBox_SetOnMouseUp(obj uintptr, fn interface{})

func PaintBox_SetOnPaint

func PaintBox_SetOnPaint(obj uintptr, fn interface{})

func PaintBox_SetParent

func PaintBox_SetParent(obj uintptr, value uintptr)

func PaintBox_SetParentColor

func PaintBox_SetParentColor(obj uintptr, value bool)

func PaintBox_SetParentFont

func PaintBox_SetParentFont(obj uintptr, value bool)

func PaintBox_SetParentShowHint

func PaintBox_SetParentShowHint(obj uintptr, value bool)

func PaintBox_SetPopupMenu

func PaintBox_SetPopupMenu(obj uintptr, value uintptr)

func PaintBox_SetShowHint

func PaintBox_SetShowHint(obj uintptr, value bool)

func PaintBox_SetTag

func PaintBox_SetTag(obj uintptr, value int)

func PaintBox_SetTextBuf added in v1.1.21

func PaintBox_SetTextBuf(obj uintptr, Buffer string)

func PaintBox_SetTop

func PaintBox_SetTop(obj uintptr, value int32)

func PaintBox_SetVisible

func PaintBox_SetVisible(obj uintptr, value bool)

func PaintBox_SetWidth

func PaintBox_SetWidth(obj uintptr, value int32)

func PaintBox_Show

func PaintBox_Show(obj uintptr)

func PaintBox_StaticClassType added in v1.1.18

func PaintBox_StaticClassType() TClass

func PaintBox_ToString

func PaintBox_ToString(obj uintptr) string

func PaintBox_Update

func PaintBox_Update(obj uintptr)

func Panel_AnchorAsAlign

func Panel_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Panel_AnchorClient

func Panel_AnchorClient(obj uintptr, ASpace int32)

func Panel_AnchorHorizontalCenterTo

func Panel_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Panel_AnchorParallel

func Panel_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Panel_AnchorToNeighbour

func Panel_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Panel_AnchorVerticalCenterTo

func Panel_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Panel_Assign

func Panel_Assign(obj uintptr, Source uintptr)

func Panel_BringToFront

func Panel_BringToFront(obj uintptr)

func Panel_CanFocus

func Panel_CanFocus(obj uintptr) bool

func Panel_ClassName

func Panel_ClassName(obj uintptr) string

func Panel_ClassType added in v1.1.18

func Panel_ClassType(obj uintptr) TClass

func Panel_ClientToParent

func Panel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Panel_ClientToScreen

func Panel_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Panel_ContainsControl added in v1.1.21

func Panel_ContainsControl(obj uintptr, Control uintptr) bool

func Panel_ControlAtPos added in v1.1.21

func Panel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func Panel_Create

func Panel_Create(obj uintptr) uintptr

func Panel_DisableAlign added in v1.1.21

func Panel_DisableAlign(obj uintptr)

func Panel_Dragging

func Panel_Dragging(obj uintptr) bool

func Panel_EnableAlign added in v1.1.21

func Panel_EnableAlign(obj uintptr)

func Panel_Equals

func Panel_Equals(obj uintptr, Obj uintptr) bool

func Panel_FindChildControl added in v1.1.21

func Panel_FindChildControl(obj uintptr, ControlName string) uintptr

func Panel_FindComponent

func Panel_FindComponent(obj uintptr, AName string) uintptr

func Panel_FlipChildren

func Panel_FlipChildren(obj uintptr, AllLevels bool)

func Panel_Focused

func Panel_Focused(obj uintptr) bool

func Panel_Free

func Panel_Free(obj uintptr)

func Panel_GetAction

func Panel_GetAction(obj uintptr) uintptr

func Panel_GetAlign

func Panel_GetAlign(obj uintptr) TAlign

func Panel_GetAlignment

func Panel_GetAlignment(obj uintptr) TAlignment

func Panel_GetAnchorSide

func Panel_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Panel_GetAnchorSideBottom

func Panel_GetAnchorSideBottom(obj uintptr) uintptr

func Panel_GetAnchorSideLeft

func Panel_GetAnchorSideLeft(obj uintptr) uintptr

func Panel_GetAnchorSideRight

func Panel_GetAnchorSideRight(obj uintptr) uintptr

func Panel_GetAnchorSideTop

func Panel_GetAnchorSideTop(obj uintptr) uintptr

func Panel_GetAnchors

func Panel_GetAnchors(obj uintptr) TAnchors

func Panel_GetAutoSize

func Panel_GetAutoSize(obj uintptr) bool

func Panel_GetBevelInner

func Panel_GetBevelInner(obj uintptr) TBevelCut

func Panel_GetBevelOuter

func Panel_GetBevelOuter(obj uintptr) TBevelCut

func Panel_GetBiDiMode

func Panel_GetBiDiMode(obj uintptr) TBiDiMode

func Panel_GetBorderSpacing

func Panel_GetBorderSpacing(obj uintptr) uintptr

func Panel_GetBorderStyle

func Panel_GetBorderStyle(obj uintptr) TBorderStyle

func Panel_GetBorderWidth

func Panel_GetBorderWidth(obj uintptr) int32

func Panel_GetBoundsRect

func Panel_GetBoundsRect(obj uintptr) TRect

func Panel_GetBrush

func Panel_GetBrush(obj uintptr) uintptr

func Panel_GetCaption

func Panel_GetCaption(obj uintptr) string

func Panel_GetChildSizing

func Panel_GetChildSizing(obj uintptr) uintptr

func Panel_GetClientHeight

func Panel_GetClientHeight(obj uintptr) int32

func Panel_GetClientOrigin added in v1.1.21

func Panel_GetClientOrigin(obj uintptr) TPoint

func Panel_GetClientRect

func Panel_GetClientRect(obj uintptr) TRect

func Panel_GetClientWidth

func Panel_GetClientWidth(obj uintptr) int32

func Panel_GetColor

func Panel_GetColor(obj uintptr) TColor

func Panel_GetComponentCount

func Panel_GetComponentCount(obj uintptr) int32

func Panel_GetComponentIndex

func Panel_GetComponentIndex(obj uintptr) int32

func Panel_GetComponents

func Panel_GetComponents(obj uintptr, AIndex int32) uintptr

func Panel_GetConstraints added in v1.2.7

func Panel_GetConstraints(obj uintptr) uintptr

func Panel_GetControlCount

func Panel_GetControlCount(obj uintptr) int32

func Panel_GetControlState added in v1.1.21

func Panel_GetControlState(obj uintptr) TControlState

func Panel_GetControlStyle added in v1.1.21

func Panel_GetControlStyle(obj uintptr) TControlStyle

func Panel_GetControls

func Panel_GetControls(obj uintptr, Index int32) uintptr

func Panel_GetCursor

func Panel_GetCursor(obj uintptr) TCursor

func Panel_GetDockClientCount added in v1.1.21

func Panel_GetDockClientCount(obj uintptr) int32

func Panel_GetDockClients added in v1.1.21

func Panel_GetDockClients(obj uintptr, Index int32) uintptr

func Panel_GetDockSite

func Panel_GetDockSite(obj uintptr) bool

func Panel_GetDoubleBuffered

func Panel_GetDoubleBuffered(obj uintptr) bool

func Panel_GetDragCursor

func Panel_GetDragCursor(obj uintptr) TCursor

func Panel_GetDragKind

func Panel_GetDragKind(obj uintptr) TDragKind

func Panel_GetDragMode

func Panel_GetDragMode(obj uintptr) TDragMode

func Panel_GetEnabled

func Panel_GetEnabled(obj uintptr) bool

func Panel_GetFloating

func Panel_GetFloating(obj uintptr) bool

func Panel_GetFont

func Panel_GetFont(obj uintptr) uintptr

func Panel_GetFullRepaint

func Panel_GetFullRepaint(obj uintptr) bool

func Panel_GetHandle

func Panel_GetHandle(obj uintptr) HWND

func Panel_GetHashCode

func Panel_GetHashCode(obj uintptr) int32

func Panel_GetHeight

func Panel_GetHeight(obj uintptr) int32

func Panel_GetHint

func Panel_GetHint(obj uintptr) string

func Panel_GetLeft

func Panel_GetLeft(obj uintptr) int32

func Panel_GetMouseInClient added in v1.1.21

func Panel_GetMouseInClient(obj uintptr) bool

func Panel_GetName

func Panel_GetName(obj uintptr) string

func Panel_GetNamePath

func Panel_GetNamePath(obj uintptr) string

func Panel_GetOwner

func Panel_GetOwner(obj uintptr) uintptr

func Panel_GetParent

func Panel_GetParent(obj uintptr) uintptr

func Panel_GetParentBackground

func Panel_GetParentBackground(obj uintptr) bool

func Panel_GetParentColor

func Panel_GetParentColor(obj uintptr) bool

func Panel_GetParentDoubleBuffered

func Panel_GetParentDoubleBuffered(obj uintptr) bool

func Panel_GetParentFont

func Panel_GetParentFont(obj uintptr) bool

func Panel_GetParentShowHint

func Panel_GetParentShowHint(obj uintptr) bool

func Panel_GetParentWindow

func Panel_GetParentWindow(obj uintptr) HWND

func Panel_GetPopupMenu

func Panel_GetPopupMenu(obj uintptr) uintptr

func Panel_GetShowHint

func Panel_GetShowHint(obj uintptr) bool

func Panel_GetTabOrder

func Panel_GetTabOrder(obj uintptr) TTabOrder

func Panel_GetTabStop

func Panel_GetTabStop(obj uintptr) bool

func Panel_GetTag

func Panel_GetTag(obj uintptr) int

func Panel_GetTextBuf

func Panel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Panel_GetTextLen

func Panel_GetTextLen(obj uintptr) int32

func Panel_GetTop

func Panel_GetTop(obj uintptr) int32

func Panel_GetUseDockManager

func Panel_GetUseDockManager(obj uintptr) bool

func Panel_GetVisible

func Panel_GetVisible(obj uintptr) bool

func Panel_GetVisibleDockClientCount added in v1.1.21

func Panel_GetVisibleDockClientCount(obj uintptr) int32

func Panel_GetWidth

func Panel_GetWidth(obj uintptr) int32

func Panel_HandleAllocated

func Panel_HandleAllocated(obj uintptr) bool

func Panel_HasParent

func Panel_HasParent(obj uintptr) bool

func Panel_Hide

func Panel_Hide(obj uintptr)

func Panel_InheritsFrom added in v1.1.18

func Panel_InheritsFrom(obj uintptr, AClass TClass) bool

func Panel_InsertControl added in v1.1.21

func Panel_InsertControl(obj uintptr, AControl uintptr)

func Panel_InstanceSize added in v1.1.18

func Panel_InstanceSize(obj uintptr) int32

func Panel_Invalidate

func Panel_Invalidate(obj uintptr)

func Panel_ParentToClient

func Panel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Panel_Perform

func Panel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Panel_Realign

func Panel_Realign(obj uintptr)

func Panel_Refresh

func Panel_Refresh(obj uintptr)

func Panel_RemoveControl added in v1.1.21

func Panel_RemoveControl(obj uintptr, AControl uintptr)

func Panel_Repaint

func Panel_Repaint(obj uintptr)

func Panel_ScaleBy

func Panel_ScaleBy(obj uintptr, M int32, D int32)

func Panel_ScreenToClient

func Panel_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Panel_ScrollBy added in v1.1.21

func Panel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func Panel_SendToBack

func Panel_SendToBack(obj uintptr)

func Panel_SetAction

func Panel_SetAction(obj uintptr, value uintptr)

func Panel_SetAlign

func Panel_SetAlign(obj uintptr, value TAlign)

func Panel_SetAlignment

func Panel_SetAlignment(obj uintptr, value TAlignment)

func Panel_SetAnchorSideBottom

func Panel_SetAnchorSideBottom(obj uintptr, value uintptr)

func Panel_SetAnchorSideLeft

func Panel_SetAnchorSideLeft(obj uintptr, value uintptr)

func Panel_SetAnchorSideRight

func Panel_SetAnchorSideRight(obj uintptr, value uintptr)

func Panel_SetAnchorSideTop

func Panel_SetAnchorSideTop(obj uintptr, value uintptr)

func Panel_SetAnchors

func Panel_SetAnchors(obj uintptr, value TAnchors)

func Panel_SetAutoSize

func Panel_SetAutoSize(obj uintptr, value bool)

func Panel_SetBevelInner

func Panel_SetBevelInner(obj uintptr, value TBevelCut)

func Panel_SetBevelOuter

func Panel_SetBevelOuter(obj uintptr, value TBevelCut)

func Panel_SetBiDiMode

func Panel_SetBiDiMode(obj uintptr, value TBiDiMode)

func Panel_SetBorderSpacing

func Panel_SetBorderSpacing(obj uintptr, value uintptr)

func Panel_SetBorderStyle

func Panel_SetBorderStyle(obj uintptr, value TBorderStyle)

func Panel_SetBorderWidth

func Panel_SetBorderWidth(obj uintptr, value int32)

func Panel_SetBounds

func Panel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Panel_SetBoundsRect

func Panel_SetBoundsRect(obj uintptr, value TRect)

func Panel_SetCaption

func Panel_SetCaption(obj uintptr, value string)

func Panel_SetChildSizing

func Panel_SetChildSizing(obj uintptr, value uintptr)

func Panel_SetClientHeight

func Panel_SetClientHeight(obj uintptr, value int32)

func Panel_SetClientWidth

func Panel_SetClientWidth(obj uintptr, value int32)

func Panel_SetColor

func Panel_SetColor(obj uintptr, value TColor)

func Panel_SetComponentIndex

func Panel_SetComponentIndex(obj uintptr, value int32)

func Panel_SetConstraints added in v1.2.7

func Panel_SetConstraints(obj uintptr, value uintptr)

func Panel_SetControlState added in v1.1.21

func Panel_SetControlState(obj uintptr, value TControlState)

func Panel_SetControlStyle added in v1.1.21

func Panel_SetControlStyle(obj uintptr, value TControlStyle)

func Panel_SetCursor

func Panel_SetCursor(obj uintptr, value TCursor)

func Panel_SetDockSite

func Panel_SetDockSite(obj uintptr, value bool)

func Panel_SetDoubleBuffered

func Panel_SetDoubleBuffered(obj uintptr, value bool)

func Panel_SetDragCursor

func Panel_SetDragCursor(obj uintptr, value TCursor)

func Panel_SetDragKind

func Panel_SetDragKind(obj uintptr, value TDragKind)

func Panel_SetDragMode

func Panel_SetDragMode(obj uintptr, value TDragMode)

func Panel_SetEnabled

func Panel_SetEnabled(obj uintptr, value bool)

func Panel_SetFocus

func Panel_SetFocus(obj uintptr)

func Panel_SetFont

func Panel_SetFont(obj uintptr, value uintptr)

func Panel_SetFullRepaint

func Panel_SetFullRepaint(obj uintptr, value bool)

func Panel_SetHeight

func Panel_SetHeight(obj uintptr, value int32)

func Panel_SetHint

func Panel_SetHint(obj uintptr, value string)

func Panel_SetLeft

func Panel_SetLeft(obj uintptr, value int32)

func Panel_SetName

func Panel_SetName(obj uintptr, value string)

func Panel_SetOnAlignPosition added in v1.2.10

func Panel_SetOnAlignPosition(obj uintptr, fn interface{})

func Panel_SetOnClick

func Panel_SetOnClick(obj uintptr, fn interface{})

func Panel_SetOnContextPopup

func Panel_SetOnContextPopup(obj uintptr, fn interface{})

func Panel_SetOnDblClick

func Panel_SetOnDblClick(obj uintptr, fn interface{})

func Panel_SetOnDockDrop

func Panel_SetOnDockDrop(obj uintptr, fn interface{})

func Panel_SetOnDragDrop

func Panel_SetOnDragDrop(obj uintptr, fn interface{})

func Panel_SetOnDragOver

func Panel_SetOnDragOver(obj uintptr, fn interface{})

func Panel_SetOnEndDock

func Panel_SetOnEndDock(obj uintptr, fn interface{})

func Panel_SetOnEndDrag

func Panel_SetOnEndDrag(obj uintptr, fn interface{})

func Panel_SetOnEnter

func Panel_SetOnEnter(obj uintptr, fn interface{})

func Panel_SetOnExit

func Panel_SetOnExit(obj uintptr, fn interface{})

func Panel_SetOnGetSiteInfo

func Panel_SetOnGetSiteInfo(obj uintptr, fn interface{})

func Panel_SetOnMouseDown

func Panel_SetOnMouseDown(obj uintptr, fn interface{})

func Panel_SetOnMouseEnter

func Panel_SetOnMouseEnter(obj uintptr, fn interface{})

func Panel_SetOnMouseLeave

func Panel_SetOnMouseLeave(obj uintptr, fn interface{})

func Panel_SetOnMouseMove

func Panel_SetOnMouseMove(obj uintptr, fn interface{})

func Panel_SetOnMouseUp

func Panel_SetOnMouseUp(obj uintptr, fn interface{})

func Panel_SetOnResize

func Panel_SetOnResize(obj uintptr, fn interface{})

func Panel_SetOnStartDock

func Panel_SetOnStartDock(obj uintptr, fn interface{})

func Panel_SetOnUnDock

func Panel_SetOnUnDock(obj uintptr, fn interface{})

func Panel_SetParent

func Panel_SetParent(obj uintptr, value uintptr)

func Panel_SetParentBackground

func Panel_SetParentBackground(obj uintptr, value bool)

func Panel_SetParentColor

func Panel_SetParentColor(obj uintptr, value bool)

func Panel_SetParentDoubleBuffered

func Panel_SetParentDoubleBuffered(obj uintptr, value bool)

func Panel_SetParentFont

func Panel_SetParentFont(obj uintptr, value bool)

func Panel_SetParentShowHint

func Panel_SetParentShowHint(obj uintptr, value bool)

func Panel_SetParentWindow

func Panel_SetParentWindow(obj uintptr, value HWND)

func Panel_SetPopupMenu

func Panel_SetPopupMenu(obj uintptr, value uintptr)

func Panel_SetShowHint

func Panel_SetShowHint(obj uintptr, value bool)

func Panel_SetTabOrder

func Panel_SetTabOrder(obj uintptr, value TTabOrder)

func Panel_SetTabStop

func Panel_SetTabStop(obj uintptr, value bool)

func Panel_SetTag

func Panel_SetTag(obj uintptr, value int)

func Panel_SetTextBuf added in v1.1.21

func Panel_SetTextBuf(obj uintptr, Buffer string)

func Panel_SetTop

func Panel_SetTop(obj uintptr, value int32)

func Panel_SetUseDockManager

func Panel_SetUseDockManager(obj uintptr, value bool)

func Panel_SetVisible

func Panel_SetVisible(obj uintptr, value bool)

func Panel_SetWidth

func Panel_SetWidth(obj uintptr, value int32)

func Panel_Show

func Panel_Show(obj uintptr)

func Panel_StaticClassType added in v1.1.18

func Panel_StaticClassType() TClass

func Panel_ToString

func Panel_ToString(obj uintptr) string

func Panel_Update

func Panel_Update(obj uintptr)

func ParaAttributes_Assign

func ParaAttributes_Assign(obj uintptr, Source uintptr)

func ParaAttributes_ClassName

func ParaAttributes_ClassName(obj uintptr) string

func ParaAttributes_ClassType added in v1.1.18

func ParaAttributes_ClassType(obj uintptr) TClass

func ParaAttributes_Equals

func ParaAttributes_Equals(obj uintptr, Obj uintptr) bool

func ParaAttributes_GetAlignment

func ParaAttributes_GetAlignment(obj uintptr) TAlignment

func ParaAttributes_GetFirstIndent

func ParaAttributes_GetFirstIndent(obj uintptr) int32

func ParaAttributes_GetHashCode

func ParaAttributes_GetHashCode(obj uintptr) int32

func ParaAttributes_GetLeftIndent

func ParaAttributes_GetLeftIndent(obj uintptr) int32

func ParaAttributes_GetNamePath

func ParaAttributes_GetNamePath(obj uintptr) string

func ParaAttributes_GetNumbering

func ParaAttributes_GetNumbering(obj uintptr) TNumberingStyle

func ParaAttributes_GetRightIndent

func ParaAttributes_GetRightIndent(obj uintptr) int32

func ParaAttributes_GetTab

func ParaAttributes_GetTab(obj uintptr, Index uint8) int32

func ParaAttributes_GetTabCount

func ParaAttributes_GetTabCount(obj uintptr) int32

func ParaAttributes_InheritsFrom added in v1.1.18

func ParaAttributes_InheritsFrom(obj uintptr, AClass TClass) bool

func ParaAttributes_InstanceSize added in v1.1.18

func ParaAttributes_InstanceSize(obj uintptr) int32

func ParaAttributes_SetAlignment

func ParaAttributes_SetAlignment(obj uintptr, value TAlignment)

func ParaAttributes_SetFirstIndent

func ParaAttributes_SetFirstIndent(obj uintptr, value int32)

func ParaAttributes_SetLeftIndent

func ParaAttributes_SetLeftIndent(obj uintptr, value int32)

func ParaAttributes_SetNumbering

func ParaAttributes_SetNumbering(obj uintptr, value TNumberingStyle)

func ParaAttributes_SetRightIndent

func ParaAttributes_SetRightIndent(obj uintptr, value int32)

func ParaAttributes_SetTab

func ParaAttributes_SetTab(obj uintptr, Index uint8, value int32)

func ParaAttributes_SetTabCount

func ParaAttributes_SetTabCount(obj uintptr, value int32)

func ParaAttributes_StaticClassType added in v1.1.18

func ParaAttributes_StaticClassType() TClass

func ParaAttributes_ToString

func ParaAttributes_ToString(obj uintptr) string

func Pen_Assign

func Pen_Assign(obj uintptr, Source uintptr)

func Pen_ClassName

func Pen_ClassName(obj uintptr) string

func Pen_ClassType added in v1.1.18

func Pen_ClassType(obj uintptr) TClass

func Pen_Create

func Pen_Create() uintptr

func Pen_Equals

func Pen_Equals(obj uintptr, Obj uintptr) bool

func Pen_Free

func Pen_Free(obj uintptr)

func Pen_GetColor

func Pen_GetColor(obj uintptr) TColor

func Pen_GetHandle

func Pen_GetHandle(obj uintptr) HPEN

func Pen_GetHashCode

func Pen_GetHashCode(obj uintptr) int32

func Pen_GetMode

func Pen_GetMode(obj uintptr) TPenMode

func Pen_GetNamePath

func Pen_GetNamePath(obj uintptr) string

func Pen_GetStyle

func Pen_GetStyle(obj uintptr) TPenStyle

func Pen_GetWidth

func Pen_GetWidth(obj uintptr) int32

func Pen_InheritsFrom added in v1.1.18

func Pen_InheritsFrom(obj uintptr, AClass TClass) bool

func Pen_InstanceSize added in v1.1.18

func Pen_InstanceSize(obj uintptr) int32

func Pen_SetColor

func Pen_SetColor(obj uintptr, value TColor)

func Pen_SetHandle

func Pen_SetHandle(obj uintptr, value HPEN)

func Pen_SetMode

func Pen_SetMode(obj uintptr, value TPenMode)

func Pen_SetOnChange

func Pen_SetOnChange(obj uintptr, fn interface{})

func Pen_SetStyle

func Pen_SetStyle(obj uintptr, value TPenStyle)

func Pen_SetWidth

func Pen_SetWidth(obj uintptr, value int32)

func Pen_StaticClassType added in v1.1.18

func Pen_StaticClassType() TClass

func Pen_ToString

func Pen_ToString(obj uintptr) string

func Picture_Assign

func Picture_Assign(obj uintptr, Source uintptr)

func Picture_ClassName

func Picture_ClassName(obj uintptr) string

func Picture_ClassType added in v1.1.18

func Picture_ClassType(obj uintptr) TClass

func Picture_Create

func Picture_Create() uintptr

func Picture_Equals

func Picture_Equals(obj uintptr, Obj uintptr) bool

func Picture_Free

func Picture_Free(obj uintptr)

func Picture_GetBitmap

func Picture_GetBitmap(obj uintptr) uintptr

func Picture_GetGraphic

func Picture_GetGraphic(obj uintptr) uintptr

func Picture_GetHashCode

func Picture_GetHashCode(obj uintptr) int32

func Picture_GetHeight

func Picture_GetHeight(obj uintptr) int32

func Picture_GetIcon

func Picture_GetIcon(obj uintptr) uintptr

func Picture_GetNamePath

func Picture_GetNamePath(obj uintptr) string

func Picture_GetWidth

func Picture_GetWidth(obj uintptr) int32

func Picture_InheritsFrom added in v1.1.18

func Picture_InheritsFrom(obj uintptr, AClass TClass) bool

func Picture_InstanceSize added in v1.1.18

func Picture_InstanceSize(obj uintptr) int32

func Picture_LoadFromFile

func Picture_LoadFromFile(obj uintptr, Filename string)

func Picture_LoadFromStream

func Picture_LoadFromStream(obj uintptr, Stream uintptr)

func Picture_SaveToFile

func Picture_SaveToFile(obj uintptr, Filename string)

func Picture_SaveToStream

func Picture_SaveToStream(obj uintptr, Stream uintptr)

func Picture_SetBitmap

func Picture_SetBitmap(obj uintptr, value uintptr)

func Picture_SetGraphic

func Picture_SetGraphic(obj uintptr, value uintptr)

func Picture_SetIcon

func Picture_SetIcon(obj uintptr, value uintptr)

func Picture_SetOnChange

func Picture_SetOnChange(obj uintptr, fn interface{})

func Picture_StaticClassType added in v1.1.18

func Picture_StaticClassType() TClass

func Picture_ToString

func Picture_ToString(obj uintptr) string

func PngImage_Assign

func PngImage_Assign(obj uintptr, Source uintptr)

func PngImage_ClassName

func PngImage_ClassName(obj uintptr) string

func PngImage_ClassType added in v1.1.18

func PngImage_ClassType(obj uintptr) TClass

func PngImage_Create

func PngImage_Create() uintptr

func PngImage_Equals

func PngImage_Equals(obj uintptr, Obj uintptr) bool

func PngImage_Free

func PngImage_Free(obj uintptr)

func PngImage_GetCanvas

func PngImage_GetCanvas(obj uintptr) uintptr

func PngImage_GetEmpty

func PngImage_GetEmpty(obj uintptr) bool

func PngImage_GetHashCode

func PngImage_GetHashCode(obj uintptr) int32

func PngImage_GetHeight

func PngImage_GetHeight(obj uintptr) int32

func PngImage_GetModified

func PngImage_GetModified(obj uintptr) bool

func PngImage_GetNamePath

func PngImage_GetNamePath(obj uintptr) string

func PngImage_GetPalette added in v1.1.23

func PngImage_GetPalette(obj uintptr) HPALETTE

func PngImage_GetPaletteModified

func PngImage_GetPaletteModified(obj uintptr) bool

func PngImage_GetTransparent

func PngImage_GetTransparent(obj uintptr) bool

func PngImage_GetWidth

func PngImage_GetWidth(obj uintptr) int32

func PngImage_InheritsFrom added in v1.1.18

func PngImage_InheritsFrom(obj uintptr, AClass TClass) bool

func PngImage_InstanceSize added in v1.1.18

func PngImage_InstanceSize(obj uintptr) int32

func PngImage_LoadFromFile

func PngImage_LoadFromFile(obj uintptr, Filename string)

func PngImage_LoadFromResourceID

func PngImage_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)

func PngImage_LoadFromResourceName

func PngImage_LoadFromResourceName(obj uintptr, Instance uintptr, Name string)

func PngImage_LoadFromStream

func PngImage_LoadFromStream(obj uintptr, Stream uintptr)

func PngImage_SaveToFile

func PngImage_SaveToFile(obj uintptr, Filename string)

func PngImage_SaveToStream

func PngImage_SaveToStream(obj uintptr, Stream uintptr)

func PngImage_SetModified

func PngImage_SetModified(obj uintptr, value bool)

func PngImage_SetOnChange

func PngImage_SetOnChange(obj uintptr, fn interface{})

func PngImage_SetPalette added in v1.1.23

func PngImage_SetPalette(obj uintptr, value HPALETTE)

func PngImage_SetPaletteModified

func PngImage_SetPaletteModified(obj uintptr, value bool)

func PngImage_SetSize

func PngImage_SetSize(obj uintptr, AWidth int32, AHeight int32)

func PngImage_SetTransparent

func PngImage_SetTransparent(obj uintptr, value bool)

func PngImage_StaticClassType added in v1.1.18

func PngImage_StaticClassType() TClass

func PngImage_ToString

func PngImage_ToString(obj uintptr) string

func PopupMenu_Assign

func PopupMenu_Assign(obj uintptr, Source uintptr)

func PopupMenu_ClassName

func PopupMenu_ClassName(obj uintptr) string

func PopupMenu_ClassType added in v1.1.18

func PopupMenu_ClassType(obj uintptr) TClass

func PopupMenu_CloseMenu

func PopupMenu_CloseMenu(obj uintptr)

func PopupMenu_Create

func PopupMenu_Create(obj uintptr) uintptr

func PopupMenu_Equals

func PopupMenu_Equals(obj uintptr, Obj uintptr) bool

func PopupMenu_FindComponent

func PopupMenu_FindComponent(obj uintptr, AName string) uintptr

func PopupMenu_Free

func PopupMenu_Free(obj uintptr)

func PopupMenu_GetAlignment

func PopupMenu_GetAlignment(obj uintptr) TPopupAlignment

func PopupMenu_GetBiDiMode

func PopupMenu_GetBiDiMode(obj uintptr) TBiDiMode

func PopupMenu_GetComponentCount

func PopupMenu_GetComponentCount(obj uintptr) int32

func PopupMenu_GetComponentIndex

func PopupMenu_GetComponentIndex(obj uintptr) int32

func PopupMenu_GetComponents

func PopupMenu_GetComponents(obj uintptr, AIndex int32) uintptr

func PopupMenu_GetHandle

func PopupMenu_GetHandle(obj uintptr) HMENU

func PopupMenu_GetHashCode

func PopupMenu_GetHashCode(obj uintptr) int32

func PopupMenu_GetImages

func PopupMenu_GetImages(obj uintptr) uintptr

func PopupMenu_GetImagesWidth

func PopupMenu_GetImagesWidth(obj uintptr) int32

func PopupMenu_GetItems

func PopupMenu_GetItems(obj uintptr) uintptr

func PopupMenu_GetName

func PopupMenu_GetName(obj uintptr) string

func PopupMenu_GetNamePath

func PopupMenu_GetNamePath(obj uintptr) string

func PopupMenu_GetOwner

func PopupMenu_GetOwner(obj uintptr) uintptr

func PopupMenu_GetOwnerDraw added in v1.1.23

func PopupMenu_GetOwnerDraw(obj uintptr) bool

func PopupMenu_GetPopupComponent

func PopupMenu_GetPopupComponent(obj uintptr) uintptr

func PopupMenu_GetPopupPoint

func PopupMenu_GetPopupPoint(obj uintptr) TPoint

func PopupMenu_GetTag

func PopupMenu_GetTag(obj uintptr) int

func PopupMenu_HasParent

func PopupMenu_HasParent(obj uintptr) bool

func PopupMenu_InheritsFrom added in v1.1.18

func PopupMenu_InheritsFrom(obj uintptr, AClass TClass) bool

func PopupMenu_InstanceSize added in v1.1.18

func PopupMenu_InstanceSize(obj uintptr) int32

func PopupMenu_Popup

func PopupMenu_Popup(obj uintptr, X int32, Y int32)

func PopupMenu_SetAlignment

func PopupMenu_SetAlignment(obj uintptr, value TPopupAlignment)

func PopupMenu_SetBiDiMode

func PopupMenu_SetBiDiMode(obj uintptr, value TBiDiMode)

func PopupMenu_SetComponentIndex

func PopupMenu_SetComponentIndex(obj uintptr, value int32)

func PopupMenu_SetImages

func PopupMenu_SetImages(obj uintptr, value uintptr)

func PopupMenu_SetImagesWidth

func PopupMenu_SetImagesWidth(obj uintptr, value int32)

func PopupMenu_SetName

func PopupMenu_SetName(obj uintptr, value string)

func PopupMenu_SetOnPopup

func PopupMenu_SetOnPopup(obj uintptr, fn interface{})

func PopupMenu_SetOwnerDraw added in v1.1.23

func PopupMenu_SetOwnerDraw(obj uintptr, value bool)

func PopupMenu_SetPopupComponent

func PopupMenu_SetPopupComponent(obj uintptr, value uintptr)

func PopupMenu_SetTag

func PopupMenu_SetTag(obj uintptr, value int)

func PopupMenu_StaticClassType added in v1.1.18

func PopupMenu_StaticClassType() TClass

func PopupMenu_ToString

func PopupMenu_ToString(obj uintptr) string

func PrintDialog_Assign

func PrintDialog_Assign(obj uintptr, Source uintptr)

func PrintDialog_ClassName

func PrintDialog_ClassName(obj uintptr) string

func PrintDialog_ClassType added in v1.1.18

func PrintDialog_ClassType(obj uintptr) TClass

func PrintDialog_Create

func PrintDialog_Create(obj uintptr) uintptr

func PrintDialog_Equals

func PrintDialog_Equals(obj uintptr, Obj uintptr) bool

func PrintDialog_Execute

func PrintDialog_Execute(obj uintptr) bool

func PrintDialog_FindComponent

func PrintDialog_FindComponent(obj uintptr, AName string) uintptr

func PrintDialog_Free

func PrintDialog_Free(obj uintptr)

func PrintDialog_GetCollate

func PrintDialog_GetCollate(obj uintptr) bool

func PrintDialog_GetComponentCount

func PrintDialog_GetComponentCount(obj uintptr) int32

func PrintDialog_GetComponentIndex

func PrintDialog_GetComponentIndex(obj uintptr) int32

func PrintDialog_GetComponents

func PrintDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func PrintDialog_GetCopies

func PrintDialog_GetCopies(obj uintptr) int32

func PrintDialog_GetFromPage

func PrintDialog_GetFromPage(obj uintptr) int32

func PrintDialog_GetHandle

func PrintDialog_GetHandle(obj uintptr) HWND

func PrintDialog_GetHashCode

func PrintDialog_GetHashCode(obj uintptr) int32

func PrintDialog_GetMaxPage

func PrintDialog_GetMaxPage(obj uintptr) int32

func PrintDialog_GetMinPage

func PrintDialog_GetMinPage(obj uintptr) int32

func PrintDialog_GetName

func PrintDialog_GetName(obj uintptr) string

func PrintDialog_GetNamePath

func PrintDialog_GetNamePath(obj uintptr) string

func PrintDialog_GetOptions

func PrintDialog_GetOptions(obj uintptr) TPrintDialogOptions

func PrintDialog_GetOwner

func PrintDialog_GetOwner(obj uintptr) uintptr

func PrintDialog_GetPrintRange

func PrintDialog_GetPrintRange(obj uintptr) TPrintRange

func PrintDialog_GetPrintToFile

func PrintDialog_GetPrintToFile(obj uintptr) bool

func PrintDialog_GetTag

func PrintDialog_GetTag(obj uintptr) int

func PrintDialog_GetToPage

func PrintDialog_GetToPage(obj uintptr) int32

func PrintDialog_HasParent

func PrintDialog_HasParent(obj uintptr) bool

func PrintDialog_InheritsFrom added in v1.1.18

func PrintDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func PrintDialog_InstanceSize added in v1.1.18

func PrintDialog_InstanceSize(obj uintptr) int32

func PrintDialog_SetCollate

func PrintDialog_SetCollate(obj uintptr, value bool)

func PrintDialog_SetComponentIndex

func PrintDialog_SetComponentIndex(obj uintptr, value int32)

func PrintDialog_SetCopies

func PrintDialog_SetCopies(obj uintptr, value int32)

func PrintDialog_SetFromPage

func PrintDialog_SetFromPage(obj uintptr, value int32)

func PrintDialog_SetMaxPage

func PrintDialog_SetMaxPage(obj uintptr, value int32)

func PrintDialog_SetMinPage

func PrintDialog_SetMinPage(obj uintptr, value int32)

func PrintDialog_SetName

func PrintDialog_SetName(obj uintptr, value string)

func PrintDialog_SetOnClose

func PrintDialog_SetOnClose(obj uintptr, fn interface{})

func PrintDialog_SetOnShow

func PrintDialog_SetOnShow(obj uintptr, fn interface{})

func PrintDialog_SetOptions

func PrintDialog_SetOptions(obj uintptr, value TPrintDialogOptions)

func PrintDialog_SetPrintRange

func PrintDialog_SetPrintRange(obj uintptr, value TPrintRange)

func PrintDialog_SetPrintToFile

func PrintDialog_SetPrintToFile(obj uintptr, value bool)

func PrintDialog_SetTag

func PrintDialog_SetTag(obj uintptr, value int)

func PrintDialog_SetToPage

func PrintDialog_SetToPage(obj uintptr, value int32)

func PrintDialog_StaticClassType added in v1.1.18

func PrintDialog_StaticClassType() TClass

func PrintDialog_ToString

func PrintDialog_ToString(obj uintptr) string

func PrinterSetupDialog_Assign

func PrinterSetupDialog_Assign(obj uintptr, Source uintptr)

func PrinterSetupDialog_ClassName

func PrinterSetupDialog_ClassName(obj uintptr) string

func PrinterSetupDialog_ClassType added in v1.1.18

func PrinterSetupDialog_ClassType(obj uintptr) TClass

func PrinterSetupDialog_Create

func PrinterSetupDialog_Create(obj uintptr) uintptr

func PrinterSetupDialog_Equals

func PrinterSetupDialog_Equals(obj uintptr, Obj uintptr) bool

func PrinterSetupDialog_Execute

func PrinterSetupDialog_Execute(obj uintptr) bool

func PrinterSetupDialog_FindComponent

func PrinterSetupDialog_FindComponent(obj uintptr, AName string) uintptr

func PrinterSetupDialog_Free

func PrinterSetupDialog_Free(obj uintptr)

func PrinterSetupDialog_GetComponentCount

func PrinterSetupDialog_GetComponentCount(obj uintptr) int32

func PrinterSetupDialog_GetComponentIndex

func PrinterSetupDialog_GetComponentIndex(obj uintptr) int32

func PrinterSetupDialog_GetComponents

func PrinterSetupDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func PrinterSetupDialog_GetHandle

func PrinterSetupDialog_GetHandle(obj uintptr) HWND

func PrinterSetupDialog_GetHashCode

func PrinterSetupDialog_GetHashCode(obj uintptr) int32

func PrinterSetupDialog_GetName

func PrinterSetupDialog_GetName(obj uintptr) string

func PrinterSetupDialog_GetNamePath

func PrinterSetupDialog_GetNamePath(obj uintptr) string

func PrinterSetupDialog_GetOwner

func PrinterSetupDialog_GetOwner(obj uintptr) uintptr

func PrinterSetupDialog_GetTag

func PrinterSetupDialog_GetTag(obj uintptr) int

func PrinterSetupDialog_HasParent

func PrinterSetupDialog_HasParent(obj uintptr) bool

func PrinterSetupDialog_InheritsFrom added in v1.1.18

func PrinterSetupDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func PrinterSetupDialog_InstanceSize added in v1.1.18

func PrinterSetupDialog_InstanceSize(obj uintptr) int32

func PrinterSetupDialog_SetComponentIndex

func PrinterSetupDialog_SetComponentIndex(obj uintptr, value int32)

func PrinterSetupDialog_SetName

func PrinterSetupDialog_SetName(obj uintptr, value string)

func PrinterSetupDialog_SetOnClose

func PrinterSetupDialog_SetOnClose(obj uintptr, fn interface{})

func PrinterSetupDialog_SetOnShow

func PrinterSetupDialog_SetOnShow(obj uintptr, fn interface{})

func PrinterSetupDialog_SetTag

func PrinterSetupDialog_SetTag(obj uintptr, value int)

func PrinterSetupDialog_StaticClassType added in v1.1.18

func PrinterSetupDialog_StaticClassType() TClass

func PrinterSetupDialog_ToString

func PrinterSetupDialog_ToString(obj uintptr) string

func Printer_Abort added in v1.1.23

func Printer_Abort(obj uintptr)

func Printer_BeginDoc added in v1.1.23

func Printer_BeginDoc(obj uintptr)

func Printer_ClassName added in v1.1.23

func Printer_ClassName(obj uintptr) string

func Printer_ClassType added in v1.1.23

func Printer_ClassType(obj uintptr) TClass

func Printer_Create added in v1.1.23

func Printer_Create() uintptr

func Printer_EndDoc added in v1.1.23

func Printer_EndDoc(obj uintptr)

func Printer_Equals added in v1.1.23

func Printer_Equals(obj uintptr, Obj uintptr) bool

func Printer_Free added in v1.1.23

func Printer_Free(obj uintptr)

func Printer_GetAborted added in v1.1.23

func Printer_GetAborted(obj uintptr) bool

func Printer_GetCanvas added in v1.1.23

func Printer_GetCanvas(obj uintptr) uintptr

func Printer_GetCopies added in v1.1.23

func Printer_GetCopies(obj uintptr) int32

func Printer_GetFonts added in v1.1.23

func Printer_GetFonts(obj uintptr) uintptr

func Printer_GetHashCode added in v1.1.23

func Printer_GetHashCode(obj uintptr) int32

func Printer_GetOrientation added in v1.1.23

func Printer_GetOrientation(obj uintptr) TPrinterOrientation

func Printer_GetPageHeight added in v1.1.23

func Printer_GetPageHeight(obj uintptr) int32

func Printer_GetPageNumber added in v1.1.23

func Printer_GetPageNumber(obj uintptr) int32

func Printer_GetPageWidth added in v1.1.23

func Printer_GetPageWidth(obj uintptr) int32

func Printer_GetPrinterIndex added in v1.1.23

func Printer_GetPrinterIndex(obj uintptr) int32

func Printer_GetPrinters added in v1.1.23

func Printer_GetPrinters(obj uintptr) uintptr

func Printer_GetPrinting added in v1.1.23

func Printer_GetPrinting(obj uintptr) bool

func Printer_GetTitle added in v1.1.23

func Printer_GetTitle(obj uintptr) string

func Printer_InheritsFrom added in v1.1.23

func Printer_InheritsFrom(obj uintptr, AClass TClass) bool

func Printer_Instance added in v1.1.23

func Printer_Instance() uintptr

Printer

func Printer_InstanceSize added in v1.1.23

func Printer_InstanceSize(obj uintptr) int32

func Printer_NewPage added in v1.1.23

func Printer_NewPage(obj uintptr)

func Printer_Refresh added in v1.1.23

func Printer_Refresh(obj uintptr)

func Printer_SetCopies added in v1.1.23

func Printer_SetCopies(obj uintptr, value int32)

func Printer_SetOrientation added in v1.1.23

func Printer_SetOrientation(obj uintptr, value TPrinterOrientation)

func Printer_SetPrinterIndex added in v1.1.23

func Printer_SetPrinterIndex(obj uintptr, value int32)

func Printer_SetTitle added in v1.1.23

func Printer_SetTitle(obj uintptr, value string)

func Printer_StaticClassType added in v1.1.23

func Printer_StaticClassType() TClass

func Printer_ToString added in v1.1.23

func Printer_ToString(obj uintptr) string

func ProgressBar_AnchorAsAlign

func ProgressBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ProgressBar_AnchorClient

func ProgressBar_AnchorClient(obj uintptr, ASpace int32)

func ProgressBar_AnchorHorizontalCenterTo

func ProgressBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ProgressBar_AnchorParallel

func ProgressBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ProgressBar_AnchorToNeighbour

func ProgressBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ProgressBar_AnchorVerticalCenterTo

func ProgressBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ProgressBar_Assign

func ProgressBar_Assign(obj uintptr, Source uintptr)

func ProgressBar_BringToFront

func ProgressBar_BringToFront(obj uintptr)

func ProgressBar_CanFocus

func ProgressBar_CanFocus(obj uintptr) bool

func ProgressBar_ClassName

func ProgressBar_ClassName(obj uintptr) string

func ProgressBar_ClassType added in v1.1.18

func ProgressBar_ClassType(obj uintptr) TClass

func ProgressBar_ClientToParent

func ProgressBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ProgressBar_ClientToScreen

func ProgressBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ProgressBar_ContainsControl added in v1.1.21

func ProgressBar_ContainsControl(obj uintptr, Control uintptr) bool

func ProgressBar_ControlAtPos added in v1.1.21

func ProgressBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ProgressBar_Create

func ProgressBar_Create(obj uintptr) uintptr

func ProgressBar_DisableAlign added in v1.1.21

func ProgressBar_DisableAlign(obj uintptr)

func ProgressBar_Dragging

func ProgressBar_Dragging(obj uintptr) bool

func ProgressBar_EnableAlign added in v1.1.21

func ProgressBar_EnableAlign(obj uintptr)

func ProgressBar_Equals

func ProgressBar_Equals(obj uintptr, Obj uintptr) bool

func ProgressBar_FindChildControl added in v1.1.21

func ProgressBar_FindChildControl(obj uintptr, ControlName string) uintptr

func ProgressBar_FindComponent

func ProgressBar_FindComponent(obj uintptr, AName string) uintptr

func ProgressBar_FlipChildren

func ProgressBar_FlipChildren(obj uintptr, AllLevels bool)

func ProgressBar_Focused

func ProgressBar_Focused(obj uintptr) bool

func ProgressBar_Free

func ProgressBar_Free(obj uintptr)

func ProgressBar_GetAction

func ProgressBar_GetAction(obj uintptr) uintptr

func ProgressBar_GetAlign

func ProgressBar_GetAlign(obj uintptr) TAlign

func ProgressBar_GetAnchorSide

func ProgressBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ProgressBar_GetAnchorSideBottom

func ProgressBar_GetAnchorSideBottom(obj uintptr) uintptr

func ProgressBar_GetAnchorSideLeft

func ProgressBar_GetAnchorSideLeft(obj uintptr) uintptr

func ProgressBar_GetAnchorSideRight

func ProgressBar_GetAnchorSideRight(obj uintptr) uintptr

func ProgressBar_GetAnchorSideTop

func ProgressBar_GetAnchorSideTop(obj uintptr) uintptr

func ProgressBar_GetAnchors

func ProgressBar_GetAnchors(obj uintptr) TAnchors

func ProgressBar_GetBiDiMode

func ProgressBar_GetBiDiMode(obj uintptr) TBiDiMode

func ProgressBar_GetBorderSpacing

func ProgressBar_GetBorderSpacing(obj uintptr) uintptr

func ProgressBar_GetBorderWidth

func ProgressBar_GetBorderWidth(obj uintptr) int32

func ProgressBar_GetBoundsRect

func ProgressBar_GetBoundsRect(obj uintptr) TRect

func ProgressBar_GetBrush

func ProgressBar_GetBrush(obj uintptr) uintptr

func ProgressBar_GetChildSizing

func ProgressBar_GetChildSizing(obj uintptr) uintptr

func ProgressBar_GetClientHeight

func ProgressBar_GetClientHeight(obj uintptr) int32

func ProgressBar_GetClientOrigin added in v1.1.21

func ProgressBar_GetClientOrigin(obj uintptr) TPoint

func ProgressBar_GetClientRect

func ProgressBar_GetClientRect(obj uintptr) TRect

func ProgressBar_GetClientWidth

func ProgressBar_GetClientWidth(obj uintptr) int32

func ProgressBar_GetComponentCount

func ProgressBar_GetComponentCount(obj uintptr) int32

func ProgressBar_GetComponentIndex

func ProgressBar_GetComponentIndex(obj uintptr) int32

func ProgressBar_GetComponents

func ProgressBar_GetComponents(obj uintptr, AIndex int32) uintptr

func ProgressBar_GetConstraints added in v1.2.7

func ProgressBar_GetConstraints(obj uintptr) uintptr

func ProgressBar_GetControlCount

func ProgressBar_GetControlCount(obj uintptr) int32

func ProgressBar_GetControlState added in v1.1.21

func ProgressBar_GetControlState(obj uintptr) TControlState

func ProgressBar_GetControlStyle added in v1.1.21

func ProgressBar_GetControlStyle(obj uintptr) TControlStyle

func ProgressBar_GetControls

func ProgressBar_GetControls(obj uintptr, Index int32) uintptr

func ProgressBar_GetCursor

func ProgressBar_GetCursor(obj uintptr) TCursor

func ProgressBar_GetDockClientCount added in v1.1.21

func ProgressBar_GetDockClientCount(obj uintptr) int32

func ProgressBar_GetDockClients added in v1.1.21

func ProgressBar_GetDockClients(obj uintptr, Index int32) uintptr

func ProgressBar_GetDockSite

func ProgressBar_GetDockSite(obj uintptr) bool

func ProgressBar_GetDoubleBuffered

func ProgressBar_GetDoubleBuffered(obj uintptr) bool

func ProgressBar_GetDragCursor

func ProgressBar_GetDragCursor(obj uintptr) TCursor

func ProgressBar_GetDragKind

func ProgressBar_GetDragKind(obj uintptr) TDragKind

func ProgressBar_GetDragMode

func ProgressBar_GetDragMode(obj uintptr) TDragMode

func ProgressBar_GetEnabled

func ProgressBar_GetEnabled(obj uintptr) bool

func ProgressBar_GetFloating

func ProgressBar_GetFloating(obj uintptr) bool

func ProgressBar_GetHandle

func ProgressBar_GetHandle(obj uintptr) HWND

func ProgressBar_GetHashCode

func ProgressBar_GetHashCode(obj uintptr) int32

func ProgressBar_GetHeight

func ProgressBar_GetHeight(obj uintptr) int32

func ProgressBar_GetHint

func ProgressBar_GetHint(obj uintptr) string

func ProgressBar_GetLeft

func ProgressBar_GetLeft(obj uintptr) int32

func ProgressBar_GetMax

func ProgressBar_GetMax(obj uintptr) int32

func ProgressBar_GetMin

func ProgressBar_GetMin(obj uintptr) int32

func ProgressBar_GetMouseInClient added in v1.1.21

func ProgressBar_GetMouseInClient(obj uintptr) bool

func ProgressBar_GetName

func ProgressBar_GetName(obj uintptr) string

func ProgressBar_GetNamePath

func ProgressBar_GetNamePath(obj uintptr) string

func ProgressBar_GetOrientation

func ProgressBar_GetOrientation(obj uintptr) TProgressBarOrientation

func ProgressBar_GetOwner

func ProgressBar_GetOwner(obj uintptr) uintptr

func ProgressBar_GetParent

func ProgressBar_GetParent(obj uintptr) uintptr

func ProgressBar_GetParentDoubleBuffered

func ProgressBar_GetParentDoubleBuffered(obj uintptr) bool

func ProgressBar_GetParentShowHint

func ProgressBar_GetParentShowHint(obj uintptr) bool

func ProgressBar_GetParentWindow

func ProgressBar_GetParentWindow(obj uintptr) HWND

func ProgressBar_GetPopupMenu

func ProgressBar_GetPopupMenu(obj uintptr) uintptr

func ProgressBar_GetPosition

func ProgressBar_GetPosition(obj uintptr) int32

func ProgressBar_GetShowHint

func ProgressBar_GetShowHint(obj uintptr) bool

func ProgressBar_GetSmooth

func ProgressBar_GetSmooth(obj uintptr) bool

func ProgressBar_GetStep

func ProgressBar_GetStep(obj uintptr) int32

func ProgressBar_GetStyle

func ProgressBar_GetStyle(obj uintptr) TProgressBarStyle

func ProgressBar_GetTabOrder

func ProgressBar_GetTabOrder(obj uintptr) TTabOrder

func ProgressBar_GetTabStop

func ProgressBar_GetTabStop(obj uintptr) bool

func ProgressBar_GetTag

func ProgressBar_GetTag(obj uintptr) int

func ProgressBar_GetTextBuf

func ProgressBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ProgressBar_GetTextLen

func ProgressBar_GetTextLen(obj uintptr) int32

func ProgressBar_GetTop

func ProgressBar_GetTop(obj uintptr) int32

func ProgressBar_GetUseDockManager

func ProgressBar_GetUseDockManager(obj uintptr) bool

func ProgressBar_GetVisible

func ProgressBar_GetVisible(obj uintptr) bool

func ProgressBar_GetVisibleDockClientCount added in v1.1.21

func ProgressBar_GetVisibleDockClientCount(obj uintptr) int32

func ProgressBar_GetWidth

func ProgressBar_GetWidth(obj uintptr) int32

func ProgressBar_HandleAllocated

func ProgressBar_HandleAllocated(obj uintptr) bool

func ProgressBar_HasParent

func ProgressBar_HasParent(obj uintptr) bool

func ProgressBar_Hide

func ProgressBar_Hide(obj uintptr)

func ProgressBar_InheritsFrom added in v1.1.18

func ProgressBar_InheritsFrom(obj uintptr, AClass TClass) bool

func ProgressBar_InsertControl added in v1.1.21

func ProgressBar_InsertControl(obj uintptr, AControl uintptr)

func ProgressBar_InstanceSize added in v1.1.18

func ProgressBar_InstanceSize(obj uintptr) int32

func ProgressBar_Invalidate

func ProgressBar_Invalidate(obj uintptr)

func ProgressBar_ParentToClient

func ProgressBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ProgressBar_Perform

func ProgressBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ProgressBar_Realign

func ProgressBar_Realign(obj uintptr)

func ProgressBar_Refresh

func ProgressBar_Refresh(obj uintptr)

func ProgressBar_RemoveControl added in v1.1.21

func ProgressBar_RemoveControl(obj uintptr, AControl uintptr)

func ProgressBar_Repaint

func ProgressBar_Repaint(obj uintptr)

func ProgressBar_ScaleBy

func ProgressBar_ScaleBy(obj uintptr, M int32, D int32)

func ProgressBar_ScreenToClient

func ProgressBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ProgressBar_ScrollBy added in v1.1.21

func ProgressBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ProgressBar_SendToBack

func ProgressBar_SendToBack(obj uintptr)

func ProgressBar_SetAction

func ProgressBar_SetAction(obj uintptr, value uintptr)

func ProgressBar_SetAlign

func ProgressBar_SetAlign(obj uintptr, value TAlign)

func ProgressBar_SetAnchorSideBottom

func ProgressBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func ProgressBar_SetAnchorSideLeft

func ProgressBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func ProgressBar_SetAnchorSideRight

func ProgressBar_SetAnchorSideRight(obj uintptr, value uintptr)

func ProgressBar_SetAnchorSideTop

func ProgressBar_SetAnchorSideTop(obj uintptr, value uintptr)

func ProgressBar_SetAnchors

func ProgressBar_SetAnchors(obj uintptr, value TAnchors)

func ProgressBar_SetBiDiMode

func ProgressBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func ProgressBar_SetBorderSpacing

func ProgressBar_SetBorderSpacing(obj uintptr, value uintptr)

func ProgressBar_SetBorderWidth

func ProgressBar_SetBorderWidth(obj uintptr, value int32)

func ProgressBar_SetBounds

func ProgressBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ProgressBar_SetBoundsRect

func ProgressBar_SetBoundsRect(obj uintptr, value TRect)

func ProgressBar_SetChildSizing

func ProgressBar_SetChildSizing(obj uintptr, value uintptr)

func ProgressBar_SetClientHeight

func ProgressBar_SetClientHeight(obj uintptr, value int32)

func ProgressBar_SetClientWidth

func ProgressBar_SetClientWidth(obj uintptr, value int32)

func ProgressBar_SetComponentIndex

func ProgressBar_SetComponentIndex(obj uintptr, value int32)

func ProgressBar_SetConstraints added in v1.2.7

func ProgressBar_SetConstraints(obj uintptr, value uintptr)

func ProgressBar_SetControlState added in v1.1.21

func ProgressBar_SetControlState(obj uintptr, value TControlState)

func ProgressBar_SetControlStyle added in v1.1.21

func ProgressBar_SetControlStyle(obj uintptr, value TControlStyle)

func ProgressBar_SetCursor

func ProgressBar_SetCursor(obj uintptr, value TCursor)

func ProgressBar_SetDockSite

func ProgressBar_SetDockSite(obj uintptr, value bool)

func ProgressBar_SetDoubleBuffered

func ProgressBar_SetDoubleBuffered(obj uintptr, value bool)

func ProgressBar_SetDragCursor

func ProgressBar_SetDragCursor(obj uintptr, value TCursor)

func ProgressBar_SetDragKind

func ProgressBar_SetDragKind(obj uintptr, value TDragKind)

func ProgressBar_SetDragMode

func ProgressBar_SetDragMode(obj uintptr, value TDragMode)

func ProgressBar_SetEnabled

func ProgressBar_SetEnabled(obj uintptr, value bool)

func ProgressBar_SetFocus

func ProgressBar_SetFocus(obj uintptr)

func ProgressBar_SetHeight

func ProgressBar_SetHeight(obj uintptr, value int32)

func ProgressBar_SetHint

func ProgressBar_SetHint(obj uintptr, value string)

func ProgressBar_SetLeft

func ProgressBar_SetLeft(obj uintptr, value int32)

func ProgressBar_SetMax

func ProgressBar_SetMax(obj uintptr, value int32)

func ProgressBar_SetMin

func ProgressBar_SetMin(obj uintptr, value int32)

func ProgressBar_SetName

func ProgressBar_SetName(obj uintptr, value string)

func ProgressBar_SetOnContextPopup

func ProgressBar_SetOnContextPopup(obj uintptr, fn interface{})

func ProgressBar_SetOnDragDrop

func ProgressBar_SetOnDragDrop(obj uintptr, fn interface{})

func ProgressBar_SetOnDragOver

func ProgressBar_SetOnDragOver(obj uintptr, fn interface{})

func ProgressBar_SetOnEndDrag

func ProgressBar_SetOnEndDrag(obj uintptr, fn interface{})

func ProgressBar_SetOnEnter

func ProgressBar_SetOnEnter(obj uintptr, fn interface{})

func ProgressBar_SetOnExit

func ProgressBar_SetOnExit(obj uintptr, fn interface{})

func ProgressBar_SetOnMouseDown

func ProgressBar_SetOnMouseDown(obj uintptr, fn interface{})

func ProgressBar_SetOnMouseEnter

func ProgressBar_SetOnMouseEnter(obj uintptr, fn interface{})

func ProgressBar_SetOnMouseLeave

func ProgressBar_SetOnMouseLeave(obj uintptr, fn interface{})

func ProgressBar_SetOnMouseMove

func ProgressBar_SetOnMouseMove(obj uintptr, fn interface{})

func ProgressBar_SetOnMouseUp

func ProgressBar_SetOnMouseUp(obj uintptr, fn interface{})

func ProgressBar_SetOrientation

func ProgressBar_SetOrientation(obj uintptr, value TProgressBarOrientation)

func ProgressBar_SetParent

func ProgressBar_SetParent(obj uintptr, value uintptr)

func ProgressBar_SetParentDoubleBuffered

func ProgressBar_SetParentDoubleBuffered(obj uintptr, value bool)

func ProgressBar_SetParentShowHint

func ProgressBar_SetParentShowHint(obj uintptr, value bool)

func ProgressBar_SetParentWindow

func ProgressBar_SetParentWindow(obj uintptr, value HWND)

func ProgressBar_SetPopupMenu

func ProgressBar_SetPopupMenu(obj uintptr, value uintptr)

func ProgressBar_SetPosition

func ProgressBar_SetPosition(obj uintptr, value int32)

func ProgressBar_SetShowHint

func ProgressBar_SetShowHint(obj uintptr, value bool)

func ProgressBar_SetSmooth

func ProgressBar_SetSmooth(obj uintptr, value bool)

func ProgressBar_SetStep

func ProgressBar_SetStep(obj uintptr, value int32)

func ProgressBar_SetStyle

func ProgressBar_SetStyle(obj uintptr, value TProgressBarStyle)

func ProgressBar_SetTabOrder

func ProgressBar_SetTabOrder(obj uintptr, value TTabOrder)

func ProgressBar_SetTabStop

func ProgressBar_SetTabStop(obj uintptr, value bool)

func ProgressBar_SetTag

func ProgressBar_SetTag(obj uintptr, value int)

func ProgressBar_SetTextBuf added in v1.1.21

func ProgressBar_SetTextBuf(obj uintptr, Buffer string)

func ProgressBar_SetTop

func ProgressBar_SetTop(obj uintptr, value int32)

func ProgressBar_SetUseDockManager

func ProgressBar_SetUseDockManager(obj uintptr, value bool)

func ProgressBar_SetVisible

func ProgressBar_SetVisible(obj uintptr, value bool)

func ProgressBar_SetWidth

func ProgressBar_SetWidth(obj uintptr, value int32)

func ProgressBar_Show

func ProgressBar_Show(obj uintptr)

func ProgressBar_StaticClassType added in v1.1.18

func ProgressBar_StaticClassType() TClass

func ProgressBar_StepBy

func ProgressBar_StepBy(obj uintptr, Delta int32)

func ProgressBar_StepIt

func ProgressBar_StepIt(obj uintptr)

func ProgressBar_ToString

func ProgressBar_ToString(obj uintptr) string

func ProgressBar_Update

func ProgressBar_Update(obj uintptr)

func RadioButton_AnchorAsAlign

func RadioButton_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func RadioButton_AnchorClient

func RadioButton_AnchorClient(obj uintptr, ASpace int32)

func RadioButton_AnchorHorizontalCenterTo

func RadioButton_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func RadioButton_AnchorParallel

func RadioButton_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RadioButton_AnchorToNeighbour

func RadioButton_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RadioButton_AnchorVerticalCenterTo

func RadioButton_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func RadioButton_Assign

func RadioButton_Assign(obj uintptr, Source uintptr)

func RadioButton_BringToFront

func RadioButton_BringToFront(obj uintptr)

func RadioButton_CanFocus

func RadioButton_CanFocus(obj uintptr) bool

func RadioButton_ClassName

func RadioButton_ClassName(obj uintptr) string

func RadioButton_ClassType added in v1.1.18

func RadioButton_ClassType(obj uintptr) TClass

func RadioButton_ClientToParent

func RadioButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RadioButton_ClientToScreen

func RadioButton_ClientToScreen(obj uintptr, Point TPoint) TPoint

func RadioButton_ContainsControl added in v1.1.21

func RadioButton_ContainsControl(obj uintptr, Control uintptr) bool

func RadioButton_ControlAtPos added in v1.1.21

func RadioButton_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func RadioButton_Create

func RadioButton_Create(obj uintptr) uintptr

func RadioButton_DisableAlign added in v1.1.21

func RadioButton_DisableAlign(obj uintptr)

func RadioButton_Dragging

func RadioButton_Dragging(obj uintptr) bool

func RadioButton_EnableAlign added in v1.1.21

func RadioButton_EnableAlign(obj uintptr)

func RadioButton_Equals

func RadioButton_Equals(obj uintptr, Obj uintptr) bool

func RadioButton_FindChildControl added in v1.1.21

func RadioButton_FindChildControl(obj uintptr, ControlName string) uintptr

func RadioButton_FindComponent

func RadioButton_FindComponent(obj uintptr, AName string) uintptr

func RadioButton_FlipChildren

func RadioButton_FlipChildren(obj uintptr, AllLevels bool)

func RadioButton_Focused

func RadioButton_Focused(obj uintptr) bool

func RadioButton_Free

func RadioButton_Free(obj uintptr)

func RadioButton_GetAction

func RadioButton_GetAction(obj uintptr) uintptr

func RadioButton_GetAlign

func RadioButton_GetAlign(obj uintptr) TAlign

func RadioButton_GetAlignment

func RadioButton_GetAlignment(obj uintptr) TLeftRight

func RadioButton_GetAnchorSide

func RadioButton_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func RadioButton_GetAnchorSideBottom

func RadioButton_GetAnchorSideBottom(obj uintptr) uintptr

func RadioButton_GetAnchorSideLeft

func RadioButton_GetAnchorSideLeft(obj uintptr) uintptr

func RadioButton_GetAnchorSideRight

func RadioButton_GetAnchorSideRight(obj uintptr) uintptr

func RadioButton_GetAnchorSideTop

func RadioButton_GetAnchorSideTop(obj uintptr) uintptr

func RadioButton_GetAnchors

func RadioButton_GetAnchors(obj uintptr) TAnchors

func RadioButton_GetBiDiMode

func RadioButton_GetBiDiMode(obj uintptr) TBiDiMode

func RadioButton_GetBorderSpacing

func RadioButton_GetBorderSpacing(obj uintptr) uintptr

func RadioButton_GetBoundsRect

func RadioButton_GetBoundsRect(obj uintptr) TRect

func RadioButton_GetBrush

func RadioButton_GetBrush(obj uintptr) uintptr

func RadioButton_GetCaption

func RadioButton_GetCaption(obj uintptr) string

func RadioButton_GetChecked

func RadioButton_GetChecked(obj uintptr) bool

func RadioButton_GetChildSizing

func RadioButton_GetChildSizing(obj uintptr) uintptr

func RadioButton_GetClientHeight

func RadioButton_GetClientHeight(obj uintptr) int32

func RadioButton_GetClientOrigin added in v1.1.21

func RadioButton_GetClientOrigin(obj uintptr) TPoint

func RadioButton_GetClientRect

func RadioButton_GetClientRect(obj uintptr) TRect

func RadioButton_GetClientWidth

func RadioButton_GetClientWidth(obj uintptr) int32

func RadioButton_GetColor

func RadioButton_GetColor(obj uintptr) TColor

func RadioButton_GetComponentCount

func RadioButton_GetComponentCount(obj uintptr) int32

func RadioButton_GetComponentIndex

func RadioButton_GetComponentIndex(obj uintptr) int32

func RadioButton_GetComponents

func RadioButton_GetComponents(obj uintptr, AIndex int32) uintptr

func RadioButton_GetConstraints added in v1.2.7

func RadioButton_GetConstraints(obj uintptr) uintptr

func RadioButton_GetControlCount

func RadioButton_GetControlCount(obj uintptr) int32

func RadioButton_GetControlState added in v1.1.21

func RadioButton_GetControlState(obj uintptr) TControlState

func RadioButton_GetControlStyle added in v1.1.21

func RadioButton_GetControlStyle(obj uintptr) TControlStyle

func RadioButton_GetControls

func RadioButton_GetControls(obj uintptr, Index int32) uintptr

func RadioButton_GetCursor

func RadioButton_GetCursor(obj uintptr) TCursor

func RadioButton_GetDockClientCount added in v1.1.21

func RadioButton_GetDockClientCount(obj uintptr) int32

func RadioButton_GetDockClients added in v1.1.21

func RadioButton_GetDockClients(obj uintptr, Index int32) uintptr

func RadioButton_GetDockSite

func RadioButton_GetDockSite(obj uintptr) bool

func RadioButton_GetDoubleBuffered

func RadioButton_GetDoubleBuffered(obj uintptr) bool

func RadioButton_GetDragCursor

func RadioButton_GetDragCursor(obj uintptr) TCursor

func RadioButton_GetDragKind

func RadioButton_GetDragKind(obj uintptr) TDragKind

func RadioButton_GetDragMode

func RadioButton_GetDragMode(obj uintptr) TDragMode

func RadioButton_GetEnabled

func RadioButton_GetEnabled(obj uintptr) bool

func RadioButton_GetFloating

func RadioButton_GetFloating(obj uintptr) bool

func RadioButton_GetFont

func RadioButton_GetFont(obj uintptr) uintptr

func RadioButton_GetHandle

func RadioButton_GetHandle(obj uintptr) HWND

func RadioButton_GetHashCode

func RadioButton_GetHashCode(obj uintptr) int32

func RadioButton_GetHeight

func RadioButton_GetHeight(obj uintptr) int32

func RadioButton_GetHint

func RadioButton_GetHint(obj uintptr) string

func RadioButton_GetLeft

func RadioButton_GetLeft(obj uintptr) int32

func RadioButton_GetMouseInClient added in v1.1.21

func RadioButton_GetMouseInClient(obj uintptr) bool

func RadioButton_GetName

func RadioButton_GetName(obj uintptr) string

func RadioButton_GetNamePath

func RadioButton_GetNamePath(obj uintptr) string

func RadioButton_GetOwner

func RadioButton_GetOwner(obj uintptr) uintptr

func RadioButton_GetParent

func RadioButton_GetParent(obj uintptr) uintptr

func RadioButton_GetParentColor

func RadioButton_GetParentColor(obj uintptr) bool

func RadioButton_GetParentDoubleBuffered

func RadioButton_GetParentDoubleBuffered(obj uintptr) bool

func RadioButton_GetParentFont

func RadioButton_GetParentFont(obj uintptr) bool

func RadioButton_GetParentShowHint

func RadioButton_GetParentShowHint(obj uintptr) bool

func RadioButton_GetParentWindow

func RadioButton_GetParentWindow(obj uintptr) HWND

func RadioButton_GetPopupMenu

func RadioButton_GetPopupMenu(obj uintptr) uintptr

func RadioButton_GetShowHint

func RadioButton_GetShowHint(obj uintptr) bool

func RadioButton_GetTabOrder

func RadioButton_GetTabOrder(obj uintptr) TTabOrder

func RadioButton_GetTabStop

func RadioButton_GetTabStop(obj uintptr) bool

func RadioButton_GetTag

func RadioButton_GetTag(obj uintptr) int

func RadioButton_GetTextBuf

func RadioButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func RadioButton_GetTextLen

func RadioButton_GetTextLen(obj uintptr) int32

func RadioButton_GetTop

func RadioButton_GetTop(obj uintptr) int32

func RadioButton_GetUseDockManager

func RadioButton_GetUseDockManager(obj uintptr) bool

func RadioButton_GetVisible

func RadioButton_GetVisible(obj uintptr) bool

func RadioButton_GetVisibleDockClientCount added in v1.1.21

func RadioButton_GetVisibleDockClientCount(obj uintptr) int32

func RadioButton_GetWidth

func RadioButton_GetWidth(obj uintptr) int32

func RadioButton_HandleAllocated

func RadioButton_HandleAllocated(obj uintptr) bool

func RadioButton_HasParent

func RadioButton_HasParent(obj uintptr) bool

func RadioButton_Hide

func RadioButton_Hide(obj uintptr)

func RadioButton_InheritsFrom added in v1.1.18

func RadioButton_InheritsFrom(obj uintptr, AClass TClass) bool

func RadioButton_InsertControl added in v1.1.21

func RadioButton_InsertControl(obj uintptr, AControl uintptr)

func RadioButton_InstanceSize added in v1.1.18

func RadioButton_InstanceSize(obj uintptr) int32

func RadioButton_Invalidate

func RadioButton_Invalidate(obj uintptr)

func RadioButton_ParentToClient

func RadioButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RadioButton_Perform

func RadioButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func RadioButton_Realign

func RadioButton_Realign(obj uintptr)

func RadioButton_Refresh

func RadioButton_Refresh(obj uintptr)

func RadioButton_RemoveControl added in v1.1.21

func RadioButton_RemoveControl(obj uintptr, AControl uintptr)

func RadioButton_Repaint

func RadioButton_Repaint(obj uintptr)

func RadioButton_ScaleBy

func RadioButton_ScaleBy(obj uintptr, M int32, D int32)

func RadioButton_ScreenToClient

func RadioButton_ScreenToClient(obj uintptr, Point TPoint) TPoint

func RadioButton_ScrollBy added in v1.1.21

func RadioButton_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func RadioButton_SendToBack

func RadioButton_SendToBack(obj uintptr)

func RadioButton_SetAction

func RadioButton_SetAction(obj uintptr, value uintptr)

func RadioButton_SetAlign

func RadioButton_SetAlign(obj uintptr, value TAlign)

func RadioButton_SetAlignment

func RadioButton_SetAlignment(obj uintptr, value TLeftRight)

func RadioButton_SetAnchorSideBottom

func RadioButton_SetAnchorSideBottom(obj uintptr, value uintptr)

func RadioButton_SetAnchorSideLeft

func RadioButton_SetAnchorSideLeft(obj uintptr, value uintptr)

func RadioButton_SetAnchorSideRight

func RadioButton_SetAnchorSideRight(obj uintptr, value uintptr)

func RadioButton_SetAnchorSideTop

func RadioButton_SetAnchorSideTop(obj uintptr, value uintptr)

func RadioButton_SetAnchors

func RadioButton_SetAnchors(obj uintptr, value TAnchors)

func RadioButton_SetBiDiMode

func RadioButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func RadioButton_SetBorderSpacing

func RadioButton_SetBorderSpacing(obj uintptr, value uintptr)

func RadioButton_SetBounds

func RadioButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func RadioButton_SetBoundsRect

func RadioButton_SetBoundsRect(obj uintptr, value TRect)

func RadioButton_SetCaption

func RadioButton_SetCaption(obj uintptr, value string)

func RadioButton_SetChecked

func RadioButton_SetChecked(obj uintptr, value bool)

func RadioButton_SetChildSizing

func RadioButton_SetChildSizing(obj uintptr, value uintptr)

func RadioButton_SetClientHeight

func RadioButton_SetClientHeight(obj uintptr, value int32)

func RadioButton_SetClientWidth

func RadioButton_SetClientWidth(obj uintptr, value int32)

func RadioButton_SetColor

func RadioButton_SetColor(obj uintptr, value TColor)

func RadioButton_SetComponentIndex

func RadioButton_SetComponentIndex(obj uintptr, value int32)

func RadioButton_SetConstraints added in v1.2.7

func RadioButton_SetConstraints(obj uintptr, value uintptr)

func RadioButton_SetControlState added in v1.1.21

func RadioButton_SetControlState(obj uintptr, value TControlState)

func RadioButton_SetControlStyle added in v1.1.21

func RadioButton_SetControlStyle(obj uintptr, value TControlStyle)

func RadioButton_SetCursor

func RadioButton_SetCursor(obj uintptr, value TCursor)

func RadioButton_SetDockSite

func RadioButton_SetDockSite(obj uintptr, value bool)

func RadioButton_SetDoubleBuffered

func RadioButton_SetDoubleBuffered(obj uintptr, value bool)

func RadioButton_SetDragCursor

func RadioButton_SetDragCursor(obj uintptr, value TCursor)

func RadioButton_SetDragKind

func RadioButton_SetDragKind(obj uintptr, value TDragKind)

func RadioButton_SetDragMode

func RadioButton_SetDragMode(obj uintptr, value TDragMode)

func RadioButton_SetEnabled

func RadioButton_SetEnabled(obj uintptr, value bool)

func RadioButton_SetFocus

func RadioButton_SetFocus(obj uintptr)

func RadioButton_SetFont

func RadioButton_SetFont(obj uintptr, value uintptr)

func RadioButton_SetHeight

func RadioButton_SetHeight(obj uintptr, value int32)

func RadioButton_SetHint

func RadioButton_SetHint(obj uintptr, value string)

func RadioButton_SetLeft

func RadioButton_SetLeft(obj uintptr, value int32)

func RadioButton_SetName

func RadioButton_SetName(obj uintptr, value string)

func RadioButton_SetOnClick

func RadioButton_SetOnClick(obj uintptr, fn interface{})

func RadioButton_SetOnContextPopup

func RadioButton_SetOnContextPopup(obj uintptr, fn interface{})

func RadioButton_SetOnDragDrop

func RadioButton_SetOnDragDrop(obj uintptr, fn interface{})

func RadioButton_SetOnDragOver

func RadioButton_SetOnDragOver(obj uintptr, fn interface{})

func RadioButton_SetOnEndDrag

func RadioButton_SetOnEndDrag(obj uintptr, fn interface{})

func RadioButton_SetOnEnter

func RadioButton_SetOnEnter(obj uintptr, fn interface{})

func RadioButton_SetOnExit

func RadioButton_SetOnExit(obj uintptr, fn interface{})

func RadioButton_SetOnKeyDown

func RadioButton_SetOnKeyDown(obj uintptr, fn interface{})

func RadioButton_SetOnKeyPress

func RadioButton_SetOnKeyPress(obj uintptr, fn interface{})

func RadioButton_SetOnKeyUp

func RadioButton_SetOnKeyUp(obj uintptr, fn interface{})

func RadioButton_SetOnMouseDown

func RadioButton_SetOnMouseDown(obj uintptr, fn interface{})

func RadioButton_SetOnMouseEnter

func RadioButton_SetOnMouseEnter(obj uintptr, fn interface{})

func RadioButton_SetOnMouseLeave

func RadioButton_SetOnMouseLeave(obj uintptr, fn interface{})

func RadioButton_SetOnMouseMove

func RadioButton_SetOnMouseMove(obj uintptr, fn interface{})

func RadioButton_SetOnMouseUp

func RadioButton_SetOnMouseUp(obj uintptr, fn interface{})

func RadioButton_SetParent

func RadioButton_SetParent(obj uintptr, value uintptr)

func RadioButton_SetParentColor

func RadioButton_SetParentColor(obj uintptr, value bool)

func RadioButton_SetParentDoubleBuffered

func RadioButton_SetParentDoubleBuffered(obj uintptr, value bool)

func RadioButton_SetParentFont

func RadioButton_SetParentFont(obj uintptr, value bool)

func RadioButton_SetParentShowHint

func RadioButton_SetParentShowHint(obj uintptr, value bool)

func RadioButton_SetParentWindow

func RadioButton_SetParentWindow(obj uintptr, value HWND)

func RadioButton_SetPopupMenu

func RadioButton_SetPopupMenu(obj uintptr, value uintptr)

func RadioButton_SetShowHint

func RadioButton_SetShowHint(obj uintptr, value bool)

func RadioButton_SetTabOrder

func RadioButton_SetTabOrder(obj uintptr, value TTabOrder)

func RadioButton_SetTabStop

func RadioButton_SetTabStop(obj uintptr, value bool)

func RadioButton_SetTag

func RadioButton_SetTag(obj uintptr, value int)

func RadioButton_SetTextBuf added in v1.1.21

func RadioButton_SetTextBuf(obj uintptr, Buffer string)

func RadioButton_SetTop

func RadioButton_SetTop(obj uintptr, value int32)

func RadioButton_SetUseDockManager

func RadioButton_SetUseDockManager(obj uintptr, value bool)

func RadioButton_SetVisible

func RadioButton_SetVisible(obj uintptr, value bool)

func RadioButton_SetWidth

func RadioButton_SetWidth(obj uintptr, value int32)

func RadioButton_Show

func RadioButton_Show(obj uintptr)

func RadioButton_StaticClassType added in v1.1.18

func RadioButton_StaticClassType() TClass

func RadioButton_ToString

func RadioButton_ToString(obj uintptr) string

func RadioButton_Update

func RadioButton_Update(obj uintptr)

func RadioGroup_AnchorAsAlign

func RadioGroup_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func RadioGroup_AnchorClient

func RadioGroup_AnchorClient(obj uintptr, ASpace int32)

func RadioGroup_AnchorHorizontalCenterTo

func RadioGroup_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func RadioGroup_AnchorParallel

func RadioGroup_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RadioGroup_AnchorToNeighbour

func RadioGroup_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RadioGroup_AnchorVerticalCenterTo

func RadioGroup_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func RadioGroup_Assign

func RadioGroup_Assign(obj uintptr, Source uintptr)

func RadioGroup_BringToFront

func RadioGroup_BringToFront(obj uintptr)

func RadioGroup_CanFocus

func RadioGroup_CanFocus(obj uintptr) bool

func RadioGroup_ClassName

func RadioGroup_ClassName(obj uintptr) string

func RadioGroup_ClassType added in v1.1.18

func RadioGroup_ClassType(obj uintptr) TClass

func RadioGroup_ClientToParent

func RadioGroup_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RadioGroup_ClientToScreen

func RadioGroup_ClientToScreen(obj uintptr, Point TPoint) TPoint

func RadioGroup_ContainsControl added in v1.1.21

func RadioGroup_ContainsControl(obj uintptr, Control uintptr) bool

func RadioGroup_ControlAtPos added in v1.1.21

func RadioGroup_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func RadioGroup_Create

func RadioGroup_Create(obj uintptr) uintptr

func RadioGroup_DisableAlign added in v1.1.21

func RadioGroup_DisableAlign(obj uintptr)

func RadioGroup_Dragging

func RadioGroup_Dragging(obj uintptr) bool

func RadioGroup_EnableAlign added in v1.1.21

func RadioGroup_EnableAlign(obj uintptr)

func RadioGroup_Equals

func RadioGroup_Equals(obj uintptr, Obj uintptr) bool

func RadioGroup_FindChildControl added in v1.1.21

func RadioGroup_FindChildControl(obj uintptr, ControlName string) uintptr

func RadioGroup_FindComponent

func RadioGroup_FindComponent(obj uintptr, AName string) uintptr

func RadioGroup_FlipChildren

func RadioGroup_FlipChildren(obj uintptr, AllLevels bool)

func RadioGroup_Focused

func RadioGroup_Focused(obj uintptr) bool

func RadioGroup_Free

func RadioGroup_Free(obj uintptr)

func RadioGroup_GetAction

func RadioGroup_GetAction(obj uintptr) uintptr

func RadioGroup_GetAlign

func RadioGroup_GetAlign(obj uintptr) TAlign

func RadioGroup_GetAnchorSide

func RadioGroup_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func RadioGroup_GetAnchorSideBottom

func RadioGroup_GetAnchorSideBottom(obj uintptr) uintptr

func RadioGroup_GetAnchorSideLeft

func RadioGroup_GetAnchorSideLeft(obj uintptr) uintptr

func RadioGroup_GetAnchorSideRight

func RadioGroup_GetAnchorSideRight(obj uintptr) uintptr

func RadioGroup_GetAnchorSideTop

func RadioGroup_GetAnchorSideTop(obj uintptr) uintptr

func RadioGroup_GetAnchors

func RadioGroup_GetAnchors(obj uintptr) TAnchors

func RadioGroup_GetBiDiMode

func RadioGroup_GetBiDiMode(obj uintptr) TBiDiMode

func RadioGroup_GetBorderSpacing

func RadioGroup_GetBorderSpacing(obj uintptr) uintptr

func RadioGroup_GetBoundsRect

func RadioGroup_GetBoundsRect(obj uintptr) TRect

func RadioGroup_GetBrush

func RadioGroup_GetBrush(obj uintptr) uintptr

func RadioGroup_GetCaption

func RadioGroup_GetCaption(obj uintptr) string

func RadioGroup_GetChildSizing

func RadioGroup_GetChildSizing(obj uintptr) uintptr

func RadioGroup_GetClientHeight

func RadioGroup_GetClientHeight(obj uintptr) int32

func RadioGroup_GetClientOrigin added in v1.1.21

func RadioGroup_GetClientOrigin(obj uintptr) TPoint

func RadioGroup_GetClientRect

func RadioGroup_GetClientRect(obj uintptr) TRect

func RadioGroup_GetClientWidth

func RadioGroup_GetClientWidth(obj uintptr) int32

func RadioGroup_GetColor

func RadioGroup_GetColor(obj uintptr) TColor

func RadioGroup_GetColumns

func RadioGroup_GetColumns(obj uintptr) int32

func RadioGroup_GetComponentCount

func RadioGroup_GetComponentCount(obj uintptr) int32

func RadioGroup_GetComponentIndex

func RadioGroup_GetComponentIndex(obj uintptr) int32

func RadioGroup_GetComponents

func RadioGroup_GetComponents(obj uintptr, AIndex int32) uintptr

func RadioGroup_GetConstraints added in v1.2.7

func RadioGroup_GetConstraints(obj uintptr) uintptr

func RadioGroup_GetControlCount

func RadioGroup_GetControlCount(obj uintptr) int32

func RadioGroup_GetControlState added in v1.1.21

func RadioGroup_GetControlState(obj uintptr) TControlState

func RadioGroup_GetControlStyle added in v1.1.21

func RadioGroup_GetControlStyle(obj uintptr) TControlStyle

func RadioGroup_GetControls

func RadioGroup_GetControls(obj uintptr, Index int32) uintptr

func RadioGroup_GetCursor

func RadioGroup_GetCursor(obj uintptr) TCursor

func RadioGroup_GetDockClientCount added in v1.1.21

func RadioGroup_GetDockClientCount(obj uintptr) int32

func RadioGroup_GetDockClients added in v1.1.21

func RadioGroup_GetDockClients(obj uintptr, Index int32) uintptr

func RadioGroup_GetDockSite

func RadioGroup_GetDockSite(obj uintptr) bool

func RadioGroup_GetDoubleBuffered

func RadioGroup_GetDoubleBuffered(obj uintptr) bool

func RadioGroup_GetDragCursor

func RadioGroup_GetDragCursor(obj uintptr) TCursor

func RadioGroup_GetDragMode

func RadioGroup_GetDragMode(obj uintptr) TDragMode

func RadioGroup_GetEnabled

func RadioGroup_GetEnabled(obj uintptr) bool

func RadioGroup_GetFloating

func RadioGroup_GetFloating(obj uintptr) bool

func RadioGroup_GetFont

func RadioGroup_GetFont(obj uintptr) uintptr

func RadioGroup_GetHandle

func RadioGroup_GetHandle(obj uintptr) HWND

func RadioGroup_GetHashCode

func RadioGroup_GetHashCode(obj uintptr) int32

func RadioGroup_GetHeight

func RadioGroup_GetHeight(obj uintptr) int32

func RadioGroup_GetHint

func RadioGroup_GetHint(obj uintptr) string

func RadioGroup_GetItemIndex

func RadioGroup_GetItemIndex(obj uintptr) int32

func RadioGroup_GetItems

func RadioGroup_GetItems(obj uintptr) uintptr

func RadioGroup_GetLeft

func RadioGroup_GetLeft(obj uintptr) int32

func RadioGroup_GetMouseInClient added in v1.1.21

func RadioGroup_GetMouseInClient(obj uintptr) bool

func RadioGroup_GetName

func RadioGroup_GetName(obj uintptr) string

func RadioGroup_GetNamePath

func RadioGroup_GetNamePath(obj uintptr) string

func RadioGroup_GetOwner

func RadioGroup_GetOwner(obj uintptr) uintptr

func RadioGroup_GetParent

func RadioGroup_GetParent(obj uintptr) uintptr

func RadioGroup_GetParentColor

func RadioGroup_GetParentColor(obj uintptr) bool

func RadioGroup_GetParentDoubleBuffered

func RadioGroup_GetParentDoubleBuffered(obj uintptr) bool

func RadioGroup_GetParentFont

func RadioGroup_GetParentFont(obj uintptr) bool

func RadioGroup_GetParentShowHint

func RadioGroup_GetParentShowHint(obj uintptr) bool

func RadioGroup_GetParentWindow

func RadioGroup_GetParentWindow(obj uintptr) HWND

func RadioGroup_GetPopupMenu

func RadioGroup_GetPopupMenu(obj uintptr) uintptr

func RadioGroup_GetShowHint

func RadioGroup_GetShowHint(obj uintptr) bool

func RadioGroup_GetTabOrder

func RadioGroup_GetTabOrder(obj uintptr) TTabOrder

func RadioGroup_GetTabStop

func RadioGroup_GetTabStop(obj uintptr) bool

func RadioGroup_GetTag

func RadioGroup_GetTag(obj uintptr) int

func RadioGroup_GetTextBuf

func RadioGroup_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func RadioGroup_GetTextLen

func RadioGroup_GetTextLen(obj uintptr) int32

func RadioGroup_GetTop

func RadioGroup_GetTop(obj uintptr) int32

func RadioGroup_GetUseDockManager

func RadioGroup_GetUseDockManager(obj uintptr) bool

func RadioGroup_GetVisible

func RadioGroup_GetVisible(obj uintptr) bool

func RadioGroup_GetVisibleDockClientCount added in v1.1.21

func RadioGroup_GetVisibleDockClientCount(obj uintptr) int32

func RadioGroup_GetWidth

func RadioGroup_GetWidth(obj uintptr) int32

func RadioGroup_HandleAllocated

func RadioGroup_HandleAllocated(obj uintptr) bool

func RadioGroup_HasParent

func RadioGroup_HasParent(obj uintptr) bool

func RadioGroup_Hide

func RadioGroup_Hide(obj uintptr)

func RadioGroup_InheritsFrom added in v1.1.18

func RadioGroup_InheritsFrom(obj uintptr, AClass TClass) bool

func RadioGroup_InsertControl added in v1.1.21

func RadioGroup_InsertControl(obj uintptr, AControl uintptr)

func RadioGroup_InstanceSize added in v1.1.18

func RadioGroup_InstanceSize(obj uintptr) int32

func RadioGroup_Invalidate

func RadioGroup_Invalidate(obj uintptr)

func RadioGroup_ParentToClient

func RadioGroup_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RadioGroup_Perform

func RadioGroup_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func RadioGroup_Realign

func RadioGroup_Realign(obj uintptr)

func RadioGroup_Refresh

func RadioGroup_Refresh(obj uintptr)

func RadioGroup_RemoveControl added in v1.1.21

func RadioGroup_RemoveControl(obj uintptr, AControl uintptr)

func RadioGroup_Repaint

func RadioGroup_Repaint(obj uintptr)

func RadioGroup_ScaleBy

func RadioGroup_ScaleBy(obj uintptr, M int32, D int32)

func RadioGroup_ScreenToClient

func RadioGroup_ScreenToClient(obj uintptr, Point TPoint) TPoint

func RadioGroup_ScrollBy added in v1.1.21

func RadioGroup_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func RadioGroup_SendToBack

func RadioGroup_SendToBack(obj uintptr)

func RadioGroup_SetAction

func RadioGroup_SetAction(obj uintptr, value uintptr)

func RadioGroup_SetAlign

func RadioGroup_SetAlign(obj uintptr, value TAlign)

func RadioGroup_SetAnchorSideBottom

func RadioGroup_SetAnchorSideBottom(obj uintptr, value uintptr)

func RadioGroup_SetAnchorSideLeft

func RadioGroup_SetAnchorSideLeft(obj uintptr, value uintptr)

func RadioGroup_SetAnchorSideRight

func RadioGroup_SetAnchorSideRight(obj uintptr, value uintptr)

func RadioGroup_SetAnchorSideTop

func RadioGroup_SetAnchorSideTop(obj uintptr, value uintptr)

func RadioGroup_SetAnchors

func RadioGroup_SetAnchors(obj uintptr, value TAnchors)

func RadioGroup_SetBiDiMode

func RadioGroup_SetBiDiMode(obj uintptr, value TBiDiMode)

func RadioGroup_SetBorderSpacing

func RadioGroup_SetBorderSpacing(obj uintptr, value uintptr)

func RadioGroup_SetBounds

func RadioGroup_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func RadioGroup_SetBoundsRect

func RadioGroup_SetBoundsRect(obj uintptr, value TRect)

func RadioGroup_SetCaption

func RadioGroup_SetCaption(obj uintptr, value string)

func RadioGroup_SetChildSizing

func RadioGroup_SetChildSizing(obj uintptr, value uintptr)

func RadioGroup_SetClientHeight

func RadioGroup_SetClientHeight(obj uintptr, value int32)

func RadioGroup_SetClientWidth

func RadioGroup_SetClientWidth(obj uintptr, value int32)

func RadioGroup_SetColor

func RadioGroup_SetColor(obj uintptr, value TColor)

func RadioGroup_SetColumns

func RadioGroup_SetColumns(obj uintptr, value int32)

func RadioGroup_SetComponentIndex

func RadioGroup_SetComponentIndex(obj uintptr, value int32)

func RadioGroup_SetConstraints added in v1.2.7

func RadioGroup_SetConstraints(obj uintptr, value uintptr)

func RadioGroup_SetControlState added in v1.1.21

func RadioGroup_SetControlState(obj uintptr, value TControlState)

func RadioGroup_SetControlStyle added in v1.1.21

func RadioGroup_SetControlStyle(obj uintptr, value TControlStyle)

func RadioGroup_SetCursor

func RadioGroup_SetCursor(obj uintptr, value TCursor)

func RadioGroup_SetDockSite

func RadioGroup_SetDockSite(obj uintptr, value bool)

func RadioGroup_SetDoubleBuffered

func RadioGroup_SetDoubleBuffered(obj uintptr, value bool)

func RadioGroup_SetDragCursor

func RadioGroup_SetDragCursor(obj uintptr, value TCursor)

func RadioGroup_SetDragMode

func RadioGroup_SetDragMode(obj uintptr, value TDragMode)

func RadioGroup_SetEnabled

func RadioGroup_SetEnabled(obj uintptr, value bool)

func RadioGroup_SetFocus

func RadioGroup_SetFocus(obj uintptr)

func RadioGroup_SetFont

func RadioGroup_SetFont(obj uintptr, value uintptr)

func RadioGroup_SetHeight

func RadioGroup_SetHeight(obj uintptr, value int32)

func RadioGroup_SetHint

func RadioGroup_SetHint(obj uintptr, value string)

func RadioGroup_SetItemIndex

func RadioGroup_SetItemIndex(obj uintptr, value int32)

func RadioGroup_SetItems

func RadioGroup_SetItems(obj uintptr, value uintptr)

func RadioGroup_SetLeft

func RadioGroup_SetLeft(obj uintptr, value int32)

func RadioGroup_SetName

func RadioGroup_SetName(obj uintptr, value string)

func RadioGroup_SetOnClick

func RadioGroup_SetOnClick(obj uintptr, fn interface{})

func RadioGroup_SetOnDragDrop

func RadioGroup_SetOnDragDrop(obj uintptr, fn interface{})

func RadioGroup_SetOnDragOver

func RadioGroup_SetOnDragOver(obj uintptr, fn interface{})

func RadioGroup_SetOnEndDrag

func RadioGroup_SetOnEndDrag(obj uintptr, fn interface{})

func RadioGroup_SetOnEnter

func RadioGroup_SetOnEnter(obj uintptr, fn interface{})

func RadioGroup_SetOnExit

func RadioGroup_SetOnExit(obj uintptr, fn interface{})

func RadioGroup_SetParent

func RadioGroup_SetParent(obj uintptr, value uintptr)

func RadioGroup_SetParentColor

func RadioGroup_SetParentColor(obj uintptr, value bool)

func RadioGroup_SetParentDoubleBuffered

func RadioGroup_SetParentDoubleBuffered(obj uintptr, value bool)

func RadioGroup_SetParentFont

func RadioGroup_SetParentFont(obj uintptr, value bool)

func RadioGroup_SetParentShowHint

func RadioGroup_SetParentShowHint(obj uintptr, value bool)

func RadioGroup_SetParentWindow

func RadioGroup_SetParentWindow(obj uintptr, value HWND)

func RadioGroup_SetPopupMenu

func RadioGroup_SetPopupMenu(obj uintptr, value uintptr)

func RadioGroup_SetShowHint

func RadioGroup_SetShowHint(obj uintptr, value bool)

func RadioGroup_SetTabOrder

func RadioGroup_SetTabOrder(obj uintptr, value TTabOrder)

func RadioGroup_SetTabStop

func RadioGroup_SetTabStop(obj uintptr, value bool)

func RadioGroup_SetTag

func RadioGroup_SetTag(obj uintptr, value int)

func RadioGroup_SetTextBuf added in v1.1.21

func RadioGroup_SetTextBuf(obj uintptr, Buffer string)

func RadioGroup_SetTop

func RadioGroup_SetTop(obj uintptr, value int32)

func RadioGroup_SetUseDockManager

func RadioGroup_SetUseDockManager(obj uintptr, value bool)

func RadioGroup_SetVisible

func RadioGroup_SetVisible(obj uintptr, value bool)

func RadioGroup_SetWidth

func RadioGroup_SetWidth(obj uintptr, value int32)

func RadioGroup_Show

func RadioGroup_Show(obj uintptr)

func RadioGroup_StaticClassType added in v1.1.18

func RadioGroup_StaticClassType() TClass

func RadioGroup_ToString

func RadioGroup_ToString(obj uintptr) string

func RadioGroup_Update

func RadioGroup_Update(obj uintptr)

func Registry_ClassName

func Registry_ClassName(obj uintptr) string

func Registry_ClassType added in v1.1.18

func Registry_ClassType(obj uintptr) TClass

func Registry_CloseKey

func Registry_CloseKey(obj uintptr)

func Registry_Create

func Registry_Create(obj uintptr) uintptr

func Registry_CreateKey

func Registry_CreateKey(obj uintptr, Key string) bool

func Registry_DeleteKey

func Registry_DeleteKey(obj uintptr, Key string) bool

func Registry_DeleteValue

func Registry_DeleteValue(obj uintptr, Name string) bool

func Registry_Equals

func Registry_Equals(obj uintptr, Obj uintptr) bool

func Registry_Free

func Registry_Free(obj uintptr)

func Registry_GetAccess

func Registry_GetAccess(obj uintptr) uint32

func Registry_GetCurrentKey

func Registry_GetCurrentKey(obj uintptr) HKEY

func Registry_GetCurrentPath

func Registry_GetCurrentPath(obj uintptr) string

func Registry_GetHashCode

func Registry_GetHashCode(obj uintptr) int32

func Registry_GetLastError

func Registry_GetLastError(obj uintptr) int32

func Registry_GetLastErrorMsg

func Registry_GetLastErrorMsg(obj uintptr) string

func Registry_GetLazyWrite

func Registry_GetLazyWrite(obj uintptr) bool

func Registry_GetRootKey

func Registry_GetRootKey(obj uintptr) HKEY

func Registry_HasSubKeys

func Registry_HasSubKeys(obj uintptr) bool

func Registry_InheritsFrom added in v1.1.18

func Registry_InheritsFrom(obj uintptr, AClass TClass) bool

func Registry_InstanceSize added in v1.1.18

func Registry_InstanceSize(obj uintptr) int32

func Registry_KeyExists

func Registry_KeyExists(obj uintptr, Key string) bool

func Registry_LoadKey

func Registry_LoadKey(obj uintptr, Key string, FileName string) bool

func Registry_MoveKey

func Registry_MoveKey(obj uintptr, OldName string, NewName string, Delete bool)

func Registry_OpenKey

func Registry_OpenKey(obj uintptr, Key string, CanCreate bool) bool

func Registry_OpenKeyReadOnly

func Registry_OpenKeyReadOnly(obj uintptr, Key string) bool

func Registry_ReadBool

func Registry_ReadBool(obj uintptr, Name string) bool

func Registry_ReadDate

func Registry_ReadDate(obj uintptr, Name string) time.Time

func Registry_ReadDateTime

func Registry_ReadDateTime(obj uintptr, Name string) time.Time

func Registry_ReadFloat

func Registry_ReadFloat(obj uintptr, Name string) float64

func Registry_ReadInteger

func Registry_ReadInteger(obj uintptr, Name string) int32

func Registry_ReadString

func Registry_ReadString(obj uintptr, Name string) string

func Registry_ReadTime

func Registry_ReadTime(obj uintptr, Name string) time.Time

func Registry_RegistryConnect

func Registry_RegistryConnect(obj uintptr, UNCName string) bool

func Registry_RenameValue

func Registry_RenameValue(obj uintptr, OldName string, NewName string)

func Registry_ReplaceKey

func Registry_ReplaceKey(obj uintptr, Key string, FileName string, BackUpFileName string) bool

func Registry_RestoreKey

func Registry_RestoreKey(obj uintptr, Key string, FileName string) bool

func Registry_SaveKey

func Registry_SaveKey(obj uintptr, Key string, FileName string) bool

func Registry_SetAccess

func Registry_SetAccess(obj uintptr, value uint32)

func Registry_SetLazyWrite

func Registry_SetLazyWrite(obj uintptr, value bool)

func Registry_SetRootKey

func Registry_SetRootKey(obj uintptr, value HKEY)

func Registry_StaticClassType added in v1.1.18

func Registry_StaticClassType() TClass

func Registry_ToString

func Registry_ToString(obj uintptr) string

func Registry_UnLoadKey

func Registry_UnLoadKey(obj uintptr, Key string) bool

func Registry_ValueExists

func Registry_ValueExists(obj uintptr, Name string) bool

func Registry_WriteBool

func Registry_WriteBool(obj uintptr, Name string, Value bool)

func Registry_WriteDate

func Registry_WriteDate(obj uintptr, Name string, Value time.Time)

func Registry_WriteDateTime

func Registry_WriteDateTime(obj uintptr, Name string, Value time.Time)

func Registry_WriteExpandString

func Registry_WriteExpandString(obj uintptr, Name string, Value string)

func Registry_WriteFloat

func Registry_WriteFloat(obj uintptr, Name string, Value float64)

func Registry_WriteInteger

func Registry_WriteInteger(obj uintptr, Name string, Value int32)

func Registry_WriteString

func Registry_WriteString(obj uintptr, Name string, Value string)

func Registry_WriteTime

func Registry_WriteTime(obj uintptr, Name string, Value time.Time)

func RemoveEventCallbackOf added in v1.2.1

func RemoveEventCallbackOf(Id uintptr)

从事件表中移除指定的函数

func ReplaceDialog_Assign

func ReplaceDialog_Assign(obj uintptr, Source uintptr)

func ReplaceDialog_ClassName

func ReplaceDialog_ClassName(obj uintptr) string

func ReplaceDialog_ClassType added in v1.1.18

func ReplaceDialog_ClassType(obj uintptr) TClass

func ReplaceDialog_CloseDialog

func ReplaceDialog_CloseDialog(obj uintptr)

func ReplaceDialog_Create

func ReplaceDialog_Create(obj uintptr) uintptr

func ReplaceDialog_Equals

func ReplaceDialog_Equals(obj uintptr, Obj uintptr) bool

func ReplaceDialog_Execute

func ReplaceDialog_Execute(obj uintptr) bool

func ReplaceDialog_FindComponent

func ReplaceDialog_FindComponent(obj uintptr, AName string) uintptr

func ReplaceDialog_Free

func ReplaceDialog_Free(obj uintptr)

func ReplaceDialog_GetComponentCount

func ReplaceDialog_GetComponentCount(obj uintptr) int32

func ReplaceDialog_GetComponentIndex

func ReplaceDialog_GetComponentIndex(obj uintptr) int32

func ReplaceDialog_GetComponents

func ReplaceDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func ReplaceDialog_GetFindText

func ReplaceDialog_GetFindText(obj uintptr) string

func ReplaceDialog_GetHandle

func ReplaceDialog_GetHandle(obj uintptr) HWND

func ReplaceDialog_GetHashCode

func ReplaceDialog_GetHashCode(obj uintptr) int32

func ReplaceDialog_GetLeft

func ReplaceDialog_GetLeft(obj uintptr) int32

func ReplaceDialog_GetName

func ReplaceDialog_GetName(obj uintptr) string

func ReplaceDialog_GetNamePath

func ReplaceDialog_GetNamePath(obj uintptr) string

func ReplaceDialog_GetOptions

func ReplaceDialog_GetOptions(obj uintptr) TFindOptions

func ReplaceDialog_GetOwner

func ReplaceDialog_GetOwner(obj uintptr) uintptr

func ReplaceDialog_GetPosition

func ReplaceDialog_GetPosition(obj uintptr) TPoint

func ReplaceDialog_GetReplaceText

func ReplaceDialog_GetReplaceText(obj uintptr) string

func ReplaceDialog_GetTag

func ReplaceDialog_GetTag(obj uintptr) int

func ReplaceDialog_GetTop

func ReplaceDialog_GetTop(obj uintptr) int32

func ReplaceDialog_HasParent

func ReplaceDialog_HasParent(obj uintptr) bool

func ReplaceDialog_InheritsFrom added in v1.1.18

func ReplaceDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func ReplaceDialog_InstanceSize added in v1.1.18

func ReplaceDialog_InstanceSize(obj uintptr) int32

func ReplaceDialog_SetComponentIndex

func ReplaceDialog_SetComponentIndex(obj uintptr, value int32)

func ReplaceDialog_SetFindText

func ReplaceDialog_SetFindText(obj uintptr, value string)

func ReplaceDialog_SetLeft

func ReplaceDialog_SetLeft(obj uintptr, value int32)

func ReplaceDialog_SetName

func ReplaceDialog_SetName(obj uintptr, value string)

func ReplaceDialog_SetOnClose

func ReplaceDialog_SetOnClose(obj uintptr, fn interface{})

func ReplaceDialog_SetOnFind

func ReplaceDialog_SetOnFind(obj uintptr, fn interface{})

func ReplaceDialog_SetOnReplace

func ReplaceDialog_SetOnReplace(obj uintptr, fn interface{})

func ReplaceDialog_SetOnShow

func ReplaceDialog_SetOnShow(obj uintptr, fn interface{})

func ReplaceDialog_SetOptions

func ReplaceDialog_SetOptions(obj uintptr, value TFindOptions)

func ReplaceDialog_SetPosition

func ReplaceDialog_SetPosition(obj uintptr, value TPoint)

func ReplaceDialog_SetReplaceText

func ReplaceDialog_SetReplaceText(obj uintptr, value string)

func ReplaceDialog_SetTag

func ReplaceDialog_SetTag(obj uintptr, value int)

func ReplaceDialog_SetTop

func ReplaceDialog_SetTop(obj uintptr, value int32)

func ReplaceDialog_StaticClassType added in v1.1.18

func ReplaceDialog_StaticClassType() TClass

func ReplaceDialog_ToString

func ReplaceDialog_ToString(obj uintptr) string

func ResFormLoadFromFile

func ResFormLoadFromFile(filename string, root uintptr)

func ResFormLoadFromResourceName

func ResFormLoadFromResourceName(instance uintptr, resName string, root uintptr)

func ResFormLoadFromStream

func ResFormLoadFromStream(obj, root uintptr)

ResFormLoadFromStream

func RichEdit_AnchorAsAlign

func RichEdit_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func RichEdit_AnchorClient

func RichEdit_AnchorClient(obj uintptr, ASpace int32)

func RichEdit_AnchorHorizontalCenterTo

func RichEdit_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func RichEdit_AnchorParallel

func RichEdit_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RichEdit_AnchorToNeighbour

func RichEdit_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func RichEdit_AnchorVerticalCenterTo

func RichEdit_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func RichEdit_Assign

func RichEdit_Assign(obj uintptr, Source uintptr)

func RichEdit_BringToFront

func RichEdit_BringToFront(obj uintptr)

func RichEdit_CanFocus

func RichEdit_CanFocus(obj uintptr) bool

func RichEdit_ClassName

func RichEdit_ClassName(obj uintptr) string

func RichEdit_ClassType added in v1.1.18

func RichEdit_ClassType(obj uintptr) TClass

func RichEdit_Clear

func RichEdit_Clear(obj uintptr)

func RichEdit_ClearSelection

func RichEdit_ClearSelection(obj uintptr)

func RichEdit_ClientToParent

func RichEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RichEdit_ClientToScreen

func RichEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint

func RichEdit_ContainsControl added in v1.1.21

func RichEdit_ContainsControl(obj uintptr, Control uintptr) bool

func RichEdit_ControlAtPos added in v1.1.21

func RichEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func RichEdit_CopyToClipboard

func RichEdit_CopyToClipboard(obj uintptr)

func RichEdit_Create

func RichEdit_Create(obj uintptr) uintptr

func RichEdit_CutToClipboard

func RichEdit_CutToClipboard(obj uintptr)

func RichEdit_DisableAlign added in v1.1.21

func RichEdit_DisableAlign(obj uintptr)

func RichEdit_Dragging

func RichEdit_Dragging(obj uintptr) bool

func RichEdit_EnableAlign added in v1.1.21

func RichEdit_EnableAlign(obj uintptr)

func RichEdit_Equals

func RichEdit_Equals(obj uintptr, Obj uintptr) bool

func RichEdit_FindChildControl added in v1.1.21

func RichEdit_FindChildControl(obj uintptr, ControlName string) uintptr

func RichEdit_FindComponent

func RichEdit_FindComponent(obj uintptr, AName string) uintptr

func RichEdit_FindText

func RichEdit_FindText(obj uintptr, SearchStr string, StartPos int32, Length int32, Options TSearchTypes) int32

func RichEdit_FlipChildren

func RichEdit_FlipChildren(obj uintptr, AllLevels bool)

func RichEdit_Focused

func RichEdit_Focused(obj uintptr) bool

func RichEdit_Free

func RichEdit_Free(obj uintptr)

func RichEdit_GetAction

func RichEdit_GetAction(obj uintptr) uintptr

func RichEdit_GetAlign

func RichEdit_GetAlign(obj uintptr) TAlign

func RichEdit_GetAlignment

func RichEdit_GetAlignment(obj uintptr) TAlignment

func RichEdit_GetAnchorSide

func RichEdit_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func RichEdit_GetAnchorSideBottom

func RichEdit_GetAnchorSideBottom(obj uintptr) uintptr

func RichEdit_GetAnchorSideLeft

func RichEdit_GetAnchorSideLeft(obj uintptr) uintptr

func RichEdit_GetAnchorSideRight

func RichEdit_GetAnchorSideRight(obj uintptr) uintptr

func RichEdit_GetAnchorSideTop

func RichEdit_GetAnchorSideTop(obj uintptr) uintptr

func RichEdit_GetAnchors

func RichEdit_GetAnchors(obj uintptr) TAnchors

func RichEdit_GetBiDiMode

func RichEdit_GetBiDiMode(obj uintptr) TBiDiMode

func RichEdit_GetBorderSpacing

func RichEdit_GetBorderSpacing(obj uintptr) uintptr

func RichEdit_GetBorderStyle

func RichEdit_GetBorderStyle(obj uintptr) TBorderStyle

func RichEdit_GetBorderWidth

func RichEdit_GetBorderWidth(obj uintptr) int32

func RichEdit_GetBoundsRect

func RichEdit_GetBoundsRect(obj uintptr) TRect

func RichEdit_GetBrush

func RichEdit_GetBrush(obj uintptr) uintptr

func RichEdit_GetCanUndo

func RichEdit_GetCanUndo(obj uintptr) bool

func RichEdit_GetCaretPos

func RichEdit_GetCaretPos(obj uintptr) TPoint

func RichEdit_GetChildSizing

func RichEdit_GetChildSizing(obj uintptr) uintptr

func RichEdit_GetClientHeight

func RichEdit_GetClientHeight(obj uintptr) int32

func RichEdit_GetClientOrigin added in v1.1.21

func RichEdit_GetClientOrigin(obj uintptr) TPoint

func RichEdit_GetClientRect

func RichEdit_GetClientRect(obj uintptr) TRect

func RichEdit_GetClientWidth

func RichEdit_GetClientWidth(obj uintptr) int32

func RichEdit_GetColor

func RichEdit_GetColor(obj uintptr) TColor

func RichEdit_GetComponentCount

func RichEdit_GetComponentCount(obj uintptr) int32

func RichEdit_GetComponentIndex

func RichEdit_GetComponentIndex(obj uintptr) int32

func RichEdit_GetComponents

func RichEdit_GetComponents(obj uintptr, AIndex int32) uintptr

func RichEdit_GetConstraints added in v1.2.7

func RichEdit_GetConstraints(obj uintptr) uintptr

func RichEdit_GetControlCount

func RichEdit_GetControlCount(obj uintptr) int32

func RichEdit_GetControlState added in v1.1.21

func RichEdit_GetControlState(obj uintptr) TControlState

func RichEdit_GetControlStyle added in v1.1.21

func RichEdit_GetControlStyle(obj uintptr) TControlStyle

func RichEdit_GetControls

func RichEdit_GetControls(obj uintptr, Index int32) uintptr

func RichEdit_GetCursor

func RichEdit_GetCursor(obj uintptr) TCursor

func RichEdit_GetDefAttributes

func RichEdit_GetDefAttributes(obj uintptr) uintptr

func RichEdit_GetDockClientCount added in v1.1.21

func RichEdit_GetDockClientCount(obj uintptr) int32

func RichEdit_GetDockClients added in v1.1.21

func RichEdit_GetDockClients(obj uintptr, Index int32) uintptr

func RichEdit_GetDockSite

func RichEdit_GetDockSite(obj uintptr) bool

func RichEdit_GetDoubleBuffered

func RichEdit_GetDoubleBuffered(obj uintptr) bool

func RichEdit_GetDragCursor

func RichEdit_GetDragCursor(obj uintptr) TCursor

func RichEdit_GetDragKind

func RichEdit_GetDragKind(obj uintptr) TDragKind

func RichEdit_GetDragMode

func RichEdit_GetDragMode(obj uintptr) TDragMode

func RichEdit_GetEnabled

func RichEdit_GetEnabled(obj uintptr) bool

func RichEdit_GetFloating

func RichEdit_GetFloating(obj uintptr) bool

func RichEdit_GetFont

func RichEdit_GetFont(obj uintptr) uintptr

func RichEdit_GetHandle

func RichEdit_GetHandle(obj uintptr) HWND

func RichEdit_GetHashCode

func RichEdit_GetHashCode(obj uintptr) int32

func RichEdit_GetHeight

func RichEdit_GetHeight(obj uintptr) int32

func RichEdit_GetHideSelection

func RichEdit_GetHideSelection(obj uintptr) bool

func RichEdit_GetHint

func RichEdit_GetHint(obj uintptr) string

func RichEdit_GetLeft

func RichEdit_GetLeft(obj uintptr) int32

func RichEdit_GetLines

func RichEdit_GetLines(obj uintptr) uintptr

func RichEdit_GetMaxLength

func RichEdit_GetMaxLength(obj uintptr) int32

func RichEdit_GetModified

func RichEdit_GetModified(obj uintptr) bool

func RichEdit_GetMouseInClient added in v1.1.21

func RichEdit_GetMouseInClient(obj uintptr) bool

func RichEdit_GetName

func RichEdit_GetName(obj uintptr) string

func RichEdit_GetNamePath

func RichEdit_GetNamePath(obj uintptr) string

func RichEdit_GetOwner

func RichEdit_GetOwner(obj uintptr) uintptr

func RichEdit_GetParagraph

func RichEdit_GetParagraph(obj uintptr) uintptr

func RichEdit_GetParent

func RichEdit_GetParent(obj uintptr) uintptr

func RichEdit_GetParentColor

func RichEdit_GetParentColor(obj uintptr) bool

func RichEdit_GetParentDoubleBuffered

func RichEdit_GetParentDoubleBuffered(obj uintptr) bool

func RichEdit_GetParentFont

func RichEdit_GetParentFont(obj uintptr) bool

func RichEdit_GetParentShowHint

func RichEdit_GetParentShowHint(obj uintptr) bool

func RichEdit_GetParentWindow

func RichEdit_GetParentWindow(obj uintptr) HWND

func RichEdit_GetPopupMenu

func RichEdit_GetPopupMenu(obj uintptr) uintptr

func RichEdit_GetReadOnly

func RichEdit_GetReadOnly(obj uintptr) bool

func RichEdit_GetScrollBars

func RichEdit_GetScrollBars(obj uintptr) TScrollStyle

func RichEdit_GetSelAttributes

func RichEdit_GetSelAttributes(obj uintptr) uintptr

func RichEdit_GetSelLength

func RichEdit_GetSelLength(obj uintptr) int32

func RichEdit_GetSelStart

func RichEdit_GetSelStart(obj uintptr) int32

func RichEdit_GetSelText

func RichEdit_GetSelText(obj uintptr) string

func RichEdit_GetShowHint

func RichEdit_GetShowHint(obj uintptr) bool

func RichEdit_GetTabOrder

func RichEdit_GetTabOrder(obj uintptr) TTabOrder

func RichEdit_GetTabStop

func RichEdit_GetTabStop(obj uintptr) bool

func RichEdit_GetTag

func RichEdit_GetTag(obj uintptr) int

func RichEdit_GetText

func RichEdit_GetText(obj uintptr) string

func RichEdit_GetTextBuf

func RichEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func RichEdit_GetTextHint

func RichEdit_GetTextHint(obj uintptr) string

func RichEdit_GetTextLen

func RichEdit_GetTextLen(obj uintptr) int32

func RichEdit_GetTop

func RichEdit_GetTop(obj uintptr) int32

func RichEdit_GetUseDockManager

func RichEdit_GetUseDockManager(obj uintptr) bool

func RichEdit_GetVisible

func RichEdit_GetVisible(obj uintptr) bool

func RichEdit_GetVisibleDockClientCount added in v1.1.21

func RichEdit_GetVisibleDockClientCount(obj uintptr) int32

func RichEdit_GetWantReturns

func RichEdit_GetWantReturns(obj uintptr) bool

func RichEdit_GetWantTabs

func RichEdit_GetWantTabs(obj uintptr) bool

func RichEdit_GetWidth

func RichEdit_GetWidth(obj uintptr) int32

func RichEdit_GetWordWrap

func RichEdit_GetWordWrap(obj uintptr) bool

func RichEdit_GetZoom

func RichEdit_GetZoom(obj uintptr) int32

func RichEdit_HandleAllocated

func RichEdit_HandleAllocated(obj uintptr) bool

func RichEdit_HasParent

func RichEdit_HasParent(obj uintptr) bool

func RichEdit_Hide

func RichEdit_Hide(obj uintptr)

func RichEdit_InheritsFrom added in v1.1.18

func RichEdit_InheritsFrom(obj uintptr, AClass TClass) bool

func RichEdit_InsertControl added in v1.1.21

func RichEdit_InsertControl(obj uintptr, AControl uintptr)

func RichEdit_InstanceSize added in v1.1.18

func RichEdit_InstanceSize(obj uintptr) int32

func RichEdit_Invalidate

func RichEdit_Invalidate(obj uintptr)

func RichEdit_ParentToClient

func RichEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func RichEdit_PasteFromClipboard

func RichEdit_PasteFromClipboard(obj uintptr)

func RichEdit_Perform

func RichEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func RichEdit_Realign

func RichEdit_Realign(obj uintptr)

func RichEdit_Refresh

func RichEdit_Refresh(obj uintptr)

func RichEdit_RemoveControl added in v1.1.21

func RichEdit_RemoveControl(obj uintptr, AControl uintptr)

func RichEdit_Repaint

func RichEdit_Repaint(obj uintptr)

func RichEdit_ScaleBy

func RichEdit_ScaleBy(obj uintptr, M int32, D int32)

func RichEdit_ScreenToClient

func RichEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint

func RichEdit_ScrollBy added in v1.1.21

func RichEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func RichEdit_SelectAll

func RichEdit_SelectAll(obj uintptr)

func RichEdit_SendToBack

func RichEdit_SendToBack(obj uintptr)

func RichEdit_SetAction

func RichEdit_SetAction(obj uintptr, value uintptr)

func RichEdit_SetAlign

func RichEdit_SetAlign(obj uintptr, value TAlign)

func RichEdit_SetAlignment

func RichEdit_SetAlignment(obj uintptr, value TAlignment)

func RichEdit_SetAnchorSideBottom

func RichEdit_SetAnchorSideBottom(obj uintptr, value uintptr)

func RichEdit_SetAnchorSideLeft

func RichEdit_SetAnchorSideLeft(obj uintptr, value uintptr)

func RichEdit_SetAnchorSideRight

func RichEdit_SetAnchorSideRight(obj uintptr, value uintptr)

func RichEdit_SetAnchorSideTop

func RichEdit_SetAnchorSideTop(obj uintptr, value uintptr)

func RichEdit_SetAnchors

func RichEdit_SetAnchors(obj uintptr, value TAnchors)

func RichEdit_SetBiDiMode

func RichEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

func RichEdit_SetBorderSpacing

func RichEdit_SetBorderSpacing(obj uintptr, value uintptr)

func RichEdit_SetBorderStyle

func RichEdit_SetBorderStyle(obj uintptr, value TBorderStyle)

func RichEdit_SetBorderWidth

func RichEdit_SetBorderWidth(obj uintptr, value int32)

func RichEdit_SetBounds

func RichEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func RichEdit_SetBoundsRect

func RichEdit_SetBoundsRect(obj uintptr, value TRect)

func RichEdit_SetCaretPos

func RichEdit_SetCaretPos(obj uintptr, value TPoint)

func RichEdit_SetChildSizing

func RichEdit_SetChildSizing(obj uintptr, value uintptr)

func RichEdit_SetClientHeight

func RichEdit_SetClientHeight(obj uintptr, value int32)

func RichEdit_SetClientWidth

func RichEdit_SetClientWidth(obj uintptr, value int32)

func RichEdit_SetColor

func RichEdit_SetColor(obj uintptr, value TColor)

func RichEdit_SetComponentIndex

func RichEdit_SetComponentIndex(obj uintptr, value int32)

func RichEdit_SetConstraints added in v1.2.7

func RichEdit_SetConstraints(obj uintptr, value uintptr)

func RichEdit_SetControlState added in v1.1.21

func RichEdit_SetControlState(obj uintptr, value TControlState)

func RichEdit_SetControlStyle added in v1.1.21

func RichEdit_SetControlStyle(obj uintptr, value TControlStyle)

func RichEdit_SetCursor

func RichEdit_SetCursor(obj uintptr, value TCursor)

func RichEdit_SetDefAttributes

func RichEdit_SetDefAttributes(obj uintptr, value uintptr)

func RichEdit_SetDockSite

func RichEdit_SetDockSite(obj uintptr, value bool)

func RichEdit_SetDoubleBuffered

func RichEdit_SetDoubleBuffered(obj uintptr, value bool)

func RichEdit_SetDragCursor

func RichEdit_SetDragCursor(obj uintptr, value TCursor)

func RichEdit_SetDragKind

func RichEdit_SetDragKind(obj uintptr, value TDragKind)

func RichEdit_SetDragMode

func RichEdit_SetDragMode(obj uintptr, value TDragMode)

func RichEdit_SetEnabled

func RichEdit_SetEnabled(obj uintptr, value bool)

func RichEdit_SetFocus

func RichEdit_SetFocus(obj uintptr)

func RichEdit_SetFont

func RichEdit_SetFont(obj uintptr, value uintptr)

func RichEdit_SetHeight

func RichEdit_SetHeight(obj uintptr, value int32)

func RichEdit_SetHideSelection

func RichEdit_SetHideSelection(obj uintptr, value bool)

func RichEdit_SetHint

func RichEdit_SetHint(obj uintptr, value string)

func RichEdit_SetLeft

func RichEdit_SetLeft(obj uintptr, value int32)

func RichEdit_SetLines

func RichEdit_SetLines(obj uintptr, value uintptr)

func RichEdit_SetMaxLength

func RichEdit_SetMaxLength(obj uintptr, value int32)

func RichEdit_SetModified

func RichEdit_SetModified(obj uintptr, value bool)

func RichEdit_SetName

func RichEdit_SetName(obj uintptr, value string)

func RichEdit_SetOnChange

func RichEdit_SetOnChange(obj uintptr, fn interface{})

func RichEdit_SetOnClick

func RichEdit_SetOnClick(obj uintptr, fn interface{})

func RichEdit_SetOnContextPopup

func RichEdit_SetOnContextPopup(obj uintptr, fn interface{})

func RichEdit_SetOnDblClick

func RichEdit_SetOnDblClick(obj uintptr, fn interface{})

func RichEdit_SetOnDragDrop

func RichEdit_SetOnDragDrop(obj uintptr, fn interface{})

func RichEdit_SetOnDragOver

func RichEdit_SetOnDragOver(obj uintptr, fn interface{})

func RichEdit_SetOnEndDrag

func RichEdit_SetOnEndDrag(obj uintptr, fn interface{})

func RichEdit_SetOnEnter

func RichEdit_SetOnEnter(obj uintptr, fn interface{})

func RichEdit_SetOnExit

func RichEdit_SetOnExit(obj uintptr, fn interface{})

func RichEdit_SetOnKeyDown

func RichEdit_SetOnKeyDown(obj uintptr, fn interface{})

func RichEdit_SetOnKeyPress

func RichEdit_SetOnKeyPress(obj uintptr, fn interface{})

func RichEdit_SetOnKeyUp

func RichEdit_SetOnKeyUp(obj uintptr, fn interface{})

func RichEdit_SetOnMouseDown

func RichEdit_SetOnMouseDown(obj uintptr, fn interface{})

func RichEdit_SetOnMouseEnter

func RichEdit_SetOnMouseEnter(obj uintptr, fn interface{})

func RichEdit_SetOnMouseLeave

func RichEdit_SetOnMouseLeave(obj uintptr, fn interface{})

func RichEdit_SetOnMouseMove

func RichEdit_SetOnMouseMove(obj uintptr, fn interface{})

func RichEdit_SetOnMouseUp

func RichEdit_SetOnMouseUp(obj uintptr, fn interface{})

func RichEdit_SetOnMouseWheel

func RichEdit_SetOnMouseWheel(obj uintptr, fn interface{})

func RichEdit_SetOnMouseWheelDown

func RichEdit_SetOnMouseWheelDown(obj uintptr, fn interface{})

func RichEdit_SetOnMouseWheelUp

func RichEdit_SetOnMouseWheelUp(obj uintptr, fn interface{})

func RichEdit_SetParent

func RichEdit_SetParent(obj uintptr, value uintptr)

func RichEdit_SetParentColor

func RichEdit_SetParentColor(obj uintptr, value bool)

func RichEdit_SetParentDoubleBuffered

func RichEdit_SetParentDoubleBuffered(obj uintptr, value bool)

func RichEdit_SetParentFont

func RichEdit_SetParentFont(obj uintptr, value bool)

func RichEdit_SetParentShowHint

func RichEdit_SetParentShowHint(obj uintptr, value bool)

func RichEdit_SetParentWindow

func RichEdit_SetParentWindow(obj uintptr, value HWND)

func RichEdit_SetPopupMenu

func RichEdit_SetPopupMenu(obj uintptr, value uintptr)

func RichEdit_SetReadOnly

func RichEdit_SetReadOnly(obj uintptr, value bool)

func RichEdit_SetScrollBars

func RichEdit_SetScrollBars(obj uintptr, value TScrollStyle)

func RichEdit_SetSelAttributes

func RichEdit_SetSelAttributes(obj uintptr, value uintptr)

func RichEdit_SetSelLength

func RichEdit_SetSelLength(obj uintptr, value int32)

func RichEdit_SetSelStart

func RichEdit_SetSelStart(obj uintptr, value int32)

func RichEdit_SetSelText

func RichEdit_SetSelText(obj uintptr, value string)

func RichEdit_SetShowHint

func RichEdit_SetShowHint(obj uintptr, value bool)

func RichEdit_SetTabOrder

func RichEdit_SetTabOrder(obj uintptr, value TTabOrder)

func RichEdit_SetTabStop

func RichEdit_SetTabStop(obj uintptr, value bool)

func RichEdit_SetTag

func RichEdit_SetTag(obj uintptr, value int)

func RichEdit_SetText

func RichEdit_SetText(obj uintptr, value string)

func RichEdit_SetTextBuf added in v1.1.21

func RichEdit_SetTextBuf(obj uintptr, Buffer string)

func RichEdit_SetTextHint

func RichEdit_SetTextHint(obj uintptr, value string)

func RichEdit_SetTop

func RichEdit_SetTop(obj uintptr, value int32)

func RichEdit_SetUseDockManager

func RichEdit_SetUseDockManager(obj uintptr, value bool)

func RichEdit_SetVisible

func RichEdit_SetVisible(obj uintptr, value bool)

func RichEdit_SetWantReturns

func RichEdit_SetWantReturns(obj uintptr, value bool)

func RichEdit_SetWantTabs

func RichEdit_SetWantTabs(obj uintptr, value bool)

func RichEdit_SetWidth

func RichEdit_SetWidth(obj uintptr, value int32)

func RichEdit_SetWordWrap

func RichEdit_SetWordWrap(obj uintptr, value bool)

func RichEdit_SetZoom

func RichEdit_SetZoom(obj uintptr, value int32)

func RichEdit_Show

func RichEdit_Show(obj uintptr)

func RichEdit_StaticClassType added in v1.1.18

func RichEdit_StaticClassType() TClass

func RichEdit_ToString

func RichEdit_ToString(obj uintptr) string

func RichEdit_Undo

func RichEdit_Undo(obj uintptr)

func RichEdit_Update

func RichEdit_Update(obj uintptr)

func SaveDialog_Assign

func SaveDialog_Assign(obj uintptr, Source uintptr)

func SaveDialog_ClassName

func SaveDialog_ClassName(obj uintptr) string

func SaveDialog_ClassType added in v1.1.18

func SaveDialog_ClassType(obj uintptr) TClass

func SaveDialog_Create

func SaveDialog_Create(obj uintptr) uintptr

func SaveDialog_Equals

func SaveDialog_Equals(obj uintptr, Obj uintptr) bool

func SaveDialog_Execute

func SaveDialog_Execute(obj uintptr) bool

func SaveDialog_FindComponent

func SaveDialog_FindComponent(obj uintptr, AName string) uintptr

func SaveDialog_Free

func SaveDialog_Free(obj uintptr)

func SaveDialog_GetComponentCount

func SaveDialog_GetComponentCount(obj uintptr) int32

func SaveDialog_GetComponentIndex

func SaveDialog_GetComponentIndex(obj uintptr) int32

func SaveDialog_GetComponents

func SaveDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func SaveDialog_GetDefaultExt

func SaveDialog_GetDefaultExt(obj uintptr) string

func SaveDialog_GetFileName

func SaveDialog_GetFileName(obj uintptr) string

func SaveDialog_GetFiles

func SaveDialog_GetFiles(obj uintptr) uintptr

func SaveDialog_GetFilter

func SaveDialog_GetFilter(obj uintptr) string

func SaveDialog_GetFilterIndex

func SaveDialog_GetFilterIndex(obj uintptr) int32

func SaveDialog_GetHandle

func SaveDialog_GetHandle(obj uintptr) HWND

func SaveDialog_GetHashCode

func SaveDialog_GetHashCode(obj uintptr) int32

func SaveDialog_GetInitialDir

func SaveDialog_GetInitialDir(obj uintptr) string

func SaveDialog_GetName

func SaveDialog_GetName(obj uintptr) string

func SaveDialog_GetNamePath

func SaveDialog_GetNamePath(obj uintptr) string

func SaveDialog_GetOptions

func SaveDialog_GetOptions(obj uintptr) TOpenOptions

func SaveDialog_GetOwner

func SaveDialog_GetOwner(obj uintptr) uintptr

func SaveDialog_GetTag

func SaveDialog_GetTag(obj uintptr) int

func SaveDialog_GetTitle

func SaveDialog_GetTitle(obj uintptr) string

func SaveDialog_HasParent

func SaveDialog_HasParent(obj uintptr) bool

func SaveDialog_InheritsFrom added in v1.1.18

func SaveDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func SaveDialog_InstanceSize added in v1.1.18

func SaveDialog_InstanceSize(obj uintptr) int32

func SaveDialog_SetComponentIndex

func SaveDialog_SetComponentIndex(obj uintptr, value int32)

func SaveDialog_SetDefaultExt

func SaveDialog_SetDefaultExt(obj uintptr, value string)

func SaveDialog_SetFileName

func SaveDialog_SetFileName(obj uintptr, value string)

func SaveDialog_SetFilter

func SaveDialog_SetFilter(obj uintptr, value string)

func SaveDialog_SetFilterIndex

func SaveDialog_SetFilterIndex(obj uintptr, value int32)

func SaveDialog_SetInitialDir

func SaveDialog_SetInitialDir(obj uintptr, value string)

func SaveDialog_SetName

func SaveDialog_SetName(obj uintptr, value string)

func SaveDialog_SetOnClose

func SaveDialog_SetOnClose(obj uintptr, fn interface{})

func SaveDialog_SetOnShow

func SaveDialog_SetOnShow(obj uintptr, fn interface{})

func SaveDialog_SetOptions

func SaveDialog_SetOptions(obj uintptr, value TOpenOptions)

func SaveDialog_SetTag

func SaveDialog_SetTag(obj uintptr, value int)

func SaveDialog_SetTitle

func SaveDialog_SetTitle(obj uintptr, value string)

func SaveDialog_StaticClassType added in v1.1.18

func SaveDialog_StaticClassType() TClass

func SaveDialog_ToString

func SaveDialog_ToString(obj uintptr) string

func SavePictureDialog_Assign

func SavePictureDialog_Assign(obj uintptr, Source uintptr)

func SavePictureDialog_ClassName

func SavePictureDialog_ClassName(obj uintptr) string

func SavePictureDialog_ClassType added in v1.1.18

func SavePictureDialog_ClassType(obj uintptr) TClass

func SavePictureDialog_Create

func SavePictureDialog_Create(obj uintptr) uintptr

func SavePictureDialog_Equals

func SavePictureDialog_Equals(obj uintptr, Obj uintptr) bool

func SavePictureDialog_Execute

func SavePictureDialog_Execute(obj uintptr) bool

func SavePictureDialog_FindComponent

func SavePictureDialog_FindComponent(obj uintptr, AName string) uintptr

func SavePictureDialog_Free

func SavePictureDialog_Free(obj uintptr)

func SavePictureDialog_GetComponentCount

func SavePictureDialog_GetComponentCount(obj uintptr) int32

func SavePictureDialog_GetComponentIndex

func SavePictureDialog_GetComponentIndex(obj uintptr) int32

func SavePictureDialog_GetComponents

func SavePictureDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func SavePictureDialog_GetDefaultExt

func SavePictureDialog_GetDefaultExt(obj uintptr) string

func SavePictureDialog_GetFileName

func SavePictureDialog_GetFileName(obj uintptr) string

func SavePictureDialog_GetFiles

func SavePictureDialog_GetFiles(obj uintptr) uintptr

func SavePictureDialog_GetFilter

func SavePictureDialog_GetFilter(obj uintptr) string

func SavePictureDialog_GetFilterIndex

func SavePictureDialog_GetFilterIndex(obj uintptr) int32

func SavePictureDialog_GetHandle

func SavePictureDialog_GetHandle(obj uintptr) HWND

func SavePictureDialog_GetHashCode

func SavePictureDialog_GetHashCode(obj uintptr) int32

func SavePictureDialog_GetInitialDir

func SavePictureDialog_GetInitialDir(obj uintptr) string

func SavePictureDialog_GetName

func SavePictureDialog_GetName(obj uintptr) string

func SavePictureDialog_GetNamePath

func SavePictureDialog_GetNamePath(obj uintptr) string

func SavePictureDialog_GetOptions

func SavePictureDialog_GetOptions(obj uintptr) TOpenOptions

func SavePictureDialog_GetOwner

func SavePictureDialog_GetOwner(obj uintptr) uintptr

func SavePictureDialog_GetTag

func SavePictureDialog_GetTag(obj uintptr) int

func SavePictureDialog_GetTitle

func SavePictureDialog_GetTitle(obj uintptr) string

func SavePictureDialog_HasParent

func SavePictureDialog_HasParent(obj uintptr) bool

func SavePictureDialog_InheritsFrom added in v1.1.18

func SavePictureDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func SavePictureDialog_InstanceSize added in v1.1.18

func SavePictureDialog_InstanceSize(obj uintptr) int32

func SavePictureDialog_SetComponentIndex

func SavePictureDialog_SetComponentIndex(obj uintptr, value int32)

func SavePictureDialog_SetDefaultExt

func SavePictureDialog_SetDefaultExt(obj uintptr, value string)

func SavePictureDialog_SetFileName

func SavePictureDialog_SetFileName(obj uintptr, value string)

func SavePictureDialog_SetFilter

func SavePictureDialog_SetFilter(obj uintptr, value string)

func SavePictureDialog_SetFilterIndex

func SavePictureDialog_SetFilterIndex(obj uintptr, value int32)

func SavePictureDialog_SetInitialDir

func SavePictureDialog_SetInitialDir(obj uintptr, value string)

func SavePictureDialog_SetName

func SavePictureDialog_SetName(obj uintptr, value string)

func SavePictureDialog_SetOnClose

func SavePictureDialog_SetOnClose(obj uintptr, fn interface{})

func SavePictureDialog_SetOnShow

func SavePictureDialog_SetOnShow(obj uintptr, fn interface{})

func SavePictureDialog_SetOptions

func SavePictureDialog_SetOptions(obj uintptr, value TOpenOptions)

func SavePictureDialog_SetTag

func SavePictureDialog_SetTag(obj uintptr, value int)

func SavePictureDialog_SetTitle

func SavePictureDialog_SetTitle(obj uintptr, value string)

func SavePictureDialog_StaticClassType added in v1.1.18

func SavePictureDialog_StaticClassType() TClass

func SavePictureDialog_ToString

func SavePictureDialog_ToString(obj uintptr) string

func Screen_Assign

func Screen_Assign(obj uintptr, Source uintptr)

func Screen_ClassName

func Screen_ClassName(obj uintptr) string

func Screen_ClassType added in v1.1.18

func Screen_ClassType(obj uintptr) TClass

func Screen_Create

func Screen_Create(obj uintptr) uintptr

func Screen_Equals

func Screen_Equals(obj uintptr, Obj uintptr) bool

func Screen_FindComponent

func Screen_FindComponent(obj uintptr, AName string) uintptr

func Screen_Free

func Screen_Free(obj uintptr)

func Screen_GetActiveForm

func Screen_GetActiveForm(obj uintptr) uintptr

func Screen_GetComponentCount

func Screen_GetComponentCount(obj uintptr) int32

func Screen_GetComponentIndex

func Screen_GetComponentIndex(obj uintptr) int32

func Screen_GetComponents

func Screen_GetComponents(obj uintptr, AIndex int32) uintptr

func Screen_GetCursor

func Screen_GetCursor(obj uintptr) TCursor

func Screen_GetCursors

func Screen_GetCursors(obj uintptr, Index int32) HICON

func Screen_GetCustomFormCount

func Screen_GetCustomFormCount(obj uintptr) int32

func Screen_GetDesktopHeight

func Screen_GetDesktopHeight(obj uintptr) int32

func Screen_GetDesktopLeft

func Screen_GetDesktopLeft(obj uintptr) int32

func Screen_GetDesktopRect

func Screen_GetDesktopRect(obj uintptr) TRect

func Screen_GetDesktopTop

func Screen_GetDesktopTop(obj uintptr) int32

func Screen_GetDesktopWidth

func Screen_GetDesktopWidth(obj uintptr) int32

func Screen_GetFocusedForm

func Screen_GetFocusedForm(obj uintptr) uintptr

func Screen_GetFonts

func Screen_GetFonts(obj uintptr) uintptr

func Screen_GetFormCount

func Screen_GetFormCount(obj uintptr) int32

func Screen_GetForms

func Screen_GetForms(obj uintptr, Index int32) uintptr

func Screen_GetHashCode

func Screen_GetHashCode(obj uintptr) int32

func Screen_GetHeight

func Screen_GetHeight(obj uintptr) int32

func Screen_GetMonitorCount

func Screen_GetMonitorCount(obj uintptr) int32

func Screen_GetMonitors

func Screen_GetMonitors(obj uintptr, Index int32) uintptr

func Screen_GetName

func Screen_GetName(obj uintptr) string

func Screen_GetNamePath

func Screen_GetNamePath(obj uintptr) string

func Screen_GetOwner

func Screen_GetOwner(obj uintptr) uintptr

func Screen_GetPixelsPerInch

func Screen_GetPixelsPerInch(obj uintptr) int32

func Screen_GetPrimaryMonitor

func Screen_GetPrimaryMonitor(obj uintptr) uintptr

func Screen_GetTag

func Screen_GetTag(obj uintptr) int

func Screen_GetWidth

func Screen_GetWidth(obj uintptr) int32

func Screen_GetWorkAreaHeight

func Screen_GetWorkAreaHeight(obj uintptr) int32

func Screen_GetWorkAreaLeft

func Screen_GetWorkAreaLeft(obj uintptr) int32

func Screen_GetWorkAreaRect

func Screen_GetWorkAreaRect(obj uintptr) TRect

func Screen_GetWorkAreaTop

func Screen_GetWorkAreaTop(obj uintptr) int32

func Screen_GetWorkAreaWidth

func Screen_GetWorkAreaWidth(obj uintptr) int32

func Screen_HasParent

func Screen_HasParent(obj uintptr) bool

func Screen_InheritsFrom added in v1.1.18

func Screen_InheritsFrom(obj uintptr, AClass TClass) bool

func Screen_Instance

func Screen_Instance() uintptr

func Screen_InstanceSize added in v1.1.18

func Screen_InstanceSize(obj uintptr) int32

func Screen_SetComponentIndex

func Screen_SetComponentIndex(obj uintptr, value int32)

func Screen_SetCursor

func Screen_SetCursor(obj uintptr, value TCursor)

func Screen_SetCursors

func Screen_SetCursors(obj uintptr, Index int32, value HICON)

func Screen_SetName

func Screen_SetName(obj uintptr, value string)

func Screen_SetTag

func Screen_SetTag(obj uintptr, value int)

func Screen_StaticClassType added in v1.1.18

func Screen_StaticClassType() TClass

func Screen_ToString

func Screen_ToString(obj uintptr) string

func ScrollBar_AnchorAsAlign

func ScrollBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ScrollBar_AnchorClient

func ScrollBar_AnchorClient(obj uintptr, ASpace int32)

func ScrollBar_AnchorHorizontalCenterTo

func ScrollBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ScrollBar_AnchorParallel

func ScrollBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ScrollBar_AnchorToNeighbour

func ScrollBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ScrollBar_AnchorVerticalCenterTo

func ScrollBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ScrollBar_Assign

func ScrollBar_Assign(obj uintptr, Source uintptr)

func ScrollBar_BringToFront

func ScrollBar_BringToFront(obj uintptr)

func ScrollBar_CanFocus

func ScrollBar_CanFocus(obj uintptr) bool

func ScrollBar_ClassName

func ScrollBar_ClassName(obj uintptr) string

func ScrollBar_ClassType added in v1.1.18

func ScrollBar_ClassType(obj uintptr) TClass

func ScrollBar_ClientToParent

func ScrollBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ScrollBar_ClientToScreen

func ScrollBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ScrollBar_ContainsControl added in v1.1.21

func ScrollBar_ContainsControl(obj uintptr, Control uintptr) bool

func ScrollBar_ControlAtPos added in v1.1.21

func ScrollBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ScrollBar_Create

func ScrollBar_Create(obj uintptr) uintptr

func ScrollBar_DisableAlign added in v1.1.21

func ScrollBar_DisableAlign(obj uintptr)

func ScrollBar_Dragging

func ScrollBar_Dragging(obj uintptr) bool

func ScrollBar_EnableAlign added in v1.1.21

func ScrollBar_EnableAlign(obj uintptr)

func ScrollBar_Equals

func ScrollBar_Equals(obj uintptr, Obj uintptr) bool

func ScrollBar_FindChildControl added in v1.1.21

func ScrollBar_FindChildControl(obj uintptr, ControlName string) uintptr

func ScrollBar_FindComponent

func ScrollBar_FindComponent(obj uintptr, AName string) uintptr

func ScrollBar_FlipChildren

func ScrollBar_FlipChildren(obj uintptr, AllLevels bool)

func ScrollBar_Focused

func ScrollBar_Focused(obj uintptr) bool

func ScrollBar_Free

func ScrollBar_Free(obj uintptr)

func ScrollBar_GetAction

func ScrollBar_GetAction(obj uintptr) uintptr

func ScrollBar_GetAlign

func ScrollBar_GetAlign(obj uintptr) TAlign

func ScrollBar_GetAnchorSide

func ScrollBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ScrollBar_GetAnchorSideBottom

func ScrollBar_GetAnchorSideBottom(obj uintptr) uintptr

func ScrollBar_GetAnchorSideLeft

func ScrollBar_GetAnchorSideLeft(obj uintptr) uintptr

func ScrollBar_GetAnchorSideRight

func ScrollBar_GetAnchorSideRight(obj uintptr) uintptr

func ScrollBar_GetAnchorSideTop

func ScrollBar_GetAnchorSideTop(obj uintptr) uintptr

func ScrollBar_GetAnchors

func ScrollBar_GetAnchors(obj uintptr) TAnchors

func ScrollBar_GetBiDiMode

func ScrollBar_GetBiDiMode(obj uintptr) TBiDiMode

func ScrollBar_GetBorderSpacing

func ScrollBar_GetBorderSpacing(obj uintptr) uintptr

func ScrollBar_GetBoundsRect

func ScrollBar_GetBoundsRect(obj uintptr) TRect

func ScrollBar_GetBrush

func ScrollBar_GetBrush(obj uintptr) uintptr

func ScrollBar_GetChildSizing

func ScrollBar_GetChildSizing(obj uintptr) uintptr

func ScrollBar_GetClientHeight

func ScrollBar_GetClientHeight(obj uintptr) int32

func ScrollBar_GetClientOrigin added in v1.1.21

func ScrollBar_GetClientOrigin(obj uintptr) TPoint

func ScrollBar_GetClientRect

func ScrollBar_GetClientRect(obj uintptr) TRect

func ScrollBar_GetClientWidth

func ScrollBar_GetClientWidth(obj uintptr) int32

func ScrollBar_GetComponentCount

func ScrollBar_GetComponentCount(obj uintptr) int32

func ScrollBar_GetComponentIndex

func ScrollBar_GetComponentIndex(obj uintptr) int32

func ScrollBar_GetComponents

func ScrollBar_GetComponents(obj uintptr, AIndex int32) uintptr

func ScrollBar_GetConstraints added in v1.2.7

func ScrollBar_GetConstraints(obj uintptr) uintptr

func ScrollBar_GetControlCount

func ScrollBar_GetControlCount(obj uintptr) int32

func ScrollBar_GetControlState added in v1.1.21

func ScrollBar_GetControlState(obj uintptr) TControlState

func ScrollBar_GetControlStyle added in v1.1.21

func ScrollBar_GetControlStyle(obj uintptr) TControlStyle

func ScrollBar_GetControls

func ScrollBar_GetControls(obj uintptr, Index int32) uintptr

func ScrollBar_GetCursor

func ScrollBar_GetCursor(obj uintptr) TCursor

func ScrollBar_GetDockClientCount added in v1.1.21

func ScrollBar_GetDockClientCount(obj uintptr) int32

func ScrollBar_GetDockClients added in v1.1.21

func ScrollBar_GetDockClients(obj uintptr, Index int32) uintptr

func ScrollBar_GetDockSite

func ScrollBar_GetDockSite(obj uintptr) bool

func ScrollBar_GetDoubleBuffered

func ScrollBar_GetDoubleBuffered(obj uintptr) bool

func ScrollBar_GetDragCursor

func ScrollBar_GetDragCursor(obj uintptr) TCursor

func ScrollBar_GetDragKind

func ScrollBar_GetDragKind(obj uintptr) TDragKind

func ScrollBar_GetDragMode

func ScrollBar_GetDragMode(obj uintptr) TDragMode

func ScrollBar_GetEnabled

func ScrollBar_GetEnabled(obj uintptr) bool

func ScrollBar_GetFloating

func ScrollBar_GetFloating(obj uintptr) bool

func ScrollBar_GetHandle

func ScrollBar_GetHandle(obj uintptr) HWND

func ScrollBar_GetHashCode

func ScrollBar_GetHashCode(obj uintptr) int32

func ScrollBar_GetHeight

func ScrollBar_GetHeight(obj uintptr) int32

func ScrollBar_GetHint

func ScrollBar_GetHint(obj uintptr) string

func ScrollBar_GetLargeChange

func ScrollBar_GetLargeChange(obj uintptr) TScrollBarInc

func ScrollBar_GetLeft

func ScrollBar_GetLeft(obj uintptr) int32

func ScrollBar_GetMax

func ScrollBar_GetMax(obj uintptr) int32

func ScrollBar_GetMin

func ScrollBar_GetMin(obj uintptr) int32

func ScrollBar_GetMouseInClient added in v1.1.21

func ScrollBar_GetMouseInClient(obj uintptr) bool

func ScrollBar_GetName

func ScrollBar_GetName(obj uintptr) string

func ScrollBar_GetNamePath

func ScrollBar_GetNamePath(obj uintptr) string

func ScrollBar_GetOwner

func ScrollBar_GetOwner(obj uintptr) uintptr

func ScrollBar_GetPageSize

func ScrollBar_GetPageSize(obj uintptr) int32

func ScrollBar_GetParent

func ScrollBar_GetParent(obj uintptr) uintptr

func ScrollBar_GetParentDoubleBuffered

func ScrollBar_GetParentDoubleBuffered(obj uintptr) bool

func ScrollBar_GetParentShowHint

func ScrollBar_GetParentShowHint(obj uintptr) bool

func ScrollBar_GetParentWindow

func ScrollBar_GetParentWindow(obj uintptr) HWND

func ScrollBar_GetPopupMenu

func ScrollBar_GetPopupMenu(obj uintptr) uintptr

func ScrollBar_GetPosition

func ScrollBar_GetPosition(obj uintptr) int32

func ScrollBar_GetShowHint

func ScrollBar_GetShowHint(obj uintptr) bool

func ScrollBar_GetSmallChange

func ScrollBar_GetSmallChange(obj uintptr) TScrollBarInc

func ScrollBar_GetTabOrder

func ScrollBar_GetTabOrder(obj uintptr) TTabOrder

func ScrollBar_GetTabStop

func ScrollBar_GetTabStop(obj uintptr) bool

func ScrollBar_GetTag

func ScrollBar_GetTag(obj uintptr) int

func ScrollBar_GetTextBuf

func ScrollBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ScrollBar_GetTextLen

func ScrollBar_GetTextLen(obj uintptr) int32

func ScrollBar_GetTop

func ScrollBar_GetTop(obj uintptr) int32

func ScrollBar_GetUseDockManager

func ScrollBar_GetUseDockManager(obj uintptr) bool

func ScrollBar_GetVisible

func ScrollBar_GetVisible(obj uintptr) bool

func ScrollBar_GetVisibleDockClientCount added in v1.1.21

func ScrollBar_GetVisibleDockClientCount(obj uintptr) int32

func ScrollBar_GetWidth

func ScrollBar_GetWidth(obj uintptr) int32

func ScrollBar_HandleAllocated

func ScrollBar_HandleAllocated(obj uintptr) bool

func ScrollBar_HasParent

func ScrollBar_HasParent(obj uintptr) bool

func ScrollBar_Hide

func ScrollBar_Hide(obj uintptr)

func ScrollBar_InheritsFrom added in v1.1.18

func ScrollBar_InheritsFrom(obj uintptr, AClass TClass) bool

func ScrollBar_InsertControl added in v1.1.21

func ScrollBar_InsertControl(obj uintptr, AControl uintptr)

func ScrollBar_InstanceSize added in v1.1.18

func ScrollBar_InstanceSize(obj uintptr) int32

func ScrollBar_Invalidate

func ScrollBar_Invalidate(obj uintptr)

func ScrollBar_ParentToClient

func ScrollBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ScrollBar_Perform

func ScrollBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ScrollBar_Realign

func ScrollBar_Realign(obj uintptr)

func ScrollBar_Refresh

func ScrollBar_Refresh(obj uintptr)

func ScrollBar_RemoveControl added in v1.1.21

func ScrollBar_RemoveControl(obj uintptr, AControl uintptr)

func ScrollBar_Repaint

func ScrollBar_Repaint(obj uintptr)

func ScrollBar_ScaleBy

func ScrollBar_ScaleBy(obj uintptr, M int32, D int32)

func ScrollBar_ScreenToClient

func ScrollBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ScrollBar_ScrollBy added in v1.1.21

func ScrollBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ScrollBar_SendToBack

func ScrollBar_SendToBack(obj uintptr)

func ScrollBar_SetAction

func ScrollBar_SetAction(obj uintptr, value uintptr)

func ScrollBar_SetAlign

func ScrollBar_SetAlign(obj uintptr, value TAlign)

func ScrollBar_SetAnchorSideBottom

func ScrollBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func ScrollBar_SetAnchorSideLeft

func ScrollBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func ScrollBar_SetAnchorSideRight

func ScrollBar_SetAnchorSideRight(obj uintptr, value uintptr)

func ScrollBar_SetAnchorSideTop

func ScrollBar_SetAnchorSideTop(obj uintptr, value uintptr)

func ScrollBar_SetAnchors

func ScrollBar_SetAnchors(obj uintptr, value TAnchors)

func ScrollBar_SetBiDiMode

func ScrollBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func ScrollBar_SetBorderSpacing

func ScrollBar_SetBorderSpacing(obj uintptr, value uintptr)

func ScrollBar_SetBounds

func ScrollBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ScrollBar_SetBoundsRect

func ScrollBar_SetBoundsRect(obj uintptr, value TRect)

func ScrollBar_SetChildSizing

func ScrollBar_SetChildSizing(obj uintptr, value uintptr)

func ScrollBar_SetClientHeight

func ScrollBar_SetClientHeight(obj uintptr, value int32)

func ScrollBar_SetClientWidth

func ScrollBar_SetClientWidth(obj uintptr, value int32)

func ScrollBar_SetComponentIndex

func ScrollBar_SetComponentIndex(obj uintptr, value int32)

func ScrollBar_SetConstraints added in v1.2.7

func ScrollBar_SetConstraints(obj uintptr, value uintptr)

func ScrollBar_SetControlState added in v1.1.21

func ScrollBar_SetControlState(obj uintptr, value TControlState)

func ScrollBar_SetControlStyle added in v1.1.21

func ScrollBar_SetControlStyle(obj uintptr, value TControlStyle)

func ScrollBar_SetCursor

func ScrollBar_SetCursor(obj uintptr, value TCursor)

func ScrollBar_SetDockSite

func ScrollBar_SetDockSite(obj uintptr, value bool)

func ScrollBar_SetDoubleBuffered

func ScrollBar_SetDoubleBuffered(obj uintptr, value bool)

func ScrollBar_SetDragCursor

func ScrollBar_SetDragCursor(obj uintptr, value TCursor)

func ScrollBar_SetDragKind

func ScrollBar_SetDragKind(obj uintptr, value TDragKind)

func ScrollBar_SetDragMode

func ScrollBar_SetDragMode(obj uintptr, value TDragMode)

func ScrollBar_SetEnabled

func ScrollBar_SetEnabled(obj uintptr, value bool)

func ScrollBar_SetFocus

func ScrollBar_SetFocus(obj uintptr)

func ScrollBar_SetHeight

func ScrollBar_SetHeight(obj uintptr, value int32)

func ScrollBar_SetHint

func ScrollBar_SetHint(obj uintptr, value string)

func ScrollBar_SetLargeChange

func ScrollBar_SetLargeChange(obj uintptr, value TScrollBarInc)

func ScrollBar_SetLeft

func ScrollBar_SetLeft(obj uintptr, value int32)

func ScrollBar_SetMax

func ScrollBar_SetMax(obj uintptr, value int32)

func ScrollBar_SetMin

func ScrollBar_SetMin(obj uintptr, value int32)

func ScrollBar_SetName

func ScrollBar_SetName(obj uintptr, value string)

func ScrollBar_SetOnChange

func ScrollBar_SetOnChange(obj uintptr, fn interface{})

func ScrollBar_SetOnContextPopup

func ScrollBar_SetOnContextPopup(obj uintptr, fn interface{})

func ScrollBar_SetOnDragDrop

func ScrollBar_SetOnDragDrop(obj uintptr, fn interface{})

func ScrollBar_SetOnDragOver

func ScrollBar_SetOnDragOver(obj uintptr, fn interface{})

func ScrollBar_SetOnEndDrag

func ScrollBar_SetOnEndDrag(obj uintptr, fn interface{})

func ScrollBar_SetOnEnter

func ScrollBar_SetOnEnter(obj uintptr, fn interface{})

func ScrollBar_SetOnExit

func ScrollBar_SetOnExit(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyDown

func ScrollBar_SetOnKeyDown(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyPress

func ScrollBar_SetOnKeyPress(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyUp

func ScrollBar_SetOnKeyUp(obj uintptr, fn interface{})

func ScrollBar_SetPageSize

func ScrollBar_SetPageSize(obj uintptr, value int32)

func ScrollBar_SetParams

func ScrollBar_SetParams(obj uintptr, APosition int32, AMin int32, AMax int32)

func ScrollBar_SetParent

func ScrollBar_SetParent(obj uintptr, value uintptr)

func ScrollBar_SetParentDoubleBuffered

func ScrollBar_SetParentDoubleBuffered(obj uintptr, value bool)

func ScrollBar_SetParentShowHint

func ScrollBar_SetParentShowHint(obj uintptr, value bool)

func ScrollBar_SetParentWindow

func ScrollBar_SetParentWindow(obj uintptr, value HWND)

func ScrollBar_SetPopupMenu

func ScrollBar_SetPopupMenu(obj uintptr, value uintptr)

func ScrollBar_SetPosition

func ScrollBar_SetPosition(obj uintptr, value int32)

func ScrollBar_SetShowHint

func ScrollBar_SetShowHint(obj uintptr, value bool)

func ScrollBar_SetSmallChange

func ScrollBar_SetSmallChange(obj uintptr, value TScrollBarInc)

func ScrollBar_SetTabOrder

func ScrollBar_SetTabOrder(obj uintptr, value TTabOrder)

func ScrollBar_SetTabStop

func ScrollBar_SetTabStop(obj uintptr, value bool)

func ScrollBar_SetTag

func ScrollBar_SetTag(obj uintptr, value int)

func ScrollBar_SetTextBuf added in v1.1.21

func ScrollBar_SetTextBuf(obj uintptr, Buffer string)

func ScrollBar_SetTop

func ScrollBar_SetTop(obj uintptr, value int32)

func ScrollBar_SetUseDockManager

func ScrollBar_SetUseDockManager(obj uintptr, value bool)

func ScrollBar_SetVisible

func ScrollBar_SetVisible(obj uintptr, value bool)

func ScrollBar_SetWidth

func ScrollBar_SetWidth(obj uintptr, value int32)

func ScrollBar_Show

func ScrollBar_Show(obj uintptr)

func ScrollBar_StaticClassType added in v1.1.18

func ScrollBar_StaticClassType() TClass

func ScrollBar_ToString

func ScrollBar_ToString(obj uintptr) string

func ScrollBar_Update

func ScrollBar_Update(obj uintptr)

func ScrollBox_AnchorAsAlign

func ScrollBox_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ScrollBox_AnchorClient

func ScrollBox_AnchorClient(obj uintptr, ASpace int32)

func ScrollBox_AnchorHorizontalCenterTo

func ScrollBox_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ScrollBox_AnchorParallel

func ScrollBox_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ScrollBox_AnchorToNeighbour

func ScrollBox_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ScrollBox_AnchorVerticalCenterTo

func ScrollBox_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ScrollBox_Assign

func ScrollBox_Assign(obj uintptr, Source uintptr)

func ScrollBox_BringToFront

func ScrollBox_BringToFront(obj uintptr)

func ScrollBox_CanFocus

func ScrollBox_CanFocus(obj uintptr) bool

func ScrollBox_ClassName

func ScrollBox_ClassName(obj uintptr) string

func ScrollBox_ClassType added in v1.1.18

func ScrollBox_ClassType(obj uintptr) TClass

func ScrollBox_ClientToParent

func ScrollBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ScrollBox_ClientToScreen

func ScrollBox_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ScrollBox_ContainsControl added in v1.1.21

func ScrollBox_ContainsControl(obj uintptr, Control uintptr) bool

func ScrollBox_ControlAtPos added in v1.1.21

func ScrollBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ScrollBox_Create

func ScrollBox_Create(obj uintptr) uintptr

func ScrollBox_DisableAlign added in v1.1.21

func ScrollBox_DisableAlign(obj uintptr)

func ScrollBox_Dragging

func ScrollBox_Dragging(obj uintptr) bool

func ScrollBox_EnableAlign added in v1.1.21

func ScrollBox_EnableAlign(obj uintptr)

func ScrollBox_Equals

func ScrollBox_Equals(obj uintptr, Obj uintptr) bool

func ScrollBox_FindChildControl added in v1.1.21

func ScrollBox_FindChildControl(obj uintptr, ControlName string) uintptr

func ScrollBox_FindComponent

func ScrollBox_FindComponent(obj uintptr, AName string) uintptr

func ScrollBox_FlipChildren

func ScrollBox_FlipChildren(obj uintptr, AllLevels bool)

func ScrollBox_Focused

func ScrollBox_Focused(obj uintptr) bool

func ScrollBox_Free

func ScrollBox_Free(obj uintptr)

func ScrollBox_GetAction

func ScrollBox_GetAction(obj uintptr) uintptr

func ScrollBox_GetAlign

func ScrollBox_GetAlign(obj uintptr) TAlign

func ScrollBox_GetAnchorSide

func ScrollBox_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ScrollBox_GetAnchorSideBottom

func ScrollBox_GetAnchorSideBottom(obj uintptr) uintptr

func ScrollBox_GetAnchorSideLeft

func ScrollBox_GetAnchorSideLeft(obj uintptr) uintptr

func ScrollBox_GetAnchorSideRight

func ScrollBox_GetAnchorSideRight(obj uintptr) uintptr

func ScrollBox_GetAnchorSideTop

func ScrollBox_GetAnchorSideTop(obj uintptr) uintptr

func ScrollBox_GetAnchors

func ScrollBox_GetAnchors(obj uintptr) TAnchors

func ScrollBox_GetAutoScroll added in v1.2.7

func ScrollBox_GetAutoScroll(obj uintptr) bool

func ScrollBox_GetAutoSize

func ScrollBox_GetAutoSize(obj uintptr) bool

func ScrollBox_GetBiDiMode

func ScrollBox_GetBiDiMode(obj uintptr) TBiDiMode

func ScrollBox_GetBorderSpacing

func ScrollBox_GetBorderSpacing(obj uintptr) uintptr

func ScrollBox_GetBorderStyle

func ScrollBox_GetBorderStyle(obj uintptr) TBorderStyle

func ScrollBox_GetBoundsRect

func ScrollBox_GetBoundsRect(obj uintptr) TRect

func ScrollBox_GetBrush

func ScrollBox_GetBrush(obj uintptr) uintptr

func ScrollBox_GetChildSizing

func ScrollBox_GetChildSizing(obj uintptr) uintptr

func ScrollBox_GetClientHeight

func ScrollBox_GetClientHeight(obj uintptr) int32

func ScrollBox_GetClientOrigin added in v1.1.21

func ScrollBox_GetClientOrigin(obj uintptr) TPoint

func ScrollBox_GetClientRect

func ScrollBox_GetClientRect(obj uintptr) TRect

func ScrollBox_GetClientWidth

func ScrollBox_GetClientWidth(obj uintptr) int32

func ScrollBox_GetColor

func ScrollBox_GetColor(obj uintptr) TColor

func ScrollBox_GetComponentCount

func ScrollBox_GetComponentCount(obj uintptr) int32

func ScrollBox_GetComponentIndex

func ScrollBox_GetComponentIndex(obj uintptr) int32

func ScrollBox_GetComponents

func ScrollBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ScrollBox_GetConstraints added in v1.2.7

func ScrollBox_GetConstraints(obj uintptr) uintptr

func ScrollBox_GetControlCount

func ScrollBox_GetControlCount(obj uintptr) int32

func ScrollBox_GetControlState added in v1.1.21

func ScrollBox_GetControlState(obj uintptr) TControlState

func ScrollBox_GetControlStyle added in v1.1.21

func ScrollBox_GetControlStyle(obj uintptr) TControlStyle

func ScrollBox_GetControls

func ScrollBox_GetControls(obj uintptr, Index int32) uintptr

func ScrollBox_GetCursor

func ScrollBox_GetCursor(obj uintptr) TCursor

func ScrollBox_GetDockClientCount added in v1.1.21

func ScrollBox_GetDockClientCount(obj uintptr) int32

func ScrollBox_GetDockClients added in v1.1.21

func ScrollBox_GetDockClients(obj uintptr, Index int32) uintptr

func ScrollBox_GetDockSite

func ScrollBox_GetDockSite(obj uintptr) bool

func ScrollBox_GetDoubleBuffered

func ScrollBox_GetDoubleBuffered(obj uintptr) bool

func ScrollBox_GetDragCursor

func ScrollBox_GetDragCursor(obj uintptr) TCursor

func ScrollBox_GetDragKind

func ScrollBox_GetDragKind(obj uintptr) TDragKind

func ScrollBox_GetDragMode

func ScrollBox_GetDragMode(obj uintptr) TDragMode

func ScrollBox_GetEnabled

func ScrollBox_GetEnabled(obj uintptr) bool

func ScrollBox_GetFloating

func ScrollBox_GetFloating(obj uintptr) bool

func ScrollBox_GetFont

func ScrollBox_GetFont(obj uintptr) uintptr

func ScrollBox_GetHandle

func ScrollBox_GetHandle(obj uintptr) HWND

func ScrollBox_GetHashCode

func ScrollBox_GetHashCode(obj uintptr) int32

func ScrollBox_GetHeight

func ScrollBox_GetHeight(obj uintptr) int32

func ScrollBox_GetHint

func ScrollBox_GetHint(obj uintptr) string

func ScrollBox_GetHorzScrollBar added in v1.2.7

func ScrollBox_GetHorzScrollBar(obj uintptr) uintptr

func ScrollBox_GetLeft

func ScrollBox_GetLeft(obj uintptr) int32

func ScrollBox_GetMouseInClient added in v1.1.21

func ScrollBox_GetMouseInClient(obj uintptr) bool

func ScrollBox_GetName

func ScrollBox_GetName(obj uintptr) string

func ScrollBox_GetNamePath

func ScrollBox_GetNamePath(obj uintptr) string

func ScrollBox_GetOwner

func ScrollBox_GetOwner(obj uintptr) uintptr

func ScrollBox_GetParent

func ScrollBox_GetParent(obj uintptr) uintptr

func ScrollBox_GetParentBackground

func ScrollBox_GetParentBackground(obj uintptr) bool

func ScrollBox_GetParentColor

func ScrollBox_GetParentColor(obj uintptr) bool

func ScrollBox_GetParentDoubleBuffered

func ScrollBox_GetParentDoubleBuffered(obj uintptr) bool

func ScrollBox_GetParentFont

func ScrollBox_GetParentFont(obj uintptr) bool

func ScrollBox_GetParentShowHint

func ScrollBox_GetParentShowHint(obj uintptr) bool

func ScrollBox_GetParentWindow

func ScrollBox_GetParentWindow(obj uintptr) HWND

func ScrollBox_GetPopupMenu

func ScrollBox_GetPopupMenu(obj uintptr) uintptr

func ScrollBox_GetShowHint

func ScrollBox_GetShowHint(obj uintptr) bool

func ScrollBox_GetTabOrder

func ScrollBox_GetTabOrder(obj uintptr) TTabOrder

func ScrollBox_GetTabStop

func ScrollBox_GetTabStop(obj uintptr) bool

func ScrollBox_GetTag

func ScrollBox_GetTag(obj uintptr) int

func ScrollBox_GetTextBuf

func ScrollBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ScrollBox_GetTextLen

func ScrollBox_GetTextLen(obj uintptr) int32

func ScrollBox_GetTop

func ScrollBox_GetTop(obj uintptr) int32

func ScrollBox_GetUseDockManager

func ScrollBox_GetUseDockManager(obj uintptr) bool

func ScrollBox_GetVertScrollBar added in v1.2.7

func ScrollBox_GetVertScrollBar(obj uintptr) uintptr

func ScrollBox_GetVisible

func ScrollBox_GetVisible(obj uintptr) bool

func ScrollBox_GetVisibleDockClientCount added in v1.1.21

func ScrollBox_GetVisibleDockClientCount(obj uintptr) int32

func ScrollBox_GetWidth

func ScrollBox_GetWidth(obj uintptr) int32

func ScrollBox_HandleAllocated

func ScrollBox_HandleAllocated(obj uintptr) bool

func ScrollBox_HasParent

func ScrollBox_HasParent(obj uintptr) bool

func ScrollBox_Hide

func ScrollBox_Hide(obj uintptr)

func ScrollBox_InheritsFrom added in v1.1.18

func ScrollBox_InheritsFrom(obj uintptr, AClass TClass) bool

func ScrollBox_InsertControl added in v1.1.21

func ScrollBox_InsertControl(obj uintptr, AControl uintptr)

func ScrollBox_InstanceSize added in v1.1.18

func ScrollBox_InstanceSize(obj uintptr) int32

func ScrollBox_Invalidate

func ScrollBox_Invalidate(obj uintptr)

func ScrollBox_ParentToClient

func ScrollBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ScrollBox_Perform

func ScrollBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ScrollBox_Realign

func ScrollBox_Realign(obj uintptr)

func ScrollBox_Refresh

func ScrollBox_Refresh(obj uintptr)

func ScrollBox_RemoveControl added in v1.1.21

func ScrollBox_RemoveControl(obj uintptr, AControl uintptr)

func ScrollBox_Repaint

func ScrollBox_Repaint(obj uintptr)

func ScrollBox_ScaleBy

func ScrollBox_ScaleBy(obj uintptr, M int32, D int32)

func ScrollBox_ScreenToClient

func ScrollBox_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ScrollBox_ScrollBy added in v1.1.21

func ScrollBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ScrollBox_ScrollInView added in v1.2.7

func ScrollBox_ScrollInView(obj uintptr, AControl uintptr)

func ScrollBox_SendToBack

func ScrollBox_SendToBack(obj uintptr)

func ScrollBox_SetAction

func ScrollBox_SetAction(obj uintptr, value uintptr)

func ScrollBox_SetAlign

func ScrollBox_SetAlign(obj uintptr, value TAlign)

func ScrollBox_SetAnchorSideBottom

func ScrollBox_SetAnchorSideBottom(obj uintptr, value uintptr)

func ScrollBox_SetAnchorSideLeft

func ScrollBox_SetAnchorSideLeft(obj uintptr, value uintptr)

func ScrollBox_SetAnchorSideRight

func ScrollBox_SetAnchorSideRight(obj uintptr, value uintptr)

func ScrollBox_SetAnchorSideTop

func ScrollBox_SetAnchorSideTop(obj uintptr, value uintptr)

func ScrollBox_SetAnchors

func ScrollBox_SetAnchors(obj uintptr, value TAnchors)

func ScrollBox_SetAutoScroll added in v1.2.7

func ScrollBox_SetAutoScroll(obj uintptr, value bool)

func ScrollBox_SetAutoSize

func ScrollBox_SetAutoSize(obj uintptr, value bool)

func ScrollBox_SetBiDiMode

func ScrollBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ScrollBox_SetBorderSpacing

func ScrollBox_SetBorderSpacing(obj uintptr, value uintptr)

func ScrollBox_SetBorderStyle

func ScrollBox_SetBorderStyle(obj uintptr, value TBorderStyle)

func ScrollBox_SetBounds

func ScrollBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ScrollBox_SetBoundsRect

func ScrollBox_SetBoundsRect(obj uintptr, value TRect)

func ScrollBox_SetChildSizing

func ScrollBox_SetChildSizing(obj uintptr, value uintptr)

func ScrollBox_SetClientHeight

func ScrollBox_SetClientHeight(obj uintptr, value int32)

func ScrollBox_SetClientWidth

func ScrollBox_SetClientWidth(obj uintptr, value int32)

func ScrollBox_SetColor

func ScrollBox_SetColor(obj uintptr, value TColor)

func ScrollBox_SetComponentIndex

func ScrollBox_SetComponentIndex(obj uintptr, value int32)

func ScrollBox_SetConstraints added in v1.2.7

func ScrollBox_SetConstraints(obj uintptr, value uintptr)

func ScrollBox_SetControlState added in v1.1.21

func ScrollBox_SetControlState(obj uintptr, value TControlState)

func ScrollBox_SetControlStyle added in v1.1.21

func ScrollBox_SetControlStyle(obj uintptr, value TControlStyle)

func ScrollBox_SetCursor

func ScrollBox_SetCursor(obj uintptr, value TCursor)

func ScrollBox_SetDockSite

func ScrollBox_SetDockSite(obj uintptr, value bool)

func ScrollBox_SetDoubleBuffered

func ScrollBox_SetDoubleBuffered(obj uintptr, value bool)

func ScrollBox_SetDragCursor

func ScrollBox_SetDragCursor(obj uintptr, value TCursor)

func ScrollBox_SetDragKind

func ScrollBox_SetDragKind(obj uintptr, value TDragKind)

func ScrollBox_SetDragMode

func ScrollBox_SetDragMode(obj uintptr, value TDragMode)

func ScrollBox_SetEnabled

func ScrollBox_SetEnabled(obj uintptr, value bool)

func ScrollBox_SetFocus

func ScrollBox_SetFocus(obj uintptr)

func ScrollBox_SetFont

func ScrollBox_SetFont(obj uintptr, value uintptr)

func ScrollBox_SetHeight

func ScrollBox_SetHeight(obj uintptr, value int32)

func ScrollBox_SetHint

func ScrollBox_SetHint(obj uintptr, value string)

func ScrollBox_SetHorzScrollBar added in v1.2.7

func ScrollBox_SetHorzScrollBar(obj uintptr, value uintptr)

func ScrollBox_SetLeft

func ScrollBox_SetLeft(obj uintptr, value int32)

func ScrollBox_SetName

func ScrollBox_SetName(obj uintptr, value string)

func ScrollBox_SetOnAlignPosition added in v1.2.10

func ScrollBox_SetOnAlignPosition(obj uintptr, fn interface{})

func ScrollBox_SetOnClick

func ScrollBox_SetOnClick(obj uintptr, fn interface{})

func ScrollBox_SetOnDblClick

func ScrollBox_SetOnDblClick(obj uintptr, fn interface{})

func ScrollBox_SetOnDockDrop

func ScrollBox_SetOnDockDrop(obj uintptr, fn interface{})

func ScrollBox_SetOnDragDrop

func ScrollBox_SetOnDragDrop(obj uintptr, fn interface{})

func ScrollBox_SetOnDragOver

func ScrollBox_SetOnDragOver(obj uintptr, fn interface{})

func ScrollBox_SetOnEndDrag

func ScrollBox_SetOnEndDrag(obj uintptr, fn interface{})

func ScrollBox_SetOnEnter

func ScrollBox_SetOnEnter(obj uintptr, fn interface{})

func ScrollBox_SetOnExit

func ScrollBox_SetOnExit(obj uintptr, fn interface{})

func ScrollBox_SetOnGetSiteInfo

func ScrollBox_SetOnGetSiteInfo(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseDown

func ScrollBox_SetOnMouseDown(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseEnter

func ScrollBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseLeave

func ScrollBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseMove

func ScrollBox_SetOnMouseMove(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseUp

func ScrollBox_SetOnMouseUp(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseWheel

func ScrollBox_SetOnMouseWheel(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseWheelDown

func ScrollBox_SetOnMouseWheelDown(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseWheelUp

func ScrollBox_SetOnMouseWheelUp(obj uintptr, fn interface{})

func ScrollBox_SetOnResize

func ScrollBox_SetOnResize(obj uintptr, fn interface{})

func ScrollBox_SetOnUnDock

func ScrollBox_SetOnUnDock(obj uintptr, fn interface{})

func ScrollBox_SetParent

func ScrollBox_SetParent(obj uintptr, value uintptr)

func ScrollBox_SetParentBackground

func ScrollBox_SetParentBackground(obj uintptr, value bool)

func ScrollBox_SetParentColor

func ScrollBox_SetParentColor(obj uintptr, value bool)

func ScrollBox_SetParentDoubleBuffered

func ScrollBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ScrollBox_SetParentFont

func ScrollBox_SetParentFont(obj uintptr, value bool)

func ScrollBox_SetParentShowHint

func ScrollBox_SetParentShowHint(obj uintptr, value bool)

func ScrollBox_SetParentWindow

func ScrollBox_SetParentWindow(obj uintptr, value HWND)

func ScrollBox_SetPopupMenu

func ScrollBox_SetPopupMenu(obj uintptr, value uintptr)

func ScrollBox_SetShowHint

func ScrollBox_SetShowHint(obj uintptr, value bool)

func ScrollBox_SetTabOrder

func ScrollBox_SetTabOrder(obj uintptr, value TTabOrder)

func ScrollBox_SetTabStop

func ScrollBox_SetTabStop(obj uintptr, value bool)

func ScrollBox_SetTag

func ScrollBox_SetTag(obj uintptr, value int)

func ScrollBox_SetTextBuf added in v1.1.21

func ScrollBox_SetTextBuf(obj uintptr, Buffer string)

func ScrollBox_SetTop

func ScrollBox_SetTop(obj uintptr, value int32)

func ScrollBox_SetUseDockManager

func ScrollBox_SetUseDockManager(obj uintptr, value bool)

func ScrollBox_SetVertScrollBar added in v1.2.7

func ScrollBox_SetVertScrollBar(obj uintptr, value uintptr)

func ScrollBox_SetVisible

func ScrollBox_SetVisible(obj uintptr, value bool)

func ScrollBox_SetWidth

func ScrollBox_SetWidth(obj uintptr, value int32)

func ScrollBox_Show

func ScrollBox_Show(obj uintptr)

func ScrollBox_StaticClassType added in v1.1.18

func ScrollBox_StaticClassType() TClass

func ScrollBox_ToString

func ScrollBox_ToString(obj uintptr) string

func ScrollBox_Update

func ScrollBox_Update(obj uintptr)

func SelectDirectoryDialog_Assign

func SelectDirectoryDialog_Assign(obj uintptr, Source uintptr)

func SelectDirectoryDialog_ClassName

func SelectDirectoryDialog_ClassName(obj uintptr) string

func SelectDirectoryDialog_ClassType

func SelectDirectoryDialog_ClassType(obj uintptr) TClass

func SelectDirectoryDialog_Create

func SelectDirectoryDialog_Create(obj uintptr) uintptr

func SelectDirectoryDialog_Equals

func SelectDirectoryDialog_Equals(obj uintptr, Obj uintptr) bool

func SelectDirectoryDialog_Execute

func SelectDirectoryDialog_Execute(obj uintptr) bool

func SelectDirectoryDialog_FindComponent

func SelectDirectoryDialog_FindComponent(obj uintptr, AName string) uintptr

func SelectDirectoryDialog_Free

func SelectDirectoryDialog_Free(obj uintptr)

func SelectDirectoryDialog_GetComponentCount

func SelectDirectoryDialog_GetComponentCount(obj uintptr) int32

func SelectDirectoryDialog_GetComponentIndex

func SelectDirectoryDialog_GetComponentIndex(obj uintptr) int32

func SelectDirectoryDialog_GetComponents

func SelectDirectoryDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func SelectDirectoryDialog_GetDefaultExt

func SelectDirectoryDialog_GetDefaultExt(obj uintptr) string

func SelectDirectoryDialog_GetFileName

func SelectDirectoryDialog_GetFileName(obj uintptr) string

func SelectDirectoryDialog_GetFiles

func SelectDirectoryDialog_GetFiles(obj uintptr) uintptr

func SelectDirectoryDialog_GetFilter

func SelectDirectoryDialog_GetFilter(obj uintptr) string

func SelectDirectoryDialog_GetFilterIndex

func SelectDirectoryDialog_GetFilterIndex(obj uintptr) int32

func SelectDirectoryDialog_GetHandle

func SelectDirectoryDialog_GetHandle(obj uintptr) HWND

func SelectDirectoryDialog_GetHashCode

func SelectDirectoryDialog_GetHashCode(obj uintptr) int32

func SelectDirectoryDialog_GetInitialDir

func SelectDirectoryDialog_GetInitialDir(obj uintptr) string

func SelectDirectoryDialog_GetName

func SelectDirectoryDialog_GetName(obj uintptr) string

func SelectDirectoryDialog_GetNamePath

func SelectDirectoryDialog_GetNamePath(obj uintptr) string

func SelectDirectoryDialog_GetOptions

func SelectDirectoryDialog_GetOptions(obj uintptr) TOpenOptions

func SelectDirectoryDialog_GetOwner

func SelectDirectoryDialog_GetOwner(obj uintptr) uintptr

func SelectDirectoryDialog_GetTag

func SelectDirectoryDialog_GetTag(obj uintptr) int

func SelectDirectoryDialog_GetTitle

func SelectDirectoryDialog_GetTitle(obj uintptr) string

func SelectDirectoryDialog_HasParent

func SelectDirectoryDialog_HasParent(obj uintptr) bool

func SelectDirectoryDialog_InheritsFrom

func SelectDirectoryDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func SelectDirectoryDialog_InstanceSize

func SelectDirectoryDialog_InstanceSize(obj uintptr) int32

func SelectDirectoryDialog_SetComponentIndex

func SelectDirectoryDialog_SetComponentIndex(obj uintptr, value int32)

func SelectDirectoryDialog_SetDefaultExt

func SelectDirectoryDialog_SetDefaultExt(obj uintptr, value string)

func SelectDirectoryDialog_SetFileName

func SelectDirectoryDialog_SetFileName(obj uintptr, value string)

func SelectDirectoryDialog_SetFilter

func SelectDirectoryDialog_SetFilter(obj uintptr, value string)

func SelectDirectoryDialog_SetFilterIndex

func SelectDirectoryDialog_SetFilterIndex(obj uintptr, value int32)

func SelectDirectoryDialog_SetInitialDir

func SelectDirectoryDialog_SetInitialDir(obj uintptr, value string)

func SelectDirectoryDialog_SetName

func SelectDirectoryDialog_SetName(obj uintptr, value string)

func SelectDirectoryDialog_SetOnClose

func SelectDirectoryDialog_SetOnClose(obj uintptr, fn interface{})

func SelectDirectoryDialog_SetOnShow

func SelectDirectoryDialog_SetOnShow(obj uintptr, fn interface{})

func SelectDirectoryDialog_SetOptions

func SelectDirectoryDialog_SetOptions(obj uintptr, value TOpenOptions)

func SelectDirectoryDialog_SetTag

func SelectDirectoryDialog_SetTag(obj uintptr, value int)

func SelectDirectoryDialog_SetTitle

func SelectDirectoryDialog_SetTitle(obj uintptr, value string)

func SelectDirectoryDialog_StaticClassType

func SelectDirectoryDialog_StaticClassType() TClass

func SelectDirectoryDialog_ToString

func SelectDirectoryDialog_ToString(obj uintptr) string

func SetCurrentEventId added in v1.2.10

func SetCurrentEventId(id uintptr)

func SetEventCallback

func SetEventCallback(ptr uintptr)

设置事件回调函数指针

func SetGlobalFormScaled

func SetGlobalFormScaled(val bool)

func SetMessageCallback added in v1.2.0

func SetMessageCallback(ptr uintptr)

设置消息事件回调函数指针

func SetThreadSyncCallback added in v1.2.5

func SetThreadSyncCallback(ptr uintptr)

设置线程同步事件回调函数指针

func Shape_AnchorAsAlign

func Shape_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Shape_AnchorClient

func Shape_AnchorClient(obj uintptr, ASpace int32)

func Shape_AnchorHorizontalCenterTo

func Shape_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Shape_AnchorParallel

func Shape_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Shape_AnchorToNeighbour

func Shape_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Shape_AnchorVerticalCenterTo

func Shape_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Shape_Assign

func Shape_Assign(obj uintptr, Source uintptr)

func Shape_BringToFront

func Shape_BringToFront(obj uintptr)

func Shape_ClassName

func Shape_ClassName(obj uintptr) string

func Shape_ClassType added in v1.1.18

func Shape_ClassType(obj uintptr) TClass

func Shape_ClientToParent

func Shape_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Shape_ClientToScreen

func Shape_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Shape_Create

func Shape_Create(obj uintptr) uintptr

func Shape_Dragging

func Shape_Dragging(obj uintptr) bool

func Shape_Equals

func Shape_Equals(obj uintptr, Obj uintptr) bool

func Shape_FindComponent

func Shape_FindComponent(obj uintptr, AName string) uintptr

func Shape_Free

func Shape_Free(obj uintptr)

func Shape_GetAction

func Shape_GetAction(obj uintptr) uintptr

func Shape_GetAlign

func Shape_GetAlign(obj uintptr) TAlign

func Shape_GetAnchorSide

func Shape_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Shape_GetAnchorSideBottom

func Shape_GetAnchorSideBottom(obj uintptr) uintptr

func Shape_GetAnchorSideLeft

func Shape_GetAnchorSideLeft(obj uintptr) uintptr

func Shape_GetAnchorSideRight

func Shape_GetAnchorSideRight(obj uintptr) uintptr

func Shape_GetAnchorSideTop

func Shape_GetAnchorSideTop(obj uintptr) uintptr

func Shape_GetAnchors

func Shape_GetAnchors(obj uintptr) TAnchors

func Shape_GetBiDiMode

func Shape_GetBiDiMode(obj uintptr) TBiDiMode

func Shape_GetBorderSpacing

func Shape_GetBorderSpacing(obj uintptr) uintptr

func Shape_GetBoundsRect

func Shape_GetBoundsRect(obj uintptr) TRect

func Shape_GetBrush

func Shape_GetBrush(obj uintptr) uintptr

func Shape_GetClientHeight

func Shape_GetClientHeight(obj uintptr) int32

func Shape_GetClientOrigin added in v1.1.21

func Shape_GetClientOrigin(obj uintptr) TPoint

func Shape_GetClientRect

func Shape_GetClientRect(obj uintptr) TRect

func Shape_GetClientWidth

func Shape_GetClientWidth(obj uintptr) int32

func Shape_GetComponentCount

func Shape_GetComponentCount(obj uintptr) int32

func Shape_GetComponentIndex

func Shape_GetComponentIndex(obj uintptr) int32

func Shape_GetComponents

func Shape_GetComponents(obj uintptr, AIndex int32) uintptr

func Shape_GetConstraints added in v1.2.7

func Shape_GetConstraints(obj uintptr) uintptr

func Shape_GetControlState added in v1.1.21

func Shape_GetControlState(obj uintptr) TControlState

func Shape_GetControlStyle added in v1.1.21

func Shape_GetControlStyle(obj uintptr) TControlStyle

func Shape_GetCursor

func Shape_GetCursor(obj uintptr) TCursor

func Shape_GetDragCursor

func Shape_GetDragCursor(obj uintptr) TCursor

func Shape_GetDragKind

func Shape_GetDragKind(obj uintptr) TDragKind

func Shape_GetDragMode

func Shape_GetDragMode(obj uintptr) TDragMode

func Shape_GetEnabled

func Shape_GetEnabled(obj uintptr) bool

func Shape_GetFloating

func Shape_GetFloating(obj uintptr) bool

func Shape_GetHashCode

func Shape_GetHashCode(obj uintptr) int32

func Shape_GetHeight

func Shape_GetHeight(obj uintptr) int32

func Shape_GetHint

func Shape_GetHint(obj uintptr) string

func Shape_GetLeft

func Shape_GetLeft(obj uintptr) int32

func Shape_GetName

func Shape_GetName(obj uintptr) string

func Shape_GetNamePath

func Shape_GetNamePath(obj uintptr) string

func Shape_GetOwner

func Shape_GetOwner(obj uintptr) uintptr

func Shape_GetParent

func Shape_GetParent(obj uintptr) uintptr

func Shape_GetParentShowHint

func Shape_GetParentShowHint(obj uintptr) bool

func Shape_GetPen

func Shape_GetPen(obj uintptr) uintptr

func Shape_GetShape

func Shape_GetShape(obj uintptr) TShapeType

func Shape_GetShowHint

func Shape_GetShowHint(obj uintptr) bool

func Shape_GetTag

func Shape_GetTag(obj uintptr) int

func Shape_GetTextBuf

func Shape_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Shape_GetTextLen

func Shape_GetTextLen(obj uintptr) int32

func Shape_GetTop

func Shape_GetTop(obj uintptr) int32

func Shape_GetVisible

func Shape_GetVisible(obj uintptr) bool

func Shape_GetWidth

func Shape_GetWidth(obj uintptr) int32

func Shape_HasParent

func Shape_HasParent(obj uintptr) bool

func Shape_Hide

func Shape_Hide(obj uintptr)

func Shape_InheritsFrom added in v1.1.18

func Shape_InheritsFrom(obj uintptr, AClass TClass) bool

func Shape_InstanceSize added in v1.1.18

func Shape_InstanceSize(obj uintptr) int32

func Shape_Invalidate

func Shape_Invalidate(obj uintptr)

func Shape_ParentToClient

func Shape_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Shape_Perform

func Shape_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Shape_Refresh

func Shape_Refresh(obj uintptr)

func Shape_Repaint

func Shape_Repaint(obj uintptr)

func Shape_ScreenToClient

func Shape_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Shape_SendToBack

func Shape_SendToBack(obj uintptr)

func Shape_SetAction

func Shape_SetAction(obj uintptr, value uintptr)

func Shape_SetAlign

func Shape_SetAlign(obj uintptr, value TAlign)

func Shape_SetAnchorSideBottom

func Shape_SetAnchorSideBottom(obj uintptr, value uintptr)

func Shape_SetAnchorSideLeft

func Shape_SetAnchorSideLeft(obj uintptr, value uintptr)

func Shape_SetAnchorSideRight

func Shape_SetAnchorSideRight(obj uintptr, value uintptr)

func Shape_SetAnchorSideTop

func Shape_SetAnchorSideTop(obj uintptr, value uintptr)

func Shape_SetAnchors

func Shape_SetAnchors(obj uintptr, value TAnchors)

func Shape_SetBiDiMode

func Shape_SetBiDiMode(obj uintptr, value TBiDiMode)

func Shape_SetBorderSpacing

func Shape_SetBorderSpacing(obj uintptr, value uintptr)

func Shape_SetBounds

func Shape_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Shape_SetBoundsRect

func Shape_SetBoundsRect(obj uintptr, value TRect)

func Shape_SetBrush

func Shape_SetBrush(obj uintptr, value uintptr)

func Shape_SetClientHeight

func Shape_SetClientHeight(obj uintptr, value int32)

func Shape_SetClientWidth

func Shape_SetClientWidth(obj uintptr, value int32)

func Shape_SetComponentIndex

func Shape_SetComponentIndex(obj uintptr, value int32)

func Shape_SetConstraints added in v1.2.7

func Shape_SetConstraints(obj uintptr, value uintptr)

func Shape_SetControlState added in v1.1.21

func Shape_SetControlState(obj uintptr, value TControlState)

func Shape_SetControlStyle added in v1.1.21

func Shape_SetControlStyle(obj uintptr, value TControlStyle)

func Shape_SetCursor

func Shape_SetCursor(obj uintptr, value TCursor)

func Shape_SetDragCursor

func Shape_SetDragCursor(obj uintptr, value TCursor)

func Shape_SetDragKind

func Shape_SetDragKind(obj uintptr, value TDragKind)

func Shape_SetDragMode

func Shape_SetDragMode(obj uintptr, value TDragMode)

func Shape_SetEnabled

func Shape_SetEnabled(obj uintptr, value bool)

func Shape_SetHeight

func Shape_SetHeight(obj uintptr, value int32)

func Shape_SetHint

func Shape_SetHint(obj uintptr, value string)

func Shape_SetLeft

func Shape_SetLeft(obj uintptr, value int32)

func Shape_SetName

func Shape_SetName(obj uintptr, value string)

func Shape_SetOnDragDrop

func Shape_SetOnDragDrop(obj uintptr, fn interface{})

func Shape_SetOnDragOver

func Shape_SetOnDragOver(obj uintptr, fn interface{})

func Shape_SetOnEndDrag

func Shape_SetOnEndDrag(obj uintptr, fn interface{})

func Shape_SetOnMouseDown

func Shape_SetOnMouseDown(obj uintptr, fn interface{})

func Shape_SetOnMouseEnter

func Shape_SetOnMouseEnter(obj uintptr, fn interface{})

func Shape_SetOnMouseLeave

func Shape_SetOnMouseLeave(obj uintptr, fn interface{})

func Shape_SetOnMouseMove

func Shape_SetOnMouseMove(obj uintptr, fn interface{})

func Shape_SetOnMouseUp

func Shape_SetOnMouseUp(obj uintptr, fn interface{})

func Shape_SetParent

func Shape_SetParent(obj uintptr, value uintptr)

func Shape_SetParentShowHint

func Shape_SetParentShowHint(obj uintptr, value bool)

func Shape_SetPen

func Shape_SetPen(obj uintptr, value uintptr)

func Shape_SetShape

func Shape_SetShape(obj uintptr, value TShapeType)

func Shape_SetShowHint

func Shape_SetShowHint(obj uintptr, value bool)

func Shape_SetTag

func Shape_SetTag(obj uintptr, value int)

func Shape_SetTextBuf added in v1.1.21

func Shape_SetTextBuf(obj uintptr, Buffer string)

func Shape_SetTop

func Shape_SetTop(obj uintptr, value int32)

func Shape_SetVisible

func Shape_SetVisible(obj uintptr, value bool)

func Shape_SetWidth

func Shape_SetWidth(obj uintptr, value int32)

func Shape_Show

func Shape_Show(obj uintptr)

func Shape_StaticClassType added in v1.1.18

func Shape_StaticClassType() TClass

func Shape_ToString

func Shape_ToString(obj uintptr) string

func Shape_Update

func Shape_Update(obj uintptr)

func SizeConstraints_Assign added in v1.2.7

func SizeConstraints_Assign(obj uintptr, Source uintptr)

func SizeConstraints_ClassName added in v1.2.7

func SizeConstraints_ClassName(obj uintptr) string

func SizeConstraints_ClassType added in v1.2.7

func SizeConstraints_ClassType(obj uintptr) TClass

func SizeConstraints_Equals added in v1.2.7

func SizeConstraints_Equals(obj uintptr, Obj uintptr) bool

func SizeConstraints_GetHashCode added in v1.2.7

func SizeConstraints_GetHashCode(obj uintptr) int32

func SizeConstraints_GetMaxHeight added in v1.2.7

func SizeConstraints_GetMaxHeight(obj uintptr) TConstraintSize

func SizeConstraints_GetMaxWidth added in v1.2.7

func SizeConstraints_GetMaxWidth(obj uintptr) TConstraintSize

func SizeConstraints_GetMinHeight added in v1.2.7

func SizeConstraints_GetMinHeight(obj uintptr) TConstraintSize

func SizeConstraints_GetMinWidth added in v1.2.7

func SizeConstraints_GetMinWidth(obj uintptr) TConstraintSize

func SizeConstraints_GetNamePath added in v1.2.7

func SizeConstraints_GetNamePath(obj uintptr) string

func SizeConstraints_InheritsFrom added in v1.2.7

func SizeConstraints_InheritsFrom(obj uintptr, AClass TClass) bool

func SizeConstraints_InstanceSize added in v1.2.7

func SizeConstraints_InstanceSize(obj uintptr) int32

func SizeConstraints_SetMaxHeight added in v1.2.7

func SizeConstraints_SetMaxHeight(obj uintptr, value TConstraintSize)

func SizeConstraints_SetMaxWidth added in v1.2.7

func SizeConstraints_SetMaxWidth(obj uintptr, value TConstraintSize)

func SizeConstraints_SetMinHeight added in v1.2.7

func SizeConstraints_SetMinHeight(obj uintptr, value TConstraintSize)

func SizeConstraints_SetMinWidth added in v1.2.7

func SizeConstraints_SetMinWidth(obj uintptr, value TConstraintSize)

func SizeConstraints_SetOnChange added in v1.2.7

func SizeConstraints_SetOnChange(obj uintptr, fn interface{})

func SizeConstraints_StaticClassType added in v1.2.7

func SizeConstraints_StaticClassType() TClass

func SizeConstraints_ToString added in v1.2.7

func SizeConstraints_ToString(obj uintptr) string

func SpeedButton_AnchorAsAlign

func SpeedButton_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func SpeedButton_AnchorClient

func SpeedButton_AnchorClient(obj uintptr, ASpace int32)

func SpeedButton_AnchorHorizontalCenterTo

func SpeedButton_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func SpeedButton_AnchorParallel

func SpeedButton_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func SpeedButton_AnchorToNeighbour

func SpeedButton_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func SpeedButton_AnchorVerticalCenterTo

func SpeedButton_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func SpeedButton_Assign

func SpeedButton_Assign(obj uintptr, Source uintptr)

func SpeedButton_BringToFront

func SpeedButton_BringToFront(obj uintptr)

func SpeedButton_ClassName

func SpeedButton_ClassName(obj uintptr) string

func SpeedButton_ClassType added in v1.1.18

func SpeedButton_ClassType(obj uintptr) TClass

func SpeedButton_Click

func SpeedButton_Click(obj uintptr)

func SpeedButton_ClientToParent

func SpeedButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func SpeedButton_ClientToScreen

func SpeedButton_ClientToScreen(obj uintptr, Point TPoint) TPoint

func SpeedButton_Create

func SpeedButton_Create(obj uintptr) uintptr

func SpeedButton_Dragging

func SpeedButton_Dragging(obj uintptr) bool

func SpeedButton_Equals

func SpeedButton_Equals(obj uintptr, Obj uintptr) bool

func SpeedButton_FindComponent

func SpeedButton_FindComponent(obj uintptr, AName string) uintptr

func SpeedButton_Free

func SpeedButton_Free(obj uintptr)

func SpeedButton_GetAction

func SpeedButton_GetAction(obj uintptr) uintptr

func SpeedButton_GetAlign

func SpeedButton_GetAlign(obj uintptr) TAlign

func SpeedButton_GetAllowAllUp

func SpeedButton_GetAllowAllUp(obj uintptr) bool

func SpeedButton_GetAnchorSide

func SpeedButton_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func SpeedButton_GetAnchorSideBottom

func SpeedButton_GetAnchorSideBottom(obj uintptr) uintptr

func SpeedButton_GetAnchorSideLeft

func SpeedButton_GetAnchorSideLeft(obj uintptr) uintptr

func SpeedButton_GetAnchorSideRight

func SpeedButton_GetAnchorSideRight(obj uintptr) uintptr

func SpeedButton_GetAnchorSideTop

func SpeedButton_GetAnchorSideTop(obj uintptr) uintptr

func SpeedButton_GetAnchors

func SpeedButton_GetAnchors(obj uintptr) TAnchors

func SpeedButton_GetBiDiMode

func SpeedButton_GetBiDiMode(obj uintptr) TBiDiMode

func SpeedButton_GetBorderSpacing

func SpeedButton_GetBorderSpacing(obj uintptr) uintptr

func SpeedButton_GetBoundsRect

func SpeedButton_GetBoundsRect(obj uintptr) TRect

func SpeedButton_GetCaption

func SpeedButton_GetCaption(obj uintptr) string

func SpeedButton_GetClientHeight

func SpeedButton_GetClientHeight(obj uintptr) int32

func SpeedButton_GetClientOrigin added in v1.1.21

func SpeedButton_GetClientOrigin(obj uintptr) TPoint

func SpeedButton_GetClientRect

func SpeedButton_GetClientRect(obj uintptr) TRect

func SpeedButton_GetClientWidth

func SpeedButton_GetClientWidth(obj uintptr) int32

func SpeedButton_GetComponentCount

func SpeedButton_GetComponentCount(obj uintptr) int32

func SpeedButton_GetComponentIndex

func SpeedButton_GetComponentIndex(obj uintptr) int32

func SpeedButton_GetComponents

func SpeedButton_GetComponents(obj uintptr, AIndex int32) uintptr

func SpeedButton_GetConstraints added in v1.2.7

func SpeedButton_GetConstraints(obj uintptr) uintptr

func SpeedButton_GetControlState added in v1.1.21

func SpeedButton_GetControlState(obj uintptr) TControlState

func SpeedButton_GetControlStyle added in v1.1.21

func SpeedButton_GetControlStyle(obj uintptr) TControlStyle

func SpeedButton_GetCursor

func SpeedButton_GetCursor(obj uintptr) TCursor

func SpeedButton_GetDown

func SpeedButton_GetDown(obj uintptr) bool

func SpeedButton_GetEnabled

func SpeedButton_GetEnabled(obj uintptr) bool

func SpeedButton_GetFlat

func SpeedButton_GetFlat(obj uintptr) bool

func SpeedButton_GetFloating

func SpeedButton_GetFloating(obj uintptr) bool

func SpeedButton_GetFont

func SpeedButton_GetFont(obj uintptr) uintptr

func SpeedButton_GetGlyph

func SpeedButton_GetGlyph(obj uintptr) uintptr

func SpeedButton_GetGroupIndex

func SpeedButton_GetGroupIndex(obj uintptr) int32

func SpeedButton_GetHashCode

func SpeedButton_GetHashCode(obj uintptr) int32

func SpeedButton_GetHeight

func SpeedButton_GetHeight(obj uintptr) int32

func SpeedButton_GetHint

func SpeedButton_GetHint(obj uintptr) string

func SpeedButton_GetImageIndex

func SpeedButton_GetImageIndex(obj uintptr) int32

func SpeedButton_GetImageWidth

func SpeedButton_GetImageWidth(obj uintptr) int32

func SpeedButton_GetImages

func SpeedButton_GetImages(obj uintptr) uintptr

func SpeedButton_GetLayout

func SpeedButton_GetLayout(obj uintptr) TButtonLayout

func SpeedButton_GetLeft

func SpeedButton_GetLeft(obj uintptr) int32

func SpeedButton_GetName

func SpeedButton_GetName(obj uintptr) string

func SpeedButton_GetNamePath

func SpeedButton_GetNamePath(obj uintptr) string

func SpeedButton_GetNumGlyphs

func SpeedButton_GetNumGlyphs(obj uintptr) TNumGlyphs

func SpeedButton_GetOwner

func SpeedButton_GetOwner(obj uintptr) uintptr

func SpeedButton_GetParent

func SpeedButton_GetParent(obj uintptr) uintptr

func SpeedButton_GetParentFont

func SpeedButton_GetParentFont(obj uintptr) bool

func SpeedButton_GetParentShowHint

func SpeedButton_GetParentShowHint(obj uintptr) bool

func SpeedButton_GetPopupMenu

func SpeedButton_GetPopupMenu(obj uintptr) uintptr

func SpeedButton_GetShowCaption

func SpeedButton_GetShowCaption(obj uintptr) bool

func SpeedButton_GetShowHint

func SpeedButton_GetShowHint(obj uintptr) bool

func SpeedButton_GetSpacing

func SpeedButton_GetSpacing(obj uintptr) int32

func SpeedButton_GetTag

func SpeedButton_GetTag(obj uintptr) int

func SpeedButton_GetTextBuf

func SpeedButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func SpeedButton_GetTextLen

func SpeedButton_GetTextLen(obj uintptr) int32

func SpeedButton_GetTop

func SpeedButton_GetTop(obj uintptr) int32

func SpeedButton_GetTransparent

func SpeedButton_GetTransparent(obj uintptr) bool

func SpeedButton_GetVisible

func SpeedButton_GetVisible(obj uintptr) bool

func SpeedButton_GetWidth

func SpeedButton_GetWidth(obj uintptr) int32

func SpeedButton_HasParent

func SpeedButton_HasParent(obj uintptr) bool

func SpeedButton_Hide

func SpeedButton_Hide(obj uintptr)

func SpeedButton_InheritsFrom added in v1.1.18

func SpeedButton_InheritsFrom(obj uintptr, AClass TClass) bool

func SpeedButton_InstanceSize added in v1.1.18

func SpeedButton_InstanceSize(obj uintptr) int32

func SpeedButton_Invalidate

func SpeedButton_Invalidate(obj uintptr)

func SpeedButton_ParentToClient

func SpeedButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func SpeedButton_Perform

func SpeedButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func SpeedButton_Refresh

func SpeedButton_Refresh(obj uintptr)

func SpeedButton_Repaint

func SpeedButton_Repaint(obj uintptr)

func SpeedButton_ScreenToClient

func SpeedButton_ScreenToClient(obj uintptr, Point TPoint) TPoint

func SpeedButton_SendToBack

func SpeedButton_SendToBack(obj uintptr)

func SpeedButton_SetAction

func SpeedButton_SetAction(obj uintptr, value uintptr)

func SpeedButton_SetAlign

func SpeedButton_SetAlign(obj uintptr, value TAlign)

func SpeedButton_SetAllowAllUp

func SpeedButton_SetAllowAllUp(obj uintptr, value bool)

func SpeedButton_SetAnchorSideBottom

func SpeedButton_SetAnchorSideBottom(obj uintptr, value uintptr)

func SpeedButton_SetAnchorSideLeft

func SpeedButton_SetAnchorSideLeft(obj uintptr, value uintptr)

func SpeedButton_SetAnchorSideRight

func SpeedButton_SetAnchorSideRight(obj uintptr, value uintptr)

func SpeedButton_SetAnchorSideTop

func SpeedButton_SetAnchorSideTop(obj uintptr, value uintptr)

func SpeedButton_SetAnchors

func SpeedButton_SetAnchors(obj uintptr, value TAnchors)

func SpeedButton_SetBiDiMode

func SpeedButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func SpeedButton_SetBorderSpacing

func SpeedButton_SetBorderSpacing(obj uintptr, value uintptr)

func SpeedButton_SetBounds

func SpeedButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func SpeedButton_SetBoundsRect

func SpeedButton_SetBoundsRect(obj uintptr, value TRect)

func SpeedButton_SetCaption

func SpeedButton_SetCaption(obj uintptr, value string)

func SpeedButton_SetClientHeight

func SpeedButton_SetClientHeight(obj uintptr, value int32)

func SpeedButton_SetClientWidth

func SpeedButton_SetClientWidth(obj uintptr, value int32)

func SpeedButton_SetComponentIndex

func SpeedButton_SetComponentIndex(obj uintptr, value int32)

func SpeedButton_SetConstraints added in v1.2.7

func SpeedButton_SetConstraints(obj uintptr, value uintptr)

func SpeedButton_SetControlState added in v1.1.21

func SpeedButton_SetControlState(obj uintptr, value TControlState)

func SpeedButton_SetControlStyle added in v1.1.21

func SpeedButton_SetControlStyle(obj uintptr, value TControlStyle)

func SpeedButton_SetCursor

func SpeedButton_SetCursor(obj uintptr, value TCursor)

func SpeedButton_SetDown

func SpeedButton_SetDown(obj uintptr, value bool)

func SpeedButton_SetEnabled

func SpeedButton_SetEnabled(obj uintptr, value bool)

func SpeedButton_SetFlat

func SpeedButton_SetFlat(obj uintptr, value bool)

func SpeedButton_SetFont

func SpeedButton_SetFont(obj uintptr, value uintptr)

func SpeedButton_SetGlyph

func SpeedButton_SetGlyph(obj uintptr, value uintptr)

func SpeedButton_SetGroupIndex

func SpeedButton_SetGroupIndex(obj uintptr, value int32)

func SpeedButton_SetHeight

func SpeedButton_SetHeight(obj uintptr, value int32)

func SpeedButton_SetHint

func SpeedButton_SetHint(obj uintptr, value string)

func SpeedButton_SetImageIndex

func SpeedButton_SetImageIndex(obj uintptr, value int32)

func SpeedButton_SetImageWidth

func SpeedButton_SetImageWidth(obj uintptr, value int32)

func SpeedButton_SetImages

func SpeedButton_SetImages(obj uintptr, value uintptr)

func SpeedButton_SetLayout

func SpeedButton_SetLayout(obj uintptr, value TButtonLayout)

func SpeedButton_SetLeft

func SpeedButton_SetLeft(obj uintptr, value int32)

func SpeedButton_SetName

func SpeedButton_SetName(obj uintptr, value string)

func SpeedButton_SetNumGlyphs

func SpeedButton_SetNumGlyphs(obj uintptr, value TNumGlyphs)

func SpeedButton_SetOnClick

func SpeedButton_SetOnClick(obj uintptr, fn interface{})

func SpeedButton_SetOnDblClick

func SpeedButton_SetOnDblClick(obj uintptr, fn interface{})

func SpeedButton_SetOnMouseDown

func SpeedButton_SetOnMouseDown(obj uintptr, fn interface{})

func SpeedButton_SetOnMouseEnter

func SpeedButton_SetOnMouseEnter(obj uintptr, fn interface{})

func SpeedButton_SetOnMouseLeave

func SpeedButton_SetOnMouseLeave(obj uintptr, fn interface{})

func SpeedButton_SetOnMouseMove

func SpeedButton_SetOnMouseMove(obj uintptr, fn interface{})

func SpeedButton_SetOnMouseUp

func SpeedButton_SetOnMouseUp(obj uintptr, fn interface{})

func SpeedButton_SetParent

func SpeedButton_SetParent(obj uintptr, value uintptr)

func SpeedButton_SetParentFont

func SpeedButton_SetParentFont(obj uintptr, value bool)

func SpeedButton_SetParentShowHint

func SpeedButton_SetParentShowHint(obj uintptr, value bool)

func SpeedButton_SetPopupMenu

func SpeedButton_SetPopupMenu(obj uintptr, value uintptr)

func SpeedButton_SetShowCaption

func SpeedButton_SetShowCaption(obj uintptr, value bool)

func SpeedButton_SetShowHint

func SpeedButton_SetShowHint(obj uintptr, value bool)

func SpeedButton_SetSpacing

func SpeedButton_SetSpacing(obj uintptr, value int32)

func SpeedButton_SetTag

func SpeedButton_SetTag(obj uintptr, value int)

func SpeedButton_SetTextBuf added in v1.1.21

func SpeedButton_SetTextBuf(obj uintptr, Buffer string)

func SpeedButton_SetTop

func SpeedButton_SetTop(obj uintptr, value int32)

func SpeedButton_SetTransparent

func SpeedButton_SetTransparent(obj uintptr, value bool)

func SpeedButton_SetVisible

func SpeedButton_SetVisible(obj uintptr, value bool)

func SpeedButton_SetWidth

func SpeedButton_SetWidth(obj uintptr, value int32)

func SpeedButton_Show

func SpeedButton_Show(obj uintptr)

func SpeedButton_StaticClassType added in v1.1.18

func SpeedButton_StaticClassType() TClass

func SpeedButton_ToString

func SpeedButton_ToString(obj uintptr) string

func SpeedButton_Update

func SpeedButton_Update(obj uintptr)

func SpinEdit_AnchorAsAlign

func SpinEdit_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func SpinEdit_AnchorClient

func SpinEdit_AnchorClient(obj uintptr, ASpace int32)

func SpinEdit_AnchorHorizontalCenterTo

func SpinEdit_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func SpinEdit_AnchorParallel

func SpinEdit_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func SpinEdit_AnchorToNeighbour

func SpinEdit_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func SpinEdit_AnchorVerticalCenterTo

func SpinEdit_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func SpinEdit_Assign added in v1.2.0

func SpinEdit_Assign(obj uintptr, Source uintptr)

func SpinEdit_BringToFront added in v1.2.0

func SpinEdit_BringToFront(obj uintptr)

func SpinEdit_CanFocus added in v1.2.0

func SpinEdit_CanFocus(obj uintptr) bool

func SpinEdit_ClassName added in v1.2.0

func SpinEdit_ClassName(obj uintptr) string

func SpinEdit_ClassType added in v1.2.0

func SpinEdit_ClassType(obj uintptr) TClass

func SpinEdit_Clear added in v1.2.0

func SpinEdit_Clear(obj uintptr)

func SpinEdit_ClearSelection added in v1.2.0

func SpinEdit_ClearSelection(obj uintptr)

func SpinEdit_ClientToParent added in v1.2.0

func SpinEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func SpinEdit_ClientToScreen added in v1.2.0

func SpinEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint

func SpinEdit_ContainsControl added in v1.2.0

func SpinEdit_ContainsControl(obj uintptr, Control uintptr) bool

func SpinEdit_ControlAtPos added in v1.2.0

func SpinEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func SpinEdit_CopyToClipboard added in v1.2.0

func SpinEdit_CopyToClipboard(obj uintptr)

func SpinEdit_Create added in v1.2.0

func SpinEdit_Create(obj uintptr) uintptr

func SpinEdit_CutToClipboard added in v1.2.0

func SpinEdit_CutToClipboard(obj uintptr)

func SpinEdit_DisableAlign added in v1.2.0

func SpinEdit_DisableAlign(obj uintptr)

func SpinEdit_Dragging added in v1.2.0

func SpinEdit_Dragging(obj uintptr) bool

func SpinEdit_EnableAlign added in v1.2.0

func SpinEdit_EnableAlign(obj uintptr)

func SpinEdit_Equals added in v1.2.0

func SpinEdit_Equals(obj uintptr, Obj uintptr) bool

func SpinEdit_FindChildControl added in v1.2.0

func SpinEdit_FindChildControl(obj uintptr, ControlName string) uintptr

func SpinEdit_FindComponent added in v1.2.0

func SpinEdit_FindComponent(obj uintptr, AName string) uintptr

func SpinEdit_FlipChildren added in v1.2.0

func SpinEdit_FlipChildren(obj uintptr, AllLevels bool)

func SpinEdit_Focused added in v1.2.0

func SpinEdit_Focused(obj uintptr) bool

func SpinEdit_Free added in v1.2.0

func SpinEdit_Free(obj uintptr)

func SpinEdit_GetAction added in v1.2.0

func SpinEdit_GetAction(obj uintptr) uintptr

func SpinEdit_GetAlign added in v1.2.0

func SpinEdit_GetAlign(obj uintptr) TAlign

func SpinEdit_GetAlignment added in v1.2.0

func SpinEdit_GetAlignment(obj uintptr) TAlignment

func SpinEdit_GetAnchorSide

func SpinEdit_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func SpinEdit_GetAnchorSideBottom

func SpinEdit_GetAnchorSideBottom(obj uintptr) uintptr

func SpinEdit_GetAnchorSideLeft

func SpinEdit_GetAnchorSideLeft(obj uintptr) uintptr

func SpinEdit_GetAnchorSideRight

func SpinEdit_GetAnchorSideRight(obj uintptr) uintptr

func SpinEdit_GetAnchorSideTop

func SpinEdit_GetAnchorSideTop(obj uintptr) uintptr

func SpinEdit_GetAnchors added in v1.2.0

func SpinEdit_GetAnchors(obj uintptr) TAnchors

func SpinEdit_GetAutoSelect added in v1.2.0

func SpinEdit_GetAutoSelect(obj uintptr) bool

func SpinEdit_GetAutoSize added in v1.2.0

func SpinEdit_GetAutoSize(obj uintptr) bool

func SpinEdit_GetBiDiMode added in v1.2.0

func SpinEdit_GetBiDiMode(obj uintptr) TBiDiMode

func SpinEdit_GetBorderSpacing

func SpinEdit_GetBorderSpacing(obj uintptr) uintptr

func SpinEdit_GetBoundsRect added in v1.2.0

func SpinEdit_GetBoundsRect(obj uintptr) TRect

func SpinEdit_GetBrush added in v1.2.0

func SpinEdit_GetBrush(obj uintptr) uintptr

func SpinEdit_GetCanUndo added in v1.2.0

func SpinEdit_GetCanUndo(obj uintptr) bool

func SpinEdit_GetChildSizing

func SpinEdit_GetChildSizing(obj uintptr) uintptr

func SpinEdit_GetClientHeight added in v1.2.0

func SpinEdit_GetClientHeight(obj uintptr) int32

func SpinEdit_GetClientOrigin added in v1.2.0

func SpinEdit_GetClientOrigin(obj uintptr) TPoint

func SpinEdit_GetClientRect added in v1.2.0

func SpinEdit_GetClientRect(obj uintptr) TRect

func SpinEdit_GetClientWidth added in v1.2.0

func SpinEdit_GetClientWidth(obj uintptr) int32

func SpinEdit_GetColor added in v1.2.0

func SpinEdit_GetColor(obj uintptr) TColor

func SpinEdit_GetComponentCount added in v1.2.0

func SpinEdit_GetComponentCount(obj uintptr) int32

func SpinEdit_GetComponentIndex added in v1.2.0

func SpinEdit_GetComponentIndex(obj uintptr) int32

func SpinEdit_GetComponents added in v1.2.0

func SpinEdit_GetComponents(obj uintptr, AIndex int32) uintptr

func SpinEdit_GetConstraints added in v1.2.7

func SpinEdit_GetConstraints(obj uintptr) uintptr

func SpinEdit_GetControlCount added in v1.2.0

func SpinEdit_GetControlCount(obj uintptr) int32

func SpinEdit_GetControlState added in v1.2.0

func SpinEdit_GetControlState(obj uintptr) TControlState

func SpinEdit_GetControlStyle added in v1.2.0

func SpinEdit_GetControlStyle(obj uintptr) TControlStyle

func SpinEdit_GetControls added in v1.2.0

func SpinEdit_GetControls(obj uintptr, Index int32) uintptr

func SpinEdit_GetCursor added in v1.2.0

func SpinEdit_GetCursor(obj uintptr) TCursor

func SpinEdit_GetDockClientCount added in v1.2.0

func SpinEdit_GetDockClientCount(obj uintptr) int32

func SpinEdit_GetDockClients added in v1.2.0

func SpinEdit_GetDockClients(obj uintptr, Index int32) uintptr

func SpinEdit_GetDockSite added in v1.2.0

func SpinEdit_GetDockSite(obj uintptr) bool

func SpinEdit_GetDoubleBuffered added in v1.2.0

func SpinEdit_GetDoubleBuffered(obj uintptr) bool

func SpinEdit_GetEnabled added in v1.2.0

func SpinEdit_GetEnabled(obj uintptr) bool

func SpinEdit_GetFloating added in v1.2.0

func SpinEdit_GetFloating(obj uintptr) bool

func SpinEdit_GetFont added in v1.2.0

func SpinEdit_GetFont(obj uintptr) uintptr

func SpinEdit_GetHandle added in v1.2.0

func SpinEdit_GetHandle(obj uintptr) HWND

func SpinEdit_GetHashCode added in v1.2.0

func SpinEdit_GetHashCode(obj uintptr) int32

func SpinEdit_GetHeight added in v1.2.0

func SpinEdit_GetHeight(obj uintptr) int32

func SpinEdit_GetHint added in v1.2.0

func SpinEdit_GetHint(obj uintptr) string

func SpinEdit_GetIncrement added in v1.2.0

func SpinEdit_GetIncrement(obj uintptr) int32

func SpinEdit_GetLeft added in v1.2.0

func SpinEdit_GetLeft(obj uintptr) int32

func SpinEdit_GetMaxLength added in v1.2.0

func SpinEdit_GetMaxLength(obj uintptr) int32

func SpinEdit_GetMaxValue added in v1.2.0

func SpinEdit_GetMaxValue(obj uintptr) int32

func SpinEdit_GetMinValue added in v1.2.0

func SpinEdit_GetMinValue(obj uintptr) int32

func SpinEdit_GetModified added in v1.2.0

func SpinEdit_GetModified(obj uintptr) bool

func SpinEdit_GetMouseInClient added in v1.2.0

func SpinEdit_GetMouseInClient(obj uintptr) bool

func SpinEdit_GetName added in v1.2.0

func SpinEdit_GetName(obj uintptr) string

func SpinEdit_GetNamePath added in v1.2.0

func SpinEdit_GetNamePath(obj uintptr) string

func SpinEdit_GetOwner added in v1.2.0

func SpinEdit_GetOwner(obj uintptr) uintptr

func SpinEdit_GetParent added in v1.2.0

func SpinEdit_GetParent(obj uintptr) uintptr

func SpinEdit_GetParentColor added in v1.2.0

func SpinEdit_GetParentColor(obj uintptr) bool

func SpinEdit_GetParentDoubleBuffered added in v1.2.0

func SpinEdit_GetParentDoubleBuffered(obj uintptr) bool

func SpinEdit_GetParentFont added in v1.2.0

func SpinEdit_GetParentFont(obj uintptr) bool

func SpinEdit_GetParentShowHint added in v1.2.0

func SpinEdit_GetParentShowHint(obj uintptr) bool

func SpinEdit_GetParentWindow added in v1.2.0

func SpinEdit_GetParentWindow(obj uintptr) HWND

func SpinEdit_GetPopupMenu added in v1.2.0

func SpinEdit_GetPopupMenu(obj uintptr) uintptr

func SpinEdit_GetReadOnly added in v1.2.0

func SpinEdit_GetReadOnly(obj uintptr) bool

func SpinEdit_GetSelLength added in v1.2.0

func SpinEdit_GetSelLength(obj uintptr) int32

func SpinEdit_GetSelStart added in v1.2.0

func SpinEdit_GetSelStart(obj uintptr) int32

func SpinEdit_GetSelText added in v1.2.0

func SpinEdit_GetSelText(obj uintptr) string

func SpinEdit_GetShowHint added in v1.2.0

func SpinEdit_GetShowHint(obj uintptr) bool

func SpinEdit_GetTabOrder added in v1.2.0

func SpinEdit_GetTabOrder(obj uintptr) TTabOrder

func SpinEdit_GetTabStop added in v1.2.0

func SpinEdit_GetTabStop(obj uintptr) bool

func SpinEdit_GetTag added in v1.2.0

func SpinEdit_GetTag(obj uintptr) int

func SpinEdit_GetText added in v1.2.0

func SpinEdit_GetText(obj uintptr) string

func SpinEdit_GetTextBuf added in v1.2.0

func SpinEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func SpinEdit_GetTextHint added in v1.2.0

func SpinEdit_GetTextHint(obj uintptr) string

func SpinEdit_GetTextLen added in v1.2.0

func SpinEdit_GetTextLen(obj uintptr) int32

func SpinEdit_GetTop added in v1.2.0

func SpinEdit_GetTop(obj uintptr) int32

func SpinEdit_GetUseDockManager added in v1.2.0

func SpinEdit_GetUseDockManager(obj uintptr) bool

func SpinEdit_GetValue added in v1.2.0

func SpinEdit_GetValue(obj uintptr) int32

func SpinEdit_GetVisible added in v1.2.0

func SpinEdit_GetVisible(obj uintptr) bool

func SpinEdit_GetVisibleDockClientCount added in v1.2.0

func SpinEdit_GetVisibleDockClientCount(obj uintptr) int32

func SpinEdit_GetWidth added in v1.2.0

func SpinEdit_GetWidth(obj uintptr) int32

func SpinEdit_HandleAllocated added in v1.2.0

func SpinEdit_HandleAllocated(obj uintptr) bool

func SpinEdit_HasParent added in v1.2.0

func SpinEdit_HasParent(obj uintptr) bool

func SpinEdit_Hide added in v1.2.0

func SpinEdit_Hide(obj uintptr)

func SpinEdit_InheritsFrom added in v1.2.0

func SpinEdit_InheritsFrom(obj uintptr, AClass TClass) bool

func SpinEdit_InsertControl added in v1.2.0

func SpinEdit_InsertControl(obj uintptr, AControl uintptr)

func SpinEdit_InstanceSize added in v1.2.0

func SpinEdit_InstanceSize(obj uintptr) int32

func SpinEdit_Invalidate added in v1.2.0

func SpinEdit_Invalidate(obj uintptr)

func SpinEdit_ParentToClient added in v1.2.0

func SpinEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func SpinEdit_PasteFromClipboard added in v1.2.0

func SpinEdit_PasteFromClipboard(obj uintptr)

func SpinEdit_Perform added in v1.2.0

func SpinEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func SpinEdit_Realign added in v1.2.0

func SpinEdit_Realign(obj uintptr)

func SpinEdit_Refresh added in v1.2.0

func SpinEdit_Refresh(obj uintptr)

func SpinEdit_RemoveControl added in v1.2.0

func SpinEdit_RemoveControl(obj uintptr, AControl uintptr)

func SpinEdit_Repaint added in v1.2.0

func SpinEdit_Repaint(obj uintptr)

func SpinEdit_ScaleBy added in v1.2.0

func SpinEdit_ScaleBy(obj uintptr, M int32, D int32)

func SpinEdit_ScreenToClient added in v1.2.0

func SpinEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint

func SpinEdit_ScrollBy added in v1.2.0

func SpinEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func SpinEdit_SelectAll added in v1.2.0

func SpinEdit_SelectAll(obj uintptr)

func SpinEdit_SendToBack added in v1.2.0

func SpinEdit_SendToBack(obj uintptr)

func SpinEdit_SetAction added in v1.2.0

func SpinEdit_SetAction(obj uintptr, value uintptr)

func SpinEdit_SetAlign added in v1.2.0

func SpinEdit_SetAlign(obj uintptr, value TAlign)

func SpinEdit_SetAlignment added in v1.2.0

func SpinEdit_SetAlignment(obj uintptr, value TAlignment)

func SpinEdit_SetAnchorSideBottom

func SpinEdit_SetAnchorSideBottom(obj uintptr, value uintptr)

func SpinEdit_SetAnchorSideLeft

func SpinEdit_SetAnchorSideLeft(obj uintptr, value uintptr)

func SpinEdit_SetAnchorSideRight

func SpinEdit_SetAnchorSideRight(obj uintptr, value uintptr)

func SpinEdit_SetAnchorSideTop

func SpinEdit_SetAnchorSideTop(obj uintptr, value uintptr)

func SpinEdit_SetAnchors added in v1.2.0

func SpinEdit_SetAnchors(obj uintptr, value TAnchors)

func SpinEdit_SetAutoSelect added in v1.2.0

func SpinEdit_SetAutoSelect(obj uintptr, value bool)

func SpinEdit_SetAutoSize added in v1.2.0

func SpinEdit_SetAutoSize(obj uintptr, value bool)

func SpinEdit_SetBiDiMode added in v1.2.0

func SpinEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

func SpinEdit_SetBorderSpacing

func SpinEdit_SetBorderSpacing(obj uintptr, value uintptr)

func SpinEdit_SetBounds added in v1.2.0

func SpinEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func SpinEdit_SetBoundsRect added in v1.2.0

func SpinEdit_SetBoundsRect(obj uintptr, value TRect)

func SpinEdit_SetChildSizing

func SpinEdit_SetChildSizing(obj uintptr, value uintptr)

func SpinEdit_SetClientHeight added in v1.2.0

func SpinEdit_SetClientHeight(obj uintptr, value int32)

func SpinEdit_SetClientWidth added in v1.2.0

func SpinEdit_SetClientWidth(obj uintptr, value int32)

func SpinEdit_SetColor added in v1.2.0

func SpinEdit_SetColor(obj uintptr, value TColor)

func SpinEdit_SetComponentIndex added in v1.2.0

func SpinEdit_SetComponentIndex(obj uintptr, value int32)

func SpinEdit_SetConstraints added in v1.2.7

func SpinEdit_SetConstraints(obj uintptr, value uintptr)

func SpinEdit_SetControlState added in v1.2.0

func SpinEdit_SetControlState(obj uintptr, value TControlState)

func SpinEdit_SetControlStyle added in v1.2.0

func SpinEdit_SetControlStyle(obj uintptr, value TControlStyle)

func SpinEdit_SetCursor added in v1.2.0

func SpinEdit_SetCursor(obj uintptr, value TCursor)

func SpinEdit_SetDockSite added in v1.2.0

func SpinEdit_SetDockSite(obj uintptr, value bool)

func SpinEdit_SetDoubleBuffered added in v1.2.0

func SpinEdit_SetDoubleBuffered(obj uintptr, value bool)

func SpinEdit_SetEnabled added in v1.2.0

func SpinEdit_SetEnabled(obj uintptr, value bool)

func SpinEdit_SetFocus added in v1.2.0

func SpinEdit_SetFocus(obj uintptr)

func SpinEdit_SetFont added in v1.2.0

func SpinEdit_SetFont(obj uintptr, value uintptr)

func SpinEdit_SetHeight added in v1.2.0

func SpinEdit_SetHeight(obj uintptr, value int32)

func SpinEdit_SetHint added in v1.2.0

func SpinEdit_SetHint(obj uintptr, value string)

func SpinEdit_SetIncrement added in v1.2.0

func SpinEdit_SetIncrement(obj uintptr, value int32)

func SpinEdit_SetLeft added in v1.2.0

func SpinEdit_SetLeft(obj uintptr, value int32)

func SpinEdit_SetMaxLength added in v1.2.0

func SpinEdit_SetMaxLength(obj uintptr, value int32)

func SpinEdit_SetMaxValue added in v1.2.0

func SpinEdit_SetMaxValue(obj uintptr, value int32)

func SpinEdit_SetMinValue added in v1.2.0

func SpinEdit_SetMinValue(obj uintptr, value int32)

func SpinEdit_SetModified added in v1.2.0

func SpinEdit_SetModified(obj uintptr, value bool)

func SpinEdit_SetName added in v1.2.0

func SpinEdit_SetName(obj uintptr, value string)

func SpinEdit_SetOnChange added in v1.2.0

func SpinEdit_SetOnChange(obj uintptr, fn interface{})

func SpinEdit_SetOnClick added in v1.2.0

func SpinEdit_SetOnClick(obj uintptr, fn interface{})

func SpinEdit_SetOnEnter added in v1.2.0

func SpinEdit_SetOnEnter(obj uintptr, fn interface{})

func SpinEdit_SetOnExit added in v1.2.0

func SpinEdit_SetOnExit(obj uintptr, fn interface{})

func SpinEdit_SetOnKeyDown added in v1.2.0

func SpinEdit_SetOnKeyDown(obj uintptr, fn interface{})

func SpinEdit_SetOnKeyPress added in v1.2.0

func SpinEdit_SetOnKeyPress(obj uintptr, fn interface{})

func SpinEdit_SetOnKeyUp added in v1.2.0

func SpinEdit_SetOnKeyUp(obj uintptr, fn interface{})

func SpinEdit_SetOnMouseDown added in v1.2.0

func SpinEdit_SetOnMouseDown(obj uintptr, fn interface{})

func SpinEdit_SetOnMouseMove added in v1.2.0

func SpinEdit_SetOnMouseMove(obj uintptr, fn interface{})

func SpinEdit_SetOnMouseUp added in v1.2.0

func SpinEdit_SetOnMouseUp(obj uintptr, fn interface{})

func SpinEdit_SetParent added in v1.2.0

func SpinEdit_SetParent(obj uintptr, value uintptr)

func SpinEdit_SetParentColor added in v1.2.0

func SpinEdit_SetParentColor(obj uintptr, value bool)

func SpinEdit_SetParentDoubleBuffered added in v1.2.0

func SpinEdit_SetParentDoubleBuffered(obj uintptr, value bool)

func SpinEdit_SetParentFont added in v1.2.0

func SpinEdit_SetParentFont(obj uintptr, value bool)

func SpinEdit_SetParentShowHint added in v1.2.0

func SpinEdit_SetParentShowHint(obj uintptr, value bool)

func SpinEdit_SetParentWindow added in v1.2.0

func SpinEdit_SetParentWindow(obj uintptr, value HWND)

func SpinEdit_SetPopupMenu added in v1.2.0

func SpinEdit_SetPopupMenu(obj uintptr, value uintptr)

func SpinEdit_SetReadOnly added in v1.2.0

func SpinEdit_SetReadOnly(obj uintptr, value bool)

func SpinEdit_SetSelLength added in v1.2.0

func SpinEdit_SetSelLength(obj uintptr, value int32)

func SpinEdit_SetSelStart added in v1.2.0

func SpinEdit_SetSelStart(obj uintptr, value int32)

func SpinEdit_SetSelText added in v1.2.0

func SpinEdit_SetSelText(obj uintptr, value string)

func SpinEdit_SetShowHint added in v1.2.0

func SpinEdit_SetShowHint(obj uintptr, value bool)

func SpinEdit_SetTabOrder added in v1.2.0

func SpinEdit_SetTabOrder(obj uintptr, value TTabOrder)

func SpinEdit_SetTabStop added in v1.2.0

func SpinEdit_SetTabStop(obj uintptr, value bool)

func SpinEdit_SetTag added in v1.2.0

func SpinEdit_SetTag(obj uintptr, value int)

func SpinEdit_SetText added in v1.2.0

func SpinEdit_SetText(obj uintptr, value string)

func SpinEdit_SetTextBuf added in v1.2.0

func SpinEdit_SetTextBuf(obj uintptr, Buffer string)

func SpinEdit_SetTextHint added in v1.2.0

func SpinEdit_SetTextHint(obj uintptr, value string)

func SpinEdit_SetTop added in v1.2.0

func SpinEdit_SetTop(obj uintptr, value int32)

func SpinEdit_SetUseDockManager added in v1.2.0

func SpinEdit_SetUseDockManager(obj uintptr, value bool)

func SpinEdit_SetValue added in v1.2.0

func SpinEdit_SetValue(obj uintptr, value int32)

func SpinEdit_SetVisible added in v1.2.0

func SpinEdit_SetVisible(obj uintptr, value bool)

func SpinEdit_SetWidth added in v1.2.0

func SpinEdit_SetWidth(obj uintptr, value int32)

func SpinEdit_Show added in v1.2.0

func SpinEdit_Show(obj uintptr)

func SpinEdit_StaticClassType added in v1.2.0

func SpinEdit_StaticClassType() TClass

func SpinEdit_ToString added in v1.2.0

func SpinEdit_ToString(obj uintptr) string

func SpinEdit_Undo added in v1.2.0

func SpinEdit_Undo(obj uintptr)

func SpinEdit_Update added in v1.2.0

func SpinEdit_Update(obj uintptr)

func Splitter_AnchorAsAlign

func Splitter_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func Splitter_AnchorClient

func Splitter_AnchorClient(obj uintptr, ASpace int32)

func Splitter_AnchorHorizontalCenterTo

func Splitter_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func Splitter_AnchorParallel

func Splitter_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Splitter_AnchorToNeighbour

func Splitter_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func Splitter_AnchorVerticalCenterTo

func Splitter_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func Splitter_Assign

func Splitter_Assign(obj uintptr, Source uintptr)

func Splitter_BringToFront

func Splitter_BringToFront(obj uintptr)

func Splitter_ClassName

func Splitter_ClassName(obj uintptr) string

func Splitter_ClassType added in v1.1.18

func Splitter_ClassType(obj uintptr) TClass

func Splitter_ClientToParent

func Splitter_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Splitter_ClientToScreen

func Splitter_ClientToScreen(obj uintptr, Point TPoint) TPoint

func Splitter_Create

func Splitter_Create(obj uintptr) uintptr

func Splitter_Dragging

func Splitter_Dragging(obj uintptr) bool

func Splitter_Equals

func Splitter_Equals(obj uintptr, Obj uintptr) bool

func Splitter_FindComponent

func Splitter_FindComponent(obj uintptr, AName string) uintptr

func Splitter_Free

func Splitter_Free(obj uintptr)

func Splitter_GetAction

func Splitter_GetAction(obj uintptr) uintptr

func Splitter_GetAlign

func Splitter_GetAlign(obj uintptr) TAlign

func Splitter_GetAnchorSide

func Splitter_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func Splitter_GetAnchorSideBottom

func Splitter_GetAnchorSideBottom(obj uintptr) uintptr

func Splitter_GetAnchorSideLeft

func Splitter_GetAnchorSideLeft(obj uintptr) uintptr

func Splitter_GetAnchorSideRight

func Splitter_GetAnchorSideRight(obj uintptr) uintptr

func Splitter_GetAnchorSideTop

func Splitter_GetAnchorSideTop(obj uintptr) uintptr

func Splitter_GetAnchors

func Splitter_GetAnchors(obj uintptr) TAnchors

func Splitter_GetBiDiMode

func Splitter_GetBiDiMode(obj uintptr) TBiDiMode

func Splitter_GetBorderSpacing

func Splitter_GetBorderSpacing(obj uintptr) uintptr

func Splitter_GetBoundsRect

func Splitter_GetBoundsRect(obj uintptr) TRect

func Splitter_GetCanvas

func Splitter_GetCanvas(obj uintptr) uintptr

func Splitter_GetClientHeight

func Splitter_GetClientHeight(obj uintptr) int32

func Splitter_GetClientOrigin added in v1.1.21

func Splitter_GetClientOrigin(obj uintptr) TPoint

func Splitter_GetClientRect

func Splitter_GetClientRect(obj uintptr) TRect

func Splitter_GetClientWidth

func Splitter_GetClientWidth(obj uintptr) int32

func Splitter_GetColor

func Splitter_GetColor(obj uintptr) TColor

func Splitter_GetComponentCount

func Splitter_GetComponentCount(obj uintptr) int32

func Splitter_GetComponentIndex

func Splitter_GetComponentIndex(obj uintptr) int32

func Splitter_GetComponents

func Splitter_GetComponents(obj uintptr, AIndex int32) uintptr

func Splitter_GetConstraints added in v1.2.7

func Splitter_GetConstraints(obj uintptr) uintptr

func Splitter_GetControlState added in v1.1.21

func Splitter_GetControlState(obj uintptr) TControlState

func Splitter_GetControlStyle added in v1.1.21

func Splitter_GetControlStyle(obj uintptr) TControlStyle

func Splitter_GetCursor

func Splitter_GetCursor(obj uintptr) TCursor

func Splitter_GetEnabled

func Splitter_GetEnabled(obj uintptr) bool

func Splitter_GetFloating

func Splitter_GetFloating(obj uintptr) bool

func Splitter_GetHashCode

func Splitter_GetHashCode(obj uintptr) int32

func Splitter_GetHeight

func Splitter_GetHeight(obj uintptr) int32

func Splitter_GetHint

func Splitter_GetHint(obj uintptr) string

func Splitter_GetLeft

func Splitter_GetLeft(obj uintptr) int32

func Splitter_GetName

func Splitter_GetName(obj uintptr) string

func Splitter_GetNamePath

func Splitter_GetNamePath(obj uintptr) string

func Splitter_GetOwner

func Splitter_GetOwner(obj uintptr) uintptr

func Splitter_GetParent

func Splitter_GetParent(obj uintptr) uintptr

func Splitter_GetParentColor

func Splitter_GetParentColor(obj uintptr) bool

func Splitter_GetResizeAnchor

func Splitter_GetResizeAnchor(obj uintptr) TAnchorKind

func Splitter_GetShowHint

func Splitter_GetShowHint(obj uintptr) bool

func Splitter_GetTag

func Splitter_GetTag(obj uintptr) int

func Splitter_GetTextBuf

func Splitter_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func Splitter_GetTextLen

func Splitter_GetTextLen(obj uintptr) int32

func Splitter_GetTop

func Splitter_GetTop(obj uintptr) int32

func Splitter_GetVisible

func Splitter_GetVisible(obj uintptr) bool

func Splitter_GetWidth

func Splitter_GetWidth(obj uintptr) int32

func Splitter_HasParent

func Splitter_HasParent(obj uintptr) bool

func Splitter_Hide

func Splitter_Hide(obj uintptr)

func Splitter_InheritsFrom added in v1.1.18

func Splitter_InheritsFrom(obj uintptr, AClass TClass) bool

func Splitter_InstanceSize added in v1.1.18

func Splitter_InstanceSize(obj uintptr) int32

func Splitter_Invalidate

func Splitter_Invalidate(obj uintptr)

func Splitter_ParentToClient

func Splitter_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func Splitter_Perform

func Splitter_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func Splitter_Refresh

func Splitter_Refresh(obj uintptr)

func Splitter_Repaint

func Splitter_Repaint(obj uintptr)

func Splitter_ScreenToClient

func Splitter_ScreenToClient(obj uintptr, Point TPoint) TPoint

func Splitter_SendToBack

func Splitter_SendToBack(obj uintptr)

func Splitter_SetAction

func Splitter_SetAction(obj uintptr, value uintptr)

func Splitter_SetAlign

func Splitter_SetAlign(obj uintptr, value TAlign)

func Splitter_SetAnchorSideBottom

func Splitter_SetAnchorSideBottom(obj uintptr, value uintptr)

func Splitter_SetAnchorSideLeft

func Splitter_SetAnchorSideLeft(obj uintptr, value uintptr)

func Splitter_SetAnchorSideRight

func Splitter_SetAnchorSideRight(obj uintptr, value uintptr)

func Splitter_SetAnchorSideTop

func Splitter_SetAnchorSideTop(obj uintptr, value uintptr)

func Splitter_SetAnchors

func Splitter_SetAnchors(obj uintptr, value TAnchors)

func Splitter_SetBiDiMode

func Splitter_SetBiDiMode(obj uintptr, value TBiDiMode)

func Splitter_SetBorderSpacing

func Splitter_SetBorderSpacing(obj uintptr, value uintptr)

func Splitter_SetBounds

func Splitter_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func Splitter_SetBoundsRect

func Splitter_SetBoundsRect(obj uintptr, value TRect)

func Splitter_SetClientHeight

func Splitter_SetClientHeight(obj uintptr, value int32)

func Splitter_SetClientWidth

func Splitter_SetClientWidth(obj uintptr, value int32)

func Splitter_SetColor

func Splitter_SetColor(obj uintptr, value TColor)

func Splitter_SetComponentIndex

func Splitter_SetComponentIndex(obj uintptr, value int32)

func Splitter_SetConstraints added in v1.2.7

func Splitter_SetConstraints(obj uintptr, value uintptr)

func Splitter_SetControlState added in v1.1.21

func Splitter_SetControlState(obj uintptr, value TControlState)

func Splitter_SetControlStyle added in v1.1.21

func Splitter_SetControlStyle(obj uintptr, value TControlStyle)

func Splitter_SetCursor

func Splitter_SetCursor(obj uintptr, value TCursor)

func Splitter_SetEnabled

func Splitter_SetEnabled(obj uintptr, value bool)

func Splitter_SetHeight

func Splitter_SetHeight(obj uintptr, value int32)

func Splitter_SetHint

func Splitter_SetHint(obj uintptr, value string)

func Splitter_SetLeft

func Splitter_SetLeft(obj uintptr, value int32)

func Splitter_SetName

func Splitter_SetName(obj uintptr, value string)

func Splitter_SetOnPaint

func Splitter_SetOnPaint(obj uintptr, fn interface{})

func Splitter_SetParent

func Splitter_SetParent(obj uintptr, value uintptr)

func Splitter_SetParentColor

func Splitter_SetParentColor(obj uintptr, value bool)

func Splitter_SetResizeAnchor

func Splitter_SetResizeAnchor(obj uintptr, value TAnchorKind)

func Splitter_SetShowHint

func Splitter_SetShowHint(obj uintptr, value bool)

func Splitter_SetTag

func Splitter_SetTag(obj uintptr, value int)

func Splitter_SetTextBuf added in v1.1.21

func Splitter_SetTextBuf(obj uintptr, Buffer string)

func Splitter_SetTop

func Splitter_SetTop(obj uintptr, value int32)

func Splitter_SetVisible

func Splitter_SetVisible(obj uintptr, value bool)

func Splitter_SetWidth

func Splitter_SetWidth(obj uintptr, value int32)

func Splitter_Show

func Splitter_Show(obj uintptr)

func Splitter_StaticClassType added in v1.1.18

func Splitter_StaticClassType() TClass

func Splitter_ToString

func Splitter_ToString(obj uintptr) string

func Splitter_Update

func Splitter_Update(obj uintptr)

func StaticText_AnchorAsAlign

func StaticText_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func StaticText_AnchorClient

func StaticText_AnchorClient(obj uintptr, ASpace int32)

func StaticText_AnchorHorizontalCenterTo

func StaticText_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func StaticText_AnchorParallel

func StaticText_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StaticText_AnchorToNeighbour

func StaticText_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StaticText_AnchorVerticalCenterTo

func StaticText_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func StaticText_Assign

func StaticText_Assign(obj uintptr, Source uintptr)

func StaticText_BringToFront

func StaticText_BringToFront(obj uintptr)

func StaticText_CanFocus

func StaticText_CanFocus(obj uintptr) bool

func StaticText_ClassName

func StaticText_ClassName(obj uintptr) string

func StaticText_ClassType added in v1.1.18

func StaticText_ClassType(obj uintptr) TClass

func StaticText_ClientToParent

func StaticText_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StaticText_ClientToScreen

func StaticText_ClientToScreen(obj uintptr, Point TPoint) TPoint

func StaticText_ContainsControl added in v1.1.21

func StaticText_ContainsControl(obj uintptr, Control uintptr) bool

func StaticText_ControlAtPos added in v1.1.21

func StaticText_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func StaticText_Create

func StaticText_Create(obj uintptr) uintptr

func StaticText_DisableAlign added in v1.1.21

func StaticText_DisableAlign(obj uintptr)

func StaticText_Dragging

func StaticText_Dragging(obj uintptr) bool

func StaticText_EnableAlign added in v1.1.21

func StaticText_EnableAlign(obj uintptr)

func StaticText_Equals

func StaticText_Equals(obj uintptr, Obj uintptr) bool

func StaticText_FindChildControl added in v1.1.21

func StaticText_FindChildControl(obj uintptr, ControlName string) uintptr

func StaticText_FindComponent

func StaticText_FindComponent(obj uintptr, AName string) uintptr

func StaticText_FlipChildren

func StaticText_FlipChildren(obj uintptr, AllLevels bool)

func StaticText_Focused

func StaticText_Focused(obj uintptr) bool

func StaticText_Free

func StaticText_Free(obj uintptr)

func StaticText_GetAction

func StaticText_GetAction(obj uintptr) uintptr

func StaticText_GetAlign

func StaticText_GetAlign(obj uintptr) TAlign

func StaticText_GetAlignment

func StaticText_GetAlignment(obj uintptr) TAlignment

func StaticText_GetAnchorSide

func StaticText_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func StaticText_GetAnchorSideBottom

func StaticText_GetAnchorSideBottom(obj uintptr) uintptr

func StaticText_GetAnchorSideLeft

func StaticText_GetAnchorSideLeft(obj uintptr) uintptr

func StaticText_GetAnchorSideRight

func StaticText_GetAnchorSideRight(obj uintptr) uintptr

func StaticText_GetAnchorSideTop

func StaticText_GetAnchorSideTop(obj uintptr) uintptr

func StaticText_GetAnchors

func StaticText_GetAnchors(obj uintptr) TAnchors

func StaticText_GetAutoSize

func StaticText_GetAutoSize(obj uintptr) bool

func StaticText_GetBiDiMode

func StaticText_GetBiDiMode(obj uintptr) TBiDiMode

func StaticText_GetBorderSpacing

func StaticText_GetBorderSpacing(obj uintptr) uintptr

func StaticText_GetBorderStyle

func StaticText_GetBorderStyle(obj uintptr) TStaticBorderStyle

func StaticText_GetBoundsRect

func StaticText_GetBoundsRect(obj uintptr) TRect

func StaticText_GetBrush

func StaticText_GetBrush(obj uintptr) uintptr

func StaticText_GetCaption

func StaticText_GetCaption(obj uintptr) string

func StaticText_GetChildSizing

func StaticText_GetChildSizing(obj uintptr) uintptr

func StaticText_GetClientHeight

func StaticText_GetClientHeight(obj uintptr) int32

func StaticText_GetClientOrigin added in v1.1.21

func StaticText_GetClientOrigin(obj uintptr) TPoint

func StaticText_GetClientRect

func StaticText_GetClientRect(obj uintptr) TRect

func StaticText_GetClientWidth

func StaticText_GetClientWidth(obj uintptr) int32

func StaticText_GetColor

func StaticText_GetColor(obj uintptr) TColor

func StaticText_GetComponentCount

func StaticText_GetComponentCount(obj uintptr) int32

func StaticText_GetComponentIndex

func StaticText_GetComponentIndex(obj uintptr) int32

func StaticText_GetComponents

func StaticText_GetComponents(obj uintptr, AIndex int32) uintptr

func StaticText_GetConstraints added in v1.2.7

func StaticText_GetConstraints(obj uintptr) uintptr

func StaticText_GetControlCount

func StaticText_GetControlCount(obj uintptr) int32

func StaticText_GetControlState added in v1.1.21

func StaticText_GetControlState(obj uintptr) TControlState

func StaticText_GetControlStyle added in v1.1.21

func StaticText_GetControlStyle(obj uintptr) TControlStyle

func StaticText_GetControls

func StaticText_GetControls(obj uintptr, Index int32) uintptr

func StaticText_GetCursor

func StaticText_GetCursor(obj uintptr) TCursor

func StaticText_GetDockClientCount added in v1.1.21

func StaticText_GetDockClientCount(obj uintptr) int32

func StaticText_GetDockClients added in v1.1.21

func StaticText_GetDockClients(obj uintptr, Index int32) uintptr

func StaticText_GetDockSite

func StaticText_GetDockSite(obj uintptr) bool

func StaticText_GetDoubleBuffered

func StaticText_GetDoubleBuffered(obj uintptr) bool

func StaticText_GetDragCursor

func StaticText_GetDragCursor(obj uintptr) TCursor

func StaticText_GetDragKind

func StaticText_GetDragKind(obj uintptr) TDragKind

func StaticText_GetDragMode

func StaticText_GetDragMode(obj uintptr) TDragMode

func StaticText_GetEnabled

func StaticText_GetEnabled(obj uintptr) bool

func StaticText_GetFloating

func StaticText_GetFloating(obj uintptr) bool

func StaticText_GetFont

func StaticText_GetFont(obj uintptr) uintptr

func StaticText_GetHandle

func StaticText_GetHandle(obj uintptr) HWND

func StaticText_GetHashCode

func StaticText_GetHashCode(obj uintptr) int32

func StaticText_GetHeight

func StaticText_GetHeight(obj uintptr) int32

func StaticText_GetHint

func StaticText_GetHint(obj uintptr) string

func StaticText_GetLeft

func StaticText_GetLeft(obj uintptr) int32

func StaticText_GetMouseInClient added in v1.1.21

func StaticText_GetMouseInClient(obj uintptr) bool

func StaticText_GetName

func StaticText_GetName(obj uintptr) string

func StaticText_GetNamePath

func StaticText_GetNamePath(obj uintptr) string

func StaticText_GetOwner

func StaticText_GetOwner(obj uintptr) uintptr

func StaticText_GetParent

func StaticText_GetParent(obj uintptr) uintptr

func StaticText_GetParentColor

func StaticText_GetParentColor(obj uintptr) bool

func StaticText_GetParentDoubleBuffered

func StaticText_GetParentDoubleBuffered(obj uintptr) bool

func StaticText_GetParentFont

func StaticText_GetParentFont(obj uintptr) bool

func StaticText_GetParentShowHint

func StaticText_GetParentShowHint(obj uintptr) bool

func StaticText_GetParentWindow

func StaticText_GetParentWindow(obj uintptr) HWND

func StaticText_GetPopupMenu

func StaticText_GetPopupMenu(obj uintptr) uintptr

func StaticText_GetShowAccelChar

func StaticText_GetShowAccelChar(obj uintptr) bool

func StaticText_GetShowHint

func StaticText_GetShowHint(obj uintptr) bool

func StaticText_GetTabOrder

func StaticText_GetTabOrder(obj uintptr) TTabOrder

func StaticText_GetTabStop

func StaticText_GetTabStop(obj uintptr) bool

func StaticText_GetTag

func StaticText_GetTag(obj uintptr) int

func StaticText_GetTextBuf

func StaticText_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func StaticText_GetTextLen

func StaticText_GetTextLen(obj uintptr) int32

func StaticText_GetTop

func StaticText_GetTop(obj uintptr) int32

func StaticText_GetTransparent

func StaticText_GetTransparent(obj uintptr) bool

func StaticText_GetUseDockManager

func StaticText_GetUseDockManager(obj uintptr) bool

func StaticText_GetVisible

func StaticText_GetVisible(obj uintptr) bool

func StaticText_GetVisibleDockClientCount added in v1.1.21

func StaticText_GetVisibleDockClientCount(obj uintptr) int32

func StaticText_GetWidth

func StaticText_GetWidth(obj uintptr) int32

func StaticText_HandleAllocated

func StaticText_HandleAllocated(obj uintptr) bool

func StaticText_HasParent

func StaticText_HasParent(obj uintptr) bool

func StaticText_Hide

func StaticText_Hide(obj uintptr)

func StaticText_InheritsFrom added in v1.1.18

func StaticText_InheritsFrom(obj uintptr, AClass TClass) bool

func StaticText_InsertControl added in v1.1.21

func StaticText_InsertControl(obj uintptr, AControl uintptr)

func StaticText_InstanceSize added in v1.1.18

func StaticText_InstanceSize(obj uintptr) int32

func StaticText_Invalidate

func StaticText_Invalidate(obj uintptr)

func StaticText_ParentToClient

func StaticText_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StaticText_Perform

func StaticText_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func StaticText_Realign

func StaticText_Realign(obj uintptr)

func StaticText_Refresh

func StaticText_Refresh(obj uintptr)

func StaticText_RemoveControl added in v1.1.21

func StaticText_RemoveControl(obj uintptr, AControl uintptr)

func StaticText_Repaint

func StaticText_Repaint(obj uintptr)

func StaticText_ScaleBy

func StaticText_ScaleBy(obj uintptr, M int32, D int32)

func StaticText_ScreenToClient

func StaticText_ScreenToClient(obj uintptr, Point TPoint) TPoint

func StaticText_ScrollBy added in v1.1.21

func StaticText_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func StaticText_SendToBack

func StaticText_SendToBack(obj uintptr)

func StaticText_SetAction

func StaticText_SetAction(obj uintptr, value uintptr)

func StaticText_SetAlign

func StaticText_SetAlign(obj uintptr, value TAlign)

func StaticText_SetAlignment

func StaticText_SetAlignment(obj uintptr, value TAlignment)

func StaticText_SetAnchorSideBottom

func StaticText_SetAnchorSideBottom(obj uintptr, value uintptr)

func StaticText_SetAnchorSideLeft

func StaticText_SetAnchorSideLeft(obj uintptr, value uintptr)

func StaticText_SetAnchorSideRight

func StaticText_SetAnchorSideRight(obj uintptr, value uintptr)

func StaticText_SetAnchorSideTop

func StaticText_SetAnchorSideTop(obj uintptr, value uintptr)

func StaticText_SetAnchors

func StaticText_SetAnchors(obj uintptr, value TAnchors)

func StaticText_SetAutoSize

func StaticText_SetAutoSize(obj uintptr, value bool)

func StaticText_SetBiDiMode

func StaticText_SetBiDiMode(obj uintptr, value TBiDiMode)

func StaticText_SetBorderSpacing

func StaticText_SetBorderSpacing(obj uintptr, value uintptr)

func StaticText_SetBorderStyle

func StaticText_SetBorderStyle(obj uintptr, value TStaticBorderStyle)

func StaticText_SetBounds

func StaticText_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func StaticText_SetBoundsRect

func StaticText_SetBoundsRect(obj uintptr, value TRect)

func StaticText_SetCaption

func StaticText_SetCaption(obj uintptr, value string)

func StaticText_SetChildSizing

func StaticText_SetChildSizing(obj uintptr, value uintptr)

func StaticText_SetClientHeight

func StaticText_SetClientHeight(obj uintptr, value int32)

func StaticText_SetClientWidth

func StaticText_SetClientWidth(obj uintptr, value int32)

func StaticText_SetColor

func StaticText_SetColor(obj uintptr, value TColor)

func StaticText_SetComponentIndex

func StaticText_SetComponentIndex(obj uintptr, value int32)

func StaticText_SetConstraints added in v1.2.7

func StaticText_SetConstraints(obj uintptr, value uintptr)

func StaticText_SetControlState added in v1.1.21

func StaticText_SetControlState(obj uintptr, value TControlState)

func StaticText_SetControlStyle added in v1.1.21

func StaticText_SetControlStyle(obj uintptr, value TControlStyle)

func StaticText_SetCursor

func StaticText_SetCursor(obj uintptr, value TCursor)

func StaticText_SetDockSite

func StaticText_SetDockSite(obj uintptr, value bool)

func StaticText_SetDoubleBuffered

func StaticText_SetDoubleBuffered(obj uintptr, value bool)

func StaticText_SetDragCursor

func StaticText_SetDragCursor(obj uintptr, value TCursor)

func StaticText_SetDragKind

func StaticText_SetDragKind(obj uintptr, value TDragKind)

func StaticText_SetDragMode

func StaticText_SetDragMode(obj uintptr, value TDragMode)

func StaticText_SetEnabled

func StaticText_SetEnabled(obj uintptr, value bool)

func StaticText_SetFocus

func StaticText_SetFocus(obj uintptr)

func StaticText_SetFont

func StaticText_SetFont(obj uintptr, value uintptr)

func StaticText_SetHeight

func StaticText_SetHeight(obj uintptr, value int32)

func StaticText_SetHint

func StaticText_SetHint(obj uintptr, value string)

func StaticText_SetLeft

func StaticText_SetLeft(obj uintptr, value int32)

func StaticText_SetName

func StaticText_SetName(obj uintptr, value string)

func StaticText_SetOnClick

func StaticText_SetOnClick(obj uintptr, fn interface{})

func StaticText_SetOnContextPopup

func StaticText_SetOnContextPopup(obj uintptr, fn interface{})

func StaticText_SetOnDblClick

func StaticText_SetOnDblClick(obj uintptr, fn interface{})

func StaticText_SetOnDragDrop

func StaticText_SetOnDragDrop(obj uintptr, fn interface{})

func StaticText_SetOnDragOver

func StaticText_SetOnDragOver(obj uintptr, fn interface{})

func StaticText_SetOnEndDrag

func StaticText_SetOnEndDrag(obj uintptr, fn interface{})

func StaticText_SetOnMouseDown

func StaticText_SetOnMouseDown(obj uintptr, fn interface{})

func StaticText_SetOnMouseEnter

func StaticText_SetOnMouseEnter(obj uintptr, fn interface{})

func StaticText_SetOnMouseLeave

func StaticText_SetOnMouseLeave(obj uintptr, fn interface{})

func StaticText_SetOnMouseMove

func StaticText_SetOnMouseMove(obj uintptr, fn interface{})

func StaticText_SetOnMouseUp

func StaticText_SetOnMouseUp(obj uintptr, fn interface{})

func StaticText_SetParent

func StaticText_SetParent(obj uintptr, value uintptr)

func StaticText_SetParentColor

func StaticText_SetParentColor(obj uintptr, value bool)

func StaticText_SetParentDoubleBuffered

func StaticText_SetParentDoubleBuffered(obj uintptr, value bool)

func StaticText_SetParentFont

func StaticText_SetParentFont(obj uintptr, value bool)

func StaticText_SetParentShowHint

func StaticText_SetParentShowHint(obj uintptr, value bool)

func StaticText_SetParentWindow

func StaticText_SetParentWindow(obj uintptr, value HWND)

func StaticText_SetPopupMenu

func StaticText_SetPopupMenu(obj uintptr, value uintptr)

func StaticText_SetShowAccelChar

func StaticText_SetShowAccelChar(obj uintptr, value bool)

func StaticText_SetShowHint

func StaticText_SetShowHint(obj uintptr, value bool)

func StaticText_SetTabOrder

func StaticText_SetTabOrder(obj uintptr, value TTabOrder)

func StaticText_SetTabStop

func StaticText_SetTabStop(obj uintptr, value bool)

func StaticText_SetTag

func StaticText_SetTag(obj uintptr, value int)

func StaticText_SetTextBuf added in v1.1.21

func StaticText_SetTextBuf(obj uintptr, Buffer string)

func StaticText_SetTop

func StaticText_SetTop(obj uintptr, value int32)

func StaticText_SetTransparent

func StaticText_SetTransparent(obj uintptr, value bool)

func StaticText_SetUseDockManager

func StaticText_SetUseDockManager(obj uintptr, value bool)

func StaticText_SetVisible

func StaticText_SetVisible(obj uintptr, value bool)

func StaticText_SetWidth

func StaticText_SetWidth(obj uintptr, value int32)

func StaticText_Show

func StaticText_Show(obj uintptr)

func StaticText_StaticClassType added in v1.1.18

func StaticText_StaticClassType() TClass

func StaticText_ToString

func StaticText_ToString(obj uintptr) string

func StaticText_Update

func StaticText_Update(obj uintptr)

func StatusBar_AnchorAsAlign

func StatusBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func StatusBar_AnchorClient

func StatusBar_AnchorClient(obj uintptr, ASpace int32)

func StatusBar_AnchorHorizontalCenterTo

func StatusBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func StatusBar_AnchorParallel

func StatusBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StatusBar_AnchorToNeighbour

func StatusBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StatusBar_AnchorVerticalCenterTo

func StatusBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func StatusBar_Assign

func StatusBar_Assign(obj uintptr, Source uintptr)

func StatusBar_BringToFront

func StatusBar_BringToFront(obj uintptr)

func StatusBar_CanFocus

func StatusBar_CanFocus(obj uintptr) bool

func StatusBar_ClassName

func StatusBar_ClassName(obj uintptr) string

func StatusBar_ClassType added in v1.1.18

func StatusBar_ClassType(obj uintptr) TClass

func StatusBar_ClientToParent

func StatusBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StatusBar_ClientToScreen

func StatusBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func StatusBar_ContainsControl added in v1.1.21

func StatusBar_ContainsControl(obj uintptr, Control uintptr) bool

func StatusBar_ControlAtPos added in v1.1.21

func StatusBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func StatusBar_Create

func StatusBar_Create(obj uintptr) uintptr

func StatusBar_DisableAlign added in v1.1.21

func StatusBar_DisableAlign(obj uintptr)

func StatusBar_Dragging

func StatusBar_Dragging(obj uintptr) bool

func StatusBar_EnableAlign added in v1.1.21

func StatusBar_EnableAlign(obj uintptr)

func StatusBar_Equals

func StatusBar_Equals(obj uintptr, Obj uintptr) bool

func StatusBar_FindChildControl added in v1.1.21

func StatusBar_FindChildControl(obj uintptr, ControlName string) uintptr

func StatusBar_FindComponent

func StatusBar_FindComponent(obj uintptr, AName string) uintptr

func StatusBar_FlipChildren

func StatusBar_FlipChildren(obj uintptr, AllLevels bool)

func StatusBar_Focused

func StatusBar_Focused(obj uintptr) bool

func StatusBar_Free

func StatusBar_Free(obj uintptr)

func StatusBar_GetAction

func StatusBar_GetAction(obj uintptr) uintptr

func StatusBar_GetAlign

func StatusBar_GetAlign(obj uintptr) TAlign

func StatusBar_GetAnchorSide

func StatusBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func StatusBar_GetAnchorSideBottom

func StatusBar_GetAnchorSideBottom(obj uintptr) uintptr

func StatusBar_GetAnchorSideLeft

func StatusBar_GetAnchorSideLeft(obj uintptr) uintptr

func StatusBar_GetAnchorSideRight

func StatusBar_GetAnchorSideRight(obj uintptr) uintptr

func StatusBar_GetAnchorSideTop

func StatusBar_GetAnchorSideTop(obj uintptr) uintptr

func StatusBar_GetAnchors

func StatusBar_GetAnchors(obj uintptr) TAnchors

func StatusBar_GetAutoHint

func StatusBar_GetAutoHint(obj uintptr) bool

func StatusBar_GetBiDiMode

func StatusBar_GetBiDiMode(obj uintptr) TBiDiMode

func StatusBar_GetBorderSpacing

func StatusBar_GetBorderSpacing(obj uintptr) uintptr

func StatusBar_GetBorderWidth

func StatusBar_GetBorderWidth(obj uintptr) int32

func StatusBar_GetBoundsRect

func StatusBar_GetBoundsRect(obj uintptr) TRect

func StatusBar_GetBrush

func StatusBar_GetBrush(obj uintptr) uintptr

func StatusBar_GetCanvas

func StatusBar_GetCanvas(obj uintptr) uintptr

func StatusBar_GetChildSizing

func StatusBar_GetChildSizing(obj uintptr) uintptr

func StatusBar_GetClientHeight

func StatusBar_GetClientHeight(obj uintptr) int32

func StatusBar_GetClientOrigin added in v1.1.21

func StatusBar_GetClientOrigin(obj uintptr) TPoint

func StatusBar_GetClientRect

func StatusBar_GetClientRect(obj uintptr) TRect

func StatusBar_GetClientWidth

func StatusBar_GetClientWidth(obj uintptr) int32

func StatusBar_GetColor

func StatusBar_GetColor(obj uintptr) TColor

func StatusBar_GetComponentCount

func StatusBar_GetComponentCount(obj uintptr) int32

func StatusBar_GetComponentIndex

func StatusBar_GetComponentIndex(obj uintptr) int32

func StatusBar_GetComponents

func StatusBar_GetComponents(obj uintptr, AIndex int32) uintptr

func StatusBar_GetConstraints added in v1.2.7

func StatusBar_GetConstraints(obj uintptr) uintptr

func StatusBar_GetControlCount

func StatusBar_GetControlCount(obj uintptr) int32

func StatusBar_GetControlState added in v1.1.21

func StatusBar_GetControlState(obj uintptr) TControlState

func StatusBar_GetControlStyle added in v1.1.21

func StatusBar_GetControlStyle(obj uintptr) TControlStyle

func StatusBar_GetControls

func StatusBar_GetControls(obj uintptr, Index int32) uintptr

func StatusBar_GetCursor

func StatusBar_GetCursor(obj uintptr) TCursor

func StatusBar_GetDockClientCount added in v1.1.21

func StatusBar_GetDockClientCount(obj uintptr) int32

func StatusBar_GetDockClients added in v1.1.21

func StatusBar_GetDockClients(obj uintptr, Index int32) uintptr

func StatusBar_GetDockSite

func StatusBar_GetDockSite(obj uintptr) bool

func StatusBar_GetDoubleBuffered

func StatusBar_GetDoubleBuffered(obj uintptr) bool

func StatusBar_GetDragCursor

func StatusBar_GetDragCursor(obj uintptr) TCursor

func StatusBar_GetDragKind

func StatusBar_GetDragKind(obj uintptr) TDragKind

func StatusBar_GetDragMode

func StatusBar_GetDragMode(obj uintptr) TDragMode

func StatusBar_GetEnabled

func StatusBar_GetEnabled(obj uintptr) bool

func StatusBar_GetFloating

func StatusBar_GetFloating(obj uintptr) bool

func StatusBar_GetFont

func StatusBar_GetFont(obj uintptr) uintptr

func StatusBar_GetHandle

func StatusBar_GetHandle(obj uintptr) HWND

func StatusBar_GetHashCode

func StatusBar_GetHashCode(obj uintptr) int32

func StatusBar_GetHeight

func StatusBar_GetHeight(obj uintptr) int32

func StatusBar_GetHint

func StatusBar_GetHint(obj uintptr) string

func StatusBar_GetLeft

func StatusBar_GetLeft(obj uintptr) int32

func StatusBar_GetMouseInClient added in v1.1.21

func StatusBar_GetMouseInClient(obj uintptr) bool

func StatusBar_GetName

func StatusBar_GetName(obj uintptr) string

func StatusBar_GetNamePath

func StatusBar_GetNamePath(obj uintptr) string

func StatusBar_GetOwner

func StatusBar_GetOwner(obj uintptr) uintptr

func StatusBar_GetPanels

func StatusBar_GetPanels(obj uintptr) uintptr

func StatusBar_GetParent

func StatusBar_GetParent(obj uintptr) uintptr

func StatusBar_GetParentColor

func StatusBar_GetParentColor(obj uintptr) bool

func StatusBar_GetParentDoubleBuffered

func StatusBar_GetParentDoubleBuffered(obj uintptr) bool

func StatusBar_GetParentFont

func StatusBar_GetParentFont(obj uintptr) bool

func StatusBar_GetParentShowHint

func StatusBar_GetParentShowHint(obj uintptr) bool

func StatusBar_GetParentWindow

func StatusBar_GetParentWindow(obj uintptr) HWND

func StatusBar_GetPopupMenu

func StatusBar_GetPopupMenu(obj uintptr) uintptr

func StatusBar_GetShowHint

func StatusBar_GetShowHint(obj uintptr) bool

func StatusBar_GetSimplePanel

func StatusBar_GetSimplePanel(obj uintptr) bool

func StatusBar_GetSimpleText

func StatusBar_GetSimpleText(obj uintptr) string

func StatusBar_GetSizeGrip

func StatusBar_GetSizeGrip(obj uintptr) bool

func StatusBar_GetTabOrder

func StatusBar_GetTabOrder(obj uintptr) TTabOrder

func StatusBar_GetTabStop

func StatusBar_GetTabStop(obj uintptr) bool

func StatusBar_GetTag

func StatusBar_GetTag(obj uintptr) int

func StatusBar_GetTextBuf

func StatusBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func StatusBar_GetTextLen

func StatusBar_GetTextLen(obj uintptr) int32

func StatusBar_GetTop

func StatusBar_GetTop(obj uintptr) int32

func StatusBar_GetUseDockManager

func StatusBar_GetUseDockManager(obj uintptr) bool

func StatusBar_GetUseSystemFont

func StatusBar_GetUseSystemFont(obj uintptr) bool

func StatusBar_GetVisible

func StatusBar_GetVisible(obj uintptr) bool

func StatusBar_GetVisibleDockClientCount added in v1.1.21

func StatusBar_GetVisibleDockClientCount(obj uintptr) int32

func StatusBar_GetWidth

func StatusBar_GetWidth(obj uintptr) int32

func StatusBar_HandleAllocated

func StatusBar_HandleAllocated(obj uintptr) bool

func StatusBar_HasParent

func StatusBar_HasParent(obj uintptr) bool

func StatusBar_Hide

func StatusBar_Hide(obj uintptr)

func StatusBar_InheritsFrom added in v1.1.18

func StatusBar_InheritsFrom(obj uintptr, AClass TClass) bool

func StatusBar_InsertControl added in v1.1.21

func StatusBar_InsertControl(obj uintptr, AControl uintptr)

func StatusBar_InstanceSize added in v1.1.18

func StatusBar_InstanceSize(obj uintptr) int32

func StatusBar_Invalidate

func StatusBar_Invalidate(obj uintptr)

func StatusBar_ParentToClient

func StatusBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StatusBar_Perform

func StatusBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func StatusBar_Realign

func StatusBar_Realign(obj uintptr)

func StatusBar_Refresh

func StatusBar_Refresh(obj uintptr)

func StatusBar_RemoveControl added in v1.1.21

func StatusBar_RemoveControl(obj uintptr, AControl uintptr)

func StatusBar_Repaint

func StatusBar_Repaint(obj uintptr)

func StatusBar_ScaleBy

func StatusBar_ScaleBy(obj uintptr, M int32, D int32)

func StatusBar_ScreenToClient

func StatusBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func StatusBar_ScrollBy added in v1.1.21

func StatusBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func StatusBar_SendToBack

func StatusBar_SendToBack(obj uintptr)

func StatusBar_SetAction

func StatusBar_SetAction(obj uintptr, value uintptr)

func StatusBar_SetAlign

func StatusBar_SetAlign(obj uintptr, value TAlign)

func StatusBar_SetAnchorSideBottom

func StatusBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func StatusBar_SetAnchorSideLeft

func StatusBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func StatusBar_SetAnchorSideRight

func StatusBar_SetAnchorSideRight(obj uintptr, value uintptr)

func StatusBar_SetAnchorSideTop

func StatusBar_SetAnchorSideTop(obj uintptr, value uintptr)

func StatusBar_SetAnchors

func StatusBar_SetAnchors(obj uintptr, value TAnchors)

func StatusBar_SetAutoHint

func StatusBar_SetAutoHint(obj uintptr, value bool)

func StatusBar_SetBiDiMode

func StatusBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func StatusBar_SetBorderSpacing

func StatusBar_SetBorderSpacing(obj uintptr, value uintptr)

func StatusBar_SetBorderWidth

func StatusBar_SetBorderWidth(obj uintptr, value int32)

func StatusBar_SetBounds

func StatusBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func StatusBar_SetBoundsRect

func StatusBar_SetBoundsRect(obj uintptr, value TRect)

func StatusBar_SetChildSizing

func StatusBar_SetChildSizing(obj uintptr, value uintptr)

func StatusBar_SetClientHeight

func StatusBar_SetClientHeight(obj uintptr, value int32)

func StatusBar_SetClientWidth

func StatusBar_SetClientWidth(obj uintptr, value int32)

func StatusBar_SetColor

func StatusBar_SetColor(obj uintptr, value TColor)

func StatusBar_SetComponentIndex

func StatusBar_SetComponentIndex(obj uintptr, value int32)

func StatusBar_SetConstraints added in v1.2.7

func StatusBar_SetConstraints(obj uintptr, value uintptr)

func StatusBar_SetControlState added in v1.1.21

func StatusBar_SetControlState(obj uintptr, value TControlState)

func StatusBar_SetControlStyle added in v1.1.21

func StatusBar_SetControlStyle(obj uintptr, value TControlStyle)

func StatusBar_SetCursor

func StatusBar_SetCursor(obj uintptr, value TCursor)

func StatusBar_SetDockSite

func StatusBar_SetDockSite(obj uintptr, value bool)

func StatusBar_SetDoubleBuffered

func StatusBar_SetDoubleBuffered(obj uintptr, value bool)

func StatusBar_SetDragCursor

func StatusBar_SetDragCursor(obj uintptr, value TCursor)

func StatusBar_SetDragKind

func StatusBar_SetDragKind(obj uintptr, value TDragKind)

func StatusBar_SetDragMode

func StatusBar_SetDragMode(obj uintptr, value TDragMode)

func StatusBar_SetEnabled

func StatusBar_SetEnabled(obj uintptr, value bool)

func StatusBar_SetFocus

func StatusBar_SetFocus(obj uintptr)

func StatusBar_SetFont

func StatusBar_SetFont(obj uintptr, value uintptr)

func StatusBar_SetHeight

func StatusBar_SetHeight(obj uintptr, value int32)

func StatusBar_SetHint

func StatusBar_SetHint(obj uintptr, value string)

func StatusBar_SetLeft

func StatusBar_SetLeft(obj uintptr, value int32)

func StatusBar_SetName

func StatusBar_SetName(obj uintptr, value string)

func StatusBar_SetOnClick

func StatusBar_SetOnClick(obj uintptr, fn interface{})

func StatusBar_SetOnContextPopup

func StatusBar_SetOnContextPopup(obj uintptr, fn interface{})

func StatusBar_SetOnDblClick

func StatusBar_SetOnDblClick(obj uintptr, fn interface{})

func StatusBar_SetOnDragDrop

func StatusBar_SetOnDragDrop(obj uintptr, fn interface{})

func StatusBar_SetOnDragOver

func StatusBar_SetOnDragOver(obj uintptr, fn interface{})

func StatusBar_SetOnEndDock

func StatusBar_SetOnEndDock(obj uintptr, fn interface{})

func StatusBar_SetOnEndDrag

func StatusBar_SetOnEndDrag(obj uintptr, fn interface{})

func StatusBar_SetOnHint

func StatusBar_SetOnHint(obj uintptr, fn interface{})

func StatusBar_SetOnMouseDown

func StatusBar_SetOnMouseDown(obj uintptr, fn interface{})

func StatusBar_SetOnMouseEnter

func StatusBar_SetOnMouseEnter(obj uintptr, fn interface{})

func StatusBar_SetOnMouseLeave

func StatusBar_SetOnMouseLeave(obj uintptr, fn interface{})

func StatusBar_SetOnMouseMove

func StatusBar_SetOnMouseMove(obj uintptr, fn interface{})

func StatusBar_SetOnMouseUp

func StatusBar_SetOnMouseUp(obj uintptr, fn interface{})

func StatusBar_SetOnResize

func StatusBar_SetOnResize(obj uintptr, fn interface{})

func StatusBar_SetOnStartDock

func StatusBar_SetOnStartDock(obj uintptr, fn interface{})

func StatusBar_SetPanels

func StatusBar_SetPanels(obj uintptr, value uintptr)

func StatusBar_SetParent

func StatusBar_SetParent(obj uintptr, value uintptr)

func StatusBar_SetParentColor

func StatusBar_SetParentColor(obj uintptr, value bool)

func StatusBar_SetParentDoubleBuffered

func StatusBar_SetParentDoubleBuffered(obj uintptr, value bool)

func StatusBar_SetParentFont

func StatusBar_SetParentFont(obj uintptr, value bool)

func StatusBar_SetParentShowHint

func StatusBar_SetParentShowHint(obj uintptr, value bool)

func StatusBar_SetParentWindow

func StatusBar_SetParentWindow(obj uintptr, value HWND)

func StatusBar_SetPopupMenu

func StatusBar_SetPopupMenu(obj uintptr, value uintptr)

func StatusBar_SetShowHint

func StatusBar_SetShowHint(obj uintptr, value bool)

func StatusBar_SetSimplePanel

func StatusBar_SetSimplePanel(obj uintptr, value bool)

func StatusBar_SetSimpleText

func StatusBar_SetSimpleText(obj uintptr, value string)

func StatusBar_SetSizeGrip

func StatusBar_SetSizeGrip(obj uintptr, value bool)

func StatusBar_SetTabOrder

func StatusBar_SetTabOrder(obj uintptr, value TTabOrder)

func StatusBar_SetTabStop

func StatusBar_SetTabStop(obj uintptr, value bool)

func StatusBar_SetTag

func StatusBar_SetTag(obj uintptr, value int)

func StatusBar_SetTextBuf added in v1.1.21

func StatusBar_SetTextBuf(obj uintptr, Buffer string)

func StatusBar_SetTop

func StatusBar_SetTop(obj uintptr, value int32)

func StatusBar_SetUseDockManager

func StatusBar_SetUseDockManager(obj uintptr, value bool)

func StatusBar_SetUseSystemFont

func StatusBar_SetUseSystemFont(obj uintptr, value bool)

func StatusBar_SetVisible

func StatusBar_SetVisible(obj uintptr, value bool)

func StatusBar_SetWidth

func StatusBar_SetWidth(obj uintptr, value int32)

func StatusBar_Show

func StatusBar_Show(obj uintptr)

func StatusBar_StaticClassType added in v1.1.18

func StatusBar_StaticClassType() TClass

func StatusBar_ToString

func StatusBar_ToString(obj uintptr) string

func StatusBar_Update

func StatusBar_Update(obj uintptr)

func StatusPanel_Assign

func StatusPanel_Assign(obj uintptr, Source uintptr)

func StatusPanel_ClassName

func StatusPanel_ClassName(obj uintptr) string

func StatusPanel_ClassType added in v1.1.18

func StatusPanel_ClassType(obj uintptr) TClass

func StatusPanel_Create

func StatusPanel_Create(obj uintptr) uintptr

func StatusPanel_Equals

func StatusPanel_Equals(obj uintptr, Obj uintptr) bool

func StatusPanel_Free

func StatusPanel_Free(obj uintptr)

func StatusPanel_GetAlignment

func StatusPanel_GetAlignment(obj uintptr) TAlignment

func StatusPanel_GetBiDiMode

func StatusPanel_GetBiDiMode(obj uintptr) TBiDiMode

func StatusPanel_GetCollection added in v1.1.23

func StatusPanel_GetCollection(obj uintptr) uintptr

func StatusPanel_GetDisplayName added in v1.2.7

func StatusPanel_GetDisplayName(obj uintptr) string

func StatusPanel_GetHashCode

func StatusPanel_GetHashCode(obj uintptr) int32

func StatusPanel_GetIndex

func StatusPanel_GetIndex(obj uintptr) int32

func StatusPanel_GetNamePath

func StatusPanel_GetNamePath(obj uintptr) string

func StatusPanel_GetStyle

func StatusPanel_GetStyle(obj uintptr) TStatusPanelStyle

func StatusPanel_GetText

func StatusPanel_GetText(obj uintptr) string

func StatusPanel_GetWidth

func StatusPanel_GetWidth(obj uintptr) int32

func StatusPanel_InheritsFrom added in v1.1.18

func StatusPanel_InheritsFrom(obj uintptr, AClass TClass) bool

func StatusPanel_InstanceSize added in v1.1.18

func StatusPanel_InstanceSize(obj uintptr) int32

func StatusPanel_SetAlignment

func StatusPanel_SetAlignment(obj uintptr, value TAlignment)

func StatusPanel_SetBiDiMode

func StatusPanel_SetBiDiMode(obj uintptr, value TBiDiMode)

func StatusPanel_SetCollection added in v1.1.23

func StatusPanel_SetCollection(obj uintptr, value uintptr)

func StatusPanel_SetDisplayName added in v1.2.7

func StatusPanel_SetDisplayName(obj uintptr, value string)

func StatusPanel_SetIndex

func StatusPanel_SetIndex(obj uintptr, value int32)

func StatusPanel_SetStyle

func StatusPanel_SetStyle(obj uintptr, value TStatusPanelStyle)

func StatusPanel_SetText

func StatusPanel_SetText(obj uintptr, value string)

func StatusPanel_SetWidth

func StatusPanel_SetWidth(obj uintptr, value int32)

func StatusPanel_StaticClassType added in v1.1.18

func StatusPanel_StaticClassType() TClass

func StatusPanel_ToString

func StatusPanel_ToString(obj uintptr) string

func StatusPanels_Add

func StatusPanels_Add(obj uintptr) uintptr

func StatusPanels_Assign

func StatusPanels_Assign(obj uintptr, Source uintptr)

func StatusPanels_BeginUpdate

func StatusPanels_BeginUpdate(obj uintptr)

func StatusPanels_ClassName

func StatusPanels_ClassName(obj uintptr) string

func StatusPanels_ClassType added in v1.1.18

func StatusPanels_ClassType(obj uintptr) TClass

func StatusPanels_Clear

func StatusPanels_Clear(obj uintptr)

func StatusPanels_Create

func StatusPanels_Create(obj uintptr) uintptr

func StatusPanels_Delete

func StatusPanels_Delete(obj uintptr, Index int32)

func StatusPanels_EndUpdate

func StatusPanels_EndUpdate(obj uintptr)

func StatusPanels_Equals

func StatusPanels_Equals(obj uintptr, Obj uintptr) bool

func StatusPanels_FindItemID added in v1.1.23

func StatusPanels_FindItemID(obj uintptr, ID int32) uintptr

func StatusPanels_Free

func StatusPanels_Free(obj uintptr)

func StatusPanels_GetCapacity

func StatusPanels_GetCapacity(obj uintptr) int32

func StatusPanels_GetCount

func StatusPanels_GetCount(obj uintptr) int32

func StatusPanels_GetHashCode

func StatusPanels_GetHashCode(obj uintptr) int32

func StatusPanels_GetItems

func StatusPanels_GetItems(obj uintptr, Index int32) uintptr

func StatusPanels_GetNamePath

func StatusPanels_GetNamePath(obj uintptr) string

func StatusPanels_InheritsFrom added in v1.1.18

func StatusPanels_InheritsFrom(obj uintptr, AClass TClass) bool

func StatusPanels_Insert

func StatusPanels_Insert(obj uintptr, Index int32) uintptr

func StatusPanels_InstanceSize added in v1.1.18

func StatusPanels_InstanceSize(obj uintptr) int32

func StatusPanels_Owner

func StatusPanels_Owner(obj uintptr) uintptr

func StatusPanels_SetCapacity

func StatusPanels_SetCapacity(obj uintptr, value int32)

func StatusPanels_SetItems

func StatusPanels_SetItems(obj uintptr, Index int32, value uintptr)

func StatusPanels_StaticClassType added in v1.1.18

func StatusPanels_StaticClassType() TClass

func StatusPanels_ToString

func StatusPanels_ToString(obj uintptr) string

func StringGrid_AnchorAsAlign

func StringGrid_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func StringGrid_AnchorClient

func StringGrid_AnchorClient(obj uintptr, ASpace int32)

func StringGrid_AnchorHorizontalCenterTo

func StringGrid_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func StringGrid_AnchorParallel

func StringGrid_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StringGrid_AnchorToNeighbour

func StringGrid_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func StringGrid_AnchorVerticalCenterTo

func StringGrid_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func StringGrid_Assign added in v1.1.19

func StringGrid_Assign(obj uintptr, Source uintptr)

func StringGrid_BringToFront added in v1.1.19

func StringGrid_BringToFront(obj uintptr)

func StringGrid_CanFocus added in v1.1.19

func StringGrid_CanFocus(obj uintptr) bool

func StringGrid_CellRect added in v1.1.19

func StringGrid_CellRect(obj uintptr, ACol int32, ARow int32) TRect

func StringGrid_ClassName added in v1.1.19

func StringGrid_ClassName(obj uintptr) string

func StringGrid_ClassType added in v1.1.19

func StringGrid_ClassType(obj uintptr) TClass

func StringGrid_ClientToParent added in v1.1.19

func StringGrid_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StringGrid_ClientToScreen added in v1.1.19

func StringGrid_ClientToScreen(obj uintptr, Point TPoint) TPoint

func StringGrid_ContainsControl added in v1.1.21

func StringGrid_ContainsControl(obj uintptr, Control uintptr) bool

func StringGrid_ControlAtPos added in v1.1.21

func StringGrid_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func StringGrid_Create added in v1.1.19

func StringGrid_Create(obj uintptr) uintptr

func StringGrid_DisableAlign added in v1.1.21

func StringGrid_DisableAlign(obj uintptr)

func StringGrid_Dragging added in v1.1.19

func StringGrid_Dragging(obj uintptr) bool

func StringGrid_EnableAlign added in v1.1.21

func StringGrid_EnableAlign(obj uintptr)

func StringGrid_Equals added in v1.1.19

func StringGrid_Equals(obj uintptr, Obj uintptr) bool

func StringGrid_FindChildControl added in v1.1.21

func StringGrid_FindChildControl(obj uintptr, ControlName string) uintptr

func StringGrid_FindComponent added in v1.1.19

func StringGrid_FindComponent(obj uintptr, AName string) uintptr

func StringGrid_FlipChildren added in v1.1.19

func StringGrid_FlipChildren(obj uintptr, AllLevels bool)

func StringGrid_Focused added in v1.1.19

func StringGrid_Focused(obj uintptr) bool

func StringGrid_Free added in v1.1.19

func StringGrid_Free(obj uintptr)

func StringGrid_GetAction added in v1.1.19

func StringGrid_GetAction(obj uintptr) uintptr

func StringGrid_GetAlign added in v1.1.19

func StringGrid_GetAlign(obj uintptr) TAlign

func StringGrid_GetAnchorSide

func StringGrid_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func StringGrid_GetAnchorSideBottom

func StringGrid_GetAnchorSideBottom(obj uintptr) uintptr

func StringGrid_GetAnchorSideLeft

func StringGrid_GetAnchorSideLeft(obj uintptr) uintptr

func StringGrid_GetAnchorSideRight

func StringGrid_GetAnchorSideRight(obj uintptr) uintptr

func StringGrid_GetAnchorSideTop

func StringGrid_GetAnchorSideTop(obj uintptr) uintptr

func StringGrid_GetAnchors added in v1.1.19

func StringGrid_GetAnchors(obj uintptr) TAnchors

func StringGrid_GetBiDiMode added in v1.1.19

func StringGrid_GetBiDiMode(obj uintptr) TBiDiMode

func StringGrid_GetBorderSpacing

func StringGrid_GetBorderSpacing(obj uintptr) uintptr

func StringGrid_GetBorderStyle added in v1.1.19

func StringGrid_GetBorderStyle(obj uintptr) TBorderStyle

func StringGrid_GetBoundsRect added in v1.1.19

func StringGrid_GetBoundsRect(obj uintptr) TRect

func StringGrid_GetBrush added in v1.1.19

func StringGrid_GetBrush(obj uintptr) uintptr

func StringGrid_GetCanvas added in v1.1.19

func StringGrid_GetCanvas(obj uintptr) uintptr

func StringGrid_GetCells added in v1.1.19

func StringGrid_GetCells(obj uintptr, ACol int32, ARow int32) string

func StringGrid_GetChildSizing

func StringGrid_GetChildSizing(obj uintptr) uintptr

func StringGrid_GetClientHeight added in v1.1.19

func StringGrid_GetClientHeight(obj uintptr) int32

func StringGrid_GetClientOrigin added in v1.1.21

func StringGrid_GetClientOrigin(obj uintptr) TPoint

func StringGrid_GetClientRect added in v1.1.19

func StringGrid_GetClientRect(obj uintptr) TRect

func StringGrid_GetClientWidth added in v1.1.19

func StringGrid_GetClientWidth(obj uintptr) int32

func StringGrid_GetCol added in v1.1.19

func StringGrid_GetCol(obj uintptr) int32

func StringGrid_GetColCount added in v1.1.19

func StringGrid_GetColCount(obj uintptr) int32

func StringGrid_GetColWidths added in v1.1.19

func StringGrid_GetColWidths(obj uintptr, Index int32) int32

func StringGrid_GetColor added in v1.1.19

func StringGrid_GetColor(obj uintptr) TColor

func StringGrid_GetCols added in v1.1.19

func StringGrid_GetCols(obj uintptr, Index int32) uintptr

func StringGrid_GetComponentCount added in v1.1.19

func StringGrid_GetComponentCount(obj uintptr) int32

func StringGrid_GetComponentIndex added in v1.1.19

func StringGrid_GetComponentIndex(obj uintptr) int32

func StringGrid_GetComponents added in v1.1.19

func StringGrid_GetComponents(obj uintptr, AIndex int32) uintptr

func StringGrid_GetConstraints added in v1.2.7

func StringGrid_GetConstraints(obj uintptr) uintptr

func StringGrid_GetControlCount added in v1.1.19

func StringGrid_GetControlCount(obj uintptr) int32

func StringGrid_GetControlState added in v1.1.21

func StringGrid_GetControlState(obj uintptr) TControlState

func StringGrid_GetControlStyle added in v1.1.21

func StringGrid_GetControlStyle(obj uintptr) TControlStyle

func StringGrid_GetControls added in v1.1.19

func StringGrid_GetControls(obj uintptr, Index int32) uintptr

func StringGrid_GetCursor added in v1.1.19

func StringGrid_GetCursor(obj uintptr) TCursor

func StringGrid_GetDefaultColWidth added in v1.1.19

func StringGrid_GetDefaultColWidth(obj uintptr) int32

func StringGrid_GetDefaultDrawing added in v1.1.19

func StringGrid_GetDefaultDrawing(obj uintptr) bool

func StringGrid_GetDefaultRowHeight added in v1.1.19

func StringGrid_GetDefaultRowHeight(obj uintptr) int32

func StringGrid_GetDockClientCount added in v1.1.21

func StringGrid_GetDockClientCount(obj uintptr) int32

func StringGrid_GetDockClients added in v1.1.21

func StringGrid_GetDockClients(obj uintptr, Index int32) uintptr

func StringGrid_GetDockSite added in v1.1.19

func StringGrid_GetDockSite(obj uintptr) bool

func StringGrid_GetDoubleBuffered added in v1.1.19

func StringGrid_GetDoubleBuffered(obj uintptr) bool

func StringGrid_GetDragCursor added in v1.1.19

func StringGrid_GetDragCursor(obj uintptr) TCursor

func StringGrid_GetDragKind added in v1.1.19

func StringGrid_GetDragKind(obj uintptr) TDragKind

func StringGrid_GetDragMode added in v1.1.19

func StringGrid_GetDragMode(obj uintptr) TDragMode

func StringGrid_GetEditorMode added in v1.1.19

func StringGrid_GetEditorMode(obj uintptr) bool

func StringGrid_GetEnabled added in v1.1.19

func StringGrid_GetEnabled(obj uintptr) bool

func StringGrid_GetFixedColor added in v1.1.19

func StringGrid_GetFixedColor(obj uintptr) TColor

func StringGrid_GetFixedCols added in v1.1.19

func StringGrid_GetFixedCols(obj uintptr) int32

func StringGrid_GetFixedRows added in v1.1.19

func StringGrid_GetFixedRows(obj uintptr) int32

func StringGrid_GetFloating added in v1.1.19

func StringGrid_GetFloating(obj uintptr) bool

func StringGrid_GetFont added in v1.1.19

func StringGrid_GetFont(obj uintptr) uintptr

func StringGrid_GetGridHeight added in v1.1.19

func StringGrid_GetGridHeight(obj uintptr) int32

func StringGrid_GetGridLineWidth added in v1.1.19

func StringGrid_GetGridLineWidth(obj uintptr) int32

func StringGrid_GetGridWidth added in v1.1.19

func StringGrid_GetGridWidth(obj uintptr) int32

func StringGrid_GetHandle added in v1.1.19

func StringGrid_GetHandle(obj uintptr) HWND

func StringGrid_GetHashCode added in v1.1.19

func StringGrid_GetHashCode(obj uintptr) int32

func StringGrid_GetHeight added in v1.1.19

func StringGrid_GetHeight(obj uintptr) int32

func StringGrid_GetHint added in v1.1.19

func StringGrid_GetHint(obj uintptr) string

func StringGrid_GetLeft added in v1.1.19

func StringGrid_GetLeft(obj uintptr) int32

func StringGrid_GetLeftCol added in v1.1.19

func StringGrid_GetLeftCol(obj uintptr) int32

func StringGrid_GetMouseInClient added in v1.1.21

func StringGrid_GetMouseInClient(obj uintptr) bool

func StringGrid_GetName added in v1.1.19

func StringGrid_GetName(obj uintptr) string

func StringGrid_GetNamePath added in v1.1.19

func StringGrid_GetNamePath(obj uintptr) string

func StringGrid_GetObjects added in v1.1.19

func StringGrid_GetObjects(obj uintptr, ACol int32, ARow int32) uintptr

func StringGrid_GetOptions added in v1.1.19

func StringGrid_GetOptions(obj uintptr) TGridOptions

func StringGrid_GetOwner added in v1.1.19

func StringGrid_GetOwner(obj uintptr) uintptr

func StringGrid_GetParent added in v1.1.19

func StringGrid_GetParent(obj uintptr) uintptr

func StringGrid_GetParentColor added in v1.1.19

func StringGrid_GetParentColor(obj uintptr) bool

func StringGrid_GetParentDoubleBuffered added in v1.1.19

func StringGrid_GetParentDoubleBuffered(obj uintptr) bool

func StringGrid_GetParentFont added in v1.1.19

func StringGrid_GetParentFont(obj uintptr) bool

func StringGrid_GetParentShowHint added in v1.1.19

func StringGrid_GetParentShowHint(obj uintptr) bool

func StringGrid_GetParentWindow added in v1.1.19

func StringGrid_GetParentWindow(obj uintptr) HWND

func StringGrid_GetPopupMenu added in v1.1.19

func StringGrid_GetPopupMenu(obj uintptr) uintptr

func StringGrid_GetRow added in v1.1.19

func StringGrid_GetRow(obj uintptr) int32

func StringGrid_GetRowCount added in v1.1.19

func StringGrid_GetRowCount(obj uintptr) int32

func StringGrid_GetRowHeights added in v1.1.19

func StringGrid_GetRowHeights(obj uintptr, Index int32) int32

func StringGrid_GetRows added in v1.1.19

func StringGrid_GetRows(obj uintptr, Index int32) uintptr

func StringGrid_GetScrollBars added in v1.1.19

func StringGrid_GetScrollBars(obj uintptr) TScrollStyle

func StringGrid_GetSelection added in v1.1.19

func StringGrid_GetSelection(obj uintptr) TGridRect

func StringGrid_GetShowHint added in v1.1.19

func StringGrid_GetShowHint(obj uintptr) bool

func StringGrid_GetTabOrder added in v1.1.19

func StringGrid_GetTabOrder(obj uintptr) TTabOrder

func StringGrid_GetTabStop added in v1.1.19

func StringGrid_GetTabStop(obj uintptr) bool

func StringGrid_GetTag added in v1.1.19

func StringGrid_GetTag(obj uintptr) int

func StringGrid_GetTextBuf added in v1.1.19

func StringGrid_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func StringGrid_GetTextLen added in v1.1.19

func StringGrid_GetTextLen(obj uintptr) int32

func StringGrid_GetTop added in v1.1.19

func StringGrid_GetTop(obj uintptr) int32

func StringGrid_GetTopRow added in v1.1.19

func StringGrid_GetTopRow(obj uintptr) int32

func StringGrid_GetUseDockManager added in v1.1.19

func StringGrid_GetUseDockManager(obj uintptr) bool

func StringGrid_GetVisible added in v1.1.19

func StringGrid_GetVisible(obj uintptr) bool

func StringGrid_GetVisibleColCount added in v1.1.19

func StringGrid_GetVisibleColCount(obj uintptr) int32

func StringGrid_GetVisibleDockClientCount added in v1.1.21

func StringGrid_GetVisibleDockClientCount(obj uintptr) int32

func StringGrid_GetVisibleRowCount added in v1.1.19

func StringGrid_GetVisibleRowCount(obj uintptr) int32

func StringGrid_GetWidth added in v1.1.19

func StringGrid_GetWidth(obj uintptr) int32

func StringGrid_HandleAllocated added in v1.1.19

func StringGrid_HandleAllocated(obj uintptr) bool

func StringGrid_HasParent added in v1.1.19

func StringGrid_HasParent(obj uintptr) bool

func StringGrid_Hide added in v1.1.19

func StringGrid_Hide(obj uintptr)

func StringGrid_InheritsFrom added in v1.1.19

func StringGrid_InheritsFrom(obj uintptr, AClass TClass) bool

func StringGrid_InsertControl added in v1.1.21

func StringGrid_InsertControl(obj uintptr, AControl uintptr)

func StringGrid_InstanceSize added in v1.1.19

func StringGrid_InstanceSize(obj uintptr) int32

func StringGrid_Invalidate added in v1.1.19

func StringGrid_Invalidate(obj uintptr)

func StringGrid_MouseCoord added in v1.1.19

func StringGrid_MouseCoord(obj uintptr, X int32, Y int32) TGridCoord

func StringGrid_MouseToCell added in v1.1.19

func StringGrid_MouseToCell(obj uintptr, X int32, Y int32, ACol *int32, ARow *int32)

func StringGrid_ParentToClient added in v1.1.19

func StringGrid_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func StringGrid_Perform added in v1.1.19

func StringGrid_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func StringGrid_Realign added in v1.1.19

func StringGrid_Realign(obj uintptr)

func StringGrid_Refresh added in v1.1.19

func StringGrid_Refresh(obj uintptr)

func StringGrid_RemoveControl added in v1.1.21

func StringGrid_RemoveControl(obj uintptr, AControl uintptr)

func StringGrid_Repaint added in v1.1.19

func StringGrid_Repaint(obj uintptr)

func StringGrid_ScaleBy added in v1.1.19

func StringGrid_ScaleBy(obj uintptr, M int32, D int32)

func StringGrid_ScreenToClient added in v1.1.19

func StringGrid_ScreenToClient(obj uintptr, Point TPoint) TPoint

func StringGrid_ScrollBy added in v1.1.21

func StringGrid_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func StringGrid_SendToBack added in v1.1.19

func StringGrid_SendToBack(obj uintptr)

func StringGrid_SetAction added in v1.1.19

func StringGrid_SetAction(obj uintptr, value uintptr)

func StringGrid_SetAlign added in v1.1.19

func StringGrid_SetAlign(obj uintptr, value TAlign)

func StringGrid_SetAnchorSideBottom

func StringGrid_SetAnchorSideBottom(obj uintptr, value uintptr)

func StringGrid_SetAnchorSideLeft

func StringGrid_SetAnchorSideLeft(obj uintptr, value uintptr)

func StringGrid_SetAnchorSideRight

func StringGrid_SetAnchorSideRight(obj uintptr, value uintptr)

func StringGrid_SetAnchorSideTop

func StringGrid_SetAnchorSideTop(obj uintptr, value uintptr)

func StringGrid_SetAnchors added in v1.1.19

func StringGrid_SetAnchors(obj uintptr, value TAnchors)

func StringGrid_SetBiDiMode added in v1.1.19

func StringGrid_SetBiDiMode(obj uintptr, value TBiDiMode)

func StringGrid_SetBorderSpacing

func StringGrid_SetBorderSpacing(obj uintptr, value uintptr)

func StringGrid_SetBorderStyle added in v1.1.19

func StringGrid_SetBorderStyle(obj uintptr, value TBorderStyle)

func StringGrid_SetBounds added in v1.1.19

func StringGrid_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func StringGrid_SetBoundsRect added in v1.1.19

func StringGrid_SetBoundsRect(obj uintptr, value TRect)

func StringGrid_SetCells added in v1.1.19

func StringGrid_SetCells(obj uintptr, ACol int32, ARow int32, value string)

func StringGrid_SetChildSizing

func StringGrid_SetChildSizing(obj uintptr, value uintptr)

func StringGrid_SetClientHeight added in v1.1.19

func StringGrid_SetClientHeight(obj uintptr, value int32)

func StringGrid_SetClientWidth added in v1.1.19

func StringGrid_SetClientWidth(obj uintptr, value int32)

func StringGrid_SetCol added in v1.1.19

func StringGrid_SetCol(obj uintptr, value int32)

func StringGrid_SetColCount added in v1.1.19

func StringGrid_SetColCount(obj uintptr, value int32)

func StringGrid_SetColWidths added in v1.1.19

func StringGrid_SetColWidths(obj uintptr, Index int32, value int32)

func StringGrid_SetColor added in v1.1.19

func StringGrid_SetColor(obj uintptr, value TColor)

func StringGrid_SetCols added in v1.1.19

func StringGrid_SetCols(obj uintptr, Index int32, value uintptr)

func StringGrid_SetComponentIndex added in v1.1.19

func StringGrid_SetComponentIndex(obj uintptr, value int32)

func StringGrid_SetConstraints added in v1.2.7

func StringGrid_SetConstraints(obj uintptr, value uintptr)

func StringGrid_SetControlState added in v1.1.21

func StringGrid_SetControlState(obj uintptr, value TControlState)

func StringGrid_SetControlStyle added in v1.1.21

func StringGrid_SetControlStyle(obj uintptr, value TControlStyle)

func StringGrid_SetCursor added in v1.1.19

func StringGrid_SetCursor(obj uintptr, value TCursor)

func StringGrid_SetDefaultColWidth added in v1.1.19

func StringGrid_SetDefaultColWidth(obj uintptr, value int32)

func StringGrid_SetDefaultDrawing added in v1.1.19

func StringGrid_SetDefaultDrawing(obj uintptr, value bool)

func StringGrid_SetDefaultRowHeight added in v1.1.19

func StringGrid_SetDefaultRowHeight(obj uintptr, value int32)

func StringGrid_SetDockSite added in v1.1.19

func StringGrid_SetDockSite(obj uintptr, value bool)

func StringGrid_SetDoubleBuffered added in v1.1.19

func StringGrid_SetDoubleBuffered(obj uintptr, value bool)

func StringGrid_SetDragCursor added in v1.1.19

func StringGrid_SetDragCursor(obj uintptr, value TCursor)

func StringGrid_SetDragKind added in v1.1.19

func StringGrid_SetDragKind(obj uintptr, value TDragKind)

func StringGrid_SetDragMode added in v1.1.19

func StringGrid_SetDragMode(obj uintptr, value TDragMode)

func StringGrid_SetEditorMode added in v1.1.19

func StringGrid_SetEditorMode(obj uintptr, value bool)

func StringGrid_SetEnabled added in v1.1.19

func StringGrid_SetEnabled(obj uintptr, value bool)

func StringGrid_SetFixedColor added in v1.1.19

func StringGrid_SetFixedColor(obj uintptr, value TColor)

func StringGrid_SetFixedCols added in v1.1.19

func StringGrid_SetFixedCols(obj uintptr, value int32)

func StringGrid_SetFixedRows added in v1.1.19

func StringGrid_SetFixedRows(obj uintptr, value int32)

func StringGrid_SetFocus added in v1.1.19

func StringGrid_SetFocus(obj uintptr)

func StringGrid_SetFont added in v1.1.19

func StringGrid_SetFont(obj uintptr, value uintptr)

func StringGrid_SetGridLineWidth added in v1.1.19

func StringGrid_SetGridLineWidth(obj uintptr, value int32)

func StringGrid_SetHeight added in v1.1.19

func StringGrid_SetHeight(obj uintptr, value int32)

func StringGrid_SetHint added in v1.1.19

func StringGrid_SetHint(obj uintptr, value string)

func StringGrid_SetLeft added in v1.1.19

func StringGrid_SetLeft(obj uintptr, value int32)

func StringGrid_SetLeftCol added in v1.1.19

func StringGrid_SetLeftCol(obj uintptr, value int32)

func StringGrid_SetName added in v1.1.19

func StringGrid_SetName(obj uintptr, value string)

func StringGrid_SetObjects added in v1.1.19

func StringGrid_SetObjects(obj uintptr, ACol int32, ARow int32, value uintptr)

func StringGrid_SetOnClick added in v1.1.19

func StringGrid_SetOnClick(obj uintptr, fn interface{})

func StringGrid_SetOnColumnMoved added in v1.1.19

func StringGrid_SetOnColumnMoved(obj uintptr, fn interface{})

func StringGrid_SetOnContextPopup added in v1.1.19

func StringGrid_SetOnContextPopup(obj uintptr, fn interface{})

func StringGrid_SetOnDblClick added in v1.1.19

func StringGrid_SetOnDblClick(obj uintptr, fn interface{})

func StringGrid_SetOnDragDrop added in v1.1.19

func StringGrid_SetOnDragDrop(obj uintptr, fn interface{})

func StringGrid_SetOnDragOver added in v1.1.19

func StringGrid_SetOnDragOver(obj uintptr, fn interface{})

func StringGrid_SetOnDrawCell added in v1.1.19

func StringGrid_SetOnDrawCell(obj uintptr, fn interface{})

func StringGrid_SetOnEndDock added in v1.1.19

func StringGrid_SetOnEndDock(obj uintptr, fn interface{})

func StringGrid_SetOnEndDrag added in v1.1.19

func StringGrid_SetOnEndDrag(obj uintptr, fn interface{})

func StringGrid_SetOnEnter added in v1.1.19

func StringGrid_SetOnEnter(obj uintptr, fn interface{})

func StringGrid_SetOnExit added in v1.1.19

func StringGrid_SetOnExit(obj uintptr, fn interface{})

func StringGrid_SetOnGetEditMask added in v1.1.19

func StringGrid_SetOnGetEditMask(obj uintptr, fn interface{})

func StringGrid_SetOnGetEditText added in v1.1.19

func StringGrid_SetOnGetEditText(obj uintptr, fn interface{})

func StringGrid_SetOnKeyDown added in v1.1.19

func StringGrid_SetOnKeyDown(obj uintptr, fn interface{})

func StringGrid_SetOnKeyPress added in v1.1.19

func StringGrid_SetOnKeyPress(obj uintptr, fn interface{})

func StringGrid_SetOnKeyUp added in v1.1.19

func StringGrid_SetOnKeyUp(obj uintptr, fn interface{})

func StringGrid_SetOnMouseDown added in v1.1.19

func StringGrid_SetOnMouseDown(obj uintptr, fn interface{})

func StringGrid_SetOnMouseEnter added in v1.1.19

func StringGrid_SetOnMouseEnter(obj uintptr, fn interface{})

func StringGrid_SetOnMouseLeave added in v1.1.19

func StringGrid_SetOnMouseLeave(obj uintptr, fn interface{})

func StringGrid_SetOnMouseMove added in v1.1.19

func StringGrid_SetOnMouseMove(obj uintptr, fn interface{})

func StringGrid_SetOnMouseUp added in v1.1.19

func StringGrid_SetOnMouseUp(obj uintptr, fn interface{})

func StringGrid_SetOnMouseWheelDown added in v1.1.19

func StringGrid_SetOnMouseWheelDown(obj uintptr, fn interface{})

func StringGrid_SetOnMouseWheelUp added in v1.1.19

func StringGrid_SetOnMouseWheelUp(obj uintptr, fn interface{})

func StringGrid_SetOnRowMoved added in v1.1.19

func StringGrid_SetOnRowMoved(obj uintptr, fn interface{})

func StringGrid_SetOnSelectCell added in v1.1.19

func StringGrid_SetOnSelectCell(obj uintptr, fn interface{})

func StringGrid_SetOnSetEditText added in v1.1.19

func StringGrid_SetOnSetEditText(obj uintptr, fn interface{})

func StringGrid_SetOnStartDock added in v1.1.19

func StringGrid_SetOnStartDock(obj uintptr, fn interface{})

func StringGrid_SetOnTopLeftChanged added in v1.1.19

func StringGrid_SetOnTopLeftChanged(obj uintptr, fn interface{})

func StringGrid_SetOptions added in v1.1.19

func StringGrid_SetOptions(obj uintptr, value TGridOptions)

func StringGrid_SetParent added in v1.1.19

func StringGrid_SetParent(obj uintptr, value uintptr)

func StringGrid_SetParentColor added in v1.1.19

func StringGrid_SetParentColor(obj uintptr, value bool)

func StringGrid_SetParentDoubleBuffered added in v1.1.19

func StringGrid_SetParentDoubleBuffered(obj uintptr, value bool)

func StringGrid_SetParentFont added in v1.1.19

func StringGrid_SetParentFont(obj uintptr, value bool)

func StringGrid_SetParentShowHint added in v1.1.19

func StringGrid_SetParentShowHint(obj uintptr, value bool)

func StringGrid_SetParentWindow added in v1.1.19

func StringGrid_SetParentWindow(obj uintptr, value HWND)

func StringGrid_SetPopupMenu added in v1.1.19

func StringGrid_SetPopupMenu(obj uintptr, value uintptr)

func StringGrid_SetRow added in v1.1.19

func StringGrid_SetRow(obj uintptr, value int32)

func StringGrid_SetRowCount added in v1.1.19

func StringGrid_SetRowCount(obj uintptr, value int32)

func StringGrid_SetRowHeights added in v1.1.19

func StringGrid_SetRowHeights(obj uintptr, Index int32, value int32)

func StringGrid_SetRows added in v1.1.19

func StringGrid_SetRows(obj uintptr, Index int32, value uintptr)

func StringGrid_SetScrollBars added in v1.1.19

func StringGrid_SetScrollBars(obj uintptr, value TScrollStyle)

func StringGrid_SetSelection added in v1.1.19

func StringGrid_SetSelection(obj uintptr, value TGridRect)

func StringGrid_SetShowHint added in v1.1.19

func StringGrid_SetShowHint(obj uintptr, value bool)

func StringGrid_SetTabOrder added in v1.1.19

func StringGrid_SetTabOrder(obj uintptr, value TTabOrder)

func StringGrid_SetTabStop added in v1.1.19

func StringGrid_SetTabStop(obj uintptr, value bool)

func StringGrid_SetTag added in v1.1.19

func StringGrid_SetTag(obj uintptr, value int)

func StringGrid_SetTextBuf added in v1.1.21

func StringGrid_SetTextBuf(obj uintptr, Buffer string)

func StringGrid_SetTop added in v1.1.19

func StringGrid_SetTop(obj uintptr, value int32)

func StringGrid_SetTopRow added in v1.1.19

func StringGrid_SetTopRow(obj uintptr, value int32)

func StringGrid_SetUseDockManager added in v1.1.19

func StringGrid_SetUseDockManager(obj uintptr, value bool)

func StringGrid_SetVisible added in v1.1.19

func StringGrid_SetVisible(obj uintptr, value bool)

func StringGrid_SetWidth added in v1.1.19

func StringGrid_SetWidth(obj uintptr, value int32)

func StringGrid_Show added in v1.1.19

func StringGrid_Show(obj uintptr)

func StringGrid_StaticClassType added in v1.1.19

func StringGrid_StaticClassType() TClass

func StringGrid_ToString added in v1.1.19

func StringGrid_ToString(obj uintptr) string

func StringGrid_Update added in v1.1.19

func StringGrid_Update(obj uintptr)

func StringList_Add

func StringList_Add(obj uintptr, S string) int32

func StringList_AddObject

func StringList_AddObject(obj uintptr, S string, AObject uintptr) int32

func StringList_Append

func StringList_Append(obj uintptr, S string)

func StringList_Assign

func StringList_Assign(obj uintptr, Source uintptr)

func StringList_BeginUpdate

func StringList_BeginUpdate(obj uintptr)

func StringList_ClassName

func StringList_ClassName(obj uintptr) string

func StringList_ClassType added in v1.1.18

func StringList_ClassType(obj uintptr) TClass

func StringList_Clear

func StringList_Clear(obj uintptr)

func StringList_Create

func StringList_Create() uintptr

func StringList_Delete

func StringList_Delete(obj uintptr, Index int32)

func StringList_EndUpdate

func StringList_EndUpdate(obj uintptr)

func StringList_Equals

func StringList_Equals(obj uintptr, Strings uintptr) bool

func StringList_Free

func StringList_Free(obj uintptr)

func StringList_GetCapacity

func StringList_GetCapacity(obj uintptr) int32

func StringList_GetCommaText

func StringList_GetCommaText(obj uintptr) string

func StringList_GetCount

func StringList_GetCount(obj uintptr) int32

func StringList_GetDelimiter

func StringList_GetDelimiter(obj uintptr) uint16

func StringList_GetHashCode

func StringList_GetHashCode(obj uintptr) int32

func StringList_GetNamePath

func StringList_GetNamePath(obj uintptr) string

func StringList_GetObjects

func StringList_GetObjects(obj uintptr, Index int32) uintptr

func StringList_GetSorted

func StringList_GetSorted(obj uintptr) bool

func StringList_GetStrings

func StringList_GetStrings(obj uintptr, Index int32) string

func StringList_GetText

func StringList_GetText(obj uintptr) string

func StringList_GetValueFromIndex

func StringList_GetValueFromIndex(obj uintptr, Index int32) string

func StringList_GetValues

func StringList_GetValues(obj uintptr, Name string) string

func StringList_IndexOf

func StringList_IndexOf(obj uintptr, S string) int32

func StringList_IndexOfName

func StringList_IndexOfName(obj uintptr, Name string) int32

func StringList_IndexOfObject

func StringList_IndexOfObject(obj uintptr, AObject uintptr) int32

func StringList_InheritsFrom added in v1.1.18

func StringList_InheritsFrom(obj uintptr, AClass TClass) bool

func StringList_Insert

func StringList_Insert(obj uintptr, Index int32, S string)

func StringList_InsertObject

func StringList_InsertObject(obj uintptr, Index int32, S string, AObject uintptr)

func StringList_InstanceSize added in v1.1.18

func StringList_InstanceSize(obj uintptr) int32

func StringList_LoadFromFile

func StringList_LoadFromFile(obj uintptr, FileName string)

func StringList_LoadFromStream

func StringList_LoadFromStream(obj uintptr, Stream uintptr)

func StringList_Move

func StringList_Move(obj uintptr, CurIndex int32, NewIndex int32)

func StringList_SaveToFile

func StringList_SaveToFile(obj uintptr, FileName string)

func StringList_SaveToStream

func StringList_SaveToStream(obj uintptr, Stream uintptr)

func StringList_SetCapacity

func StringList_SetCapacity(obj uintptr, value int32)

func StringList_SetCommaText

func StringList_SetCommaText(obj uintptr, value string)

func StringList_SetDelimiter

func StringList_SetDelimiter(obj uintptr, value uint16)

func StringList_SetObjects

func StringList_SetObjects(obj uintptr, Index int32, value uintptr)

func StringList_SetOnChange

func StringList_SetOnChange(obj uintptr, fn interface{})

func StringList_SetOnChanging added in v1.1.21

func StringList_SetOnChanging(obj uintptr, fn interface{})

func StringList_SetSorted

func StringList_SetSorted(obj uintptr, value bool)

func StringList_SetStrings

func StringList_SetStrings(obj uintptr, Index int32, value string)

func StringList_SetText

func StringList_SetText(obj uintptr, value string)

func StringList_SetValueFromIndex

func StringList_SetValueFromIndex(obj uintptr, Index int32, value string)

func StringList_SetValues

func StringList_SetValues(obj uintptr, Name string, value string)

func StringList_StaticClassType added in v1.1.18

func StringList_StaticClassType() TClass

func StringList_ToString

func StringList_ToString(obj uintptr) string

func StringToUTF8Ptr added in v1.2.7

func StringToUTF8Ptr(s string) *uint8

字符串到UTF8指针

func Strings_Add

func Strings_Add(obj uintptr, S string) int32

func Strings_AddObject

func Strings_AddObject(obj uintptr, S string, AObject uintptr) int32

func Strings_Append

func Strings_Append(obj uintptr, S string)

func Strings_Assign

func Strings_Assign(obj uintptr, Source uintptr)

func Strings_BeginUpdate

func Strings_BeginUpdate(obj uintptr)

func Strings_ClassName

func Strings_ClassName(obj uintptr) string

func Strings_ClassType added in v1.1.18

func Strings_ClassType(obj uintptr) TClass

func Strings_Clear

func Strings_Clear(obj uintptr)

func Strings_Create

func Strings_Create() uintptr

func Strings_Delete

func Strings_Delete(obj uintptr, Index int32)

func Strings_EndUpdate

func Strings_EndUpdate(obj uintptr)

func Strings_Equals

func Strings_Equals(obj uintptr, Strings uintptr) bool

func Strings_Free

func Strings_Free(obj uintptr)

func Strings_GetCapacity

func Strings_GetCapacity(obj uintptr) int32

func Strings_GetCommaText

func Strings_GetCommaText(obj uintptr) string

func Strings_GetCount

func Strings_GetCount(obj uintptr) int32

func Strings_GetDelimiter

func Strings_GetDelimiter(obj uintptr) uint16

func Strings_GetHashCode

func Strings_GetHashCode(obj uintptr) int32

func Strings_GetNamePath

func Strings_GetNamePath(obj uintptr) string

func Strings_GetObjects

func Strings_GetObjects(obj uintptr, Index int32) uintptr

func Strings_GetStrings

func Strings_GetStrings(obj uintptr, Index int32) string

func Strings_GetText

func Strings_GetText(obj uintptr) string

func Strings_GetValueFromIndex

func Strings_GetValueFromIndex(obj uintptr, Index int32) string

func Strings_GetValues

func Strings_GetValues(obj uintptr, Name string) string

func Strings_IndexOf

func Strings_IndexOf(obj uintptr, S string) int32

func Strings_IndexOfName

func Strings_IndexOfName(obj uintptr, Name string) int32

func Strings_IndexOfObject

func Strings_IndexOfObject(obj uintptr, AObject uintptr) int32

func Strings_InheritsFrom added in v1.1.18

func Strings_InheritsFrom(obj uintptr, AClass TClass) bool

func Strings_Insert

func Strings_Insert(obj uintptr, Index int32, S string)

func Strings_InsertObject

func Strings_InsertObject(obj uintptr, Index int32, S string, AObject uintptr)

func Strings_InstanceSize added in v1.1.18

func Strings_InstanceSize(obj uintptr) int32

func Strings_LoadFromFile

func Strings_LoadFromFile(obj uintptr, FileName string)

func Strings_LoadFromStream

func Strings_LoadFromStream(obj uintptr, Stream uintptr)

func Strings_Move

func Strings_Move(obj uintptr, CurIndex int32, NewIndex int32)

func Strings_SaveToFile

func Strings_SaveToFile(obj uintptr, FileName string)

func Strings_SaveToStream

func Strings_SaveToStream(obj uintptr, Stream uintptr)

func Strings_SetCapacity

func Strings_SetCapacity(obj uintptr, value int32)

func Strings_SetCommaText

func Strings_SetCommaText(obj uintptr, value string)

func Strings_SetDelimiter

func Strings_SetDelimiter(obj uintptr, value uint16)

func Strings_SetObjects

func Strings_SetObjects(obj uintptr, Index int32, value uintptr)

func Strings_SetStrings

func Strings_SetStrings(obj uintptr, Index int32, value string)

func Strings_SetText

func Strings_SetText(obj uintptr, value string)

func Strings_SetValueFromIndex

func Strings_SetValueFromIndex(obj uintptr, Index int32, value string)

func Strings_SetValues

func Strings_SetValues(obj uintptr, Name string, value string)

func Strings_StaticClassType added in v1.1.18

func Strings_StaticClassType() TClass

func Strings_ToString

func Strings_ToString(obj uintptr) string

func TabSheet_AnchorAsAlign

func TabSheet_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func TabSheet_AnchorClient

func TabSheet_AnchorClient(obj uintptr, ASpace int32)

func TabSheet_AnchorHorizontalCenterTo

func TabSheet_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func TabSheet_AnchorParallel

func TabSheet_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TabSheet_AnchorToNeighbour

func TabSheet_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TabSheet_AnchorVerticalCenterTo

func TabSheet_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func TabSheet_Assign

func TabSheet_Assign(obj uintptr, Source uintptr)

func TabSheet_BringToFront

func TabSheet_BringToFront(obj uintptr)

func TabSheet_CanFocus

func TabSheet_CanFocus(obj uintptr) bool

func TabSheet_ClassName

func TabSheet_ClassName(obj uintptr) string

func TabSheet_ClassType added in v1.1.18

func TabSheet_ClassType(obj uintptr) TClass

func TabSheet_ClientToParent

func TabSheet_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TabSheet_ClientToScreen

func TabSheet_ClientToScreen(obj uintptr, Point TPoint) TPoint

func TabSheet_ContainsControl added in v1.1.21

func TabSheet_ContainsControl(obj uintptr, Control uintptr) bool

func TabSheet_ControlAtPos added in v1.1.21

func TabSheet_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func TabSheet_Create

func TabSheet_Create(obj uintptr) uintptr

func TabSheet_DisableAlign added in v1.1.21

func TabSheet_DisableAlign(obj uintptr)

func TabSheet_Dragging

func TabSheet_Dragging(obj uintptr) bool

func TabSheet_EnableAlign added in v1.1.21

func TabSheet_EnableAlign(obj uintptr)

func TabSheet_Equals

func TabSheet_Equals(obj uintptr, Obj uintptr) bool

func TabSheet_FindChildControl added in v1.1.21

func TabSheet_FindChildControl(obj uintptr, ControlName string) uintptr

func TabSheet_FindComponent

func TabSheet_FindComponent(obj uintptr, AName string) uintptr

func TabSheet_FlipChildren

func TabSheet_FlipChildren(obj uintptr, AllLevels bool)

func TabSheet_Focused

func TabSheet_Focused(obj uintptr) bool

func TabSheet_Free

func TabSheet_Free(obj uintptr)

func TabSheet_GetAction

func TabSheet_GetAction(obj uintptr) uintptr

func TabSheet_GetAlign

func TabSheet_GetAlign(obj uintptr) TAlign

func TabSheet_GetAnchorSide

func TabSheet_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func TabSheet_GetAnchorSideBottom

func TabSheet_GetAnchorSideBottom(obj uintptr) uintptr

func TabSheet_GetAnchorSideLeft

func TabSheet_GetAnchorSideLeft(obj uintptr) uintptr

func TabSheet_GetAnchorSideRight

func TabSheet_GetAnchorSideRight(obj uintptr) uintptr

func TabSheet_GetAnchorSideTop

func TabSheet_GetAnchorSideTop(obj uintptr) uintptr

func TabSheet_GetAnchors

func TabSheet_GetAnchors(obj uintptr) TAnchors

func TabSheet_GetBiDiMode

func TabSheet_GetBiDiMode(obj uintptr) TBiDiMode

func TabSheet_GetBorderSpacing

func TabSheet_GetBorderSpacing(obj uintptr) uintptr

func TabSheet_GetBorderWidth

func TabSheet_GetBorderWidth(obj uintptr) int32

func TabSheet_GetBoundsRect

func TabSheet_GetBoundsRect(obj uintptr) TRect

func TabSheet_GetBrush

func TabSheet_GetBrush(obj uintptr) uintptr

func TabSheet_GetCaption

func TabSheet_GetCaption(obj uintptr) string

func TabSheet_GetChildSizing

func TabSheet_GetChildSizing(obj uintptr) uintptr

func TabSheet_GetClientHeight

func TabSheet_GetClientHeight(obj uintptr) int32

func TabSheet_GetClientOrigin added in v1.1.21

func TabSheet_GetClientOrigin(obj uintptr) TPoint

func TabSheet_GetClientRect

func TabSheet_GetClientRect(obj uintptr) TRect

func TabSheet_GetClientWidth

func TabSheet_GetClientWidth(obj uintptr) int32

func TabSheet_GetComponentCount

func TabSheet_GetComponentCount(obj uintptr) int32

func TabSheet_GetComponentIndex

func TabSheet_GetComponentIndex(obj uintptr) int32

func TabSheet_GetComponents

func TabSheet_GetComponents(obj uintptr, AIndex int32) uintptr

func TabSheet_GetConstraints added in v1.2.7

func TabSheet_GetConstraints(obj uintptr) uintptr

func TabSheet_GetControlCount

func TabSheet_GetControlCount(obj uintptr) int32

func TabSheet_GetControlState added in v1.1.21

func TabSheet_GetControlState(obj uintptr) TControlState

func TabSheet_GetControlStyle added in v1.1.21

func TabSheet_GetControlStyle(obj uintptr) TControlStyle

func TabSheet_GetControls

func TabSheet_GetControls(obj uintptr, Index int32) uintptr

func TabSheet_GetCursor

func TabSheet_GetCursor(obj uintptr) TCursor

func TabSheet_GetDockClientCount added in v1.1.21

func TabSheet_GetDockClientCount(obj uintptr) int32

func TabSheet_GetDockClients added in v1.1.21

func TabSheet_GetDockClients(obj uintptr, Index int32) uintptr

func TabSheet_GetDockSite

func TabSheet_GetDockSite(obj uintptr) bool

func TabSheet_GetDoubleBuffered

func TabSheet_GetDoubleBuffered(obj uintptr) bool

func TabSheet_GetEnabled

func TabSheet_GetEnabled(obj uintptr) bool

func TabSheet_GetFloating

func TabSheet_GetFloating(obj uintptr) bool

func TabSheet_GetFont

func TabSheet_GetFont(obj uintptr) uintptr

func TabSheet_GetHandle

func TabSheet_GetHandle(obj uintptr) HWND

func TabSheet_GetHashCode

func TabSheet_GetHashCode(obj uintptr) int32

func TabSheet_GetHeight

func TabSheet_GetHeight(obj uintptr) int32

func TabSheet_GetHint

func TabSheet_GetHint(obj uintptr) string

func TabSheet_GetImageIndex

func TabSheet_GetImageIndex(obj uintptr) int32

func TabSheet_GetLeft

func TabSheet_GetLeft(obj uintptr) int32

func TabSheet_GetMouseInClient added in v1.1.21

func TabSheet_GetMouseInClient(obj uintptr) bool

func TabSheet_GetName

func TabSheet_GetName(obj uintptr) string

func TabSheet_GetNamePath

func TabSheet_GetNamePath(obj uintptr) string

func TabSheet_GetOwner

func TabSheet_GetOwner(obj uintptr) uintptr

func TabSheet_GetPageControl

func TabSheet_GetPageControl(obj uintptr) uintptr

func TabSheet_GetPageIndex

func TabSheet_GetPageIndex(obj uintptr) int32

func TabSheet_GetParent

func TabSheet_GetParent(obj uintptr) uintptr

func TabSheet_GetParentDoubleBuffered

func TabSheet_GetParentDoubleBuffered(obj uintptr) bool

func TabSheet_GetParentFont

func TabSheet_GetParentFont(obj uintptr) bool

func TabSheet_GetParentShowHint

func TabSheet_GetParentShowHint(obj uintptr) bool

func TabSheet_GetParentWindow

func TabSheet_GetParentWindow(obj uintptr) HWND

func TabSheet_GetPopupMenu

func TabSheet_GetPopupMenu(obj uintptr) uintptr

func TabSheet_GetShowHint

func TabSheet_GetShowHint(obj uintptr) bool

func TabSheet_GetTabIndex

func TabSheet_GetTabIndex(obj uintptr) int32

func TabSheet_GetTabOrder

func TabSheet_GetTabOrder(obj uintptr) TTabOrder

func TabSheet_GetTabStop

func TabSheet_GetTabStop(obj uintptr) bool

func TabSheet_GetTabVisible

func TabSheet_GetTabVisible(obj uintptr) bool

func TabSheet_GetTag

func TabSheet_GetTag(obj uintptr) int

func TabSheet_GetTextBuf

func TabSheet_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func TabSheet_GetTextLen

func TabSheet_GetTextLen(obj uintptr) int32

func TabSheet_GetTop

func TabSheet_GetTop(obj uintptr) int32

func TabSheet_GetUseDockManager

func TabSheet_GetUseDockManager(obj uintptr) bool

func TabSheet_GetVisible

func TabSheet_GetVisible(obj uintptr) bool

func TabSheet_GetVisibleDockClientCount added in v1.1.21

func TabSheet_GetVisibleDockClientCount(obj uintptr) int32

func TabSheet_GetWidth

func TabSheet_GetWidth(obj uintptr) int32

func TabSheet_HandleAllocated

func TabSheet_HandleAllocated(obj uintptr) bool

func TabSheet_HasParent

func TabSheet_HasParent(obj uintptr) bool

func TabSheet_Hide

func TabSheet_Hide(obj uintptr)

func TabSheet_InheritsFrom added in v1.1.18

func TabSheet_InheritsFrom(obj uintptr, AClass TClass) bool

func TabSheet_InsertControl added in v1.1.21

func TabSheet_InsertControl(obj uintptr, AControl uintptr)

func TabSheet_InstanceSize added in v1.1.18

func TabSheet_InstanceSize(obj uintptr) int32

func TabSheet_Invalidate

func TabSheet_Invalidate(obj uintptr)

func TabSheet_ParentToClient

func TabSheet_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TabSheet_Perform

func TabSheet_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func TabSheet_Realign

func TabSheet_Realign(obj uintptr)

func TabSheet_Refresh

func TabSheet_Refresh(obj uintptr)

func TabSheet_RemoveControl added in v1.1.21

func TabSheet_RemoveControl(obj uintptr, AControl uintptr)

func TabSheet_Repaint

func TabSheet_Repaint(obj uintptr)

func TabSheet_ScaleBy

func TabSheet_ScaleBy(obj uintptr, M int32, D int32)

func TabSheet_ScreenToClient

func TabSheet_ScreenToClient(obj uintptr, Point TPoint) TPoint

func TabSheet_ScrollBy added in v1.1.21

func TabSheet_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func TabSheet_SendToBack

func TabSheet_SendToBack(obj uintptr)

func TabSheet_SetAction

func TabSheet_SetAction(obj uintptr, value uintptr)

func TabSheet_SetAlign

func TabSheet_SetAlign(obj uintptr, value TAlign)

func TabSheet_SetAnchorSideBottom

func TabSheet_SetAnchorSideBottom(obj uintptr, value uintptr)

func TabSheet_SetAnchorSideLeft

func TabSheet_SetAnchorSideLeft(obj uintptr, value uintptr)

func TabSheet_SetAnchorSideRight

func TabSheet_SetAnchorSideRight(obj uintptr, value uintptr)

func TabSheet_SetAnchorSideTop

func TabSheet_SetAnchorSideTop(obj uintptr, value uintptr)

func TabSheet_SetAnchors

func TabSheet_SetAnchors(obj uintptr, value TAnchors)

func TabSheet_SetBiDiMode

func TabSheet_SetBiDiMode(obj uintptr, value TBiDiMode)

func TabSheet_SetBorderSpacing

func TabSheet_SetBorderSpacing(obj uintptr, value uintptr)

func TabSheet_SetBorderWidth

func TabSheet_SetBorderWidth(obj uintptr, value int32)

func TabSheet_SetBounds

func TabSheet_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func TabSheet_SetBoundsRect

func TabSheet_SetBoundsRect(obj uintptr, value TRect)

func TabSheet_SetCaption

func TabSheet_SetCaption(obj uintptr, value string)

func TabSheet_SetChildSizing

func TabSheet_SetChildSizing(obj uintptr, value uintptr)

func TabSheet_SetClientHeight

func TabSheet_SetClientHeight(obj uintptr, value int32)

func TabSheet_SetClientWidth

func TabSheet_SetClientWidth(obj uintptr, value int32)

func TabSheet_SetComponentIndex

func TabSheet_SetComponentIndex(obj uintptr, value int32)

func TabSheet_SetConstraints added in v1.2.7

func TabSheet_SetConstraints(obj uintptr, value uintptr)

func TabSheet_SetControlState added in v1.1.21

func TabSheet_SetControlState(obj uintptr, value TControlState)

func TabSheet_SetControlStyle added in v1.1.21

func TabSheet_SetControlStyle(obj uintptr, value TControlStyle)

func TabSheet_SetCursor

func TabSheet_SetCursor(obj uintptr, value TCursor)

func TabSheet_SetDockSite

func TabSheet_SetDockSite(obj uintptr, value bool)

func TabSheet_SetDoubleBuffered

func TabSheet_SetDoubleBuffered(obj uintptr, value bool)

func TabSheet_SetEnabled

func TabSheet_SetEnabled(obj uintptr, value bool)

func TabSheet_SetFocus

func TabSheet_SetFocus(obj uintptr)

func TabSheet_SetFont

func TabSheet_SetFont(obj uintptr, value uintptr)

func TabSheet_SetHeight

func TabSheet_SetHeight(obj uintptr, value int32)

func TabSheet_SetHint

func TabSheet_SetHint(obj uintptr, value string)

func TabSheet_SetImageIndex

func TabSheet_SetImageIndex(obj uintptr, value int32)

func TabSheet_SetLeft

func TabSheet_SetLeft(obj uintptr, value int32)

func TabSheet_SetName

func TabSheet_SetName(obj uintptr, value string)

func TabSheet_SetOnContextPopup

func TabSheet_SetOnContextPopup(obj uintptr, fn interface{})

func TabSheet_SetOnDragDrop

func TabSheet_SetOnDragDrop(obj uintptr, fn interface{})

func TabSheet_SetOnDragOver

func TabSheet_SetOnDragOver(obj uintptr, fn interface{})

func TabSheet_SetOnEndDrag

func TabSheet_SetOnEndDrag(obj uintptr, fn interface{})

func TabSheet_SetOnEnter

func TabSheet_SetOnEnter(obj uintptr, fn interface{})

func TabSheet_SetOnExit

func TabSheet_SetOnExit(obj uintptr, fn interface{})

func TabSheet_SetOnHide

func TabSheet_SetOnHide(obj uintptr, fn interface{})

func TabSheet_SetOnMouseDown

func TabSheet_SetOnMouseDown(obj uintptr, fn interface{})

func TabSheet_SetOnMouseEnter

func TabSheet_SetOnMouseEnter(obj uintptr, fn interface{})

func TabSheet_SetOnMouseLeave

func TabSheet_SetOnMouseLeave(obj uintptr, fn interface{})

func TabSheet_SetOnMouseMove

func TabSheet_SetOnMouseMove(obj uintptr, fn interface{})

func TabSheet_SetOnMouseUp

func TabSheet_SetOnMouseUp(obj uintptr, fn interface{})

func TabSheet_SetOnResize

func TabSheet_SetOnResize(obj uintptr, fn interface{})

func TabSheet_SetOnShow

func TabSheet_SetOnShow(obj uintptr, fn interface{})

func TabSheet_SetPageControl

func TabSheet_SetPageControl(obj uintptr, value uintptr)

func TabSheet_SetPageIndex

func TabSheet_SetPageIndex(obj uintptr, value int32)

func TabSheet_SetParent

func TabSheet_SetParent(obj uintptr, value uintptr)

func TabSheet_SetParentDoubleBuffered

func TabSheet_SetParentDoubleBuffered(obj uintptr, value bool)

func TabSheet_SetParentFont

func TabSheet_SetParentFont(obj uintptr, value bool)

func TabSheet_SetParentShowHint

func TabSheet_SetParentShowHint(obj uintptr, value bool)

func TabSheet_SetParentWindow

func TabSheet_SetParentWindow(obj uintptr, value HWND)

func TabSheet_SetPopupMenu

func TabSheet_SetPopupMenu(obj uintptr, value uintptr)

func TabSheet_SetShowHint

func TabSheet_SetShowHint(obj uintptr, value bool)

func TabSheet_SetTabOrder

func TabSheet_SetTabOrder(obj uintptr, value TTabOrder)

func TabSheet_SetTabStop

func TabSheet_SetTabStop(obj uintptr, value bool)

func TabSheet_SetTabVisible

func TabSheet_SetTabVisible(obj uintptr, value bool)

func TabSheet_SetTag

func TabSheet_SetTag(obj uintptr, value int)

func TabSheet_SetTextBuf added in v1.1.21

func TabSheet_SetTextBuf(obj uintptr, Buffer string)

func TabSheet_SetTop

func TabSheet_SetTop(obj uintptr, value int32)

func TabSheet_SetUseDockManager

func TabSheet_SetUseDockManager(obj uintptr, value bool)

func TabSheet_SetVisible

func TabSheet_SetVisible(obj uintptr, value bool)

func TabSheet_SetWidth

func TabSheet_SetWidth(obj uintptr, value int32)

func TabSheet_Show

func TabSheet_Show(obj uintptr)

func TabSheet_StaticClassType added in v1.1.18

func TabSheet_StaticClassType() TClass

func TabSheet_ToString

func TabSheet_ToString(obj uintptr) string

func TabSheet_Update

func TabSheet_Update(obj uintptr)

func TaskDialogBaseButtonItem_Assign added in v1.2.4

func TaskDialogBaseButtonItem_Assign(obj uintptr, Source uintptr)

func TaskDialogBaseButtonItem_ClassName added in v1.2.4

func TaskDialogBaseButtonItem_ClassName(obj uintptr) string

func TaskDialogBaseButtonItem_ClassType added in v1.2.4

func TaskDialogBaseButtonItem_ClassType(obj uintptr) TClass

func TaskDialogBaseButtonItem_Create added in v1.2.4

func TaskDialogBaseButtonItem_Create(obj uintptr) uintptr

func TaskDialogBaseButtonItem_Equals added in v1.2.4

func TaskDialogBaseButtonItem_Equals(obj uintptr, Obj uintptr) bool

func TaskDialogBaseButtonItem_Free added in v1.2.4

func TaskDialogBaseButtonItem_Free(obj uintptr)

func TaskDialogBaseButtonItem_GetCaption added in v1.2.4

func TaskDialogBaseButtonItem_GetCaption(obj uintptr) string

func TaskDialogBaseButtonItem_GetCollection added in v1.2.4

func TaskDialogBaseButtonItem_GetCollection(obj uintptr) uintptr

func TaskDialogBaseButtonItem_GetDefault added in v1.2.4

func TaskDialogBaseButtonItem_GetDefault(obj uintptr) bool

func TaskDialogBaseButtonItem_GetDisplayName added in v1.2.7

func TaskDialogBaseButtonItem_GetDisplayName(obj uintptr) string

func TaskDialogBaseButtonItem_GetHashCode added in v1.2.4

func TaskDialogBaseButtonItem_GetHashCode(obj uintptr) int32

func TaskDialogBaseButtonItem_GetIndex added in v1.2.4

func TaskDialogBaseButtonItem_GetIndex(obj uintptr) int32

func TaskDialogBaseButtonItem_GetModalResult added in v1.2.4

func TaskDialogBaseButtonItem_GetModalResult(obj uintptr) TModalResult

func TaskDialogBaseButtonItem_GetNamePath added in v1.2.4

func TaskDialogBaseButtonItem_GetNamePath(obj uintptr) string

func TaskDialogBaseButtonItem_InheritsFrom added in v1.2.4

func TaskDialogBaseButtonItem_InheritsFrom(obj uintptr, AClass TClass) bool

func TaskDialogBaseButtonItem_InstanceSize added in v1.2.4

func TaskDialogBaseButtonItem_InstanceSize(obj uintptr) int32

func TaskDialogBaseButtonItem_SetCaption added in v1.2.4

func TaskDialogBaseButtonItem_SetCaption(obj uintptr, value string)

func TaskDialogBaseButtonItem_SetCollection added in v1.2.4

func TaskDialogBaseButtonItem_SetCollection(obj uintptr, value uintptr)

func TaskDialogBaseButtonItem_SetDefault added in v1.2.4

func TaskDialogBaseButtonItem_SetDefault(obj uintptr, value bool)

func TaskDialogBaseButtonItem_SetDisplayName added in v1.2.7

func TaskDialogBaseButtonItem_SetDisplayName(obj uintptr, value string)

func TaskDialogBaseButtonItem_SetIndex added in v1.2.4

func TaskDialogBaseButtonItem_SetIndex(obj uintptr, value int32)

func TaskDialogBaseButtonItem_SetModalResult added in v1.2.4

func TaskDialogBaseButtonItem_SetModalResult(obj uintptr, value TModalResult)

func TaskDialogBaseButtonItem_StaticClassType added in v1.2.4

func TaskDialogBaseButtonItem_StaticClassType() TClass

func TaskDialogBaseButtonItem_ToString added in v1.2.4

func TaskDialogBaseButtonItem_ToString(obj uintptr) string

func TaskDialogButtonItem_Assign added in v1.2.4

func TaskDialogButtonItem_Assign(obj uintptr, Source uintptr)

func TaskDialogButtonItem_ClassName added in v1.2.4

func TaskDialogButtonItem_ClassName(obj uintptr) string

func TaskDialogButtonItem_ClassType added in v1.2.4

func TaskDialogButtonItem_ClassType(obj uintptr) TClass

func TaskDialogButtonItem_Create added in v1.2.4

func TaskDialogButtonItem_Create(obj uintptr) uintptr

func TaskDialogButtonItem_Equals added in v1.2.4

func TaskDialogButtonItem_Equals(obj uintptr, Obj uintptr) bool

func TaskDialogButtonItem_Free added in v1.2.4

func TaskDialogButtonItem_Free(obj uintptr)

func TaskDialogButtonItem_GetCaption added in v1.2.4

func TaskDialogButtonItem_GetCaption(obj uintptr) string

func TaskDialogButtonItem_GetCollection added in v1.2.4

func TaskDialogButtonItem_GetCollection(obj uintptr) uintptr

func TaskDialogButtonItem_GetDefault added in v1.2.4

func TaskDialogButtonItem_GetDefault(obj uintptr) bool

func TaskDialogButtonItem_GetDisplayName added in v1.2.7

func TaskDialogButtonItem_GetDisplayName(obj uintptr) string

func TaskDialogButtonItem_GetHashCode added in v1.2.4

func TaskDialogButtonItem_GetHashCode(obj uintptr) int32

func TaskDialogButtonItem_GetIndex added in v1.2.4

func TaskDialogButtonItem_GetIndex(obj uintptr) int32

func TaskDialogButtonItem_GetModalResult added in v1.2.4

func TaskDialogButtonItem_GetModalResult(obj uintptr) TModalResult

func TaskDialogButtonItem_GetNamePath added in v1.2.4

func TaskDialogButtonItem_GetNamePath(obj uintptr) string

func TaskDialogButtonItem_InheritsFrom added in v1.2.4

func TaskDialogButtonItem_InheritsFrom(obj uintptr, AClass TClass) bool

func TaskDialogButtonItem_InstanceSize added in v1.2.4

func TaskDialogButtonItem_InstanceSize(obj uintptr) int32

func TaskDialogButtonItem_SetCaption added in v1.2.4

func TaskDialogButtonItem_SetCaption(obj uintptr, value string)

func TaskDialogButtonItem_SetCollection added in v1.2.4

func TaskDialogButtonItem_SetCollection(obj uintptr, value uintptr)

func TaskDialogButtonItem_SetDefault added in v1.2.4

func TaskDialogButtonItem_SetDefault(obj uintptr, value bool)

func TaskDialogButtonItem_SetDisplayName added in v1.2.7

func TaskDialogButtonItem_SetDisplayName(obj uintptr, value string)

func TaskDialogButtonItem_SetIndex added in v1.2.4

func TaskDialogButtonItem_SetIndex(obj uintptr, value int32)

func TaskDialogButtonItem_SetModalResult added in v1.2.4

func TaskDialogButtonItem_SetModalResult(obj uintptr, value TModalResult)

func TaskDialogButtonItem_StaticClassType added in v1.2.4

func TaskDialogButtonItem_StaticClassType() TClass

func TaskDialogButtonItem_ToString added in v1.2.4

func TaskDialogButtonItem_ToString(obj uintptr) string

func TaskDialogButtons_Add added in v1.2.4

func TaskDialogButtons_Add(obj uintptr) uintptr

func TaskDialogButtons_Assign added in v1.2.4

func TaskDialogButtons_Assign(obj uintptr, Source uintptr)

func TaskDialogButtons_BeginUpdate added in v1.2.4

func TaskDialogButtons_BeginUpdate(obj uintptr)

func TaskDialogButtons_ClassName added in v1.2.4

func TaskDialogButtons_ClassName(obj uintptr) string

func TaskDialogButtons_ClassType added in v1.2.4

func TaskDialogButtons_ClassType(obj uintptr) TClass

func TaskDialogButtons_Clear added in v1.2.4

func TaskDialogButtons_Clear(obj uintptr)

func TaskDialogButtons_Delete added in v1.2.4

func TaskDialogButtons_Delete(obj uintptr, Index int32)

func TaskDialogButtons_EndUpdate added in v1.2.4

func TaskDialogButtons_EndUpdate(obj uintptr)

func TaskDialogButtons_Equals added in v1.2.4

func TaskDialogButtons_Equals(obj uintptr, Obj uintptr) bool

func TaskDialogButtons_FindButton

func TaskDialogButtons_FindButton(obj uintptr, AModalResult TModalResult) uintptr

func TaskDialogButtons_FindItemID added in v1.2.4

func TaskDialogButtons_FindItemID(obj uintptr, ID int32) uintptr

func TaskDialogButtons_GetCount added in v1.2.4

func TaskDialogButtons_GetCount(obj uintptr) int32

func TaskDialogButtons_GetDefaultButton added in v1.2.4

func TaskDialogButtons_GetDefaultButton(obj uintptr) uintptr

func TaskDialogButtons_GetHashCode added in v1.2.4

func TaskDialogButtons_GetHashCode(obj uintptr) int32

func TaskDialogButtons_GetItems added in v1.2.4

func TaskDialogButtons_GetItems(obj uintptr, Index int32) uintptr

func TaskDialogButtons_GetNamePath added in v1.2.4

func TaskDialogButtons_GetNamePath(obj uintptr) string

func TaskDialogButtons_InheritsFrom added in v1.2.4

func TaskDialogButtons_InheritsFrom(obj uintptr, AClass TClass) bool

func TaskDialogButtons_Insert added in v1.2.4

func TaskDialogButtons_Insert(obj uintptr, Index int32) uintptr

func TaskDialogButtons_InstanceSize added in v1.2.4

func TaskDialogButtons_InstanceSize(obj uintptr) int32

func TaskDialogButtons_Owner added in v1.2.4

func TaskDialogButtons_Owner(obj uintptr) uintptr

func TaskDialogButtons_SetDefaultButton added in v1.2.4

func TaskDialogButtons_SetDefaultButton(obj uintptr, value uintptr)

func TaskDialogButtons_SetItems added in v1.2.4

func TaskDialogButtons_SetItems(obj uintptr, Index int32, value uintptr)

func TaskDialogButtons_StaticClassType added in v1.2.4

func TaskDialogButtons_StaticClassType() TClass

func TaskDialogButtons_ToString added in v1.2.4

func TaskDialogButtons_ToString(obj uintptr) string

func TaskDialogRadioButtonItem_Assign added in v1.2.4

func TaskDialogRadioButtonItem_Assign(obj uintptr, Source uintptr)

func TaskDialogRadioButtonItem_ClassName added in v1.2.4

func TaskDialogRadioButtonItem_ClassName(obj uintptr) string

func TaskDialogRadioButtonItem_ClassType added in v1.2.4

func TaskDialogRadioButtonItem_ClassType(obj uintptr) TClass

func TaskDialogRadioButtonItem_Create added in v1.2.4

func TaskDialogRadioButtonItem_Create(obj uintptr) uintptr

func TaskDialogRadioButtonItem_Equals added in v1.2.4

func TaskDialogRadioButtonItem_Equals(obj uintptr, Obj uintptr) bool

func TaskDialogRadioButtonItem_Free added in v1.2.4

func TaskDialogRadioButtonItem_Free(obj uintptr)

func TaskDialogRadioButtonItem_GetCaption added in v1.2.4

func TaskDialogRadioButtonItem_GetCaption(obj uintptr) string

func TaskDialogRadioButtonItem_GetCollection added in v1.2.4

func TaskDialogRadioButtonItem_GetCollection(obj uintptr) uintptr

func TaskDialogRadioButtonItem_GetDefault added in v1.2.4

func TaskDialogRadioButtonItem_GetDefault(obj uintptr) bool

func TaskDialogRadioButtonItem_GetDisplayName added in v1.2.7

func TaskDialogRadioButtonItem_GetDisplayName(obj uintptr) string

func TaskDialogRadioButtonItem_GetHashCode added in v1.2.4

func TaskDialogRadioButtonItem_GetHashCode(obj uintptr) int32

func TaskDialogRadioButtonItem_GetIndex added in v1.2.4

func TaskDialogRadioButtonItem_GetIndex(obj uintptr) int32

func TaskDialogRadioButtonItem_GetModalResult added in v1.2.4

func TaskDialogRadioButtonItem_GetModalResult(obj uintptr) TModalResult

func TaskDialogRadioButtonItem_GetNamePath added in v1.2.4

func TaskDialogRadioButtonItem_GetNamePath(obj uintptr) string

func TaskDialogRadioButtonItem_InheritsFrom added in v1.2.4

func TaskDialogRadioButtonItem_InheritsFrom(obj uintptr, AClass TClass) bool

func TaskDialogRadioButtonItem_InstanceSize added in v1.2.4

func TaskDialogRadioButtonItem_InstanceSize(obj uintptr) int32

func TaskDialogRadioButtonItem_SetCaption added in v1.2.4

func TaskDialogRadioButtonItem_SetCaption(obj uintptr, value string)

func TaskDialogRadioButtonItem_SetCollection added in v1.2.4

func TaskDialogRadioButtonItem_SetCollection(obj uintptr, value uintptr)

func TaskDialogRadioButtonItem_SetDefault added in v1.2.4

func TaskDialogRadioButtonItem_SetDefault(obj uintptr, value bool)

func TaskDialogRadioButtonItem_SetDisplayName added in v1.2.7

func TaskDialogRadioButtonItem_SetDisplayName(obj uintptr, value string)

func TaskDialogRadioButtonItem_SetIndex added in v1.2.4

func TaskDialogRadioButtonItem_SetIndex(obj uintptr, value int32)

func TaskDialogRadioButtonItem_SetModalResult added in v1.2.4

func TaskDialogRadioButtonItem_SetModalResult(obj uintptr, value TModalResult)

func TaskDialogRadioButtonItem_StaticClassType added in v1.2.4

func TaskDialogRadioButtonItem_StaticClassType() TClass

func TaskDialogRadioButtonItem_ToString added in v1.2.4

func TaskDialogRadioButtonItem_ToString(obj uintptr) string

func TaskDialog_Assign added in v1.2.4

func TaskDialog_Assign(obj uintptr, Source uintptr)

func TaskDialog_ClassName added in v1.2.4

func TaskDialog_ClassName(obj uintptr) string

func TaskDialog_ClassType added in v1.2.4

func TaskDialog_ClassType(obj uintptr) TClass

func TaskDialog_Create added in v1.2.4

func TaskDialog_Create(obj uintptr) uintptr

func TaskDialog_Equals added in v1.2.4

func TaskDialog_Equals(obj uintptr, Obj uintptr) bool

func TaskDialog_Execute added in v1.2.4

func TaskDialog_Execute(obj uintptr) bool

func TaskDialog_FindComponent added in v1.2.4

func TaskDialog_FindComponent(obj uintptr, AName string) uintptr

func TaskDialog_Free added in v1.2.4

func TaskDialog_Free(obj uintptr)

func TaskDialog_GetButton added in v1.2.4

func TaskDialog_GetButton(obj uintptr) uintptr

func TaskDialog_GetButtons added in v1.2.4

func TaskDialog_GetButtons(obj uintptr) uintptr

func TaskDialog_GetCaption added in v1.2.4

func TaskDialog_GetCaption(obj uintptr) string

func TaskDialog_GetCommonButtons added in v1.2.4

func TaskDialog_GetCommonButtons(obj uintptr) TTaskDialogCommonButtons

func TaskDialog_GetComponentCount added in v1.2.4

func TaskDialog_GetComponentCount(obj uintptr) int32

func TaskDialog_GetComponentIndex added in v1.2.4

func TaskDialog_GetComponentIndex(obj uintptr) int32

func TaskDialog_GetComponents added in v1.2.4

func TaskDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func TaskDialog_GetDefaultButton added in v1.2.4

func TaskDialog_GetDefaultButton(obj uintptr) TTaskDialogCommonButton

func TaskDialog_GetExpandButtonCaption added in v1.2.4

func TaskDialog_GetExpandButtonCaption(obj uintptr) string

func TaskDialog_GetExpandedText added in v1.2.4

func TaskDialog_GetExpandedText(obj uintptr) string

func TaskDialog_GetFlags added in v1.2.4

func TaskDialog_GetFlags(obj uintptr) TTaskDialogFlags

func TaskDialog_GetFooterIcon added in v1.2.4

func TaskDialog_GetFooterIcon(obj uintptr) TTaskDialogIcon

func TaskDialog_GetFooterText added in v1.2.4

func TaskDialog_GetFooterText(obj uintptr) string

func TaskDialog_GetHashCode added in v1.2.4

func TaskDialog_GetHashCode(obj uintptr) int32

func TaskDialog_GetMainIcon added in v1.2.4

func TaskDialog_GetMainIcon(obj uintptr) TTaskDialogIcon

func TaskDialog_GetModalResult added in v1.2.4

func TaskDialog_GetModalResult(obj uintptr) TModalResult

func TaskDialog_GetName added in v1.2.4

func TaskDialog_GetName(obj uintptr) string

func TaskDialog_GetNamePath added in v1.2.4

func TaskDialog_GetNamePath(obj uintptr) string

func TaskDialog_GetOwner added in v1.2.4

func TaskDialog_GetOwner(obj uintptr) uintptr

func TaskDialog_GetRadioButton added in v1.2.4

func TaskDialog_GetRadioButton(obj uintptr) uintptr

func TaskDialog_GetRadioButtons added in v1.2.4

func TaskDialog_GetRadioButtons(obj uintptr) uintptr

func TaskDialog_GetTag added in v1.2.4

func TaskDialog_GetTag(obj uintptr) int

func TaskDialog_GetText added in v1.2.4

func TaskDialog_GetText(obj uintptr) string

func TaskDialog_GetTitle added in v1.2.4

func TaskDialog_GetTitle(obj uintptr) string

func TaskDialog_GetVerificationText added in v1.2.4

func TaskDialog_GetVerificationText(obj uintptr) string

func TaskDialog_HasParent added in v1.2.4

func TaskDialog_HasParent(obj uintptr) bool

func TaskDialog_InheritsFrom added in v1.2.4

func TaskDialog_InheritsFrom(obj uintptr, AClass TClass) bool

func TaskDialog_InstanceSize added in v1.2.4

func TaskDialog_InstanceSize(obj uintptr) int32

func TaskDialog_SetButton added in v1.2.4

func TaskDialog_SetButton(obj uintptr, value uintptr)

func TaskDialog_SetButtons added in v1.2.4

func TaskDialog_SetButtons(obj uintptr, value uintptr)

func TaskDialog_SetCaption added in v1.2.4

func TaskDialog_SetCaption(obj uintptr, value string)

func TaskDialog_SetCommonButtons added in v1.2.4

func TaskDialog_SetCommonButtons(obj uintptr, value TTaskDialogCommonButtons)

func TaskDialog_SetComponentIndex added in v1.2.4

func TaskDialog_SetComponentIndex(obj uintptr, value int32)

func TaskDialog_SetDefaultButton added in v1.2.4

func TaskDialog_SetDefaultButton(obj uintptr, value TTaskDialogCommonButton)

func TaskDialog_SetExpandButtonCaption added in v1.2.4

func TaskDialog_SetExpandButtonCaption(obj uintptr, value string)

func TaskDialog_SetExpandedText added in v1.2.4

func TaskDialog_SetExpandedText(obj uintptr, value string)

func TaskDialog_SetFlags added in v1.2.4

func TaskDialog_SetFlags(obj uintptr, value TTaskDialogFlags)

func TaskDialog_SetFooterIcon added in v1.2.4

func TaskDialog_SetFooterIcon(obj uintptr, value TTaskDialogIcon)

func TaskDialog_SetFooterText added in v1.2.4

func TaskDialog_SetFooterText(obj uintptr, value string)

func TaskDialog_SetMainIcon added in v1.2.4

func TaskDialog_SetMainIcon(obj uintptr, value TTaskDialogIcon)

func TaskDialog_SetModalResult added in v1.2.4

func TaskDialog_SetModalResult(obj uintptr, value TModalResult)

func TaskDialog_SetName added in v1.2.4

func TaskDialog_SetName(obj uintptr, value string)

func TaskDialog_SetOnButtonClicked added in v1.2.4

func TaskDialog_SetOnButtonClicked(obj uintptr, fn interface{})

func TaskDialog_SetRadioButtons added in v1.2.4

func TaskDialog_SetRadioButtons(obj uintptr, value uintptr)

func TaskDialog_SetTag added in v1.2.4

func TaskDialog_SetTag(obj uintptr, value int)

func TaskDialog_SetText added in v1.2.4

func TaskDialog_SetText(obj uintptr, value string)

func TaskDialog_SetTitle added in v1.2.4

func TaskDialog_SetTitle(obj uintptr, value string)

func TaskDialog_SetVerificationText added in v1.2.4

func TaskDialog_SetVerificationText(obj uintptr, value string)

func TaskDialog_StaticClassType added in v1.2.4

func TaskDialog_StaticClassType() TClass

func TaskDialog_ToString added in v1.2.4

func TaskDialog_ToString(obj uintptr) string

func TextAttributes_Assign

func TextAttributes_Assign(obj uintptr, Source uintptr)

func TextAttributes_ClassName

func TextAttributes_ClassName(obj uintptr) string

func TextAttributes_ClassType added in v1.1.18

func TextAttributes_ClassType(obj uintptr) TClass

func TextAttributes_Equals

func TextAttributes_Equals(obj uintptr, Obj uintptr) bool

func TextAttributes_GetCharset

func TextAttributes_GetCharset(obj uintptr) TFontCharset

func TextAttributes_GetColor

func TextAttributes_GetColor(obj uintptr) TColor

func TextAttributes_GetHashCode

func TextAttributes_GetHashCode(obj uintptr) int32

func TextAttributes_GetHeight

func TextAttributes_GetHeight(obj uintptr) int32

func TextAttributes_GetName

func TextAttributes_GetName(obj uintptr) string

func TextAttributes_GetNamePath

func TextAttributes_GetNamePath(obj uintptr) string

func TextAttributes_GetPitch

func TextAttributes_GetPitch(obj uintptr) TFontPitch

func TextAttributes_GetSize

func TextAttributes_GetSize(obj uintptr) int32

func TextAttributes_GetStyle

func TextAttributes_GetStyle(obj uintptr) TFontStyles

func TextAttributes_InheritsFrom added in v1.1.18

func TextAttributes_InheritsFrom(obj uintptr, AClass TClass) bool

func TextAttributes_InstanceSize added in v1.1.18

func TextAttributes_InstanceSize(obj uintptr) int32

func TextAttributes_SetCharset

func TextAttributes_SetCharset(obj uintptr, value TFontCharset)

func TextAttributes_SetColor

func TextAttributes_SetColor(obj uintptr, value TColor)

func TextAttributes_SetHeight

func TextAttributes_SetHeight(obj uintptr, value int32)

func TextAttributes_SetName

func TextAttributes_SetName(obj uintptr, value string)

func TextAttributes_SetPitch

func TextAttributes_SetPitch(obj uintptr, value TFontPitch)

func TextAttributes_SetSize

func TextAttributes_SetSize(obj uintptr, value int32)

func TextAttributes_SetStyle

func TextAttributes_SetStyle(obj uintptr, value TFontStyles)

func TextAttributes_StaticClassType added in v1.1.18

func TextAttributes_StaticClassType() TClass

func TextAttributes_ToString

func TextAttributes_ToString(obj uintptr) string

func ThreadSyncCallbackFn added in v1.2.5

func ThreadSyncCallbackFn() func()

返回当前需要调用的线程同步函数

func Timer_Assign

func Timer_Assign(obj uintptr, Source uintptr)

func Timer_ClassName

func Timer_ClassName(obj uintptr) string

func Timer_ClassType added in v1.1.18

func Timer_ClassType(obj uintptr) TClass

func Timer_Create

func Timer_Create(obj uintptr) uintptr

func Timer_Equals

func Timer_Equals(obj uintptr, Obj uintptr) bool

func Timer_FindComponent

func Timer_FindComponent(obj uintptr, AName string) uintptr

func Timer_Free

func Timer_Free(obj uintptr)

func Timer_GetComponentCount

func Timer_GetComponentCount(obj uintptr) int32

func Timer_GetComponentIndex

func Timer_GetComponentIndex(obj uintptr) int32

func Timer_GetComponents

func Timer_GetComponents(obj uintptr, AIndex int32) uintptr

func Timer_GetEnabled

func Timer_GetEnabled(obj uintptr) bool

func Timer_GetHashCode

func Timer_GetHashCode(obj uintptr) int32

func Timer_GetInterval

func Timer_GetInterval(obj uintptr) uint32

func Timer_GetName

func Timer_GetName(obj uintptr) string

func Timer_GetNamePath

func Timer_GetNamePath(obj uintptr) string

func Timer_GetOwner

func Timer_GetOwner(obj uintptr) uintptr

func Timer_GetTag

func Timer_GetTag(obj uintptr) int

func Timer_HasParent

func Timer_HasParent(obj uintptr) bool

func Timer_InheritsFrom added in v1.1.18

func Timer_InheritsFrom(obj uintptr, AClass TClass) bool

func Timer_InstanceSize added in v1.1.18

func Timer_InstanceSize(obj uintptr) int32

func Timer_SetComponentIndex

func Timer_SetComponentIndex(obj uintptr, value int32)

func Timer_SetEnabled

func Timer_SetEnabled(obj uintptr, value bool)

func Timer_SetInterval

func Timer_SetInterval(obj uintptr, value uint32)

func Timer_SetName

func Timer_SetName(obj uintptr, value string)

func Timer_SetOnTimer

func Timer_SetOnTimer(obj uintptr, fn interface{})

func Timer_SetTag

func Timer_SetTag(obj uintptr, value int)

func Timer_StaticClassType added in v1.1.18

func Timer_StaticClassType() TClass

func Timer_ToString

func Timer_ToString(obj uintptr) string

func ToolBar_AnchorAsAlign

func ToolBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ToolBar_AnchorClient

func ToolBar_AnchorClient(obj uintptr, ASpace int32)

func ToolBar_AnchorHorizontalCenterTo

func ToolBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ToolBar_AnchorParallel

func ToolBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ToolBar_AnchorToNeighbour

func ToolBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ToolBar_AnchorVerticalCenterTo

func ToolBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ToolBar_Assign

func ToolBar_Assign(obj uintptr, Source uintptr)

func ToolBar_BringToFront

func ToolBar_BringToFront(obj uintptr)

func ToolBar_CanFocus

func ToolBar_CanFocus(obj uintptr) bool

func ToolBar_ClassName

func ToolBar_ClassName(obj uintptr) string

func ToolBar_ClassType added in v1.1.18

func ToolBar_ClassType(obj uintptr) TClass

func ToolBar_ClientToParent

func ToolBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ToolBar_ClientToScreen

func ToolBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ToolBar_ContainsControl added in v1.1.21

func ToolBar_ContainsControl(obj uintptr, Control uintptr) bool

func ToolBar_ControlAtPos added in v1.1.21

func ToolBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ToolBar_Create

func ToolBar_Create(obj uintptr) uintptr

func ToolBar_DisableAlign added in v1.1.21

func ToolBar_DisableAlign(obj uintptr)

func ToolBar_Dragging

func ToolBar_Dragging(obj uintptr) bool

func ToolBar_EnableAlign added in v1.1.21

func ToolBar_EnableAlign(obj uintptr)

func ToolBar_Equals

func ToolBar_Equals(obj uintptr, Obj uintptr) bool

func ToolBar_FindChildControl added in v1.1.21

func ToolBar_FindChildControl(obj uintptr, ControlName string) uintptr

func ToolBar_FindComponent

func ToolBar_FindComponent(obj uintptr, AName string) uintptr

func ToolBar_FlipChildren

func ToolBar_FlipChildren(obj uintptr, AllLevels bool)

func ToolBar_Focused

func ToolBar_Focused(obj uintptr) bool

func ToolBar_Free

func ToolBar_Free(obj uintptr)

func ToolBar_GetAction

func ToolBar_GetAction(obj uintptr) uintptr

func ToolBar_GetAlign

func ToolBar_GetAlign(obj uintptr) TAlign

func ToolBar_GetAnchorSide

func ToolBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ToolBar_GetAnchorSideBottom

func ToolBar_GetAnchorSideBottom(obj uintptr) uintptr

func ToolBar_GetAnchorSideLeft

func ToolBar_GetAnchorSideLeft(obj uintptr) uintptr

func ToolBar_GetAnchorSideRight

func ToolBar_GetAnchorSideRight(obj uintptr) uintptr

func ToolBar_GetAnchorSideTop

func ToolBar_GetAnchorSideTop(obj uintptr) uintptr

func ToolBar_GetAnchors

func ToolBar_GetAnchors(obj uintptr) TAnchors

func ToolBar_GetAutoSize

func ToolBar_GetAutoSize(obj uintptr) bool

func ToolBar_GetBiDiMode

func ToolBar_GetBiDiMode(obj uintptr) TBiDiMode

func ToolBar_GetBorderSpacing

func ToolBar_GetBorderSpacing(obj uintptr) uintptr

func ToolBar_GetBorderWidth

func ToolBar_GetBorderWidth(obj uintptr) int32

func ToolBar_GetBoundsRect

func ToolBar_GetBoundsRect(obj uintptr) TRect

func ToolBar_GetBrush

func ToolBar_GetBrush(obj uintptr) uintptr

func ToolBar_GetButtonCount

func ToolBar_GetButtonCount(obj uintptr) int32

func ToolBar_GetButtonHeight

func ToolBar_GetButtonHeight(obj uintptr) int32

func ToolBar_GetButtonWidth

func ToolBar_GetButtonWidth(obj uintptr) int32

func ToolBar_GetButtons

func ToolBar_GetButtons(obj uintptr, Index int32) uintptr

func ToolBar_GetCanvas

func ToolBar_GetCanvas(obj uintptr) uintptr

func ToolBar_GetCaption

func ToolBar_GetCaption(obj uintptr) string

func ToolBar_GetChildSizing

func ToolBar_GetChildSizing(obj uintptr) uintptr

func ToolBar_GetClientHeight

func ToolBar_GetClientHeight(obj uintptr) int32

func ToolBar_GetClientOrigin added in v1.1.21

func ToolBar_GetClientOrigin(obj uintptr) TPoint

func ToolBar_GetClientRect

func ToolBar_GetClientRect(obj uintptr) TRect

func ToolBar_GetClientWidth

func ToolBar_GetClientWidth(obj uintptr) int32

func ToolBar_GetColor

func ToolBar_GetColor(obj uintptr) TColor

func ToolBar_GetComponentCount

func ToolBar_GetComponentCount(obj uintptr) int32

func ToolBar_GetComponentIndex

func ToolBar_GetComponentIndex(obj uintptr) int32

func ToolBar_GetComponents

func ToolBar_GetComponents(obj uintptr, AIndex int32) uintptr

func ToolBar_GetConstraints added in v1.2.7

func ToolBar_GetConstraints(obj uintptr) uintptr

func ToolBar_GetControlCount

func ToolBar_GetControlCount(obj uintptr) int32

func ToolBar_GetControlState added in v1.1.21

func ToolBar_GetControlState(obj uintptr) TControlState

func ToolBar_GetControlStyle added in v1.1.21

func ToolBar_GetControlStyle(obj uintptr) TControlStyle

func ToolBar_GetControls

func ToolBar_GetControls(obj uintptr, Index int32) uintptr

func ToolBar_GetCursor

func ToolBar_GetCursor(obj uintptr) TCursor

func ToolBar_GetDockClientCount added in v1.1.21

func ToolBar_GetDockClientCount(obj uintptr) int32

func ToolBar_GetDockClients added in v1.1.21

func ToolBar_GetDockClients(obj uintptr, Index int32) uintptr

func ToolBar_GetDockSite

func ToolBar_GetDockSite(obj uintptr) bool

func ToolBar_GetDoubleBuffered

func ToolBar_GetDoubleBuffered(obj uintptr) bool

func ToolBar_GetDragCursor

func ToolBar_GetDragCursor(obj uintptr) TCursor

func ToolBar_GetDragKind

func ToolBar_GetDragKind(obj uintptr) TDragKind

func ToolBar_GetDragMode

func ToolBar_GetDragMode(obj uintptr) TDragMode

func ToolBar_GetEdgeBorders added in v1.1.19

func ToolBar_GetEdgeBorders(obj uintptr) TEdgeBorders

func ToolBar_GetEdgeInner added in v1.1.19

func ToolBar_GetEdgeInner(obj uintptr) TEdgeStyle

func ToolBar_GetEdgeOuter added in v1.1.19

func ToolBar_GetEdgeOuter(obj uintptr) TEdgeStyle

func ToolBar_GetEnabled

func ToolBar_GetEnabled(obj uintptr) bool

func ToolBar_GetFlat

func ToolBar_GetFlat(obj uintptr) bool

func ToolBar_GetFloating

func ToolBar_GetFloating(obj uintptr) bool

func ToolBar_GetFont

func ToolBar_GetFont(obj uintptr) uintptr

func ToolBar_GetHandle

func ToolBar_GetHandle(obj uintptr) HWND

func ToolBar_GetHashCode

func ToolBar_GetHashCode(obj uintptr) int32

func ToolBar_GetHeight

func ToolBar_GetHeight(obj uintptr) int32

func ToolBar_GetHint

func ToolBar_GetHint(obj uintptr) string

func ToolBar_GetHotImages

func ToolBar_GetHotImages(obj uintptr) uintptr

func ToolBar_GetImages

func ToolBar_GetImages(obj uintptr) uintptr

func ToolBar_GetIndent

func ToolBar_GetIndent(obj uintptr) int32

func ToolBar_GetLeft

func ToolBar_GetLeft(obj uintptr) int32

func ToolBar_GetList

func ToolBar_GetList(obj uintptr) bool

func ToolBar_GetMouseInClient added in v1.1.21

func ToolBar_GetMouseInClient(obj uintptr) bool

func ToolBar_GetName

func ToolBar_GetName(obj uintptr) string

func ToolBar_GetNamePath

func ToolBar_GetNamePath(obj uintptr) string

func ToolBar_GetOwner

func ToolBar_GetOwner(obj uintptr) uintptr

func ToolBar_GetParent

func ToolBar_GetParent(obj uintptr) uintptr

func ToolBar_GetParentColor

func ToolBar_GetParentColor(obj uintptr) bool

func ToolBar_GetParentDoubleBuffered

func ToolBar_GetParentDoubleBuffered(obj uintptr) bool

func ToolBar_GetParentFont

func ToolBar_GetParentFont(obj uintptr) bool

func ToolBar_GetParentShowHint

func ToolBar_GetParentShowHint(obj uintptr) bool

func ToolBar_GetParentWindow

func ToolBar_GetParentWindow(obj uintptr) HWND

func ToolBar_GetPopupMenu

func ToolBar_GetPopupMenu(obj uintptr) uintptr

func ToolBar_GetRowCount

func ToolBar_GetRowCount(obj uintptr) int32

func ToolBar_GetShowCaptions

func ToolBar_GetShowCaptions(obj uintptr) bool

func ToolBar_GetShowHint

func ToolBar_GetShowHint(obj uintptr) bool

func ToolBar_GetTabOrder

func ToolBar_GetTabOrder(obj uintptr) TTabOrder

func ToolBar_GetTabStop

func ToolBar_GetTabStop(obj uintptr) bool

func ToolBar_GetTag

func ToolBar_GetTag(obj uintptr) int

func ToolBar_GetTextBuf

func ToolBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ToolBar_GetTextLen

func ToolBar_GetTextLen(obj uintptr) int32

func ToolBar_GetTop

func ToolBar_GetTop(obj uintptr) int32

func ToolBar_GetTransparent

func ToolBar_GetTransparent(obj uintptr) bool

func ToolBar_GetUseDockManager

func ToolBar_GetUseDockManager(obj uintptr) bool

func ToolBar_GetVisible

func ToolBar_GetVisible(obj uintptr) bool

func ToolBar_GetVisibleDockClientCount added in v1.1.21

func ToolBar_GetVisibleDockClientCount(obj uintptr) int32

func ToolBar_GetWidth

func ToolBar_GetWidth(obj uintptr) int32

func ToolBar_GetWrapable

func ToolBar_GetWrapable(obj uintptr) bool

func ToolBar_HandleAllocated

func ToolBar_HandleAllocated(obj uintptr) bool

func ToolBar_HasParent

func ToolBar_HasParent(obj uintptr) bool

func ToolBar_Hide

func ToolBar_Hide(obj uintptr)

func ToolBar_InheritsFrom added in v1.1.18

func ToolBar_InheritsFrom(obj uintptr, AClass TClass) bool

func ToolBar_InsertControl added in v1.1.21

func ToolBar_InsertControl(obj uintptr, AControl uintptr)

func ToolBar_InstanceSize added in v1.1.18

func ToolBar_InstanceSize(obj uintptr) int32

func ToolBar_Invalidate

func ToolBar_Invalidate(obj uintptr)

func ToolBar_ParentToClient

func ToolBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ToolBar_Perform

func ToolBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ToolBar_Realign

func ToolBar_Realign(obj uintptr)

func ToolBar_Refresh

func ToolBar_Refresh(obj uintptr)

func ToolBar_RemoveControl added in v1.1.21

func ToolBar_RemoveControl(obj uintptr, AControl uintptr)

func ToolBar_Repaint

func ToolBar_Repaint(obj uintptr)

func ToolBar_ScaleBy

func ToolBar_ScaleBy(obj uintptr, M int32, D int32)

func ToolBar_ScreenToClient

func ToolBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ToolBar_ScrollBy added in v1.1.21

func ToolBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ToolBar_SendToBack

func ToolBar_SendToBack(obj uintptr)

func ToolBar_SetAction

func ToolBar_SetAction(obj uintptr, value uintptr)

func ToolBar_SetAlign

func ToolBar_SetAlign(obj uintptr, value TAlign)

func ToolBar_SetAnchorSideBottom

func ToolBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func ToolBar_SetAnchorSideLeft

func ToolBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func ToolBar_SetAnchorSideRight

func ToolBar_SetAnchorSideRight(obj uintptr, value uintptr)

func ToolBar_SetAnchorSideTop

func ToolBar_SetAnchorSideTop(obj uintptr, value uintptr)

func ToolBar_SetAnchors

func ToolBar_SetAnchors(obj uintptr, value TAnchors)

func ToolBar_SetAutoSize

func ToolBar_SetAutoSize(obj uintptr, value bool)

func ToolBar_SetBiDiMode

func ToolBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func ToolBar_SetBorderSpacing

func ToolBar_SetBorderSpacing(obj uintptr, value uintptr)

func ToolBar_SetBorderWidth

func ToolBar_SetBorderWidth(obj uintptr, value int32)

func ToolBar_SetBounds

func ToolBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ToolBar_SetBoundsRect

func ToolBar_SetBoundsRect(obj uintptr, value TRect)

func ToolBar_SetButtonHeight

func ToolBar_SetButtonHeight(obj uintptr, value int32)

func ToolBar_SetButtonWidth

func ToolBar_SetButtonWidth(obj uintptr, value int32)

func ToolBar_SetCaption

func ToolBar_SetCaption(obj uintptr, value string)

func ToolBar_SetChildSizing

func ToolBar_SetChildSizing(obj uintptr, value uintptr)

func ToolBar_SetClientHeight

func ToolBar_SetClientHeight(obj uintptr, value int32)

func ToolBar_SetClientWidth

func ToolBar_SetClientWidth(obj uintptr, value int32)

func ToolBar_SetColor

func ToolBar_SetColor(obj uintptr, value TColor)

func ToolBar_SetComponentIndex

func ToolBar_SetComponentIndex(obj uintptr, value int32)

func ToolBar_SetConstraints added in v1.2.7

func ToolBar_SetConstraints(obj uintptr, value uintptr)

func ToolBar_SetControlState added in v1.1.21

func ToolBar_SetControlState(obj uintptr, value TControlState)

func ToolBar_SetControlStyle added in v1.1.21

func ToolBar_SetControlStyle(obj uintptr, value TControlStyle)

func ToolBar_SetCursor

func ToolBar_SetCursor(obj uintptr, value TCursor)

func ToolBar_SetDockSite

func ToolBar_SetDockSite(obj uintptr, value bool)

func ToolBar_SetDoubleBuffered

func ToolBar_SetDoubleBuffered(obj uintptr, value bool)

func ToolBar_SetDragCursor

func ToolBar_SetDragCursor(obj uintptr, value TCursor)

func ToolBar_SetDragKind

func ToolBar_SetDragKind(obj uintptr, value TDragKind)

func ToolBar_SetDragMode

func ToolBar_SetDragMode(obj uintptr, value TDragMode)

func ToolBar_SetEdgeBorders added in v1.1.19

func ToolBar_SetEdgeBorders(obj uintptr, value TEdgeBorders)

func ToolBar_SetEdgeInner added in v1.1.19

func ToolBar_SetEdgeInner(obj uintptr, value TEdgeStyle)

func ToolBar_SetEdgeOuter added in v1.1.19

func ToolBar_SetEdgeOuter(obj uintptr, value TEdgeStyle)

func ToolBar_SetEnabled

func ToolBar_SetEnabled(obj uintptr, value bool)

func ToolBar_SetFlat

func ToolBar_SetFlat(obj uintptr, value bool)

func ToolBar_SetFocus

func ToolBar_SetFocus(obj uintptr)

func ToolBar_SetFont

func ToolBar_SetFont(obj uintptr, value uintptr)

func ToolBar_SetHeight

func ToolBar_SetHeight(obj uintptr, value int32)

func ToolBar_SetHint

func ToolBar_SetHint(obj uintptr, value string)

func ToolBar_SetHotImages

func ToolBar_SetHotImages(obj uintptr, value uintptr)

func ToolBar_SetImages

func ToolBar_SetImages(obj uintptr, value uintptr)

func ToolBar_SetIndent

func ToolBar_SetIndent(obj uintptr, value int32)

func ToolBar_SetLeft

func ToolBar_SetLeft(obj uintptr, value int32)

func ToolBar_SetList

func ToolBar_SetList(obj uintptr, value bool)

func ToolBar_SetName

func ToolBar_SetName(obj uintptr, value string)

func ToolBar_SetOnClick

func ToolBar_SetOnClick(obj uintptr, fn interface{})

func ToolBar_SetOnContextPopup

func ToolBar_SetOnContextPopup(obj uintptr, fn interface{})

func ToolBar_SetOnDblClick

func ToolBar_SetOnDblClick(obj uintptr, fn interface{})

func ToolBar_SetOnDockDrop

func ToolBar_SetOnDockDrop(obj uintptr, fn interface{})

func ToolBar_SetOnDragDrop

func ToolBar_SetOnDragDrop(obj uintptr, fn interface{})

func ToolBar_SetOnDragOver

func ToolBar_SetOnDragOver(obj uintptr, fn interface{})

func ToolBar_SetOnEndDrag

func ToolBar_SetOnEndDrag(obj uintptr, fn interface{})

func ToolBar_SetOnEnter

func ToolBar_SetOnEnter(obj uintptr, fn interface{})

func ToolBar_SetOnExit

func ToolBar_SetOnExit(obj uintptr, fn interface{})

func ToolBar_SetOnMouseDown

func ToolBar_SetOnMouseDown(obj uintptr, fn interface{})

func ToolBar_SetOnMouseEnter

func ToolBar_SetOnMouseEnter(obj uintptr, fn interface{})

func ToolBar_SetOnMouseLeave

func ToolBar_SetOnMouseLeave(obj uintptr, fn interface{})

func ToolBar_SetOnMouseMove

func ToolBar_SetOnMouseMove(obj uintptr, fn interface{})

func ToolBar_SetOnMouseUp

func ToolBar_SetOnMouseUp(obj uintptr, fn interface{})

func ToolBar_SetOnResize

func ToolBar_SetOnResize(obj uintptr, fn interface{})

func ToolBar_SetOnUnDock

func ToolBar_SetOnUnDock(obj uintptr, fn interface{})

func ToolBar_SetParent

func ToolBar_SetParent(obj uintptr, value uintptr)

func ToolBar_SetParentColor

func ToolBar_SetParentColor(obj uintptr, value bool)

func ToolBar_SetParentDoubleBuffered

func ToolBar_SetParentDoubleBuffered(obj uintptr, value bool)

func ToolBar_SetParentFont

func ToolBar_SetParentFont(obj uintptr, value bool)

func ToolBar_SetParentShowHint

func ToolBar_SetParentShowHint(obj uintptr, value bool)

func ToolBar_SetParentWindow

func ToolBar_SetParentWindow(obj uintptr, value HWND)

func ToolBar_SetPopupMenu

func ToolBar_SetPopupMenu(obj uintptr, value uintptr)

func ToolBar_SetShowCaptions

func ToolBar_SetShowCaptions(obj uintptr, value bool)

func ToolBar_SetShowHint

func ToolBar_SetShowHint(obj uintptr, value bool)

func ToolBar_SetTabOrder

func ToolBar_SetTabOrder(obj uintptr, value TTabOrder)

func ToolBar_SetTabStop

func ToolBar_SetTabStop(obj uintptr, value bool)

func ToolBar_SetTag

func ToolBar_SetTag(obj uintptr, value int)

func ToolBar_SetTextBuf added in v1.1.21

func ToolBar_SetTextBuf(obj uintptr, Buffer string)

func ToolBar_SetTop

func ToolBar_SetTop(obj uintptr, value int32)

func ToolBar_SetTransparent

func ToolBar_SetTransparent(obj uintptr, value bool)

func ToolBar_SetUseDockManager

func ToolBar_SetUseDockManager(obj uintptr, value bool)

func ToolBar_SetVisible

func ToolBar_SetVisible(obj uintptr, value bool)

func ToolBar_SetWidth

func ToolBar_SetWidth(obj uintptr, value int32)

func ToolBar_SetWrapable

func ToolBar_SetWrapable(obj uintptr, value bool)

func ToolBar_Show

func ToolBar_Show(obj uintptr)

func ToolBar_StaticClassType added in v1.1.18

func ToolBar_StaticClassType() TClass

func ToolBar_ToString

func ToolBar_ToString(obj uintptr) string

func ToolBar_Update

func ToolBar_Update(obj uintptr)

func ToolButton_AnchorAsAlign

func ToolButton_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ToolButton_AnchorClient

func ToolButton_AnchorClient(obj uintptr, ASpace int32)

func ToolButton_AnchorHorizontalCenterTo

func ToolButton_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ToolButton_AnchorParallel

func ToolButton_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ToolButton_AnchorToNeighbour

func ToolButton_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ToolButton_AnchorVerticalCenterTo

func ToolButton_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ToolButton_Assign

func ToolButton_Assign(obj uintptr, Source uintptr)

func ToolButton_BringToFront

func ToolButton_BringToFront(obj uintptr)

func ToolButton_CheckMenuDropdown

func ToolButton_CheckMenuDropdown(obj uintptr) bool

func ToolButton_ClassName

func ToolButton_ClassName(obj uintptr) string

func ToolButton_ClassType added in v1.1.18

func ToolButton_ClassType(obj uintptr) TClass

func ToolButton_Click

func ToolButton_Click(obj uintptr)

func ToolButton_ClientToParent

func ToolButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ToolButton_ClientToScreen

func ToolButton_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ToolButton_Create

func ToolButton_Create(obj uintptr) uintptr

func ToolButton_Dragging

func ToolButton_Dragging(obj uintptr) bool

func ToolButton_Equals

func ToolButton_Equals(obj uintptr, Obj uintptr) bool

func ToolButton_FindComponent

func ToolButton_FindComponent(obj uintptr, AName string) uintptr

func ToolButton_Free

func ToolButton_Free(obj uintptr)

func ToolButton_GetAction

func ToolButton_GetAction(obj uintptr) uintptr

func ToolButton_GetAlign

func ToolButton_GetAlign(obj uintptr) TAlign

func ToolButton_GetAllowAllUp

func ToolButton_GetAllowAllUp(obj uintptr) bool

func ToolButton_GetAnchorSide

func ToolButton_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ToolButton_GetAnchorSideBottom

func ToolButton_GetAnchorSideBottom(obj uintptr) uintptr

func ToolButton_GetAnchorSideLeft

func ToolButton_GetAnchorSideLeft(obj uintptr) uintptr

func ToolButton_GetAnchorSideRight

func ToolButton_GetAnchorSideRight(obj uintptr) uintptr

func ToolButton_GetAnchorSideTop

func ToolButton_GetAnchorSideTop(obj uintptr) uintptr

func ToolButton_GetAnchors

func ToolButton_GetAnchors(obj uintptr) TAnchors

func ToolButton_GetAutoSize

func ToolButton_GetAutoSize(obj uintptr) bool

func ToolButton_GetBiDiMode

func ToolButton_GetBiDiMode(obj uintptr) TBiDiMode

func ToolButton_GetBorderSpacing

func ToolButton_GetBorderSpacing(obj uintptr) uintptr

func ToolButton_GetBoundsRect

func ToolButton_GetBoundsRect(obj uintptr) TRect

func ToolButton_GetCaption

func ToolButton_GetCaption(obj uintptr) string

func ToolButton_GetClientHeight

func ToolButton_GetClientHeight(obj uintptr) int32

func ToolButton_GetClientOrigin added in v1.1.21

func ToolButton_GetClientOrigin(obj uintptr) TPoint

func ToolButton_GetClientRect

func ToolButton_GetClientRect(obj uintptr) TRect

func ToolButton_GetClientWidth

func ToolButton_GetClientWidth(obj uintptr) int32

func ToolButton_GetComponentCount

func ToolButton_GetComponentCount(obj uintptr) int32

func ToolButton_GetComponentIndex

func ToolButton_GetComponentIndex(obj uintptr) int32

func ToolButton_GetComponents

func ToolButton_GetComponents(obj uintptr, AIndex int32) uintptr

func ToolButton_GetConstraints added in v1.2.7

func ToolButton_GetConstraints(obj uintptr) uintptr

func ToolButton_GetControlState added in v1.1.21

func ToolButton_GetControlState(obj uintptr) TControlState

func ToolButton_GetControlStyle added in v1.1.21

func ToolButton_GetControlStyle(obj uintptr) TControlStyle

func ToolButton_GetCursor

func ToolButton_GetCursor(obj uintptr) TCursor

func ToolButton_GetDown

func ToolButton_GetDown(obj uintptr) bool

func ToolButton_GetDragCursor

func ToolButton_GetDragCursor(obj uintptr) TCursor

func ToolButton_GetDragKind

func ToolButton_GetDragKind(obj uintptr) TDragKind

func ToolButton_GetDragMode

func ToolButton_GetDragMode(obj uintptr) TDragMode

func ToolButton_GetDropdownMenu

func ToolButton_GetDropdownMenu(obj uintptr) uintptr

func ToolButton_GetEnabled

func ToolButton_GetEnabled(obj uintptr) bool

func ToolButton_GetFloating

func ToolButton_GetFloating(obj uintptr) bool

func ToolButton_GetGrouped

func ToolButton_GetGrouped(obj uintptr) bool

func ToolButton_GetHashCode

func ToolButton_GetHashCode(obj uintptr) int32

func ToolButton_GetHeight

func ToolButton_GetHeight(obj uintptr) int32

func ToolButton_GetHint

func ToolButton_GetHint(obj uintptr) string

func ToolButton_GetImageIndex

func ToolButton_GetImageIndex(obj uintptr) int32

func ToolButton_GetIndeterminate

func ToolButton_GetIndeterminate(obj uintptr) bool

func ToolButton_GetIndex

func ToolButton_GetIndex(obj uintptr) int32

func ToolButton_GetLeft

func ToolButton_GetLeft(obj uintptr) int32

func ToolButton_GetMarked

func ToolButton_GetMarked(obj uintptr) bool

func ToolButton_GetName

func ToolButton_GetName(obj uintptr) string

func ToolButton_GetNamePath

func ToolButton_GetNamePath(obj uintptr) string

func ToolButton_GetOwner

func ToolButton_GetOwner(obj uintptr) uintptr

func ToolButton_GetParent

func ToolButton_GetParent(obj uintptr) uintptr

func ToolButton_GetParentShowHint

func ToolButton_GetParentShowHint(obj uintptr) bool

func ToolButton_GetPopupMenu

func ToolButton_GetPopupMenu(obj uintptr) uintptr

func ToolButton_GetShowHint

func ToolButton_GetShowHint(obj uintptr) bool

func ToolButton_GetStyle

func ToolButton_GetStyle(obj uintptr) TToolButtonStyle

func ToolButton_GetTag

func ToolButton_GetTag(obj uintptr) int

func ToolButton_GetTextBuf

func ToolButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ToolButton_GetTextLen

func ToolButton_GetTextLen(obj uintptr) int32

func ToolButton_GetTop

func ToolButton_GetTop(obj uintptr) int32

func ToolButton_GetVisible

func ToolButton_GetVisible(obj uintptr) bool

func ToolButton_GetWidth

func ToolButton_GetWidth(obj uintptr) int32

func ToolButton_GetWrap

func ToolButton_GetWrap(obj uintptr) bool

func ToolButton_HasParent

func ToolButton_HasParent(obj uintptr) bool

func ToolButton_Hide

func ToolButton_Hide(obj uintptr)

func ToolButton_InheritsFrom added in v1.1.18

func ToolButton_InheritsFrom(obj uintptr, AClass TClass) bool

func ToolButton_InstanceSize added in v1.1.18

func ToolButton_InstanceSize(obj uintptr) int32

func ToolButton_Invalidate

func ToolButton_Invalidate(obj uintptr)

func ToolButton_ParentToClient

func ToolButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ToolButton_Perform

func ToolButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ToolButton_Refresh

func ToolButton_Refresh(obj uintptr)

func ToolButton_Repaint

func ToolButton_Repaint(obj uintptr)

func ToolButton_ScreenToClient

func ToolButton_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ToolButton_SendToBack

func ToolButton_SendToBack(obj uintptr)

func ToolButton_SetAction

func ToolButton_SetAction(obj uintptr, value uintptr)

func ToolButton_SetAlign

func ToolButton_SetAlign(obj uintptr, value TAlign)

func ToolButton_SetAllowAllUp

func ToolButton_SetAllowAllUp(obj uintptr, value bool)

func ToolButton_SetAnchorSideBottom

func ToolButton_SetAnchorSideBottom(obj uintptr, value uintptr)

func ToolButton_SetAnchorSideLeft

func ToolButton_SetAnchorSideLeft(obj uintptr, value uintptr)

func ToolButton_SetAnchorSideRight

func ToolButton_SetAnchorSideRight(obj uintptr, value uintptr)

func ToolButton_SetAnchorSideTop

func ToolButton_SetAnchorSideTop(obj uintptr, value uintptr)

func ToolButton_SetAnchors

func ToolButton_SetAnchors(obj uintptr, value TAnchors)

func ToolButton_SetAutoSize

func ToolButton_SetAutoSize(obj uintptr, value bool)

func ToolButton_SetBiDiMode

func ToolButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func ToolButton_SetBorderSpacing

func ToolButton_SetBorderSpacing(obj uintptr, value uintptr)

func ToolButton_SetBounds

func ToolButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ToolButton_SetBoundsRect

func ToolButton_SetBoundsRect(obj uintptr, value TRect)

func ToolButton_SetCaption

func ToolButton_SetCaption(obj uintptr, value string)

func ToolButton_SetClientHeight

func ToolButton_SetClientHeight(obj uintptr, value int32)

func ToolButton_SetClientWidth

func ToolButton_SetClientWidth(obj uintptr, value int32)

func ToolButton_SetComponentIndex

func ToolButton_SetComponentIndex(obj uintptr, value int32)

func ToolButton_SetConstraints added in v1.2.7

func ToolButton_SetConstraints(obj uintptr, value uintptr)

func ToolButton_SetControlState added in v1.1.21

func ToolButton_SetControlState(obj uintptr, value TControlState)

func ToolButton_SetControlStyle added in v1.1.21

func ToolButton_SetControlStyle(obj uintptr, value TControlStyle)

func ToolButton_SetCursor

func ToolButton_SetCursor(obj uintptr, value TCursor)

func ToolButton_SetDown

func ToolButton_SetDown(obj uintptr, value bool)

func ToolButton_SetDragCursor

func ToolButton_SetDragCursor(obj uintptr, value TCursor)

func ToolButton_SetDragKind

func ToolButton_SetDragKind(obj uintptr, value TDragKind)

func ToolButton_SetDragMode

func ToolButton_SetDragMode(obj uintptr, value TDragMode)

func ToolButton_SetDropdownMenu

func ToolButton_SetDropdownMenu(obj uintptr, value uintptr)

func ToolButton_SetEnabled

func ToolButton_SetEnabled(obj uintptr, value bool)

func ToolButton_SetGrouped

func ToolButton_SetGrouped(obj uintptr, value bool)

func ToolButton_SetHeight

func ToolButton_SetHeight(obj uintptr, value int32)

func ToolButton_SetHint

func ToolButton_SetHint(obj uintptr, value string)

func ToolButton_SetImageIndex

func ToolButton_SetImageIndex(obj uintptr, value int32)

func ToolButton_SetIndeterminate

func ToolButton_SetIndeterminate(obj uintptr, value bool)

func ToolButton_SetLeft

func ToolButton_SetLeft(obj uintptr, value int32)

func ToolButton_SetMarked

func ToolButton_SetMarked(obj uintptr, value bool)

func ToolButton_SetName

func ToolButton_SetName(obj uintptr, value string)

func ToolButton_SetOnClick

func ToolButton_SetOnClick(obj uintptr, fn interface{})

func ToolButton_SetOnContextPopup

func ToolButton_SetOnContextPopup(obj uintptr, fn interface{})

func ToolButton_SetOnDragDrop

func ToolButton_SetOnDragDrop(obj uintptr, fn interface{})

func ToolButton_SetOnDragOver

func ToolButton_SetOnDragOver(obj uintptr, fn interface{})

func ToolButton_SetOnEndDock

func ToolButton_SetOnEndDock(obj uintptr, fn interface{})

func ToolButton_SetOnEndDrag

func ToolButton_SetOnEndDrag(obj uintptr, fn interface{})

func ToolButton_SetOnMouseDown

func ToolButton_SetOnMouseDown(obj uintptr, fn interface{})

func ToolButton_SetOnMouseEnter

func ToolButton_SetOnMouseEnter(obj uintptr, fn interface{})

func ToolButton_SetOnMouseLeave

func ToolButton_SetOnMouseLeave(obj uintptr, fn interface{})

func ToolButton_SetOnMouseMove

func ToolButton_SetOnMouseMove(obj uintptr, fn interface{})

func ToolButton_SetOnMouseUp

func ToolButton_SetOnMouseUp(obj uintptr, fn interface{})

func ToolButton_SetOnStartDock

func ToolButton_SetOnStartDock(obj uintptr, fn interface{})

func ToolButton_SetParent

func ToolButton_SetParent(obj uintptr, value uintptr)

func ToolButton_SetParentShowHint

func ToolButton_SetParentShowHint(obj uintptr, value bool)

func ToolButton_SetPopupMenu

func ToolButton_SetPopupMenu(obj uintptr, value uintptr)

func ToolButton_SetShowHint

func ToolButton_SetShowHint(obj uintptr, value bool)

func ToolButton_SetStyle

func ToolButton_SetStyle(obj uintptr, value TToolButtonStyle)

func ToolButton_SetTag

func ToolButton_SetTag(obj uintptr, value int)

func ToolButton_SetTextBuf added in v1.1.21

func ToolButton_SetTextBuf(obj uintptr, Buffer string)

func ToolButton_SetTop

func ToolButton_SetTop(obj uintptr, value int32)

func ToolButton_SetVisible

func ToolButton_SetVisible(obj uintptr, value bool)

func ToolButton_SetWidth

func ToolButton_SetWidth(obj uintptr, value int32)

func ToolButton_SetWrap

func ToolButton_SetWrap(obj uintptr, value bool)

func ToolButton_Show

func ToolButton_Show(obj uintptr)

func ToolButton_StaticClassType added in v1.1.18

func ToolButton_StaticClassType() TClass

func ToolButton_ToString

func ToolButton_ToString(obj uintptr) string

func ToolButton_Update

func ToolButton_Update(obj uintptr)

func TrackBar_AnchorAsAlign

func TrackBar_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func TrackBar_AnchorClient

func TrackBar_AnchorClient(obj uintptr, ASpace int32)

func TrackBar_AnchorHorizontalCenterTo

func TrackBar_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func TrackBar_AnchorParallel

func TrackBar_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TrackBar_AnchorToNeighbour

func TrackBar_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TrackBar_AnchorVerticalCenterTo

func TrackBar_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func TrackBar_Assign

func TrackBar_Assign(obj uintptr, Source uintptr)

func TrackBar_BringToFront

func TrackBar_BringToFront(obj uintptr)

func TrackBar_CanFocus

func TrackBar_CanFocus(obj uintptr) bool

func TrackBar_ClassName

func TrackBar_ClassName(obj uintptr) string

func TrackBar_ClassType added in v1.1.18

func TrackBar_ClassType(obj uintptr) TClass

func TrackBar_ClientToParent

func TrackBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TrackBar_ClientToScreen

func TrackBar_ClientToScreen(obj uintptr, Point TPoint) TPoint

func TrackBar_ContainsControl added in v1.1.21

func TrackBar_ContainsControl(obj uintptr, Control uintptr) bool

func TrackBar_ControlAtPos added in v1.1.21

func TrackBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func TrackBar_Create

func TrackBar_Create(obj uintptr) uintptr

func TrackBar_DisableAlign added in v1.1.21

func TrackBar_DisableAlign(obj uintptr)

func TrackBar_Dragging

func TrackBar_Dragging(obj uintptr) bool

func TrackBar_EnableAlign added in v1.1.21

func TrackBar_EnableAlign(obj uintptr)

func TrackBar_Equals

func TrackBar_Equals(obj uintptr, Obj uintptr) bool

func TrackBar_FindChildControl added in v1.1.21

func TrackBar_FindChildControl(obj uintptr, ControlName string) uintptr

func TrackBar_FindComponent

func TrackBar_FindComponent(obj uintptr, AName string) uintptr

func TrackBar_FlipChildren

func TrackBar_FlipChildren(obj uintptr, AllLevels bool)

func TrackBar_Focused

func TrackBar_Focused(obj uintptr) bool

func TrackBar_Free

func TrackBar_Free(obj uintptr)

func TrackBar_GetAction

func TrackBar_GetAction(obj uintptr) uintptr

func TrackBar_GetAlign

func TrackBar_GetAlign(obj uintptr) TAlign

func TrackBar_GetAnchorSide

func TrackBar_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func TrackBar_GetAnchorSideBottom

func TrackBar_GetAnchorSideBottom(obj uintptr) uintptr

func TrackBar_GetAnchorSideLeft

func TrackBar_GetAnchorSideLeft(obj uintptr) uintptr

func TrackBar_GetAnchorSideRight

func TrackBar_GetAnchorSideRight(obj uintptr) uintptr

func TrackBar_GetAnchorSideTop

func TrackBar_GetAnchorSideTop(obj uintptr) uintptr

func TrackBar_GetAnchors

func TrackBar_GetAnchors(obj uintptr) TAnchors

func TrackBar_GetBiDiMode

func TrackBar_GetBiDiMode(obj uintptr) TBiDiMode

func TrackBar_GetBorderSpacing

func TrackBar_GetBorderSpacing(obj uintptr) uintptr

func TrackBar_GetBorderWidth

func TrackBar_GetBorderWidth(obj uintptr) int32

func TrackBar_GetBoundsRect

func TrackBar_GetBoundsRect(obj uintptr) TRect

func TrackBar_GetBrush

func TrackBar_GetBrush(obj uintptr) uintptr

func TrackBar_GetChildSizing

func TrackBar_GetChildSizing(obj uintptr) uintptr

func TrackBar_GetClientHeight

func TrackBar_GetClientHeight(obj uintptr) int32

func TrackBar_GetClientOrigin added in v1.1.21

func TrackBar_GetClientOrigin(obj uintptr) TPoint

func TrackBar_GetClientRect

func TrackBar_GetClientRect(obj uintptr) TRect

func TrackBar_GetClientWidth

func TrackBar_GetClientWidth(obj uintptr) int32

func TrackBar_GetComponentCount

func TrackBar_GetComponentCount(obj uintptr) int32

func TrackBar_GetComponentIndex

func TrackBar_GetComponentIndex(obj uintptr) int32

func TrackBar_GetComponents

func TrackBar_GetComponents(obj uintptr, AIndex int32) uintptr

func TrackBar_GetConstraints added in v1.2.7

func TrackBar_GetConstraints(obj uintptr) uintptr

func TrackBar_GetControlCount

func TrackBar_GetControlCount(obj uintptr) int32

func TrackBar_GetControlState added in v1.1.21

func TrackBar_GetControlState(obj uintptr) TControlState

func TrackBar_GetControlStyle added in v1.1.21

func TrackBar_GetControlStyle(obj uintptr) TControlStyle

func TrackBar_GetControls

func TrackBar_GetControls(obj uintptr, Index int32) uintptr

func TrackBar_GetCursor

func TrackBar_GetCursor(obj uintptr) TCursor

func TrackBar_GetDockClientCount added in v1.1.21

func TrackBar_GetDockClientCount(obj uintptr) int32

func TrackBar_GetDockClients added in v1.1.21

func TrackBar_GetDockClients(obj uintptr, Index int32) uintptr

func TrackBar_GetDockSite

func TrackBar_GetDockSite(obj uintptr) bool

func TrackBar_GetDoubleBuffered

func TrackBar_GetDoubleBuffered(obj uintptr) bool

func TrackBar_GetDragCursor

func TrackBar_GetDragCursor(obj uintptr) TCursor

func TrackBar_GetDragMode

func TrackBar_GetDragMode(obj uintptr) TDragMode

func TrackBar_GetEnabled

func TrackBar_GetEnabled(obj uintptr) bool

func TrackBar_GetFloating

func TrackBar_GetFloating(obj uintptr) bool

func TrackBar_GetFrequency

func TrackBar_GetFrequency(obj uintptr) int32

func TrackBar_GetHandle

func TrackBar_GetHandle(obj uintptr) HWND

func TrackBar_GetHashCode

func TrackBar_GetHashCode(obj uintptr) int32

func TrackBar_GetHeight

func TrackBar_GetHeight(obj uintptr) int32

func TrackBar_GetHint

func TrackBar_GetHint(obj uintptr) string

func TrackBar_GetLeft

func TrackBar_GetLeft(obj uintptr) int32

func TrackBar_GetLineSize

func TrackBar_GetLineSize(obj uintptr) int32

func TrackBar_GetMax

func TrackBar_GetMax(obj uintptr) int32

func TrackBar_GetMin

func TrackBar_GetMin(obj uintptr) int32

func TrackBar_GetMouseInClient added in v1.1.21

func TrackBar_GetMouseInClient(obj uintptr) bool

func TrackBar_GetName

func TrackBar_GetName(obj uintptr) string

func TrackBar_GetNamePath

func TrackBar_GetNamePath(obj uintptr) string

func TrackBar_GetOrientation

func TrackBar_GetOrientation(obj uintptr) TTrackBarOrientation

func TrackBar_GetOwner

func TrackBar_GetOwner(obj uintptr) uintptr

func TrackBar_GetPageSize

func TrackBar_GetPageSize(obj uintptr) int32

func TrackBar_GetParent

func TrackBar_GetParent(obj uintptr) uintptr

func TrackBar_GetParentDoubleBuffered

func TrackBar_GetParentDoubleBuffered(obj uintptr) bool

func TrackBar_GetParentShowHint

func TrackBar_GetParentShowHint(obj uintptr) bool

func TrackBar_GetParentWindow

func TrackBar_GetParentWindow(obj uintptr) HWND

func TrackBar_GetPopupMenu

func TrackBar_GetPopupMenu(obj uintptr) uintptr

func TrackBar_GetPosition

func TrackBar_GetPosition(obj uintptr) int32

func TrackBar_GetSelEnd

func TrackBar_GetSelEnd(obj uintptr) int32

func TrackBar_GetSelStart

func TrackBar_GetSelStart(obj uintptr) int32

func TrackBar_GetShowHint

func TrackBar_GetShowHint(obj uintptr) bool

func TrackBar_GetShowSelRange

func TrackBar_GetShowSelRange(obj uintptr) bool

func TrackBar_GetTabOrder

func TrackBar_GetTabOrder(obj uintptr) TTabOrder

func TrackBar_GetTabStop

func TrackBar_GetTabStop(obj uintptr) bool

func TrackBar_GetTag

func TrackBar_GetTag(obj uintptr) int

func TrackBar_GetTextBuf

func TrackBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func TrackBar_GetTextLen

func TrackBar_GetTextLen(obj uintptr) int32

func TrackBar_GetTickMarks

func TrackBar_GetTickMarks(obj uintptr) TTickMark

func TrackBar_GetTickStyle

func TrackBar_GetTickStyle(obj uintptr) TTickStyle

func TrackBar_GetTop

func TrackBar_GetTop(obj uintptr) int32

func TrackBar_GetUseDockManager

func TrackBar_GetUseDockManager(obj uintptr) bool

func TrackBar_GetVisible

func TrackBar_GetVisible(obj uintptr) bool

func TrackBar_GetVisibleDockClientCount added in v1.1.21

func TrackBar_GetVisibleDockClientCount(obj uintptr) int32

func TrackBar_GetWidth

func TrackBar_GetWidth(obj uintptr) int32

func TrackBar_HandleAllocated

func TrackBar_HandleAllocated(obj uintptr) bool

func TrackBar_HasParent

func TrackBar_HasParent(obj uintptr) bool

func TrackBar_Hide

func TrackBar_Hide(obj uintptr)

func TrackBar_InheritsFrom added in v1.1.18

func TrackBar_InheritsFrom(obj uintptr, AClass TClass) bool

func TrackBar_InsertControl added in v1.1.21

func TrackBar_InsertControl(obj uintptr, AControl uintptr)

func TrackBar_InstanceSize added in v1.1.18

func TrackBar_InstanceSize(obj uintptr) int32

func TrackBar_Invalidate

func TrackBar_Invalidate(obj uintptr)

func TrackBar_ParentToClient

func TrackBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TrackBar_Perform

func TrackBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func TrackBar_Realign

func TrackBar_Realign(obj uintptr)

func TrackBar_Refresh

func TrackBar_Refresh(obj uintptr)

func TrackBar_RemoveControl added in v1.1.21

func TrackBar_RemoveControl(obj uintptr, AControl uintptr)

func TrackBar_Repaint

func TrackBar_Repaint(obj uintptr)

func TrackBar_ScaleBy

func TrackBar_ScaleBy(obj uintptr, M int32, D int32)

func TrackBar_ScreenToClient

func TrackBar_ScreenToClient(obj uintptr, Point TPoint) TPoint

func TrackBar_ScrollBy added in v1.1.21

func TrackBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func TrackBar_SendToBack

func TrackBar_SendToBack(obj uintptr)

func TrackBar_SetAction

func TrackBar_SetAction(obj uintptr, value uintptr)

func TrackBar_SetAlign

func TrackBar_SetAlign(obj uintptr, value TAlign)

func TrackBar_SetAnchorSideBottom

func TrackBar_SetAnchorSideBottom(obj uintptr, value uintptr)

func TrackBar_SetAnchorSideLeft

func TrackBar_SetAnchorSideLeft(obj uintptr, value uintptr)

func TrackBar_SetAnchorSideRight

func TrackBar_SetAnchorSideRight(obj uintptr, value uintptr)

func TrackBar_SetAnchorSideTop

func TrackBar_SetAnchorSideTop(obj uintptr, value uintptr)

func TrackBar_SetAnchors

func TrackBar_SetAnchors(obj uintptr, value TAnchors)

func TrackBar_SetBiDiMode

func TrackBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func TrackBar_SetBorderSpacing

func TrackBar_SetBorderSpacing(obj uintptr, value uintptr)

func TrackBar_SetBorderWidth

func TrackBar_SetBorderWidth(obj uintptr, value int32)

func TrackBar_SetBounds

func TrackBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func TrackBar_SetBoundsRect

func TrackBar_SetBoundsRect(obj uintptr, value TRect)

func TrackBar_SetChildSizing

func TrackBar_SetChildSizing(obj uintptr, value uintptr)

func TrackBar_SetClientHeight

func TrackBar_SetClientHeight(obj uintptr, value int32)

func TrackBar_SetClientWidth

func TrackBar_SetClientWidth(obj uintptr, value int32)

func TrackBar_SetComponentIndex

func TrackBar_SetComponentIndex(obj uintptr, value int32)

func TrackBar_SetConstraints added in v1.2.7

func TrackBar_SetConstraints(obj uintptr, value uintptr)

func TrackBar_SetControlState added in v1.1.21

func TrackBar_SetControlState(obj uintptr, value TControlState)

func TrackBar_SetControlStyle added in v1.1.21

func TrackBar_SetControlStyle(obj uintptr, value TControlStyle)

func TrackBar_SetCursor

func TrackBar_SetCursor(obj uintptr, value TCursor)

func TrackBar_SetDockSite

func TrackBar_SetDockSite(obj uintptr, value bool)

func TrackBar_SetDoubleBuffered

func TrackBar_SetDoubleBuffered(obj uintptr, value bool)

func TrackBar_SetDragCursor

func TrackBar_SetDragCursor(obj uintptr, value TCursor)

func TrackBar_SetDragMode

func TrackBar_SetDragMode(obj uintptr, value TDragMode)

func TrackBar_SetEnabled

func TrackBar_SetEnabled(obj uintptr, value bool)

func TrackBar_SetFocus

func TrackBar_SetFocus(obj uintptr)

func TrackBar_SetFrequency

func TrackBar_SetFrequency(obj uintptr, value int32)

func TrackBar_SetHeight

func TrackBar_SetHeight(obj uintptr, value int32)

func TrackBar_SetHint

func TrackBar_SetHint(obj uintptr, value string)

func TrackBar_SetLeft

func TrackBar_SetLeft(obj uintptr, value int32)

func TrackBar_SetLineSize

func TrackBar_SetLineSize(obj uintptr, value int32)

func TrackBar_SetMax

func TrackBar_SetMax(obj uintptr, value int32)

func TrackBar_SetMin

func TrackBar_SetMin(obj uintptr, value int32)

func TrackBar_SetName

func TrackBar_SetName(obj uintptr, value string)

func TrackBar_SetOnChange

func TrackBar_SetOnChange(obj uintptr, fn interface{})

func TrackBar_SetOnContextPopup

func TrackBar_SetOnContextPopup(obj uintptr, fn interface{})

func TrackBar_SetOnDragDrop

func TrackBar_SetOnDragDrop(obj uintptr, fn interface{})

func TrackBar_SetOnDragOver

func TrackBar_SetOnDragOver(obj uintptr, fn interface{})

func TrackBar_SetOnEndDrag

func TrackBar_SetOnEndDrag(obj uintptr, fn interface{})

func TrackBar_SetOnEnter

func TrackBar_SetOnEnter(obj uintptr, fn interface{})

func TrackBar_SetOnExit

func TrackBar_SetOnExit(obj uintptr, fn interface{})

func TrackBar_SetOnKeyDown

func TrackBar_SetOnKeyDown(obj uintptr, fn interface{})

func TrackBar_SetOnKeyPress

func TrackBar_SetOnKeyPress(obj uintptr, fn interface{})

func TrackBar_SetOnKeyUp

func TrackBar_SetOnKeyUp(obj uintptr, fn interface{})

func TrackBar_SetOrientation

func TrackBar_SetOrientation(obj uintptr, value TTrackBarOrientation)

func TrackBar_SetPageSize

func TrackBar_SetPageSize(obj uintptr, value int32)

func TrackBar_SetParent

func TrackBar_SetParent(obj uintptr, value uintptr)

func TrackBar_SetParentDoubleBuffered

func TrackBar_SetParentDoubleBuffered(obj uintptr, value bool)

func TrackBar_SetParentShowHint

func TrackBar_SetParentShowHint(obj uintptr, value bool)

func TrackBar_SetParentWindow

func TrackBar_SetParentWindow(obj uintptr, value HWND)

func TrackBar_SetPopupMenu

func TrackBar_SetPopupMenu(obj uintptr, value uintptr)

func TrackBar_SetPosition

func TrackBar_SetPosition(obj uintptr, value int32)

func TrackBar_SetSelEnd

func TrackBar_SetSelEnd(obj uintptr, value int32)

func TrackBar_SetSelStart

func TrackBar_SetSelStart(obj uintptr, value int32)

func TrackBar_SetShowHint

func TrackBar_SetShowHint(obj uintptr, value bool)

func TrackBar_SetShowSelRange

func TrackBar_SetShowSelRange(obj uintptr, value bool)

func TrackBar_SetTabOrder

func TrackBar_SetTabOrder(obj uintptr, value TTabOrder)

func TrackBar_SetTabStop

func TrackBar_SetTabStop(obj uintptr, value bool)

func TrackBar_SetTag

func TrackBar_SetTag(obj uintptr, value int)

func TrackBar_SetTextBuf added in v1.1.21

func TrackBar_SetTextBuf(obj uintptr, Buffer string)

func TrackBar_SetTick

func TrackBar_SetTick(obj uintptr, Value int32)

func TrackBar_SetTickMarks

func TrackBar_SetTickMarks(obj uintptr, value TTickMark)

func TrackBar_SetTickStyle

func TrackBar_SetTickStyle(obj uintptr, value TTickStyle)

func TrackBar_SetTop

func TrackBar_SetTop(obj uintptr, value int32)

func TrackBar_SetUseDockManager

func TrackBar_SetUseDockManager(obj uintptr, value bool)

func TrackBar_SetVisible

func TrackBar_SetVisible(obj uintptr, value bool)

func TrackBar_SetWidth

func TrackBar_SetWidth(obj uintptr, value int32)

func TrackBar_Show

func TrackBar_Show(obj uintptr)

func TrackBar_StaticClassType added in v1.1.18

func TrackBar_StaticClassType() TClass

func TrackBar_ToString

func TrackBar_ToString(obj uintptr) string

func TrackBar_Update

func TrackBar_Update(obj uintptr)

func TrayIcon_Assign

func TrayIcon_Assign(obj uintptr, Source uintptr)

func TrayIcon_ClassName

func TrayIcon_ClassName(obj uintptr) string

func TrayIcon_ClassType added in v1.1.18

func TrayIcon_ClassType(obj uintptr) TClass

func TrayIcon_Create

func TrayIcon_Create(obj uintptr) uintptr

func TrayIcon_Equals

func TrayIcon_Equals(obj uintptr, Obj uintptr) bool

func TrayIcon_FindComponent

func TrayIcon_FindComponent(obj uintptr, AName string) uintptr

func TrayIcon_Free

func TrayIcon_Free(obj uintptr)

func TrayIcon_GetAnimateInterval

func TrayIcon_GetAnimateInterval(obj uintptr) uint32

func TrayIcon_GetBalloonFlags

func TrayIcon_GetBalloonFlags(obj uintptr) TBalloonFlags

func TrayIcon_GetBalloonHint

func TrayIcon_GetBalloonHint(obj uintptr) string

func TrayIcon_GetBalloonTimeout

func TrayIcon_GetBalloonTimeout(obj uintptr) int32

func TrayIcon_GetBalloonTitle

func TrayIcon_GetBalloonTitle(obj uintptr) string

func TrayIcon_GetComponentCount

func TrayIcon_GetComponentCount(obj uintptr) int32

func TrayIcon_GetComponentIndex

func TrayIcon_GetComponentIndex(obj uintptr) int32

func TrayIcon_GetComponents

func TrayIcon_GetComponents(obj uintptr, AIndex int32) uintptr

func TrayIcon_GetHashCode

func TrayIcon_GetHashCode(obj uintptr) int32

func TrayIcon_GetHint

func TrayIcon_GetHint(obj uintptr) string

func TrayIcon_GetIcon

func TrayIcon_GetIcon(obj uintptr) uintptr

func TrayIcon_GetName

func TrayIcon_GetName(obj uintptr) string

func TrayIcon_GetNamePath

func TrayIcon_GetNamePath(obj uintptr) string

func TrayIcon_GetOwner

func TrayIcon_GetOwner(obj uintptr) uintptr

func TrayIcon_GetPopupMenu

func TrayIcon_GetPopupMenu(obj uintptr) uintptr

func TrayIcon_GetTag

func TrayIcon_GetTag(obj uintptr) int

func TrayIcon_GetVisible

func TrayIcon_GetVisible(obj uintptr) bool

func TrayIcon_HasParent

func TrayIcon_HasParent(obj uintptr) bool

func TrayIcon_InheritsFrom added in v1.1.18

func TrayIcon_InheritsFrom(obj uintptr, AClass TClass) bool

func TrayIcon_InstanceSize added in v1.1.18

func TrayIcon_InstanceSize(obj uintptr) int32

func TrayIcon_SetAnimateInterval

func TrayIcon_SetAnimateInterval(obj uintptr, value uint32)

func TrayIcon_SetBalloonFlags

func TrayIcon_SetBalloonFlags(obj uintptr, value TBalloonFlags)

func TrayIcon_SetBalloonHint

func TrayIcon_SetBalloonHint(obj uintptr, value string)

func TrayIcon_SetBalloonTimeout

func TrayIcon_SetBalloonTimeout(obj uintptr, value int32)

func TrayIcon_SetBalloonTitle

func TrayIcon_SetBalloonTitle(obj uintptr, value string)

func TrayIcon_SetComponentIndex

func TrayIcon_SetComponentIndex(obj uintptr, value int32)

func TrayIcon_SetHint

func TrayIcon_SetHint(obj uintptr, value string)

func TrayIcon_SetIcon

func TrayIcon_SetIcon(obj uintptr, value uintptr)

func TrayIcon_SetName

func TrayIcon_SetName(obj uintptr, value string)

func TrayIcon_SetOnClick

func TrayIcon_SetOnClick(obj uintptr, fn interface{})

func TrayIcon_SetOnDblClick

func TrayIcon_SetOnDblClick(obj uintptr, fn interface{})

func TrayIcon_SetOnMouseDown

func TrayIcon_SetOnMouseDown(obj uintptr, fn interface{})

func TrayIcon_SetOnMouseMove

func TrayIcon_SetOnMouseMove(obj uintptr, fn interface{})

func TrayIcon_SetOnMouseUp

func TrayIcon_SetOnMouseUp(obj uintptr, fn interface{})

func TrayIcon_SetPopupMenu

func TrayIcon_SetPopupMenu(obj uintptr, value uintptr)

func TrayIcon_SetTag

func TrayIcon_SetTag(obj uintptr, value int)

func TrayIcon_SetVisible

func TrayIcon_SetVisible(obj uintptr, value bool)

func TrayIcon_ShowBalloonHint

func TrayIcon_ShowBalloonHint(obj uintptr)

func TrayIcon_StaticClassType added in v1.1.18

func TrayIcon_StaticClassType() TClass

func TrayIcon_ToString

func TrayIcon_ToString(obj uintptr) string

func TreeNode_Assign

func TreeNode_Assign(obj uintptr, Source uintptr)

func TreeNode_ClassName

func TreeNode_ClassName(obj uintptr) string

func TreeNode_ClassType added in v1.1.18

func TreeNode_ClassType(obj uintptr) TClass

func TreeNode_Collapse

func TreeNode_Collapse(obj uintptr, Recurse bool)

func TreeNode_Create

func TreeNode_Create(obj uintptr) uintptr

func TreeNode_CustomSort

func TreeNode_CustomSort(obj uintptr, SortProc PFNTVCOMPARE, Data int, ARecurse bool) bool

func TreeNode_Delete

func TreeNode_Delete(obj uintptr)

func TreeNode_DisplayRect

func TreeNode_DisplayRect(obj uintptr, TextOnly bool) TRect

func TreeNode_EditText

func TreeNode_EditText(obj uintptr) bool

func TreeNode_Equals

func TreeNode_Equals(obj uintptr, Obj uintptr) bool

func TreeNode_Expand

func TreeNode_Expand(obj uintptr, Recurse bool)

func TreeNode_Free

func TreeNode_Free(obj uintptr)

func TreeNode_GetAbsoluteIndex

func TreeNode_GetAbsoluteIndex(obj uintptr) int32

func TreeNode_GetCount

func TreeNode_GetCount(obj uintptr) int32

func TreeNode_GetCut

func TreeNode_GetCut(obj uintptr) bool

func TreeNode_GetData

func TreeNode_GetData(obj uintptr) unsafe.Pointer

func TreeNode_GetDeleting

func TreeNode_GetDeleting(obj uintptr) bool

func TreeNode_GetExpanded

func TreeNode_GetExpanded(obj uintptr) bool

func TreeNode_GetFocused

func TreeNode_GetFocused(obj uintptr) bool

func TreeNode_GetHandle

func TreeNode_GetHandle(obj uintptr) HWND

func TreeNode_GetHasChildren

func TreeNode_GetHasChildren(obj uintptr) bool

func TreeNode_GetHashCode

func TreeNode_GetHashCode(obj uintptr) int32

func TreeNode_GetImageIndex

func TreeNode_GetImageIndex(obj uintptr) int32

func TreeNode_GetIndex

func TreeNode_GetIndex(obj uintptr) int32

func TreeNode_GetIsVisible

func TreeNode_GetIsVisible(obj uintptr) bool

func TreeNode_GetItem

func TreeNode_GetItem(obj uintptr, Index int32) uintptr

func TreeNode_GetLevel

func TreeNode_GetLevel(obj uintptr) int32

func TreeNode_GetNamePath

func TreeNode_GetNamePath(obj uintptr) string

func TreeNode_GetOwner

func TreeNode_GetOwner(obj uintptr) uintptr

func TreeNode_GetParent

func TreeNode_GetParent(obj uintptr) uintptr

func TreeNode_GetSelected

func TreeNode_GetSelected(obj uintptr) bool

func TreeNode_GetSelectedIndex

func TreeNode_GetSelectedIndex(obj uintptr) int32

func TreeNode_GetStateIndex

func TreeNode_GetStateIndex(obj uintptr) int32

func TreeNode_GetText

func TreeNode_GetText(obj uintptr) string

func TreeNode_GetTreeView added in v1.2.3

func TreeNode_GetTreeView(obj uintptr) uintptr

func TreeNode_IndexOf

func TreeNode_IndexOf(obj uintptr, Value uintptr) int32

func TreeNode_InheritsFrom added in v1.1.18

func TreeNode_InheritsFrom(obj uintptr, AClass TClass) bool

func TreeNode_InstanceSize added in v1.1.18

func TreeNode_InstanceSize(obj uintptr) int32

func TreeNode_MakeVisible

func TreeNode_MakeVisible(obj uintptr)

func TreeNode_MoveTo

func TreeNode_MoveTo(obj uintptr, Destination uintptr, Mode TNodeAttachMode)

func TreeNode_SetCut

func TreeNode_SetCut(obj uintptr, value bool)

func TreeNode_SetData

func TreeNode_SetData(obj uintptr, value unsafe.Pointer)

func TreeNode_SetExpanded

func TreeNode_SetExpanded(obj uintptr, value bool)

func TreeNode_SetFocused

func TreeNode_SetFocused(obj uintptr, value bool)

func TreeNode_SetHasChildren

func TreeNode_SetHasChildren(obj uintptr, value bool)

func TreeNode_SetImageIndex

func TreeNode_SetImageIndex(obj uintptr, value int32)

func TreeNode_SetItem

func TreeNode_SetItem(obj uintptr, Index int32, value uintptr)

func TreeNode_SetSelected

func TreeNode_SetSelected(obj uintptr, value bool)

func TreeNode_SetSelectedIndex

func TreeNode_SetSelectedIndex(obj uintptr, value int32)

func TreeNode_SetStateIndex

func TreeNode_SetStateIndex(obj uintptr, value int32)

func TreeNode_SetText

func TreeNode_SetText(obj uintptr, value string)

func TreeNode_StaticClassType added in v1.1.18

func TreeNode_StaticClassType() TClass

func TreeNode_ToString

func TreeNode_ToString(obj uintptr) string

func TreeNodes_Add

func TreeNodes_Add(obj uintptr, Sibling uintptr, S string) uintptr

func TreeNodes_AddChild

func TreeNodes_AddChild(obj uintptr, Parent uintptr, S string) uintptr

func TreeNodes_AddChildFirst

func TreeNodes_AddChildFirst(obj uintptr, Parent uintptr, S string) uintptr

func TreeNodes_AddChildObject

func TreeNodes_AddChildObject(obj uintptr, Parent uintptr, S string, Ptr uintptr) uintptr

func TreeNodes_AddChildObjectFirst

func TreeNodes_AddChildObjectFirst(obj uintptr, Parent uintptr, S string, Ptr uintptr) uintptr

func TreeNodes_AddFirst

func TreeNodes_AddFirst(obj uintptr, Sibling uintptr, S string) uintptr

func TreeNodes_AddNode

func TreeNodes_AddNode(obj uintptr, Node uintptr, Relative uintptr, S string, Ptr uintptr, Method TNodeAttachMode) uintptr

func TreeNodes_AddObject

func TreeNodes_AddObject(obj uintptr, Sibling uintptr, S string, Ptr uintptr) uintptr

func TreeNodes_AddObjectFirst

func TreeNodes_AddObjectFirst(obj uintptr, Sibling uintptr, S string, Ptr uintptr) uintptr

func TreeNodes_Assign

func TreeNodes_Assign(obj uintptr, Source uintptr)

func TreeNodes_BeginUpdate

func TreeNodes_BeginUpdate(obj uintptr)

func TreeNodes_ClassName

func TreeNodes_ClassName(obj uintptr) string

func TreeNodes_ClassType added in v1.1.18

func TreeNodes_ClassType(obj uintptr) TClass

func TreeNodes_Clear

func TreeNodes_Clear(obj uintptr)

func TreeNodes_Create

func TreeNodes_Create(obj uintptr) uintptr

func TreeNodes_CustomSort

func TreeNodes_CustomSort(obj uintptr, SortProc PFNTVCOMPARE, Data int, ARecurse bool) bool

func TreeNodes_Delete

func TreeNodes_Delete(obj uintptr, Node uintptr)

func TreeNodes_EndUpdate

func TreeNodes_EndUpdate(obj uintptr)

func TreeNodes_Equals

func TreeNodes_Equals(obj uintptr, Obj uintptr) bool

func TreeNodes_Free

func TreeNodes_Free(obj uintptr)

func TreeNodes_GetCount

func TreeNodes_GetCount(obj uintptr) int32

func TreeNodes_GetFirstNode

func TreeNodes_GetFirstNode(obj uintptr) uintptr

func TreeNodes_GetHashCode

func TreeNodes_GetHashCode(obj uintptr) int32

func TreeNodes_GetItem

func TreeNodes_GetItem(obj uintptr, Index int32) uintptr

func TreeNodes_GetNamePath

func TreeNodes_GetNamePath(obj uintptr) string

func TreeNodes_GetOwner

func TreeNodes_GetOwner(obj uintptr) uintptr

func TreeNodes_InheritsFrom added in v1.1.18

func TreeNodes_InheritsFrom(obj uintptr, AClass TClass) bool

func TreeNodes_Insert

func TreeNodes_Insert(obj uintptr, Sibling uintptr, S string) uintptr

func TreeNodes_InsertObject

func TreeNodes_InsertObject(obj uintptr, Sibling uintptr, S string, Ptr uintptr) uintptr

func TreeNodes_InstanceSize added in v1.1.18

func TreeNodes_InstanceSize(obj uintptr) int32

func TreeNodes_StaticClassType added in v1.1.18

func TreeNodes_StaticClassType() TClass

func TreeNodes_ToString

func TreeNodes_ToString(obj uintptr) string

func TreeView_AnchorAsAlign

func TreeView_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func TreeView_AnchorClient

func TreeView_AnchorClient(obj uintptr, ASpace int32)

func TreeView_AnchorHorizontalCenterTo

func TreeView_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func TreeView_AnchorParallel

func TreeView_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TreeView_AnchorToNeighbour

func TreeView_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func TreeView_AnchorVerticalCenterTo

func TreeView_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func TreeView_Assign

func TreeView_Assign(obj uintptr, Source uintptr)

func TreeView_BringToFront

func TreeView_BringToFront(obj uintptr)

func TreeView_CanFocus

func TreeView_CanFocus(obj uintptr) bool

func TreeView_ClassName

func TreeView_ClassName(obj uintptr) string

func TreeView_ClassType added in v1.1.18

func TreeView_ClassType(obj uintptr) TClass

func TreeView_ClearSelection

func TreeView_ClearSelection(obj uintptr, KeepPrimary bool)

func TreeView_ClientToParent

func TreeView_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TreeView_ClientToScreen

func TreeView_ClientToScreen(obj uintptr, Point TPoint) TPoint

func TreeView_ContainsControl added in v1.1.21

func TreeView_ContainsControl(obj uintptr, Control uintptr) bool

func TreeView_ControlAtPos added in v1.1.21

func TreeView_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func TreeView_Create

func TreeView_Create(obj uintptr) uintptr

func TreeView_CustomSort

func TreeView_CustomSort(obj uintptr, SortProc PFNTVCOMPARE, Data int, ARecurse bool) bool

func TreeView_DisableAlign added in v1.1.21

func TreeView_DisableAlign(obj uintptr)

func TreeView_Dragging

func TreeView_Dragging(obj uintptr) bool

func TreeView_EnableAlign added in v1.1.21

func TreeView_EnableAlign(obj uintptr)

func TreeView_Equals

func TreeView_Equals(obj uintptr, Obj uintptr) bool

func TreeView_FindChildControl added in v1.1.21

func TreeView_FindChildControl(obj uintptr, ControlName string) uintptr

func TreeView_FindComponent

func TreeView_FindComponent(obj uintptr, AName string) uintptr

func TreeView_FlipChildren

func TreeView_FlipChildren(obj uintptr, AllLevels bool)

func TreeView_Focused

func TreeView_Focused(obj uintptr) bool

func TreeView_Free

func TreeView_Free(obj uintptr)

func TreeView_FullCollapse

func TreeView_FullCollapse(obj uintptr)

func TreeView_FullExpand

func TreeView_FullExpand(obj uintptr)

func TreeView_GetAction

func TreeView_GetAction(obj uintptr) uintptr

func TreeView_GetAlign

func TreeView_GetAlign(obj uintptr) TAlign

func TreeView_GetAnchorSide

func TreeView_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func TreeView_GetAnchorSideBottom

func TreeView_GetAnchorSideBottom(obj uintptr) uintptr

func TreeView_GetAnchorSideLeft

func TreeView_GetAnchorSideLeft(obj uintptr) uintptr

func TreeView_GetAnchorSideRight

func TreeView_GetAnchorSideRight(obj uintptr) uintptr

func TreeView_GetAnchorSideTop

func TreeView_GetAnchorSideTop(obj uintptr) uintptr

func TreeView_GetAnchors

func TreeView_GetAnchors(obj uintptr) TAnchors

func TreeView_GetAutoExpand

func TreeView_GetAutoExpand(obj uintptr) bool

func TreeView_GetBiDiMode

func TreeView_GetBiDiMode(obj uintptr) TBiDiMode

func TreeView_GetBorderSpacing

func TreeView_GetBorderSpacing(obj uintptr) uintptr

func TreeView_GetBorderStyle

func TreeView_GetBorderStyle(obj uintptr) TBorderStyle

func TreeView_GetBorderWidth

func TreeView_GetBorderWidth(obj uintptr) int32

func TreeView_GetBoundsRect

func TreeView_GetBoundsRect(obj uintptr) TRect

func TreeView_GetBrush

func TreeView_GetBrush(obj uintptr) uintptr

func TreeView_GetCanvas

func TreeView_GetCanvas(obj uintptr) uintptr

func TreeView_GetChildSizing

func TreeView_GetChildSizing(obj uintptr) uintptr

func TreeView_GetClientHeight

func TreeView_GetClientHeight(obj uintptr) int32

func TreeView_GetClientOrigin added in v1.1.21

func TreeView_GetClientOrigin(obj uintptr) TPoint

func TreeView_GetClientRect

func TreeView_GetClientRect(obj uintptr) TRect

func TreeView_GetClientWidth

func TreeView_GetClientWidth(obj uintptr) int32

func TreeView_GetColor

func TreeView_GetColor(obj uintptr) TColor

func TreeView_GetComponentCount

func TreeView_GetComponentCount(obj uintptr) int32

func TreeView_GetComponentIndex

func TreeView_GetComponentIndex(obj uintptr) int32

func TreeView_GetComponents

func TreeView_GetComponents(obj uintptr, AIndex int32) uintptr

func TreeView_GetConstraints added in v1.2.7

func TreeView_GetConstraints(obj uintptr) uintptr

func TreeView_GetControlCount

func TreeView_GetControlCount(obj uintptr) int32

func TreeView_GetControlState added in v1.1.21

func TreeView_GetControlState(obj uintptr) TControlState

func TreeView_GetControlStyle added in v1.1.21

func TreeView_GetControlStyle(obj uintptr) TControlStyle

func TreeView_GetControls

func TreeView_GetControls(obj uintptr, Index int32) uintptr

func TreeView_GetCursor

func TreeView_GetCursor(obj uintptr) TCursor

func TreeView_GetDefaultItemHeight

func TreeView_GetDefaultItemHeight(obj uintptr) int32

func TreeView_GetDockClientCount added in v1.1.21

func TreeView_GetDockClientCount(obj uintptr) int32

func TreeView_GetDockClients added in v1.1.21

func TreeView_GetDockClients(obj uintptr, Index int32) uintptr

func TreeView_GetDockSite

func TreeView_GetDockSite(obj uintptr) bool

func TreeView_GetDoubleBuffered

func TreeView_GetDoubleBuffered(obj uintptr) bool

func TreeView_GetDragCursor

func TreeView_GetDragCursor(obj uintptr) TCursor

func TreeView_GetDragKind

func TreeView_GetDragKind(obj uintptr) TDragKind

func TreeView_GetDragMode

func TreeView_GetDragMode(obj uintptr) TDragMode

func TreeView_GetEnabled

func TreeView_GetEnabled(obj uintptr) bool

func TreeView_GetExpandSignColor

func TreeView_GetExpandSignColor(obj uintptr) TColor

func TreeView_GetExpandSignSize

func TreeView_GetExpandSignSize(obj uintptr) int32

func TreeView_GetExpandSignType

func TreeView_GetExpandSignType(obj uintptr) TTreeViewExpandSignType

func TreeView_GetFloating

func TreeView_GetFloating(obj uintptr) bool

func TreeView_GetFont

func TreeView_GetFont(obj uintptr) uintptr

func TreeView_GetHandle

func TreeView_GetHandle(obj uintptr) HWND

func TreeView_GetHashCode

func TreeView_GetHashCode(obj uintptr) int32

func TreeView_GetHeight

func TreeView_GetHeight(obj uintptr) int32

func TreeView_GetHideSelection

func TreeView_GetHideSelection(obj uintptr) bool

func TreeView_GetHint

func TreeView_GetHint(obj uintptr) string

func TreeView_GetHotTrack

func TreeView_GetHotTrack(obj uintptr) bool

func TreeView_GetHotTrackColor

func TreeView_GetHotTrackColor(obj uintptr) TColor

func TreeView_GetImages

func TreeView_GetImages(obj uintptr) uintptr

func TreeView_GetImagesWidth

func TreeView_GetImagesWidth(obj uintptr) int32

func TreeView_GetIndent

func TreeView_GetIndent(obj uintptr) int32

func TreeView_GetItems

func TreeView_GetItems(obj uintptr) uintptr

func TreeView_GetLeft

func TreeView_GetLeft(obj uintptr) int32

func TreeView_GetMouseInClient added in v1.1.21

func TreeView_GetMouseInClient(obj uintptr) bool

func TreeView_GetMultiSelect

func TreeView_GetMultiSelect(obj uintptr) bool

func TreeView_GetMultiSelectStyle

func TreeView_GetMultiSelectStyle(obj uintptr) TMultiSelectStyle

func TreeView_GetName

func TreeView_GetName(obj uintptr) string

func TreeView_GetNamePath

func TreeView_GetNamePath(obj uintptr) string

func TreeView_GetNodeAt

func TreeView_GetNodeAt(obj uintptr, X int32, Y int32) uintptr

func TreeView_GetOptions

func TreeView_GetOptions(obj uintptr) TTreeViewOptions

func TreeView_GetOwner

func TreeView_GetOwner(obj uintptr) uintptr

func TreeView_GetParent

func TreeView_GetParent(obj uintptr) uintptr

func TreeView_GetParentColor

func TreeView_GetParentColor(obj uintptr) bool

func TreeView_GetParentDoubleBuffered

func TreeView_GetParentDoubleBuffered(obj uintptr) bool

func TreeView_GetParentFont

func TreeView_GetParentFont(obj uintptr) bool

func TreeView_GetParentShowHint

func TreeView_GetParentShowHint(obj uintptr) bool

func TreeView_GetParentWindow

func TreeView_GetParentWindow(obj uintptr) HWND

func TreeView_GetPopupMenu

func TreeView_GetPopupMenu(obj uintptr) uintptr

func TreeView_GetReadOnly

func TreeView_GetReadOnly(obj uintptr) bool

func TreeView_GetRightClickSelect

func TreeView_GetRightClickSelect(obj uintptr) bool

func TreeView_GetRowSelect

func TreeView_GetRowSelect(obj uintptr) bool

func TreeView_GetScrollBars

func TreeView_GetScrollBars(obj uintptr) TScrollStyle

func TreeView_GetSelected

func TreeView_GetSelected(obj uintptr) uintptr

func TreeView_GetSelectionColor

func TreeView_GetSelectionColor(obj uintptr) TColor

func TreeView_GetSelectionCount

func TreeView_GetSelectionCount(obj uintptr) uint32

func TreeView_GetSelectionFontColor

func TreeView_GetSelectionFontColor(obj uintptr) TColor

func TreeView_GetSelectionFontColorUsed

func TreeView_GetSelectionFontColorUsed(obj uintptr) bool

func TreeView_GetSelections

func TreeView_GetSelections(obj uintptr, Index int32) uintptr

func TreeView_GetSeparatorColor

func TreeView_GetSeparatorColor(obj uintptr) TColor

func TreeView_GetShowButtons

func TreeView_GetShowButtons(obj uintptr) bool

func TreeView_GetShowHint

func TreeView_GetShowHint(obj uintptr) bool

func TreeView_GetShowLines

func TreeView_GetShowLines(obj uintptr) bool

func TreeView_GetShowRoot

func TreeView_GetShowRoot(obj uintptr) bool

func TreeView_GetSortType

func TreeView_GetSortType(obj uintptr) TSortType

func TreeView_GetStateImages

func TreeView_GetStateImages(obj uintptr) uintptr

func TreeView_GetStateImagesWidth

func TreeView_GetStateImagesWidth(obj uintptr) int32

func TreeView_GetTabOrder

func TreeView_GetTabOrder(obj uintptr) TTabOrder

func TreeView_GetTabStop

func TreeView_GetTabStop(obj uintptr) bool

func TreeView_GetTag

func TreeView_GetTag(obj uintptr) int

func TreeView_GetTextBuf

func TreeView_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func TreeView_GetTextLen

func TreeView_GetTextLen(obj uintptr) int32

func TreeView_GetToolTips

func TreeView_GetToolTips(obj uintptr) bool

func TreeView_GetTop

func TreeView_GetTop(obj uintptr) int32

func TreeView_GetTopItem

func TreeView_GetTopItem(obj uintptr) uintptr

func TreeView_GetTreeLineColor

func TreeView_GetTreeLineColor(obj uintptr) TColor

func TreeView_GetTreeLinePenStyle

func TreeView_GetTreeLinePenStyle(obj uintptr) TPenStyle

func TreeView_GetUseDockManager

func TreeView_GetUseDockManager(obj uintptr) bool

func TreeView_GetVisible

func TreeView_GetVisible(obj uintptr) bool

func TreeView_GetVisibleDockClientCount added in v1.1.21

func TreeView_GetVisibleDockClientCount(obj uintptr) int32

func TreeView_GetWidth

func TreeView_GetWidth(obj uintptr) int32

func TreeView_HandleAllocated

func TreeView_HandleAllocated(obj uintptr) bool

func TreeView_HasParent

func TreeView_HasParent(obj uintptr) bool

func TreeView_Hide

func TreeView_Hide(obj uintptr)

func TreeView_InheritsFrom added in v1.1.18

func TreeView_InheritsFrom(obj uintptr, AClass TClass) bool

func TreeView_InsertControl added in v1.1.21

func TreeView_InsertControl(obj uintptr, AControl uintptr)

func TreeView_InstanceSize added in v1.1.18

func TreeView_InstanceSize(obj uintptr) int32

func TreeView_Invalidate

func TreeView_Invalidate(obj uintptr)

func TreeView_IsEditing

func TreeView_IsEditing(obj uintptr) bool

func TreeView_LoadFromFile

func TreeView_LoadFromFile(obj uintptr, FileName string)

func TreeView_LoadFromStream

func TreeView_LoadFromStream(obj uintptr, Stream uintptr)

func TreeView_ParentToClient

func TreeView_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func TreeView_Perform

func TreeView_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func TreeView_Realign

func TreeView_Realign(obj uintptr)

func TreeView_Refresh

func TreeView_Refresh(obj uintptr)

func TreeView_RemoveControl added in v1.1.21

func TreeView_RemoveControl(obj uintptr, AControl uintptr)

func TreeView_Repaint

func TreeView_Repaint(obj uintptr)

func TreeView_SaveToFile

func TreeView_SaveToFile(obj uintptr, FileName string)

func TreeView_SaveToStream

func TreeView_SaveToStream(obj uintptr, Stream uintptr)

func TreeView_ScaleBy

func TreeView_ScaleBy(obj uintptr, M int32, D int32)

func TreeView_ScreenToClient

func TreeView_ScreenToClient(obj uintptr, Point TPoint) TPoint

func TreeView_ScrollBy added in v1.1.21

func TreeView_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func TreeView_SendToBack

func TreeView_SendToBack(obj uintptr)

func TreeView_SetAction

func TreeView_SetAction(obj uintptr, value uintptr)

func TreeView_SetAlign

func TreeView_SetAlign(obj uintptr, value TAlign)

func TreeView_SetAnchorSideBottom

func TreeView_SetAnchorSideBottom(obj uintptr, value uintptr)

func TreeView_SetAnchorSideLeft

func TreeView_SetAnchorSideLeft(obj uintptr, value uintptr)

func TreeView_SetAnchorSideRight

func TreeView_SetAnchorSideRight(obj uintptr, value uintptr)

func TreeView_SetAnchorSideTop

func TreeView_SetAnchorSideTop(obj uintptr, value uintptr)

func TreeView_SetAnchors

func TreeView_SetAnchors(obj uintptr, value TAnchors)

func TreeView_SetAutoExpand

func TreeView_SetAutoExpand(obj uintptr, value bool)

func TreeView_SetBiDiMode

func TreeView_SetBiDiMode(obj uintptr, value TBiDiMode)

func TreeView_SetBorderSpacing

func TreeView_SetBorderSpacing(obj uintptr, value uintptr)

func TreeView_SetBorderStyle

func TreeView_SetBorderStyle(obj uintptr, value TBorderStyle)

func TreeView_SetBorderWidth

func TreeView_SetBorderWidth(obj uintptr, value int32)

func TreeView_SetBounds

func TreeView_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func TreeView_SetBoundsRect

func TreeView_SetBoundsRect(obj uintptr, value TRect)

func TreeView_SetChildSizing

func TreeView_SetChildSizing(obj uintptr, value uintptr)

func TreeView_SetClientHeight

func TreeView_SetClientHeight(obj uintptr, value int32)

func TreeView_SetClientWidth

func TreeView_SetClientWidth(obj uintptr, value int32)

func TreeView_SetColor

func TreeView_SetColor(obj uintptr, value TColor)

func TreeView_SetComponentIndex

func TreeView_SetComponentIndex(obj uintptr, value int32)

func TreeView_SetConstraints added in v1.2.7

func TreeView_SetConstraints(obj uintptr, value uintptr)

func TreeView_SetControlState added in v1.1.21

func TreeView_SetControlState(obj uintptr, value TControlState)

func TreeView_SetControlStyle added in v1.1.21

func TreeView_SetControlStyle(obj uintptr, value TControlStyle)

func TreeView_SetCursor

func TreeView_SetCursor(obj uintptr, value TCursor)

func TreeView_SetDefaultItemHeight

func TreeView_SetDefaultItemHeight(obj uintptr, value int32)

func TreeView_SetDockSite

func TreeView_SetDockSite(obj uintptr, value bool)

func TreeView_SetDoubleBuffered

func TreeView_SetDoubleBuffered(obj uintptr, value bool)

func TreeView_SetDragCursor

func TreeView_SetDragCursor(obj uintptr, value TCursor)

func TreeView_SetDragKind

func TreeView_SetDragKind(obj uintptr, value TDragKind)

func TreeView_SetDragMode

func TreeView_SetDragMode(obj uintptr, value TDragMode)

func TreeView_SetEnabled

func TreeView_SetEnabled(obj uintptr, value bool)

func TreeView_SetExpandSignColor

func TreeView_SetExpandSignColor(obj uintptr, value TColor)

func TreeView_SetExpandSignSize

func TreeView_SetExpandSignSize(obj uintptr, value int32)

func TreeView_SetExpandSignType

func TreeView_SetExpandSignType(obj uintptr, value TTreeViewExpandSignType)

func TreeView_SetFocus

func TreeView_SetFocus(obj uintptr)

func TreeView_SetFont

func TreeView_SetFont(obj uintptr, value uintptr)

func TreeView_SetHeight

func TreeView_SetHeight(obj uintptr, value int32)

func TreeView_SetHideSelection

func TreeView_SetHideSelection(obj uintptr, value bool)

func TreeView_SetHint

func TreeView_SetHint(obj uintptr, value string)

func TreeView_SetHotTrack

func TreeView_SetHotTrack(obj uintptr, value bool)

func TreeView_SetHotTrackColor

func TreeView_SetHotTrackColor(obj uintptr, value TColor)

func TreeView_SetImages

func TreeView_SetImages(obj uintptr, value uintptr)

func TreeView_SetImagesWidth

func TreeView_SetImagesWidth(obj uintptr, value int32)

func TreeView_SetIndent

func TreeView_SetIndent(obj uintptr, value int32)

func TreeView_SetItems

func TreeView_SetItems(obj uintptr, value uintptr)

func TreeView_SetLeft

func TreeView_SetLeft(obj uintptr, value int32)

func TreeView_SetMultiSelect

func TreeView_SetMultiSelect(obj uintptr, value bool)

func TreeView_SetMultiSelectStyle

func TreeView_SetMultiSelectStyle(obj uintptr, value TMultiSelectStyle)

func TreeView_SetName

func TreeView_SetName(obj uintptr, value string)

func TreeView_SetOnAddition added in v1.1.21

func TreeView_SetOnAddition(obj uintptr, fn interface{})

func TreeView_SetOnAdvancedCustomDraw

func TreeView_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})

func TreeView_SetOnAdvancedCustomDrawItem

func TreeView_SetOnAdvancedCustomDrawItem(obj uintptr, fn interface{})

func TreeView_SetOnChange

func TreeView_SetOnChange(obj uintptr, fn interface{})

func TreeView_SetOnChanging added in v1.1.21

func TreeView_SetOnChanging(obj uintptr, fn interface{})

func TreeView_SetOnClick

func TreeView_SetOnClick(obj uintptr, fn interface{})

func TreeView_SetOnCollapsed added in v1.1.21

func TreeView_SetOnCollapsed(obj uintptr, fn interface{})

func TreeView_SetOnCollapsing added in v1.1.21

func TreeView_SetOnCollapsing(obj uintptr, fn interface{})

func TreeView_SetOnCompare

func TreeView_SetOnCompare(obj uintptr, fn interface{})

func TreeView_SetOnContextPopup

func TreeView_SetOnContextPopup(obj uintptr, fn interface{})

func TreeView_SetOnCustomDraw added in v1.1.23

func TreeView_SetOnCustomDraw(obj uintptr, fn interface{})

func TreeView_SetOnCustomDrawItem added in v1.1.23

func TreeView_SetOnCustomDrawItem(obj uintptr, fn interface{})

func TreeView_SetOnDblClick

func TreeView_SetOnDblClick(obj uintptr, fn interface{})

func TreeView_SetOnDeletion added in v1.1.21

func TreeView_SetOnDeletion(obj uintptr, fn interface{})

func TreeView_SetOnDragDrop

func TreeView_SetOnDragDrop(obj uintptr, fn interface{})

func TreeView_SetOnDragOver

func TreeView_SetOnDragOver(obj uintptr, fn interface{})

func TreeView_SetOnEdited added in v1.1.21

func TreeView_SetOnEdited(obj uintptr, fn interface{})

func TreeView_SetOnEditing added in v1.1.21

func TreeView_SetOnEditing(obj uintptr, fn interface{})

func TreeView_SetOnEndDrag

func TreeView_SetOnEndDrag(obj uintptr, fn interface{})

func TreeView_SetOnEnter

func TreeView_SetOnEnter(obj uintptr, fn interface{})

func TreeView_SetOnExit

func TreeView_SetOnExit(obj uintptr, fn interface{})

func TreeView_SetOnExpanded added in v1.1.21

func TreeView_SetOnExpanded(obj uintptr, fn interface{})

func TreeView_SetOnExpanding added in v1.1.21

func TreeView_SetOnExpanding(obj uintptr, fn interface{})

func TreeView_SetOnGetSelectedIndex

func TreeView_SetOnGetSelectedIndex(obj uintptr, fn interface{})

func TreeView_SetOnKeyDown

func TreeView_SetOnKeyDown(obj uintptr, fn interface{})

func TreeView_SetOnKeyPress

func TreeView_SetOnKeyPress(obj uintptr, fn interface{})

func TreeView_SetOnKeyUp

func TreeView_SetOnKeyUp(obj uintptr, fn interface{})

func TreeView_SetOnMouseDown

func TreeView_SetOnMouseDown(obj uintptr, fn interface{})

func TreeView_SetOnMouseEnter

func TreeView_SetOnMouseEnter(obj uintptr, fn interface{})

func TreeView_SetOnMouseLeave

func TreeView_SetOnMouseLeave(obj uintptr, fn interface{})

func TreeView_SetOnMouseMove

func TreeView_SetOnMouseMove(obj uintptr, fn interface{})

func TreeView_SetOnMouseUp

func TreeView_SetOnMouseUp(obj uintptr, fn interface{})

func TreeView_SetOptions

func TreeView_SetOptions(obj uintptr, value TTreeViewOptions)

func TreeView_SetParent

func TreeView_SetParent(obj uintptr, value uintptr)

func TreeView_SetParentColor

func TreeView_SetParentColor(obj uintptr, value bool)

func TreeView_SetParentDoubleBuffered

func TreeView_SetParentDoubleBuffered(obj uintptr, value bool)

func TreeView_SetParentFont

func TreeView_SetParentFont(obj uintptr, value bool)

func TreeView_SetParentShowHint

func TreeView_SetParentShowHint(obj uintptr, value bool)

func TreeView_SetParentWindow

func TreeView_SetParentWindow(obj uintptr, value HWND)

func TreeView_SetPopupMenu

func TreeView_SetPopupMenu(obj uintptr, value uintptr)

func TreeView_SetReadOnly

func TreeView_SetReadOnly(obj uintptr, value bool)

func TreeView_SetRightClickSelect

func TreeView_SetRightClickSelect(obj uintptr, value bool)

func TreeView_SetRowSelect

func TreeView_SetRowSelect(obj uintptr, value bool)

func TreeView_SetScrollBars

func TreeView_SetScrollBars(obj uintptr, value TScrollStyle)

func TreeView_SetSelected

func TreeView_SetSelected(obj uintptr, value uintptr)

func TreeView_SetSelectionColor

func TreeView_SetSelectionColor(obj uintptr, value TColor)

func TreeView_SetSelectionFontColor

func TreeView_SetSelectionFontColor(obj uintptr, value TColor)

func TreeView_SetSelectionFontColorUsed

func TreeView_SetSelectionFontColorUsed(obj uintptr, value bool)

func TreeView_SetSeparatorColor

func TreeView_SetSeparatorColor(obj uintptr, value TColor)

func TreeView_SetShowButtons

func TreeView_SetShowButtons(obj uintptr, value bool)

func TreeView_SetShowHint

func TreeView_SetShowHint(obj uintptr, value bool)

func TreeView_SetShowLines

func TreeView_SetShowLines(obj uintptr, value bool)

func TreeView_SetShowRoot

func TreeView_SetShowRoot(obj uintptr, value bool)

func TreeView_SetSortType

func TreeView_SetSortType(obj uintptr, value TSortType)

func TreeView_SetStateImages

func TreeView_SetStateImages(obj uintptr, value uintptr)

func TreeView_SetStateImagesWidth

func TreeView_SetStateImagesWidth(obj uintptr, value int32)

func TreeView_SetTabOrder

func TreeView_SetTabOrder(obj uintptr, value TTabOrder)

func TreeView_SetTabStop

func TreeView_SetTabStop(obj uintptr, value bool)

func TreeView_SetTag

func TreeView_SetTag(obj uintptr, value int)

func TreeView_SetTextBuf added in v1.1.21

func TreeView_SetTextBuf(obj uintptr, Buffer string)

func TreeView_SetToolTips

func TreeView_SetToolTips(obj uintptr, value bool)

func TreeView_SetTop

func TreeView_SetTop(obj uintptr, value int32)

func TreeView_SetTopItem

func TreeView_SetTopItem(obj uintptr, value uintptr)

func TreeView_SetTreeLineColor

func TreeView_SetTreeLineColor(obj uintptr, value TColor)

func TreeView_SetTreeLinePenStyle

func TreeView_SetTreeLinePenStyle(obj uintptr, value TPenStyle)

func TreeView_SetUseDockManager

func TreeView_SetUseDockManager(obj uintptr, value bool)

func TreeView_SetVisible

func TreeView_SetVisible(obj uintptr, value bool)

func TreeView_SetWidth

func TreeView_SetWidth(obj uintptr, value int32)

func TreeView_Show

func TreeView_Show(obj uintptr)

func TreeView_StaticClassType added in v1.1.18

func TreeView_StaticClassType() TClass

func TreeView_ToString

func TreeView_ToString(obj uintptr) string

func TreeView_Update

func TreeView_Update(obj uintptr)

func UpDown_AnchorAsAlign

func UpDown_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func UpDown_AnchorClient

func UpDown_AnchorClient(obj uintptr, ASpace int32)

func UpDown_AnchorHorizontalCenterTo

func UpDown_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func UpDown_AnchorParallel

func UpDown_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func UpDown_AnchorToNeighbour

func UpDown_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func UpDown_AnchorVerticalCenterTo

func UpDown_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func UpDown_Assign

func UpDown_Assign(obj uintptr, Source uintptr)

func UpDown_BringToFront

func UpDown_BringToFront(obj uintptr)

func UpDown_CanFocus

func UpDown_CanFocus(obj uintptr) bool

func UpDown_ClassName

func UpDown_ClassName(obj uintptr) string

func UpDown_ClassType added in v1.1.18

func UpDown_ClassType(obj uintptr) TClass

func UpDown_ClientToParent

func UpDown_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func UpDown_ClientToScreen

func UpDown_ClientToScreen(obj uintptr, Point TPoint) TPoint

func UpDown_ContainsControl added in v1.1.21

func UpDown_ContainsControl(obj uintptr, Control uintptr) bool

func UpDown_ControlAtPos added in v1.1.21

func UpDown_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func UpDown_Create

func UpDown_Create(obj uintptr) uintptr

func UpDown_DisableAlign added in v1.1.21

func UpDown_DisableAlign(obj uintptr)

func UpDown_Dragging

func UpDown_Dragging(obj uintptr) bool

func UpDown_EnableAlign added in v1.1.21

func UpDown_EnableAlign(obj uintptr)

func UpDown_Equals

func UpDown_Equals(obj uintptr, Obj uintptr) bool

func UpDown_FindChildControl added in v1.1.21

func UpDown_FindChildControl(obj uintptr, ControlName string) uintptr

func UpDown_FindComponent

func UpDown_FindComponent(obj uintptr, AName string) uintptr

func UpDown_FlipChildren

func UpDown_FlipChildren(obj uintptr, AllLevels bool)

func UpDown_Focused

func UpDown_Focused(obj uintptr) bool

func UpDown_Free

func UpDown_Free(obj uintptr)

func UpDown_GetAction

func UpDown_GetAction(obj uintptr) uintptr

func UpDown_GetAlign

func UpDown_GetAlign(obj uintptr) TAlign

func UpDown_GetAnchorSide

func UpDown_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func UpDown_GetAnchorSideBottom

func UpDown_GetAnchorSideBottom(obj uintptr) uintptr

func UpDown_GetAnchorSideLeft

func UpDown_GetAnchorSideLeft(obj uintptr) uintptr

func UpDown_GetAnchorSideRight

func UpDown_GetAnchorSideRight(obj uintptr) uintptr

func UpDown_GetAnchorSideTop

func UpDown_GetAnchorSideTop(obj uintptr) uintptr

func UpDown_GetAnchors

func UpDown_GetAnchors(obj uintptr) TAnchors

func UpDown_GetBiDiMode

func UpDown_GetBiDiMode(obj uintptr) TBiDiMode

func UpDown_GetBorderSpacing

func UpDown_GetBorderSpacing(obj uintptr) uintptr

func UpDown_GetBoundsRect

func UpDown_GetBoundsRect(obj uintptr) TRect

func UpDown_GetBrush

func UpDown_GetBrush(obj uintptr) uintptr

func UpDown_GetChildSizing

func UpDown_GetChildSizing(obj uintptr) uintptr

func UpDown_GetClientHeight

func UpDown_GetClientHeight(obj uintptr) int32

func UpDown_GetClientOrigin added in v1.1.21

func UpDown_GetClientOrigin(obj uintptr) TPoint

func UpDown_GetClientRect

func UpDown_GetClientRect(obj uintptr) TRect

func UpDown_GetClientWidth

func UpDown_GetClientWidth(obj uintptr) int32

func UpDown_GetComponentCount

func UpDown_GetComponentCount(obj uintptr) int32

func UpDown_GetComponentIndex

func UpDown_GetComponentIndex(obj uintptr) int32

func UpDown_GetComponents

func UpDown_GetComponents(obj uintptr, AIndex int32) uintptr

func UpDown_GetConstraints added in v1.2.7

func UpDown_GetConstraints(obj uintptr) uintptr

func UpDown_GetControlCount

func UpDown_GetControlCount(obj uintptr) int32

func UpDown_GetControlState added in v1.1.21

func UpDown_GetControlState(obj uintptr) TControlState

func UpDown_GetControlStyle added in v1.1.21

func UpDown_GetControlStyle(obj uintptr) TControlStyle

func UpDown_GetControls

func UpDown_GetControls(obj uintptr, Index int32) uintptr

func UpDown_GetCursor

func UpDown_GetCursor(obj uintptr) TCursor

func UpDown_GetDockClientCount added in v1.1.21

func UpDown_GetDockClientCount(obj uintptr) int32

func UpDown_GetDockClients added in v1.1.21

func UpDown_GetDockClients(obj uintptr, Index int32) uintptr

func UpDown_GetDockSite

func UpDown_GetDockSite(obj uintptr) bool

func UpDown_GetDoubleBuffered

func UpDown_GetDoubleBuffered(obj uintptr) bool

func UpDown_GetEnabled

func UpDown_GetEnabled(obj uintptr) bool

func UpDown_GetFloating

func UpDown_GetFloating(obj uintptr) bool

func UpDown_GetHandle

func UpDown_GetHandle(obj uintptr) HWND

func UpDown_GetHashCode

func UpDown_GetHashCode(obj uintptr) int32

func UpDown_GetHeight

func UpDown_GetHeight(obj uintptr) int32

func UpDown_GetHint

func UpDown_GetHint(obj uintptr) string

func UpDown_GetIncrement added in v1.2.0

func UpDown_GetIncrement(obj uintptr) int32

func UpDown_GetLeft

func UpDown_GetLeft(obj uintptr) int32

func UpDown_GetMax

func UpDown_GetMax(obj uintptr) int32

func UpDown_GetMin

func UpDown_GetMin(obj uintptr) int32

func UpDown_GetMouseInClient added in v1.1.21

func UpDown_GetMouseInClient(obj uintptr) bool

func UpDown_GetName

func UpDown_GetName(obj uintptr) string

func UpDown_GetNamePath

func UpDown_GetNamePath(obj uintptr) string

func UpDown_GetOrientation

func UpDown_GetOrientation(obj uintptr) TUDOrientation

func UpDown_GetOwner

func UpDown_GetOwner(obj uintptr) uintptr

func UpDown_GetParent

func UpDown_GetParent(obj uintptr) uintptr

func UpDown_GetParentDoubleBuffered

func UpDown_GetParentDoubleBuffered(obj uintptr) bool

func UpDown_GetParentShowHint

func UpDown_GetParentShowHint(obj uintptr) bool

func UpDown_GetParentWindow

func UpDown_GetParentWindow(obj uintptr) HWND

func UpDown_GetPopupMenu

func UpDown_GetPopupMenu(obj uintptr) uintptr

func UpDown_GetPosition

func UpDown_GetPosition(obj uintptr) int32

func UpDown_GetShowHint

func UpDown_GetShowHint(obj uintptr) bool

func UpDown_GetTabOrder

func UpDown_GetTabOrder(obj uintptr) TTabOrder

func UpDown_GetTabStop

func UpDown_GetTabStop(obj uintptr) bool

func UpDown_GetTag

func UpDown_GetTag(obj uintptr) int

func UpDown_GetTextBuf

func UpDown_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func UpDown_GetTextLen

func UpDown_GetTextLen(obj uintptr) int32

func UpDown_GetTop

func UpDown_GetTop(obj uintptr) int32

func UpDown_GetUseDockManager

func UpDown_GetUseDockManager(obj uintptr) bool

func UpDown_GetVisible

func UpDown_GetVisible(obj uintptr) bool

func UpDown_GetVisibleDockClientCount added in v1.1.21

func UpDown_GetVisibleDockClientCount(obj uintptr) int32

func UpDown_GetWidth

func UpDown_GetWidth(obj uintptr) int32

func UpDown_GetWrap

func UpDown_GetWrap(obj uintptr) bool

func UpDown_HandleAllocated

func UpDown_HandleAllocated(obj uintptr) bool

func UpDown_HasParent

func UpDown_HasParent(obj uintptr) bool

func UpDown_Hide

func UpDown_Hide(obj uintptr)

func UpDown_InheritsFrom added in v1.1.18

func UpDown_InheritsFrom(obj uintptr, AClass TClass) bool

func UpDown_InsertControl added in v1.1.21

func UpDown_InsertControl(obj uintptr, AControl uintptr)

func UpDown_InstanceSize added in v1.1.18

func UpDown_InstanceSize(obj uintptr) int32

func UpDown_Invalidate

func UpDown_Invalidate(obj uintptr)

func UpDown_ParentToClient

func UpDown_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func UpDown_Perform

func UpDown_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func UpDown_Realign

func UpDown_Realign(obj uintptr)

func UpDown_Refresh

func UpDown_Refresh(obj uintptr)

func UpDown_RemoveControl added in v1.1.21

func UpDown_RemoveControl(obj uintptr, AControl uintptr)

func UpDown_Repaint

func UpDown_Repaint(obj uintptr)

func UpDown_ScaleBy

func UpDown_ScaleBy(obj uintptr, M int32, D int32)

func UpDown_ScreenToClient

func UpDown_ScreenToClient(obj uintptr, Point TPoint) TPoint

func UpDown_ScrollBy added in v1.1.21

func UpDown_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func UpDown_SendToBack

func UpDown_SendToBack(obj uintptr)

func UpDown_SetAction

func UpDown_SetAction(obj uintptr, value uintptr)

func UpDown_SetAlign

func UpDown_SetAlign(obj uintptr, value TAlign)

func UpDown_SetAnchorSideBottom

func UpDown_SetAnchorSideBottom(obj uintptr, value uintptr)

func UpDown_SetAnchorSideLeft

func UpDown_SetAnchorSideLeft(obj uintptr, value uintptr)

func UpDown_SetAnchorSideRight

func UpDown_SetAnchorSideRight(obj uintptr, value uintptr)

func UpDown_SetAnchorSideTop

func UpDown_SetAnchorSideTop(obj uintptr, value uintptr)

func UpDown_SetAnchors

func UpDown_SetAnchors(obj uintptr, value TAnchors)

func UpDown_SetBiDiMode

func UpDown_SetBiDiMode(obj uintptr, value TBiDiMode)

func UpDown_SetBorderSpacing

func UpDown_SetBorderSpacing(obj uintptr, value uintptr)

func UpDown_SetBounds

func UpDown_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func UpDown_SetBoundsRect

func UpDown_SetBoundsRect(obj uintptr, value TRect)

func UpDown_SetChildSizing

func UpDown_SetChildSizing(obj uintptr, value uintptr)

func UpDown_SetClientHeight

func UpDown_SetClientHeight(obj uintptr, value int32)

func UpDown_SetClientWidth

func UpDown_SetClientWidth(obj uintptr, value int32)

func UpDown_SetComponentIndex

func UpDown_SetComponentIndex(obj uintptr, value int32)

func UpDown_SetConstraints added in v1.2.7

func UpDown_SetConstraints(obj uintptr, value uintptr)

func UpDown_SetControlState added in v1.1.21

func UpDown_SetControlState(obj uintptr, value TControlState)

func UpDown_SetControlStyle added in v1.1.21

func UpDown_SetControlStyle(obj uintptr, value TControlStyle)

func UpDown_SetCursor

func UpDown_SetCursor(obj uintptr, value TCursor)

func UpDown_SetDockSite

func UpDown_SetDockSite(obj uintptr, value bool)

func UpDown_SetDoubleBuffered

func UpDown_SetDoubleBuffered(obj uintptr, value bool)

func UpDown_SetEnabled

func UpDown_SetEnabled(obj uintptr, value bool)

func UpDown_SetFocus

func UpDown_SetFocus(obj uintptr)

func UpDown_SetHeight

func UpDown_SetHeight(obj uintptr, value int32)

func UpDown_SetHint

func UpDown_SetHint(obj uintptr, value string)

func UpDown_SetIncrement added in v1.2.0

func UpDown_SetIncrement(obj uintptr, value int32)

func UpDown_SetLeft

func UpDown_SetLeft(obj uintptr, value int32)

func UpDown_SetMax

func UpDown_SetMax(obj uintptr, value int32)

func UpDown_SetMin

func UpDown_SetMin(obj uintptr, value int32)

func UpDown_SetName

func UpDown_SetName(obj uintptr, value string)

func UpDown_SetOnChanging added in v1.1.21

func UpDown_SetOnChanging(obj uintptr, fn interface{})

func UpDown_SetOnClick

func UpDown_SetOnClick(obj uintptr, fn interface{})

func UpDown_SetOnContextPopup

func UpDown_SetOnContextPopup(obj uintptr, fn interface{})

func UpDown_SetOnEnter

func UpDown_SetOnEnter(obj uintptr, fn interface{})

func UpDown_SetOnExit

func UpDown_SetOnExit(obj uintptr, fn interface{})

func UpDown_SetOnMouseDown

func UpDown_SetOnMouseDown(obj uintptr, fn interface{})

func UpDown_SetOnMouseEnter

func UpDown_SetOnMouseEnter(obj uintptr, fn interface{})

func UpDown_SetOnMouseLeave

func UpDown_SetOnMouseLeave(obj uintptr, fn interface{})

func UpDown_SetOnMouseMove

func UpDown_SetOnMouseMove(obj uintptr, fn interface{})

func UpDown_SetOnMouseUp

func UpDown_SetOnMouseUp(obj uintptr, fn interface{})

func UpDown_SetOrientation

func UpDown_SetOrientation(obj uintptr, value TUDOrientation)

func UpDown_SetParent

func UpDown_SetParent(obj uintptr, value uintptr)

func UpDown_SetParentDoubleBuffered

func UpDown_SetParentDoubleBuffered(obj uintptr, value bool)

func UpDown_SetParentShowHint

func UpDown_SetParentShowHint(obj uintptr, value bool)

func UpDown_SetParentWindow

func UpDown_SetParentWindow(obj uintptr, value HWND)

func UpDown_SetPopupMenu

func UpDown_SetPopupMenu(obj uintptr, value uintptr)

func UpDown_SetPosition

func UpDown_SetPosition(obj uintptr, value int32)

func UpDown_SetShowHint

func UpDown_SetShowHint(obj uintptr, value bool)

func UpDown_SetTabOrder

func UpDown_SetTabOrder(obj uintptr, value TTabOrder)

func UpDown_SetTabStop

func UpDown_SetTabStop(obj uintptr, value bool)

func UpDown_SetTag

func UpDown_SetTag(obj uintptr, value int)

func UpDown_SetTextBuf added in v1.1.21

func UpDown_SetTextBuf(obj uintptr, Buffer string)

func UpDown_SetTop

func UpDown_SetTop(obj uintptr, value int32)

func UpDown_SetUseDockManager

func UpDown_SetUseDockManager(obj uintptr, value bool)

func UpDown_SetVisible

func UpDown_SetVisible(obj uintptr, value bool)

func UpDown_SetWidth

func UpDown_SetWidth(obj uintptr, value int32)

func UpDown_SetWrap

func UpDown_SetWrap(obj uintptr, value bool)

func UpDown_Show

func UpDown_Show(obj uintptr)

func UpDown_StaticClassType added in v1.1.18

func UpDown_StaticClassType() TClass

func UpDown_ToString

func UpDown_ToString(obj uintptr) string

func UpDown_Update

func UpDown_Update(obj uintptr)

func ValueListEditor_AnchorAsAlign

func ValueListEditor_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func ValueListEditor_AnchorClient

func ValueListEditor_AnchorClient(obj uintptr, ASpace int32)

func ValueListEditor_AnchorHorizontalCenterTo

func ValueListEditor_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func ValueListEditor_AnchorParallel

func ValueListEditor_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ValueListEditor_AnchorToNeighbour

func ValueListEditor_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func ValueListEditor_AnchorVerticalCenterTo

func ValueListEditor_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func ValueListEditor_Assign added in v1.1.19

func ValueListEditor_Assign(obj uintptr, Source uintptr)

func ValueListEditor_BringToFront added in v1.1.19

func ValueListEditor_BringToFront(obj uintptr)

func ValueListEditor_CanFocus added in v1.1.19

func ValueListEditor_CanFocus(obj uintptr) bool

func ValueListEditor_CellRect added in v1.1.19

func ValueListEditor_CellRect(obj uintptr, ACol int32, ARow int32) TRect

func ValueListEditor_ClassName added in v1.1.19

func ValueListEditor_ClassName(obj uintptr) string

func ValueListEditor_ClassType added in v1.1.19

func ValueListEditor_ClassType(obj uintptr) TClass

func ValueListEditor_ClientToParent added in v1.1.19

func ValueListEditor_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ValueListEditor_ClientToScreen added in v1.1.19

func ValueListEditor_ClientToScreen(obj uintptr, Point TPoint) TPoint

func ValueListEditor_ContainsControl added in v1.1.21

func ValueListEditor_ContainsControl(obj uintptr, Control uintptr) bool

func ValueListEditor_ControlAtPos added in v1.1.21

func ValueListEditor_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func ValueListEditor_Create added in v1.1.19

func ValueListEditor_Create(obj uintptr) uintptr

func ValueListEditor_DisableAlign added in v1.1.21

func ValueListEditor_DisableAlign(obj uintptr)

func ValueListEditor_Dragging added in v1.1.19

func ValueListEditor_Dragging(obj uintptr) bool

func ValueListEditor_EnableAlign added in v1.1.21

func ValueListEditor_EnableAlign(obj uintptr)

func ValueListEditor_Equals added in v1.1.19

func ValueListEditor_Equals(obj uintptr, Obj uintptr) bool

func ValueListEditor_FindChildControl added in v1.1.21

func ValueListEditor_FindChildControl(obj uintptr, ControlName string) uintptr

func ValueListEditor_FindComponent added in v1.1.19

func ValueListEditor_FindComponent(obj uintptr, AName string) uintptr

func ValueListEditor_FlipChildren added in v1.1.19

func ValueListEditor_FlipChildren(obj uintptr, AllLevels bool)

func ValueListEditor_Focused added in v1.1.19

func ValueListEditor_Focused(obj uintptr) bool

func ValueListEditor_Free added in v1.1.19

func ValueListEditor_Free(obj uintptr)

func ValueListEditor_GetAction added in v1.1.19

func ValueListEditor_GetAction(obj uintptr) uintptr

func ValueListEditor_GetAlign added in v1.1.19

func ValueListEditor_GetAlign(obj uintptr) TAlign

func ValueListEditor_GetAnchorSide

func ValueListEditor_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func ValueListEditor_GetAnchorSideBottom

func ValueListEditor_GetAnchorSideBottom(obj uintptr) uintptr

func ValueListEditor_GetAnchorSideLeft

func ValueListEditor_GetAnchorSideLeft(obj uintptr) uintptr

func ValueListEditor_GetAnchorSideRight

func ValueListEditor_GetAnchorSideRight(obj uintptr) uintptr

func ValueListEditor_GetAnchorSideTop

func ValueListEditor_GetAnchorSideTop(obj uintptr) uintptr

func ValueListEditor_GetAnchors added in v1.1.19

func ValueListEditor_GetAnchors(obj uintptr) TAnchors

func ValueListEditor_GetBiDiMode added in v1.1.19

func ValueListEditor_GetBiDiMode(obj uintptr) TBiDiMode

func ValueListEditor_GetBorderSpacing

func ValueListEditor_GetBorderSpacing(obj uintptr) uintptr

func ValueListEditor_GetBorderStyle added in v1.1.19

func ValueListEditor_GetBorderStyle(obj uintptr) TBorderStyle

func ValueListEditor_GetBoundsRect added in v1.1.19

func ValueListEditor_GetBoundsRect(obj uintptr) TRect

func ValueListEditor_GetBrush added in v1.1.19

func ValueListEditor_GetBrush(obj uintptr) uintptr

func ValueListEditor_GetCanvas added in v1.1.19

func ValueListEditor_GetCanvas(obj uintptr) uintptr

func ValueListEditor_GetCells added in v1.1.19

func ValueListEditor_GetCells(obj uintptr, ACol int32, ARow int32) string

func ValueListEditor_GetChildSizing

func ValueListEditor_GetChildSizing(obj uintptr) uintptr

func ValueListEditor_GetClientHeight added in v1.1.19

func ValueListEditor_GetClientHeight(obj uintptr) int32

func ValueListEditor_GetClientOrigin added in v1.1.21

func ValueListEditor_GetClientOrigin(obj uintptr) TPoint

func ValueListEditor_GetClientRect added in v1.1.19

func ValueListEditor_GetClientRect(obj uintptr) TRect

func ValueListEditor_GetClientWidth added in v1.1.19

func ValueListEditor_GetClientWidth(obj uintptr) int32

func ValueListEditor_GetCol added in v1.1.19

func ValueListEditor_GetCol(obj uintptr) int32

func ValueListEditor_GetColCount added in v1.1.19

func ValueListEditor_GetColCount(obj uintptr) int32

func ValueListEditor_GetColWidths added in v1.1.19

func ValueListEditor_GetColWidths(obj uintptr, Index int32) int32

func ValueListEditor_GetColor added in v1.1.19

func ValueListEditor_GetColor(obj uintptr) TColor

func ValueListEditor_GetComponentCount added in v1.1.19

func ValueListEditor_GetComponentCount(obj uintptr) int32

func ValueListEditor_GetComponentIndex added in v1.1.19

func ValueListEditor_GetComponentIndex(obj uintptr) int32

func ValueListEditor_GetComponents added in v1.1.19

func ValueListEditor_GetComponents(obj uintptr, AIndex int32) uintptr

func ValueListEditor_GetConstraints added in v1.2.7

func ValueListEditor_GetConstraints(obj uintptr) uintptr

func ValueListEditor_GetControlCount added in v1.1.19

func ValueListEditor_GetControlCount(obj uintptr) int32

func ValueListEditor_GetControlState added in v1.1.21

func ValueListEditor_GetControlState(obj uintptr) TControlState

func ValueListEditor_GetControlStyle added in v1.1.21

func ValueListEditor_GetControlStyle(obj uintptr) TControlStyle

func ValueListEditor_GetControls added in v1.1.19

func ValueListEditor_GetControls(obj uintptr, Index int32) uintptr

func ValueListEditor_GetCursor added in v1.1.19

func ValueListEditor_GetCursor(obj uintptr) TCursor

func ValueListEditor_GetDefaultColWidth added in v1.1.19

func ValueListEditor_GetDefaultColWidth(obj uintptr) int32

func ValueListEditor_GetDefaultDrawing added in v1.1.19

func ValueListEditor_GetDefaultDrawing(obj uintptr) bool

func ValueListEditor_GetDefaultRowHeight added in v1.1.19

func ValueListEditor_GetDefaultRowHeight(obj uintptr) int32

func ValueListEditor_GetDockClientCount added in v1.1.21

func ValueListEditor_GetDockClientCount(obj uintptr) int32

func ValueListEditor_GetDockClients added in v1.1.21

func ValueListEditor_GetDockClients(obj uintptr, Index int32) uintptr

func ValueListEditor_GetDockSite added in v1.1.19

func ValueListEditor_GetDockSite(obj uintptr) bool

func ValueListEditor_GetDoubleBuffered added in v1.1.19

func ValueListEditor_GetDoubleBuffered(obj uintptr) bool

func ValueListEditor_GetDragCursor added in v1.1.19

func ValueListEditor_GetDragCursor(obj uintptr) TCursor

func ValueListEditor_GetDragKind added in v1.1.19

func ValueListEditor_GetDragKind(obj uintptr) TDragKind

func ValueListEditor_GetDragMode added in v1.1.19

func ValueListEditor_GetDragMode(obj uintptr) TDragMode

func ValueListEditor_GetEditorMode added in v1.1.19

func ValueListEditor_GetEditorMode(obj uintptr) bool

func ValueListEditor_GetEnabled added in v1.1.19

func ValueListEditor_GetEnabled(obj uintptr) bool

func ValueListEditor_GetFixedColor added in v1.1.19

func ValueListEditor_GetFixedColor(obj uintptr) TColor

func ValueListEditor_GetFixedCols added in v1.1.19

func ValueListEditor_GetFixedCols(obj uintptr) int32

func ValueListEditor_GetFloating added in v1.1.19

func ValueListEditor_GetFloating(obj uintptr) bool

func ValueListEditor_GetFont added in v1.1.19

func ValueListEditor_GetFont(obj uintptr) uintptr

func ValueListEditor_GetGridHeight added in v1.1.19

func ValueListEditor_GetGridHeight(obj uintptr) int32

func ValueListEditor_GetGridLineWidth added in v1.1.19

func ValueListEditor_GetGridLineWidth(obj uintptr) int32

func ValueListEditor_GetGridWidth added in v1.1.19

func ValueListEditor_GetGridWidth(obj uintptr) int32

func ValueListEditor_GetHandle added in v1.1.19

func ValueListEditor_GetHandle(obj uintptr) HWND

func ValueListEditor_GetHashCode added in v1.1.19

func ValueListEditor_GetHashCode(obj uintptr) int32

func ValueListEditor_GetHeight added in v1.1.19

func ValueListEditor_GetHeight(obj uintptr) int32

func ValueListEditor_GetHint added in v1.1.19

func ValueListEditor_GetHint(obj uintptr) string

func ValueListEditor_GetLeft added in v1.1.19

func ValueListEditor_GetLeft(obj uintptr) int32

func ValueListEditor_GetLeftCol added in v1.1.19

func ValueListEditor_GetLeftCol(obj uintptr) int32

func ValueListEditor_GetMouseInClient added in v1.1.21

func ValueListEditor_GetMouseInClient(obj uintptr) bool

func ValueListEditor_GetName added in v1.1.19

func ValueListEditor_GetName(obj uintptr) string

func ValueListEditor_GetNamePath added in v1.1.19

func ValueListEditor_GetNamePath(obj uintptr) string

func ValueListEditor_GetOptions added in v1.1.19

func ValueListEditor_GetOptions(obj uintptr) TGridOptions

func ValueListEditor_GetOwner added in v1.1.19

func ValueListEditor_GetOwner(obj uintptr) uintptr

func ValueListEditor_GetParent added in v1.1.19

func ValueListEditor_GetParent(obj uintptr) uintptr

func ValueListEditor_GetParentColor added in v1.1.19

func ValueListEditor_GetParentColor(obj uintptr) bool

func ValueListEditor_GetParentDoubleBuffered added in v1.1.19

func ValueListEditor_GetParentDoubleBuffered(obj uintptr) bool

func ValueListEditor_GetParentFont added in v1.1.19

func ValueListEditor_GetParentFont(obj uintptr) bool

func ValueListEditor_GetParentShowHint added in v1.1.19

func ValueListEditor_GetParentShowHint(obj uintptr) bool

func ValueListEditor_GetParentWindow added in v1.1.19

func ValueListEditor_GetParentWindow(obj uintptr) HWND

func ValueListEditor_GetPopupMenu added in v1.1.19

func ValueListEditor_GetPopupMenu(obj uintptr) uintptr

func ValueListEditor_GetRow added in v1.1.19

func ValueListEditor_GetRow(obj uintptr) int32

func ValueListEditor_GetRowCount added in v1.1.19

func ValueListEditor_GetRowCount(obj uintptr) int32

func ValueListEditor_GetRowHeights added in v1.1.19

func ValueListEditor_GetRowHeights(obj uintptr, Index int32) int32

func ValueListEditor_GetScrollBars added in v1.1.19

func ValueListEditor_GetScrollBars(obj uintptr) TScrollStyle

func ValueListEditor_GetSelection added in v1.1.19

func ValueListEditor_GetSelection(obj uintptr) TGridRect

func ValueListEditor_GetShowHint added in v1.1.19

func ValueListEditor_GetShowHint(obj uintptr) bool

func ValueListEditor_GetStrings added in v1.1.19

func ValueListEditor_GetStrings(obj uintptr) uintptr

func ValueListEditor_GetTabOrder added in v1.1.19

func ValueListEditor_GetTabOrder(obj uintptr) TTabOrder

func ValueListEditor_GetTabStop added in v1.1.19

func ValueListEditor_GetTabStop(obj uintptr) bool

func ValueListEditor_GetTag added in v1.1.19

func ValueListEditor_GetTag(obj uintptr) int

func ValueListEditor_GetTextBuf added in v1.1.19

func ValueListEditor_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func ValueListEditor_GetTextLen added in v1.1.19

func ValueListEditor_GetTextLen(obj uintptr) int32

func ValueListEditor_GetTop added in v1.1.19

func ValueListEditor_GetTop(obj uintptr) int32

func ValueListEditor_GetTopRow added in v1.1.19

func ValueListEditor_GetTopRow(obj uintptr) int32

func ValueListEditor_GetUseDockManager added in v1.1.19

func ValueListEditor_GetUseDockManager(obj uintptr) bool

func ValueListEditor_GetValues added in v1.1.19

func ValueListEditor_GetValues(obj uintptr, Key string) string

func ValueListEditor_GetVisible added in v1.1.19

func ValueListEditor_GetVisible(obj uintptr) bool

func ValueListEditor_GetVisibleColCount added in v1.1.19

func ValueListEditor_GetVisibleColCount(obj uintptr) int32

func ValueListEditor_GetVisibleDockClientCount added in v1.1.21

func ValueListEditor_GetVisibleDockClientCount(obj uintptr) int32

func ValueListEditor_GetVisibleRowCount added in v1.1.19

func ValueListEditor_GetVisibleRowCount(obj uintptr) int32

func ValueListEditor_GetWidth added in v1.1.19

func ValueListEditor_GetWidth(obj uintptr) int32

func ValueListEditor_HandleAllocated added in v1.1.19

func ValueListEditor_HandleAllocated(obj uintptr) bool

func ValueListEditor_HasParent added in v1.1.19

func ValueListEditor_HasParent(obj uintptr) bool

func ValueListEditor_Hide added in v1.1.19

func ValueListEditor_Hide(obj uintptr)

func ValueListEditor_InheritsFrom added in v1.1.19

func ValueListEditor_InheritsFrom(obj uintptr, AClass TClass) bool

func ValueListEditor_InsertControl added in v1.1.21

func ValueListEditor_InsertControl(obj uintptr, AControl uintptr)

func ValueListEditor_InstanceSize added in v1.1.19

func ValueListEditor_InstanceSize(obj uintptr) int32

func ValueListEditor_Invalidate added in v1.1.19

func ValueListEditor_Invalidate(obj uintptr)

func ValueListEditor_MouseCoord added in v1.1.19

func ValueListEditor_MouseCoord(obj uintptr, X int32, Y int32) TGridCoord

func ValueListEditor_MouseToCell added in v1.1.19

func ValueListEditor_MouseToCell(obj uintptr, X int32, Y int32, ACol *int32, ARow *int32)

func ValueListEditor_ParentToClient added in v1.1.19

func ValueListEditor_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func ValueListEditor_Perform added in v1.1.19

func ValueListEditor_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func ValueListEditor_Realign added in v1.1.19

func ValueListEditor_Realign(obj uintptr)

func ValueListEditor_Refresh added in v1.1.19

func ValueListEditor_Refresh(obj uintptr)

func ValueListEditor_RemoveControl added in v1.1.21

func ValueListEditor_RemoveControl(obj uintptr, AControl uintptr)

func ValueListEditor_Repaint added in v1.1.19

func ValueListEditor_Repaint(obj uintptr)

func ValueListEditor_ScaleBy added in v1.1.19

func ValueListEditor_ScaleBy(obj uintptr, M int32, D int32)

func ValueListEditor_ScreenToClient added in v1.1.19

func ValueListEditor_ScreenToClient(obj uintptr, Point TPoint) TPoint

func ValueListEditor_ScrollBy added in v1.1.21

func ValueListEditor_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func ValueListEditor_SendToBack added in v1.1.19

func ValueListEditor_SendToBack(obj uintptr)

func ValueListEditor_SetAction added in v1.1.19

func ValueListEditor_SetAction(obj uintptr, value uintptr)

func ValueListEditor_SetAlign added in v1.1.19

func ValueListEditor_SetAlign(obj uintptr, value TAlign)

func ValueListEditor_SetAnchorSideBottom

func ValueListEditor_SetAnchorSideBottom(obj uintptr, value uintptr)

func ValueListEditor_SetAnchorSideLeft

func ValueListEditor_SetAnchorSideLeft(obj uintptr, value uintptr)

func ValueListEditor_SetAnchorSideRight

func ValueListEditor_SetAnchorSideRight(obj uintptr, value uintptr)

func ValueListEditor_SetAnchorSideTop

func ValueListEditor_SetAnchorSideTop(obj uintptr, value uintptr)

func ValueListEditor_SetAnchors added in v1.1.19

func ValueListEditor_SetAnchors(obj uintptr, value TAnchors)

func ValueListEditor_SetBiDiMode added in v1.1.19

func ValueListEditor_SetBiDiMode(obj uintptr, value TBiDiMode)

func ValueListEditor_SetBorderSpacing

func ValueListEditor_SetBorderSpacing(obj uintptr, value uintptr)

func ValueListEditor_SetBorderStyle added in v1.1.19

func ValueListEditor_SetBorderStyle(obj uintptr, value TBorderStyle)

func ValueListEditor_SetBounds added in v1.1.19

func ValueListEditor_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func ValueListEditor_SetBoundsRect added in v1.1.19

func ValueListEditor_SetBoundsRect(obj uintptr, value TRect)

func ValueListEditor_SetCells added in v1.1.19

func ValueListEditor_SetCells(obj uintptr, ACol int32, ARow int32, value string)

func ValueListEditor_SetChildSizing

func ValueListEditor_SetChildSizing(obj uintptr, value uintptr)

func ValueListEditor_SetClientHeight added in v1.1.19

func ValueListEditor_SetClientHeight(obj uintptr, value int32)

func ValueListEditor_SetClientWidth added in v1.1.19

func ValueListEditor_SetClientWidth(obj uintptr, value int32)

func ValueListEditor_SetCol added in v1.1.19

func ValueListEditor_SetCol(obj uintptr, value int32)

func ValueListEditor_SetColCount added in v1.1.19

func ValueListEditor_SetColCount(obj uintptr, value int32)

func ValueListEditor_SetColWidths added in v1.1.19

func ValueListEditor_SetColWidths(obj uintptr, Index int32, value int32)

func ValueListEditor_SetColor added in v1.1.19

func ValueListEditor_SetColor(obj uintptr, value TColor)

func ValueListEditor_SetComponentIndex added in v1.1.19

func ValueListEditor_SetComponentIndex(obj uintptr, value int32)

func ValueListEditor_SetConstraints added in v1.2.7

func ValueListEditor_SetConstraints(obj uintptr, value uintptr)

func ValueListEditor_SetControlState added in v1.1.21

func ValueListEditor_SetControlState(obj uintptr, value TControlState)

func ValueListEditor_SetControlStyle added in v1.1.21

func ValueListEditor_SetControlStyle(obj uintptr, value TControlStyle)

func ValueListEditor_SetCursor added in v1.1.19

func ValueListEditor_SetCursor(obj uintptr, value TCursor)

func ValueListEditor_SetDefaultColWidth added in v1.1.19

func ValueListEditor_SetDefaultColWidth(obj uintptr, value int32)

func ValueListEditor_SetDefaultDrawing added in v1.1.19

func ValueListEditor_SetDefaultDrawing(obj uintptr, value bool)

func ValueListEditor_SetDefaultRowHeight added in v1.1.19

func ValueListEditor_SetDefaultRowHeight(obj uintptr, value int32)

func ValueListEditor_SetDockSite added in v1.1.19

func ValueListEditor_SetDockSite(obj uintptr, value bool)

func ValueListEditor_SetDoubleBuffered added in v1.1.19

func ValueListEditor_SetDoubleBuffered(obj uintptr, value bool)

func ValueListEditor_SetDragCursor added in v1.1.19

func ValueListEditor_SetDragCursor(obj uintptr, value TCursor)

func ValueListEditor_SetDragKind added in v1.1.19

func ValueListEditor_SetDragKind(obj uintptr, value TDragKind)

func ValueListEditor_SetDragMode added in v1.1.19

func ValueListEditor_SetDragMode(obj uintptr, value TDragMode)

func ValueListEditor_SetEditorMode added in v1.1.19

func ValueListEditor_SetEditorMode(obj uintptr, value bool)

func ValueListEditor_SetEnabled added in v1.1.19

func ValueListEditor_SetEnabled(obj uintptr, value bool)

func ValueListEditor_SetFixedColor added in v1.1.19

func ValueListEditor_SetFixedColor(obj uintptr, value TColor)

func ValueListEditor_SetFixedCols added in v1.1.19

func ValueListEditor_SetFixedCols(obj uintptr, value int32)

func ValueListEditor_SetFocus added in v1.1.19

func ValueListEditor_SetFocus(obj uintptr)

func ValueListEditor_SetFont added in v1.1.19

func ValueListEditor_SetFont(obj uintptr, value uintptr)

func ValueListEditor_SetGridLineWidth added in v1.1.19

func ValueListEditor_SetGridLineWidth(obj uintptr, value int32)

func ValueListEditor_SetHeight added in v1.1.19

func ValueListEditor_SetHeight(obj uintptr, value int32)

func ValueListEditor_SetHint added in v1.1.19

func ValueListEditor_SetHint(obj uintptr, value string)

func ValueListEditor_SetLeft added in v1.1.19

func ValueListEditor_SetLeft(obj uintptr, value int32)

func ValueListEditor_SetLeftCol added in v1.1.19

func ValueListEditor_SetLeftCol(obj uintptr, value int32)

func ValueListEditor_SetName added in v1.1.19

func ValueListEditor_SetName(obj uintptr, value string)

func ValueListEditor_SetOnClick added in v1.1.19

func ValueListEditor_SetOnClick(obj uintptr, fn interface{})

func ValueListEditor_SetOnContextPopup added in v1.1.19

func ValueListEditor_SetOnContextPopup(obj uintptr, fn interface{})

func ValueListEditor_SetOnDblClick added in v1.1.19

func ValueListEditor_SetOnDblClick(obj uintptr, fn interface{})

func ValueListEditor_SetOnDragDrop added in v1.1.19

func ValueListEditor_SetOnDragDrop(obj uintptr, fn interface{})

func ValueListEditor_SetOnDragOver added in v1.1.19

func ValueListEditor_SetOnDragOver(obj uintptr, fn interface{})

func ValueListEditor_SetOnDrawCell added in v1.1.19

func ValueListEditor_SetOnDrawCell(obj uintptr, fn interface{})

func ValueListEditor_SetOnEndDock added in v1.1.19

func ValueListEditor_SetOnEndDock(obj uintptr, fn interface{})

func ValueListEditor_SetOnEndDrag added in v1.1.19

func ValueListEditor_SetOnEndDrag(obj uintptr, fn interface{})

func ValueListEditor_SetOnEnter added in v1.1.19

func ValueListEditor_SetOnEnter(obj uintptr, fn interface{})

func ValueListEditor_SetOnExit added in v1.1.19

func ValueListEditor_SetOnExit(obj uintptr, fn interface{})

func ValueListEditor_SetOnGetEditMask added in v1.1.19

func ValueListEditor_SetOnGetEditMask(obj uintptr, fn interface{})

func ValueListEditor_SetOnGetEditText added in v1.1.19

func ValueListEditor_SetOnGetEditText(obj uintptr, fn interface{})

func ValueListEditor_SetOnKeyDown added in v1.1.19

func ValueListEditor_SetOnKeyDown(obj uintptr, fn interface{})

func ValueListEditor_SetOnKeyPress added in v1.1.19

func ValueListEditor_SetOnKeyPress(obj uintptr, fn interface{})

func ValueListEditor_SetOnKeyUp added in v1.1.19

func ValueListEditor_SetOnKeyUp(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseDown added in v1.1.19

func ValueListEditor_SetOnMouseDown(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseEnter added in v1.1.19

func ValueListEditor_SetOnMouseEnter(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseLeave added in v1.1.19

func ValueListEditor_SetOnMouseLeave(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseMove added in v1.1.19

func ValueListEditor_SetOnMouseMove(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseUp added in v1.1.19

func ValueListEditor_SetOnMouseUp(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseWheelDown added in v1.1.19

func ValueListEditor_SetOnMouseWheelDown(obj uintptr, fn interface{})

func ValueListEditor_SetOnMouseWheelUp added in v1.1.19

func ValueListEditor_SetOnMouseWheelUp(obj uintptr, fn interface{})

func ValueListEditor_SetOnRowMoved added in v1.1.19

func ValueListEditor_SetOnRowMoved(obj uintptr, fn interface{})

func ValueListEditor_SetOnSelectCell added in v1.1.19

func ValueListEditor_SetOnSelectCell(obj uintptr, fn interface{})

func ValueListEditor_SetOnSetEditText added in v1.1.19

func ValueListEditor_SetOnSetEditText(obj uintptr, fn interface{})

func ValueListEditor_SetOnStartDock added in v1.1.19

func ValueListEditor_SetOnStartDock(obj uintptr, fn interface{})

func ValueListEditor_SetOnTopLeftChanged added in v1.1.19

func ValueListEditor_SetOnTopLeftChanged(obj uintptr, fn interface{})

func ValueListEditor_SetOptions added in v1.1.19

func ValueListEditor_SetOptions(obj uintptr, value TGridOptions)

func ValueListEditor_SetParent added in v1.1.19

func ValueListEditor_SetParent(obj uintptr, value uintptr)

func ValueListEditor_SetParentColor added in v1.1.19

func ValueListEditor_SetParentColor(obj uintptr, value bool)

func ValueListEditor_SetParentDoubleBuffered added in v1.1.19

func ValueListEditor_SetParentDoubleBuffered(obj uintptr, value bool)

func ValueListEditor_SetParentFont added in v1.1.19

func ValueListEditor_SetParentFont(obj uintptr, value bool)

func ValueListEditor_SetParentShowHint added in v1.1.19

func ValueListEditor_SetParentShowHint(obj uintptr, value bool)

func ValueListEditor_SetParentWindow added in v1.1.19

func ValueListEditor_SetParentWindow(obj uintptr, value HWND)

func ValueListEditor_SetPopupMenu added in v1.1.19

func ValueListEditor_SetPopupMenu(obj uintptr, value uintptr)

func ValueListEditor_SetRow added in v1.1.19

func ValueListEditor_SetRow(obj uintptr, value int32)

func ValueListEditor_SetRowHeights added in v1.1.19

func ValueListEditor_SetRowHeights(obj uintptr, Index int32, value int32)

func ValueListEditor_SetScrollBars added in v1.1.19

func ValueListEditor_SetScrollBars(obj uintptr, value TScrollStyle)

func ValueListEditor_SetSelection added in v1.1.19

func ValueListEditor_SetSelection(obj uintptr, value TGridRect)

func ValueListEditor_SetShowHint added in v1.1.19

func ValueListEditor_SetShowHint(obj uintptr, value bool)

func ValueListEditor_SetStrings added in v1.1.19

func ValueListEditor_SetStrings(obj uintptr, value uintptr)

func ValueListEditor_SetTabOrder added in v1.1.19

func ValueListEditor_SetTabOrder(obj uintptr, value TTabOrder)

func ValueListEditor_SetTabStop added in v1.1.19

func ValueListEditor_SetTabStop(obj uintptr, value bool)

func ValueListEditor_SetTag added in v1.1.19

func ValueListEditor_SetTag(obj uintptr, value int)

func ValueListEditor_SetTextBuf added in v1.1.21

func ValueListEditor_SetTextBuf(obj uintptr, Buffer string)

func ValueListEditor_SetTop added in v1.1.19

func ValueListEditor_SetTop(obj uintptr, value int32)

func ValueListEditor_SetTopRow added in v1.1.19

func ValueListEditor_SetTopRow(obj uintptr, value int32)

func ValueListEditor_SetUseDockManager added in v1.1.19

func ValueListEditor_SetUseDockManager(obj uintptr, value bool)

func ValueListEditor_SetValues added in v1.1.19

func ValueListEditor_SetValues(obj uintptr, Key string, value string)

func ValueListEditor_SetVisible added in v1.1.19

func ValueListEditor_SetVisible(obj uintptr, value bool)

func ValueListEditor_SetWidth added in v1.1.19

func ValueListEditor_SetWidth(obj uintptr, value int32)

func ValueListEditor_Show added in v1.1.19

func ValueListEditor_Show(obj uintptr)

func ValueListEditor_StaticClassType added in v1.1.19

func ValueListEditor_StaticClassType() TClass

func ValueListEditor_ToString added in v1.1.19

func ValueListEditor_ToString(obj uintptr) string

func ValueListEditor_Update added in v1.1.19

func ValueListEditor_Update(obj uintptr)

func WinControl_AnchorAsAlign

func WinControl_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func WinControl_AnchorClient

func WinControl_AnchorClient(obj uintptr, ASpace int32)

func WinControl_AnchorHorizontalCenterTo

func WinControl_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func WinControl_AnchorParallel

func WinControl_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func WinControl_AnchorToNeighbour

func WinControl_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func WinControl_AnchorVerticalCenterTo

func WinControl_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func WinControl_Assign added in v1.1.18

func WinControl_Assign(obj uintptr, Source uintptr)

func WinControl_BringToFront added in v1.1.18

func WinControl_BringToFront(obj uintptr)

func WinControl_CanFocus added in v1.1.18

func WinControl_CanFocus(obj uintptr) bool

func WinControl_ClassName added in v1.1.18

func WinControl_ClassName(obj uintptr) string

func WinControl_ClassType added in v1.1.18

func WinControl_ClassType(obj uintptr) TClass

func WinControl_ClientToParent added in v1.1.18

func WinControl_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func WinControl_ClientToScreen added in v1.1.18

func WinControl_ClientToScreen(obj uintptr, Point TPoint) TPoint

func WinControl_ContainsControl added in v1.1.21

func WinControl_ContainsControl(obj uintptr, Control uintptr) bool

func WinControl_ControlAtPos added in v1.1.21

func WinControl_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, AllLevels bool) uintptr

func WinControl_Create added in v1.1.18

func WinControl_Create(obj uintptr) uintptr

func WinControl_DisableAlign added in v1.1.21

func WinControl_DisableAlign(obj uintptr)

func WinControl_Dragging added in v1.1.18

func WinControl_Dragging(obj uintptr) bool

func WinControl_EnableAlign added in v1.1.21

func WinControl_EnableAlign(obj uintptr)

func WinControl_Equals added in v1.1.18

func WinControl_Equals(obj uintptr, Obj uintptr) bool

func WinControl_FindChildControl added in v1.1.21

func WinControl_FindChildControl(obj uintptr, ControlName string) uintptr

func WinControl_FindComponent added in v1.1.18

func WinControl_FindComponent(obj uintptr, AName string) uintptr

func WinControl_FlipChildren added in v1.1.18

func WinControl_FlipChildren(obj uintptr, AllLevels bool)

func WinControl_Focused added in v1.1.18

func WinControl_Focused(obj uintptr) bool

func WinControl_Free added in v1.1.18

func WinControl_Free(obj uintptr)

func WinControl_GetAction added in v1.1.18

func WinControl_GetAction(obj uintptr) uintptr

func WinControl_GetAlign added in v1.1.18

func WinControl_GetAlign(obj uintptr) TAlign

func WinControl_GetAnchorSide

func WinControl_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func WinControl_GetAnchorSideBottom

func WinControl_GetAnchorSideBottom(obj uintptr) uintptr

func WinControl_GetAnchorSideLeft

func WinControl_GetAnchorSideLeft(obj uintptr) uintptr

func WinControl_GetAnchorSideRight

func WinControl_GetAnchorSideRight(obj uintptr) uintptr

func WinControl_GetAnchorSideTop

func WinControl_GetAnchorSideTop(obj uintptr) uintptr

func WinControl_GetAnchors added in v1.1.18

func WinControl_GetAnchors(obj uintptr) TAnchors

func WinControl_GetBiDiMode added in v1.1.18

func WinControl_GetBiDiMode(obj uintptr) TBiDiMode

func WinControl_GetBorderSpacing

func WinControl_GetBorderSpacing(obj uintptr) uintptr

func WinControl_GetBoundsRect added in v1.1.18

func WinControl_GetBoundsRect(obj uintptr) TRect

func WinControl_GetBrush added in v1.1.18

func WinControl_GetBrush(obj uintptr) uintptr

func WinControl_GetChildSizing

func WinControl_GetChildSizing(obj uintptr) uintptr

func WinControl_GetClientHeight added in v1.1.18

func WinControl_GetClientHeight(obj uintptr) int32

func WinControl_GetClientOrigin added in v1.1.21

func WinControl_GetClientOrigin(obj uintptr) TPoint

func WinControl_GetClientRect added in v1.1.18

func WinControl_GetClientRect(obj uintptr) TRect

func WinControl_GetClientWidth added in v1.1.18

func WinControl_GetClientWidth(obj uintptr) int32

func WinControl_GetComponentCount added in v1.1.18

func WinControl_GetComponentCount(obj uintptr) int32

func WinControl_GetComponentIndex added in v1.1.18

func WinControl_GetComponentIndex(obj uintptr) int32

func WinControl_GetComponents added in v1.1.18

func WinControl_GetComponents(obj uintptr, AIndex int32) uintptr

func WinControl_GetConstraints added in v1.2.7

func WinControl_GetConstraints(obj uintptr) uintptr

func WinControl_GetControlCount added in v1.1.18

func WinControl_GetControlCount(obj uintptr) int32

func WinControl_GetControlState added in v1.1.21

func WinControl_GetControlState(obj uintptr) TControlState

func WinControl_GetControlStyle added in v1.1.21

func WinControl_GetControlStyle(obj uintptr) TControlStyle

func WinControl_GetControls added in v1.1.18

func WinControl_GetControls(obj uintptr, Index int32) uintptr

func WinControl_GetCursor added in v1.1.18

func WinControl_GetCursor(obj uintptr) TCursor

func WinControl_GetDockClientCount added in v1.1.21

func WinControl_GetDockClientCount(obj uintptr) int32

func WinControl_GetDockClients added in v1.1.21

func WinControl_GetDockClients(obj uintptr, Index int32) uintptr

func WinControl_GetDockSite added in v1.1.18

func WinControl_GetDockSite(obj uintptr) bool

func WinControl_GetDoubleBuffered added in v1.1.18

func WinControl_GetDoubleBuffered(obj uintptr) bool

func WinControl_GetEnabled added in v1.1.18

func WinControl_GetEnabled(obj uintptr) bool

func WinControl_GetFloating added in v1.1.18

func WinControl_GetFloating(obj uintptr) bool

func WinControl_GetHandle added in v1.1.18

func WinControl_GetHandle(obj uintptr) HWND

func WinControl_GetHashCode added in v1.1.18

func WinControl_GetHashCode(obj uintptr) int32

func WinControl_GetHeight added in v1.1.18

func WinControl_GetHeight(obj uintptr) int32

func WinControl_GetHint added in v1.1.18

func WinControl_GetHint(obj uintptr) string

func WinControl_GetLeft added in v1.1.18

func WinControl_GetLeft(obj uintptr) int32

func WinControl_GetMouseInClient added in v1.1.21

func WinControl_GetMouseInClient(obj uintptr) bool

func WinControl_GetName added in v1.1.18

func WinControl_GetName(obj uintptr) string

func WinControl_GetNamePath added in v1.1.18

func WinControl_GetNamePath(obj uintptr) string

func WinControl_GetOwner added in v1.1.18

func WinControl_GetOwner(obj uintptr) uintptr

func WinControl_GetParent added in v1.1.18

func WinControl_GetParent(obj uintptr) uintptr

func WinControl_GetParentDoubleBuffered added in v1.1.18

func WinControl_GetParentDoubleBuffered(obj uintptr) bool

func WinControl_GetParentWindow added in v1.1.18

func WinControl_GetParentWindow(obj uintptr) HWND

func WinControl_GetShowHint added in v1.1.18

func WinControl_GetShowHint(obj uintptr) bool

func WinControl_GetTabOrder added in v1.1.18

func WinControl_GetTabOrder(obj uintptr) TTabOrder

func WinControl_GetTabStop added in v1.1.18

func WinControl_GetTabStop(obj uintptr) bool

func WinControl_GetTag added in v1.1.18

func WinControl_GetTag(obj uintptr) int

func WinControl_GetTextBuf added in v1.1.18

func WinControl_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func WinControl_GetTextLen added in v1.1.18

func WinControl_GetTextLen(obj uintptr) int32

func WinControl_GetTop added in v1.1.18

func WinControl_GetTop(obj uintptr) int32

func WinControl_GetUseDockManager added in v1.1.18

func WinControl_GetUseDockManager(obj uintptr) bool

func WinControl_GetVisible added in v1.1.18

func WinControl_GetVisible(obj uintptr) bool

func WinControl_GetVisibleDockClientCount added in v1.1.21

func WinControl_GetVisibleDockClientCount(obj uintptr) int32

func WinControl_GetWidth added in v1.1.18

func WinControl_GetWidth(obj uintptr) int32

func WinControl_HandleAllocated added in v1.1.18

func WinControl_HandleAllocated(obj uintptr) bool

func WinControl_HasParent added in v1.1.18

func WinControl_HasParent(obj uintptr) bool

func WinControl_Hide added in v1.1.18

func WinControl_Hide(obj uintptr)

func WinControl_InheritsFrom added in v1.1.18

func WinControl_InheritsFrom(obj uintptr, AClass TClass) bool

func WinControl_InsertControl added in v1.1.21

func WinControl_InsertControl(obj uintptr, AControl uintptr)

func WinControl_InstanceSize added in v1.1.18

func WinControl_InstanceSize(obj uintptr) int32

func WinControl_Invalidate added in v1.1.18

func WinControl_Invalidate(obj uintptr)

func WinControl_ParentToClient added in v1.1.18

func WinControl_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func WinControl_Perform added in v1.1.18

func WinControl_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func WinControl_Realign added in v1.1.18

func WinControl_Realign(obj uintptr)

func WinControl_Refresh added in v1.1.18

func WinControl_Refresh(obj uintptr)

func WinControl_RemoveControl added in v1.1.21

func WinControl_RemoveControl(obj uintptr, AControl uintptr)

func WinControl_Repaint added in v1.1.18

func WinControl_Repaint(obj uintptr)

func WinControl_ScaleBy added in v1.1.18

func WinControl_ScaleBy(obj uintptr, M int32, D int32)

func WinControl_ScreenToClient added in v1.1.18

func WinControl_ScreenToClient(obj uintptr, Point TPoint) TPoint

func WinControl_ScrollBy added in v1.1.21

func WinControl_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)

func WinControl_SendToBack added in v1.1.18

func WinControl_SendToBack(obj uintptr)

func WinControl_SetAction added in v1.1.18

func WinControl_SetAction(obj uintptr, value uintptr)

func WinControl_SetAlign added in v1.1.18

func WinControl_SetAlign(obj uintptr, value TAlign)

func WinControl_SetAnchorSideBottom

func WinControl_SetAnchorSideBottom(obj uintptr, value uintptr)

func WinControl_SetAnchorSideLeft

func WinControl_SetAnchorSideLeft(obj uintptr, value uintptr)

func WinControl_SetAnchorSideRight

func WinControl_SetAnchorSideRight(obj uintptr, value uintptr)

func WinControl_SetAnchorSideTop

func WinControl_SetAnchorSideTop(obj uintptr, value uintptr)

func WinControl_SetAnchors added in v1.1.18

func WinControl_SetAnchors(obj uintptr, value TAnchors)

func WinControl_SetBiDiMode added in v1.1.18

func WinControl_SetBiDiMode(obj uintptr, value TBiDiMode)

func WinControl_SetBorderSpacing

func WinControl_SetBorderSpacing(obj uintptr, value uintptr)

func WinControl_SetBounds added in v1.1.18

func WinControl_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func WinControl_SetBoundsRect added in v1.1.18

func WinControl_SetBoundsRect(obj uintptr, value TRect)

func WinControl_SetChildSizing

func WinControl_SetChildSizing(obj uintptr, value uintptr)

func WinControl_SetClientHeight added in v1.1.18

func WinControl_SetClientHeight(obj uintptr, value int32)

func WinControl_SetClientWidth added in v1.1.18

func WinControl_SetClientWidth(obj uintptr, value int32)

func WinControl_SetComponentIndex added in v1.1.18

func WinControl_SetComponentIndex(obj uintptr, value int32)

func WinControl_SetConstraints added in v1.2.7

func WinControl_SetConstraints(obj uintptr, value uintptr)

func WinControl_SetControlState added in v1.1.21

func WinControl_SetControlState(obj uintptr, value TControlState)

func WinControl_SetControlStyle added in v1.1.21

func WinControl_SetControlStyle(obj uintptr, value TControlStyle)

func WinControl_SetCursor added in v1.1.18

func WinControl_SetCursor(obj uintptr, value TCursor)

func WinControl_SetDockSite added in v1.1.18

func WinControl_SetDockSite(obj uintptr, value bool)

func WinControl_SetDoubleBuffered added in v1.1.18

func WinControl_SetDoubleBuffered(obj uintptr, value bool)

func WinControl_SetEnabled added in v1.1.18

func WinControl_SetEnabled(obj uintptr, value bool)

func WinControl_SetFocus added in v1.1.18

func WinControl_SetFocus(obj uintptr)

func WinControl_SetHeight added in v1.1.18

func WinControl_SetHeight(obj uintptr, value int32)

func WinControl_SetHint added in v1.1.18

func WinControl_SetHint(obj uintptr, value string)

func WinControl_SetLeft added in v1.1.18

func WinControl_SetLeft(obj uintptr, value int32)

func WinControl_SetName added in v1.1.18

func WinControl_SetName(obj uintptr, value string)

func WinControl_SetParent added in v1.1.18

func WinControl_SetParent(obj uintptr, value uintptr)

func WinControl_SetParentDoubleBuffered added in v1.1.18

func WinControl_SetParentDoubleBuffered(obj uintptr, value bool)

func WinControl_SetParentWindow added in v1.1.18

func WinControl_SetParentWindow(obj uintptr, value HWND)

func WinControl_SetShowHint added in v1.1.18

func WinControl_SetShowHint(obj uintptr, value bool)

func WinControl_SetTabOrder added in v1.1.18

func WinControl_SetTabOrder(obj uintptr, value TTabOrder)

func WinControl_SetTabStop added in v1.1.18

func WinControl_SetTabStop(obj uintptr, value bool)

func WinControl_SetTag added in v1.1.18

func WinControl_SetTag(obj uintptr, value int)

func WinControl_SetTextBuf added in v1.1.21

func WinControl_SetTextBuf(obj uintptr, Buffer string)

func WinControl_SetTop added in v1.1.18

func WinControl_SetTop(obj uintptr, value int32)

func WinControl_SetUseDockManager added in v1.1.18

func WinControl_SetUseDockManager(obj uintptr, value bool)

func WinControl_SetVisible added in v1.1.18

func WinControl_SetVisible(obj uintptr, value bool)

func WinControl_SetWidth added in v1.1.18

func WinControl_SetWidth(obj uintptr, value int32)

func WinControl_Show added in v1.1.18

func WinControl_Show(obj uintptr)

func WinControl_StaticClassType added in v1.1.18

func WinControl_StaticClassType() TClass

func WinControl_ToString added in v1.1.18

func WinControl_ToString(obj uintptr) string

func WinControl_Update added in v1.1.18

func WinControl_Update(obj uintptr)

func XButton_AnchorAsAlign

func XButton_AnchorAsAlign(obj uintptr, ATheAlign TAlign, ASpace int32)

func XButton_AnchorClient

func XButton_AnchorClient(obj uintptr, ASpace int32)

func XButton_AnchorHorizontalCenterTo

func XButton_AnchorHorizontalCenterTo(obj uintptr, ASibling uintptr)

func XButton_AnchorParallel

func XButton_AnchorParallel(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func XButton_AnchorToNeighbour

func XButton_AnchorToNeighbour(obj uintptr, ASide TAnchorKind, ASpace int32, ASibling uintptr)

func XButton_AnchorVerticalCenterTo

func XButton_AnchorVerticalCenterTo(obj uintptr, ASibling uintptr)

func XButton_Assign added in v1.2.10

func XButton_Assign(obj uintptr, Source uintptr)

func XButton_BringToFront added in v1.2.10

func XButton_BringToFront(obj uintptr)

func XButton_ClassName added in v1.2.10

func XButton_ClassName(obj uintptr) string

func XButton_ClassType added in v1.2.10

func XButton_ClassType(obj uintptr) TClass

func XButton_ClientToParent added in v1.2.10

func XButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint

func XButton_ClientToScreen added in v1.2.10

func XButton_ClientToScreen(obj uintptr, Point TPoint) TPoint

func XButton_Create added in v1.2.10

func XButton_Create(obj uintptr) uintptr

func XButton_Dragging added in v1.2.10

func XButton_Dragging(obj uintptr) bool

func XButton_Equals added in v1.2.10

func XButton_Equals(obj uintptr, Obj uintptr) bool

func XButton_FindComponent added in v1.2.10

func XButton_FindComponent(obj uintptr, AName string) uintptr

func XButton_Free added in v1.2.10

func XButton_Free(obj uintptr)

func XButton_GetAction added in v1.2.10

func XButton_GetAction(obj uintptr) uintptr

func XButton_GetAlign added in v1.2.10

func XButton_GetAlign(obj uintptr) TAlign

func XButton_GetAnchorSide

func XButton_GetAnchorSide(obj uintptr, AKind TAnchorKind) uintptr

func XButton_GetAnchorSideBottom

func XButton_GetAnchorSideBottom(obj uintptr) uintptr

func XButton_GetAnchorSideLeft

func XButton_GetAnchorSideLeft(obj uintptr) uintptr

func XButton_GetAnchorSideRight

func XButton_GetAnchorSideRight(obj uintptr) uintptr

func XButton_GetAnchorSideTop

func XButton_GetAnchorSideTop(obj uintptr) uintptr

func XButton_GetAnchors added in v1.2.10

func XButton_GetAnchors(obj uintptr) TAnchors

func XButton_GetBackColor added in v1.2.10

func XButton_GetBackColor(obj uintptr) TColor

func XButton_GetBiDiMode added in v1.2.10

func XButton_GetBiDiMode(obj uintptr) TBiDiMode

func XButton_GetBorderColor added in v1.2.10

func XButton_GetBorderColor(obj uintptr) TColor

func XButton_GetBorderSpacing

func XButton_GetBorderSpacing(obj uintptr) uintptr

func XButton_GetBorderWidth added in v1.2.10

func XButton_GetBorderWidth(obj uintptr) int32

func XButton_GetBoundsRect added in v1.2.10

func XButton_GetBoundsRect(obj uintptr) TRect

func XButton_GetCaption added in v1.2.10

func XButton_GetCaption(obj uintptr) string

func XButton_GetClientHeight added in v1.2.10

func XButton_GetClientHeight(obj uintptr) int32

func XButton_GetClientOrigin added in v1.2.10

func XButton_GetClientOrigin(obj uintptr) TPoint

func XButton_GetClientRect added in v1.2.10

func XButton_GetClientRect(obj uintptr) TRect

func XButton_GetClientWidth added in v1.2.10

func XButton_GetClientWidth(obj uintptr) int32

func XButton_GetComponentCount added in v1.2.10

func XButton_GetComponentCount(obj uintptr) int32

func XButton_GetComponentIndex added in v1.2.10

func XButton_GetComponentIndex(obj uintptr) int32

func XButton_GetComponents added in v1.2.10

func XButton_GetComponents(obj uintptr, AIndex int32) uintptr

func XButton_GetConstraints added in v1.2.10

func XButton_GetConstraints(obj uintptr) uintptr

func XButton_GetControlState added in v1.2.10

func XButton_GetControlState(obj uintptr) TControlState

func XButton_GetControlStyle added in v1.2.10

func XButton_GetControlStyle(obj uintptr) TControlStyle

func XButton_GetCursor added in v1.2.10

func XButton_GetCursor(obj uintptr) TCursor

func XButton_GetDownColor added in v1.2.10

func XButton_GetDownColor(obj uintptr) TColor

func XButton_GetDownFontColor added in v1.2.10

func XButton_GetDownFontColor(obj uintptr) TColor

func XButton_GetDrawMode added in v1.2.10

func XButton_GetDrawMode(obj uintptr) TDrawImageMode

func XButton_GetEnabled added in v1.2.10

func XButton_GetEnabled(obj uintptr) bool

func XButton_GetFloating added in v1.2.10

func XButton_GetFloating(obj uintptr) bool

func XButton_GetFont added in v1.2.10

func XButton_GetFont(obj uintptr) uintptr

func XButton_GetHashCode added in v1.2.10

func XButton_GetHashCode(obj uintptr) int32

func XButton_GetHeight added in v1.2.10

func XButton_GetHeight(obj uintptr) int32

func XButton_GetHint added in v1.2.10

func XButton_GetHint(obj uintptr) string

func XButton_GetHoverColor added in v1.2.10

func XButton_GetHoverColor(obj uintptr) TColor

func XButton_GetHoverFontColor added in v1.2.10

func XButton_GetHoverFontColor(obj uintptr) TColor

func XButton_GetLeft added in v1.2.10

func XButton_GetLeft(obj uintptr) int32

func XButton_GetName added in v1.2.10

func XButton_GetName(obj uintptr) string

func XButton_GetNamePath added in v1.2.10

func XButton_GetNamePath(obj uintptr) string

func XButton_GetNormalFontColor added in v1.2.10

func XButton_GetNormalFontColor(obj uintptr) TColor

func XButton_GetOwner added in v1.2.10

func XButton_GetOwner(obj uintptr) uintptr

func XButton_GetParent added in v1.2.10

func XButton_GetParent(obj uintptr) uintptr

func XButton_GetParentFont added in v1.2.10

func XButton_GetParentFont(obj uintptr) bool

func XButton_GetParentShowHint added in v1.2.10

func XButton_GetParentShowHint(obj uintptr) bool

func XButton_GetPicture added in v1.2.10

func XButton_GetPicture(obj uintptr) uintptr

func XButton_GetPopupMenu added in v1.2.10

func XButton_GetPopupMenu(obj uintptr) uintptr

func XButton_GetShowCaption added in v1.2.10

func XButton_GetShowCaption(obj uintptr) bool

func XButton_GetShowHint added in v1.2.10

func XButton_GetShowHint(obj uintptr) bool

func XButton_GetTag added in v1.2.10

func XButton_GetTag(obj uintptr) int

func XButton_GetTextBuf added in v1.2.10

func XButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32

func XButton_GetTextLen added in v1.2.10

func XButton_GetTextLen(obj uintptr) int32

func XButton_GetTop added in v1.2.10

func XButton_GetTop(obj uintptr) int32

func XButton_GetVisible added in v1.2.10

func XButton_GetVisible(obj uintptr) bool

func XButton_GetWidth added in v1.2.10

func XButton_GetWidth(obj uintptr) int32

func XButton_HasParent added in v1.2.10

func XButton_HasParent(obj uintptr) bool

func XButton_Hide added in v1.2.10

func XButton_Hide(obj uintptr)

func XButton_InheritsFrom added in v1.2.10

func XButton_InheritsFrom(obj uintptr, AClass TClass) bool

func XButton_InstanceSize added in v1.2.10

func XButton_InstanceSize(obj uintptr) int32

func XButton_Invalidate added in v1.2.10

func XButton_Invalidate(obj uintptr)

func XButton_ParentToClient added in v1.2.10

func XButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint

func XButton_Perform added in v1.2.10

func XButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int

func XButton_Refresh added in v1.2.10

func XButton_Refresh(obj uintptr)

func XButton_Repaint added in v1.2.10

func XButton_Repaint(obj uintptr)

func XButton_ScreenToClient added in v1.2.10

func XButton_ScreenToClient(obj uintptr, Point TPoint) TPoint

func XButton_SendToBack added in v1.2.10

func XButton_SendToBack(obj uintptr)

func XButton_SetAction added in v1.2.10

func XButton_SetAction(obj uintptr, value uintptr)

func XButton_SetAlign added in v1.2.10

func XButton_SetAlign(obj uintptr, value TAlign)

func XButton_SetAnchorSideBottom

func XButton_SetAnchorSideBottom(obj uintptr, value uintptr)

func XButton_SetAnchorSideLeft

func XButton_SetAnchorSideLeft(obj uintptr, value uintptr)

func XButton_SetAnchorSideRight

func XButton_SetAnchorSideRight(obj uintptr, value uintptr)

func XButton_SetAnchorSideTop

func XButton_SetAnchorSideTop(obj uintptr, value uintptr)

func XButton_SetAnchors added in v1.2.10

func XButton_SetAnchors(obj uintptr, value TAnchors)

func XButton_SetBackColor added in v1.2.10

func XButton_SetBackColor(obj uintptr, value TColor)

func XButton_SetBiDiMode added in v1.2.10

func XButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func XButton_SetBorderColor added in v1.2.10

func XButton_SetBorderColor(obj uintptr, value TColor)

func XButton_SetBorderSpacing

func XButton_SetBorderSpacing(obj uintptr, value uintptr)

func XButton_SetBorderWidth added in v1.2.10

func XButton_SetBorderWidth(obj uintptr, value int32)

func XButton_SetBounds added in v1.2.10

func XButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)

func XButton_SetBoundsRect added in v1.2.10

func XButton_SetBoundsRect(obj uintptr, value TRect)

func XButton_SetCaption added in v1.2.10

func XButton_SetCaption(obj uintptr, value string)

func XButton_SetClientHeight added in v1.2.10

func XButton_SetClientHeight(obj uintptr, value int32)

func XButton_SetClientWidth added in v1.2.10

func XButton_SetClientWidth(obj uintptr, value int32)

func XButton_SetComponentIndex added in v1.2.10

func XButton_SetComponentIndex(obj uintptr, value int32)

func XButton_SetConstraints added in v1.2.10

func XButton_SetConstraints(obj uintptr, value uintptr)

func XButton_SetControlState added in v1.2.10

func XButton_SetControlState(obj uintptr, value TControlState)

func XButton_SetControlStyle added in v1.2.10

func XButton_SetControlStyle(obj uintptr, value TControlStyle)

func XButton_SetCursor added in v1.2.10

func XButton_SetCursor(obj uintptr, value TCursor)

func XButton_SetDownColor added in v1.2.10

func XButton_SetDownColor(obj uintptr, value TColor)

func XButton_SetDownFontColor added in v1.2.10

func XButton_SetDownFontColor(obj uintptr, value TColor)

func XButton_SetDrawMode added in v1.2.10

func XButton_SetDrawMode(obj uintptr, value TDrawImageMode)

func XButton_SetEnabled added in v1.2.10

func XButton_SetEnabled(obj uintptr, value bool)

func XButton_SetFont added in v1.2.10

func XButton_SetFont(obj uintptr, value uintptr)

func XButton_SetHeight added in v1.2.10

func XButton_SetHeight(obj uintptr, value int32)

func XButton_SetHint added in v1.2.10

func XButton_SetHint(obj uintptr, value string)

func XButton_SetHoverColor added in v1.2.10

func XButton_SetHoverColor(obj uintptr, value TColor)

func XButton_SetHoverFontColor added in v1.2.10

func XButton_SetHoverFontColor(obj uintptr, value TColor)

func XButton_SetLeft added in v1.2.10

func XButton_SetLeft(obj uintptr, value int32)

func XButton_SetName added in v1.2.10

func XButton_SetName(obj uintptr, value string)

func XButton_SetNormalFontColor added in v1.2.10

func XButton_SetNormalFontColor(obj uintptr, value TColor)

func XButton_SetOnClick added in v1.2.10

func XButton_SetOnClick(obj uintptr, fn interface{})

func XButton_SetOnDblClick added in v1.2.10

func XButton_SetOnDblClick(obj uintptr, fn interface{})

func XButton_SetOnMouseDown added in v1.2.10

func XButton_SetOnMouseDown(obj uintptr, fn interface{})

func XButton_SetOnMouseEnter added in v1.2.10

func XButton_SetOnMouseEnter(obj uintptr, fn interface{})

func XButton_SetOnMouseLeave added in v1.2.10

func XButton_SetOnMouseLeave(obj uintptr, fn interface{})

func XButton_SetOnMouseMove added in v1.2.10

func XButton_SetOnMouseMove(obj uintptr, fn interface{})

func XButton_SetOnMouseUp added in v1.2.10

func XButton_SetOnMouseUp(obj uintptr, fn interface{})

func XButton_SetParent added in v1.2.10

func XButton_SetParent(obj uintptr, value uintptr)

func XButton_SetParentFont added in v1.2.10

func XButton_SetParentFont(obj uintptr, value bool)

func XButton_SetParentShowHint added in v1.2.10

func XButton_SetParentShowHint(obj uintptr, value bool)

func XButton_SetPicture added in v1.2.10

func XButton_SetPicture(obj uintptr, value uintptr)

func XButton_SetPopupMenu added in v1.2.10

func XButton_SetPopupMenu(obj uintptr, value uintptr)

func XButton_SetShowCaption added in v1.2.10

func XButton_SetShowCaption(obj uintptr, value bool)

func XButton_SetShowHint added in v1.2.10

func XButton_SetShowHint(obj uintptr, value bool)

func XButton_SetTag added in v1.2.10

func XButton_SetTag(obj uintptr, value int)

func XButton_SetTextBuf added in v1.2.10

func XButton_SetTextBuf(obj uintptr, Buffer string)

func XButton_SetTop added in v1.2.10

func XButton_SetTop(obj uintptr, value int32)

func XButton_SetVisible added in v1.2.10

func XButton_SetVisible(obj uintptr, value bool)

func XButton_SetWidth added in v1.2.10

func XButton_SetWidth(obj uintptr, value int32)

func XButton_Show added in v1.2.10

func XButton_Show(obj uintptr)

func XButton_StaticClassType added in v1.2.10

func XButton_StaticClassType() TClass

func XButton_ToString added in v1.2.10

func XButton_ToString(obj uintptr) string

func XButton_Update added in v1.2.10

func XButton_Update(obj uintptr)

Types

type GoStringHeader

type GoStringHeader struct {
	Data uintptr
	Len  int
}

type TLibType added in v1.2.7

type TLibType int32

VCL或者LCL

const (
	LtVCL TLibType = iota + 0
	LtLCL
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL