api

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2018 License: LGPL-2.1 Imports: 14 Imported by: 0

Documentation

Overview

---------------------------------------- 加载文件或者内存中的窗口资源文件功能 本文件内部函数不在开源范围内 需要配合窗口设计器使用 Copyright © ying32. All Rights Reserved.

----------------------------------------

Index

Constants

This section is empty.

Variables

View Source
var (
	CallbackMap = map[uintptr]interface{}{}
)
View Source
var IsloadedLcl = true

Functions

func ActionList_Assign

func ActionList_Assign(obj uintptr, Source uintptr)

func ActionList_ClassName

func ActionList_ClassName(obj uintptr) string

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_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_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_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_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_GetImages

func Action_GetImages(obj uintptr) uintptr

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_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_ToString

func Action_ToString(obj uintptr) string

func Action_Update

func Action_Update(obj uintptr) bool

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_Create

func Application_Create(obj uintptr) uintptr

func Application_CreateForm

func Application_CreateForm(app uintptr) 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_GetDialogHandle

func Application_GetDialogHandle(obj uintptr) HWND

func Application_GetExeName

func Application_GetExeName(obj uintptr) string

func Application_GetHandle

func Application_GetHandle(obj uintptr) HWND

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_GetIsMetropolisUI

func Application_GetIsMetropolisUI(obj uintptr) bool

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_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_Initialize

func Application_Initialize(obj uintptr)

func Application_Instance

func Application_Instance() uintptr

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_NormalizeAllTopMosts

func Application_NormalizeAllTopMosts(obj uintptr)

func Application_NormalizeTopMosts

func Application_NormalizeTopMosts(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(obj uintptr)

func Application_SetBiDiMode

func Application_SetBiDiMode(obj uintptr, value TBiDiMode)

func Application_SetComponentIndex

func Application_SetComponentIndex(obj uintptr, value int32)

func Application_SetDialogHandle

func Application_SetDialogHandle(obj uintptr, value HWND)

func Application_SetHandle

func Application_SetHandle(obj uintptr, value HWND)

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_SetOnHint added in v1.1.3

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_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_Terminate

func Application_Terminate(obj uintptr)

func Application_ToString

func Application_ToString(obj uintptr) string

func BalloonHint_Assign

func BalloonHint_Assign(obj uintptr, Source uintptr)

func BalloonHint_ClassName

func BalloonHint_ClassName(obj uintptr) string

func BalloonHint_Create

func BalloonHint_Create(obj uintptr) uintptr

func BalloonHint_Equals

func BalloonHint_Equals(obj uintptr, Obj uintptr) bool

func BalloonHint_FindComponent

func BalloonHint_FindComponent(obj uintptr, AName string) uintptr

func BalloonHint_Free

func BalloonHint_Free(obj uintptr)

func BalloonHint_GetComponentCount

func BalloonHint_GetComponentCount(obj uintptr) int32

func BalloonHint_GetComponentIndex

func BalloonHint_GetComponentIndex(obj uintptr) int32

func BalloonHint_GetComponents

func BalloonHint_GetComponents(obj uintptr, AIndex int32) uintptr

func BalloonHint_GetDelay

func BalloonHint_GetDelay(obj uintptr) uint32

func BalloonHint_GetDescription

func BalloonHint_GetDescription(obj uintptr) string

func BalloonHint_GetHashCode

func BalloonHint_GetHashCode(obj uintptr) int32

func BalloonHint_GetHideAfter

func BalloonHint_GetHideAfter(obj uintptr) int32

func BalloonHint_GetImageIndex

func BalloonHint_GetImageIndex(obj uintptr) int32

func BalloonHint_GetImages

func BalloonHint_GetImages(obj uintptr) uintptr

func BalloonHint_GetName

func BalloonHint_GetName(obj uintptr) string

func BalloonHint_GetNamePath

func BalloonHint_GetNamePath(obj uintptr) string

func BalloonHint_GetOwner

func BalloonHint_GetOwner(obj uintptr) uintptr

func BalloonHint_GetShowingHint added in v1.1.0

func BalloonHint_GetShowingHint(obj uintptr) bool

func BalloonHint_GetStyle

func BalloonHint_GetStyle(obj uintptr) TBalloonHintStyle

func BalloonHint_GetTag

func BalloonHint_GetTag(obj uintptr) int

func BalloonHint_GetTitle

func BalloonHint_GetTitle(obj uintptr) string

func BalloonHint_HasParent

func BalloonHint_HasParent(obj uintptr) bool

func BalloonHint_HideHint

func BalloonHint_HideHint(obj uintptr)

func BalloonHint_SetComponentIndex

func BalloonHint_SetComponentIndex(obj uintptr, value int32)

func BalloonHint_SetDelay

func BalloonHint_SetDelay(obj uintptr, value uint32)

func BalloonHint_SetDescription

func BalloonHint_SetDescription(obj uintptr, value string)

func BalloonHint_SetHideAfter

func BalloonHint_SetHideAfter(obj uintptr, value int32)

func BalloonHint_SetImageIndex

func BalloonHint_SetImageIndex(obj uintptr, value int32)

func BalloonHint_SetImages

func BalloonHint_SetImages(obj uintptr, value uintptr)

func BalloonHint_SetName

func BalloonHint_SetName(obj uintptr, value string)

func BalloonHint_SetStyle

func BalloonHint_SetStyle(obj uintptr, value TBalloonHintStyle)

func BalloonHint_SetTag

func BalloonHint_SetTag(obj uintptr, value int)

func BalloonHint_SetTitle

func BalloonHint_SetTitle(obj uintptr, value string)

func BalloonHint_ShowHint

func BalloonHint_ShowHint(obj uintptr)

func BalloonHint_ToString

func BalloonHint_ToString(obj uintptr) string

func Bevel_Assign added in v1.1.0

func Bevel_Assign(obj uintptr, Source uintptr)

func Bevel_BringToFront added in v1.1.0

func Bevel_BringToFront(obj uintptr)

func Bevel_ClassName added in v1.1.0

func Bevel_ClassName(obj uintptr) string

func Bevel_Create added in v1.1.0

func Bevel_Create(obj uintptr) uintptr

func Bevel_Equals added in v1.1.0

func Bevel_Equals(obj uintptr, Obj uintptr) bool

func Bevel_FindComponent added in v1.1.0

func Bevel_FindComponent(obj uintptr, AName string) uintptr

func Bevel_Free added in v1.1.0

func Bevel_Free(obj uintptr)

func Bevel_GetAction added in v1.1.0

func Bevel_GetAction(obj uintptr) uintptr

func Bevel_GetAlign added in v1.1.0

func Bevel_GetAlign(obj uintptr) TAlign

func Bevel_GetAlignWithMargins added in v1.1.0

func Bevel_GetAlignWithMargins(obj uintptr) bool

func Bevel_GetAnchors added in v1.1.0

func Bevel_GetAnchors(obj uintptr) TAnchors

func Bevel_GetBiDiMode added in v1.1.0

func Bevel_GetBiDiMode(obj uintptr) TBiDiMode

func Bevel_GetBoundsRect added in v1.1.0

func Bevel_GetBoundsRect(obj uintptr) TRect

func Bevel_GetClientHeight added in v1.1.0

func Bevel_GetClientHeight(obj uintptr) int32

func Bevel_GetClientRect added in v1.1.0

func Bevel_GetClientRect(obj uintptr) TRect

func Bevel_GetClientWidth added in v1.1.0

func Bevel_GetClientWidth(obj uintptr) int32

func Bevel_GetComponentCount added in v1.1.0

func Bevel_GetComponentCount(obj uintptr) int32

func Bevel_GetComponentIndex added in v1.1.0

func Bevel_GetComponentIndex(obj uintptr) int32

func Bevel_GetComponents added in v1.1.0

func Bevel_GetComponents(obj uintptr, AIndex int32) uintptr

func Bevel_GetCursor added in v1.1.0

func Bevel_GetCursor(obj uintptr) TCursor

func Bevel_GetCustomHint added in v1.1.0

func Bevel_GetCustomHint(obj uintptr) uintptr

func Bevel_GetEnabled added in v1.1.0

func Bevel_GetEnabled(obj uintptr) bool

func Bevel_GetExplicitHeight added in v1.1.0

func Bevel_GetExplicitHeight(obj uintptr) int32

func Bevel_GetExplicitLeft added in v1.1.0

func Bevel_GetExplicitLeft(obj uintptr) int32

func Bevel_GetExplicitTop added in v1.1.0

func Bevel_GetExplicitTop(obj uintptr) int32

func Bevel_GetExplicitWidth added in v1.1.0

func Bevel_GetExplicitWidth(obj uintptr) int32

func Bevel_GetHashCode added in v1.1.0

func Bevel_GetHashCode(obj uintptr) int32

func Bevel_GetHeight added in v1.1.0

func Bevel_GetHeight(obj uintptr) int32

func Bevel_GetHint added in v1.1.0

func Bevel_GetHint(obj uintptr) string

func Bevel_GetLeft added in v1.1.0

func Bevel_GetLeft(obj uintptr) int32

func Bevel_GetMargins added in v1.1.0

func Bevel_GetMargins(obj uintptr) uintptr

func Bevel_GetName added in v1.1.0

func Bevel_GetName(obj uintptr) string

func Bevel_GetNamePath added in v1.1.0

func Bevel_GetNamePath(obj uintptr) string

func Bevel_GetOwner added in v1.1.0

func Bevel_GetOwner(obj uintptr) uintptr

func Bevel_GetParent added in v1.1.0

func Bevel_GetParent(obj uintptr) uintptr

func Bevel_GetParentShowHint added in v1.1.0

func Bevel_GetParentShowHint(obj uintptr) bool

func Bevel_GetShape added in v1.1.0

func Bevel_GetShape(obj uintptr) TBevelShape

func Bevel_GetShowHint added in v1.1.0

func Bevel_GetShowHint(obj uintptr) bool

func Bevel_GetStyle added in v1.1.0

func Bevel_GetStyle(obj uintptr) TBevelStyle

func Bevel_GetStyleElements added in v1.1.0

func Bevel_GetStyleElements(obj uintptr) TStyleElements

func Bevel_GetTag added in v1.1.0

func Bevel_GetTag(obj uintptr) int

func Bevel_GetTextBuf added in v1.1.0

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

func Bevel_GetTextLen added in v1.1.0

func Bevel_GetTextLen(obj uintptr) int32

func Bevel_GetTop added in v1.1.0

func Bevel_GetTop(obj uintptr) int32

func Bevel_GetVisible added in v1.1.0

func Bevel_GetVisible(obj uintptr) bool

func Bevel_GetWidth added in v1.1.0

func Bevel_GetWidth(obj uintptr) int32

func Bevel_HasParent added in v1.1.0

func Bevel_HasParent(obj uintptr) bool

func Bevel_Hide added in v1.1.0

func Bevel_Hide(obj uintptr)

func Bevel_Invalidate added in v1.1.0

func Bevel_Invalidate(obj uintptr)

func Bevel_Perform added in v1.1.0

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

func Bevel_Refresh added in v1.1.0

func Bevel_Refresh(obj uintptr)

func Bevel_Repaint added in v1.1.0

func Bevel_Repaint(obj uintptr)

func Bevel_SendToBack added in v1.1.0

func Bevel_SendToBack(obj uintptr)

func Bevel_SetAction added in v1.1.0

func Bevel_SetAction(obj uintptr, value uintptr)

func Bevel_SetAlign added in v1.1.0

func Bevel_SetAlign(obj uintptr, value TAlign)

func Bevel_SetAlignWithMargins added in v1.1.0

func Bevel_SetAlignWithMargins(obj uintptr, value bool)

func Bevel_SetAnchors added in v1.1.0

func Bevel_SetAnchors(obj uintptr, value TAnchors)

func Bevel_SetBiDiMode added in v1.1.0

func Bevel_SetBiDiMode(obj uintptr, value TBiDiMode)

func Bevel_SetBounds added in v1.1.0

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

func Bevel_SetBoundsRect added in v1.1.0

func Bevel_SetBoundsRect(obj uintptr, value TRect)

func Bevel_SetClientHeight added in v1.1.0

func Bevel_SetClientHeight(obj uintptr, value int32)

func Bevel_SetClientWidth added in v1.1.0

func Bevel_SetClientWidth(obj uintptr, value int32)

func Bevel_SetComponentIndex added in v1.1.0

func Bevel_SetComponentIndex(obj uintptr, value int32)

func Bevel_SetCursor added in v1.1.0

func Bevel_SetCursor(obj uintptr, value TCursor)

func Bevel_SetCustomHint added in v1.1.0

func Bevel_SetCustomHint(obj uintptr, value uintptr)

func Bevel_SetEnabled added in v1.1.0

func Bevel_SetEnabled(obj uintptr, value bool)

func Bevel_SetHeight added in v1.1.0

func Bevel_SetHeight(obj uintptr, value int32)

func Bevel_SetHint added in v1.1.0

func Bevel_SetHint(obj uintptr, value string)

func Bevel_SetLeft added in v1.1.0

func Bevel_SetLeft(obj uintptr, value int32)

func Bevel_SetMargins added in v1.1.0

func Bevel_SetMargins(obj uintptr, value uintptr)

func Bevel_SetName added in v1.1.0

func Bevel_SetName(obj uintptr, value string)

func Bevel_SetParent added in v1.1.0

func Bevel_SetParent(obj uintptr, value uintptr)

func Bevel_SetParentShowHint added in v1.1.0

func Bevel_SetParentShowHint(obj uintptr, value bool)

func Bevel_SetShape added in v1.1.0

func Bevel_SetShape(obj uintptr, value TBevelShape)

func Bevel_SetShowHint added in v1.1.0

func Bevel_SetShowHint(obj uintptr, value bool)

func Bevel_SetStyle added in v1.1.0

func Bevel_SetStyle(obj uintptr, value TBevelStyle)

func Bevel_SetStyleElements added in v1.1.0

func Bevel_SetStyleElements(obj uintptr, value TStyleElements)

func Bevel_SetTag added in v1.1.0

func Bevel_SetTag(obj uintptr, value int)

func Bevel_SetTop added in v1.1.0

func Bevel_SetTop(obj uintptr, value int32)

func Bevel_SetVisible added in v1.1.0

func Bevel_SetVisible(obj uintptr, value bool)

func Bevel_SetWidth added in v1.1.0

func Bevel_SetWidth(obj uintptr, value int32)

func Bevel_Show added in v1.1.0

func Bevel_Show(obj uintptr)

func Bevel_ToString added in v1.1.0

func Bevel_ToString(obj uintptr) string

func Bevel_Update added in v1.1.0

func Bevel_Update(obj uintptr)

func BitBtn_Assign added in v1.1.0

func BitBtn_Assign(obj uintptr, Source uintptr)

func BitBtn_BringToFront added in v1.1.0

func BitBtn_BringToFront(obj uintptr)

func BitBtn_CanFocus added in v1.1.0

func BitBtn_CanFocus(obj uintptr) bool

func BitBtn_ClassName added in v1.1.0

func BitBtn_ClassName(obj uintptr) string

func BitBtn_Click added in v1.1.0

func BitBtn_Click(obj uintptr)

func BitBtn_Create added in v1.1.0

func BitBtn_Create(obj uintptr) uintptr

func BitBtn_Equals added in v1.1.0

func BitBtn_Equals(obj uintptr, Obj uintptr) bool

func BitBtn_FindComponent added in v1.1.0

func BitBtn_FindComponent(obj uintptr, AName string) uintptr

func BitBtn_FlipChildren added in v1.1.0

func BitBtn_FlipChildren(obj uintptr, AllLevels bool)

func BitBtn_Focused added in v1.1.0

func BitBtn_Focused(obj uintptr) bool

func BitBtn_Free added in v1.1.0

func BitBtn_Free(obj uintptr)

func BitBtn_GetAction added in v1.1.0

func BitBtn_GetAction(obj uintptr) uintptr

func BitBtn_GetAlign added in v1.1.0

func BitBtn_GetAlign(obj uintptr) TAlign

func BitBtn_GetAlignWithMargins added in v1.1.0

func BitBtn_GetAlignWithMargins(obj uintptr) bool

func BitBtn_GetAnchors added in v1.1.0

func BitBtn_GetAnchors(obj uintptr) TAnchors

func BitBtn_GetBiDiMode added in v1.1.0

func BitBtn_GetBiDiMode(obj uintptr) TBiDiMode

func BitBtn_GetBoundsRect added in v1.1.0

func BitBtn_GetBoundsRect(obj uintptr) TRect

func BitBtn_GetBrush added in v1.1.0

func BitBtn_GetBrush(obj uintptr) uintptr

func BitBtn_GetCancel added in v1.1.0

func BitBtn_GetCancel(obj uintptr) bool

func BitBtn_GetCaption added in v1.1.0

func BitBtn_GetCaption(obj uintptr) string

func BitBtn_GetClientHeight added in v1.1.0

func BitBtn_GetClientHeight(obj uintptr) int32

func BitBtn_GetClientRect added in v1.1.0

func BitBtn_GetClientRect(obj uintptr) TRect

func BitBtn_GetClientWidth added in v1.1.0

func BitBtn_GetClientWidth(obj uintptr) int32

func BitBtn_GetCommandLinkHint added in v1.1.0

func BitBtn_GetCommandLinkHint(obj uintptr) string

func BitBtn_GetComponentCount added in v1.1.0

func BitBtn_GetComponentCount(obj uintptr) int32

func BitBtn_GetComponentIndex added in v1.1.0

func BitBtn_GetComponentIndex(obj uintptr) int32

func BitBtn_GetComponents added in v1.1.0

func BitBtn_GetComponents(obj uintptr, AIndex int32) uintptr

func BitBtn_GetControlCount added in v1.1.0

func BitBtn_GetControlCount(obj uintptr) int32

func BitBtn_GetControls added in v1.1.0

func BitBtn_GetControls(obj uintptr, Index int32) uintptr

func BitBtn_GetCursor added in v1.1.0

func BitBtn_GetCursor(obj uintptr) TCursor

func BitBtn_GetCustomHint added in v1.1.0

func BitBtn_GetCustomHint(obj uintptr) uintptr

func BitBtn_GetDefault added in v1.1.0

func BitBtn_GetDefault(obj uintptr) bool

func BitBtn_GetDisabledImageIndex added in v1.1.0

func BitBtn_GetDisabledImageIndex(obj uintptr) int32

func BitBtn_GetDoubleBuffered added in v1.1.0

func BitBtn_GetDoubleBuffered(obj uintptr) bool

func BitBtn_GetElevationRequired added in v1.1.0

func BitBtn_GetElevationRequired(obj uintptr) bool

func BitBtn_GetEnabled added in v1.1.0

func BitBtn_GetEnabled(obj uintptr) bool

func BitBtn_GetExplicitHeight added in v1.1.0

func BitBtn_GetExplicitHeight(obj uintptr) int32

func BitBtn_GetExplicitLeft added in v1.1.0

func BitBtn_GetExplicitLeft(obj uintptr) int32

func BitBtn_GetExplicitTop added in v1.1.0

func BitBtn_GetExplicitTop(obj uintptr) int32

func BitBtn_GetExplicitWidth added in v1.1.0

func BitBtn_GetExplicitWidth(obj uintptr) int32

func BitBtn_GetFont added in v1.1.0

func BitBtn_GetFont(obj uintptr) uintptr

func BitBtn_GetGlyph added in v1.1.0

func BitBtn_GetGlyph(obj uintptr) uintptr

func BitBtn_GetHandle added in v1.1.0

func BitBtn_GetHandle(obj uintptr) HWND

func BitBtn_GetHashCode added in v1.1.0

func BitBtn_GetHashCode(obj uintptr) int32

func BitBtn_GetHeight added in v1.1.0

func BitBtn_GetHeight(obj uintptr) int32

func BitBtn_GetHint added in v1.1.0

func BitBtn_GetHint(obj uintptr) string

func BitBtn_GetHotImageIndex added in v1.1.0

func BitBtn_GetHotImageIndex(obj uintptr) int32

func BitBtn_GetImageAlignment added in v1.1.0

func BitBtn_GetImageAlignment(obj uintptr) TImageAlignment

func BitBtn_GetImageIndex added in v1.1.0

func BitBtn_GetImageIndex(obj uintptr) int32

func BitBtn_GetImages added in v1.1.0

func BitBtn_GetImages(obj uintptr) uintptr

func BitBtn_GetKind added in v1.1.0

func BitBtn_GetKind(obj uintptr) TBitBtnKind

func BitBtn_GetLayout added in v1.1.0

func BitBtn_GetLayout(obj uintptr) TButtonLayout

func BitBtn_GetLeft added in v1.1.0

func BitBtn_GetLeft(obj uintptr) int32

func BitBtn_GetMargins added in v1.1.0

func BitBtn_GetMargins(obj uintptr) uintptr

func BitBtn_GetModalResult added in v1.1.0

func BitBtn_GetModalResult(obj uintptr) TModalResult

func BitBtn_GetName added in v1.1.0

func BitBtn_GetName(obj uintptr) string

func BitBtn_GetNamePath added in v1.1.0

func BitBtn_GetNamePath(obj uintptr) string

func BitBtn_GetNumGlyphs added in v1.1.0

func BitBtn_GetNumGlyphs(obj uintptr) TNumGlyphs

func BitBtn_GetOwner added in v1.1.0

func BitBtn_GetOwner(obj uintptr) uintptr

func BitBtn_GetParent added in v1.1.0

func BitBtn_GetParent(obj uintptr) uintptr

func BitBtn_GetParentDoubleBuffered added in v1.1.0

func BitBtn_GetParentDoubleBuffered(obj uintptr) bool

func BitBtn_GetParentFont added in v1.1.0

func BitBtn_GetParentFont(obj uintptr) bool

func BitBtn_GetParentShowHint added in v1.1.0

func BitBtn_GetParentShowHint(obj uintptr) bool

func BitBtn_GetParentWindow added in v1.1.0

func BitBtn_GetParentWindow(obj uintptr) HWND

func BitBtn_GetPopupMenu added in v1.1.0

func BitBtn_GetPopupMenu(obj uintptr) uintptr

func BitBtn_GetPressedImageIndex added in v1.1.0

func BitBtn_GetPressedImageIndex(obj uintptr) int32

func BitBtn_GetSelectedImageIndex added in v1.1.0

func BitBtn_GetSelectedImageIndex(obj uintptr) int32

func BitBtn_GetShowHint added in v1.1.0

func BitBtn_GetShowHint(obj uintptr) bool

func BitBtn_GetSpacing added in v1.1.0

func BitBtn_GetSpacing(obj uintptr) int32

func BitBtn_GetStyle added in v1.1.0

func BitBtn_GetStyle(obj uintptr) TButtonStyle

func BitBtn_GetStyleElements added in v1.1.0

func BitBtn_GetStyleElements(obj uintptr) TStyleElements

func BitBtn_GetStylusHotImageIndex added in v1.1.0

func BitBtn_GetStylusHotImageIndex(obj uintptr) int32

func BitBtn_GetTabOrder added in v1.1.0

func BitBtn_GetTabOrder(obj uintptr) uint16

func BitBtn_GetTabStop added in v1.1.0

func BitBtn_GetTabStop(obj uintptr) bool

func BitBtn_GetTag added in v1.1.0

func BitBtn_GetTag(obj uintptr) int

func BitBtn_GetTextBuf added in v1.1.0

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

func BitBtn_GetTextLen added in v1.1.0

func BitBtn_GetTextLen(obj uintptr) int32

func BitBtn_GetTop added in v1.1.0

func BitBtn_GetTop(obj uintptr) int32

func BitBtn_GetVisible added in v1.1.0

func BitBtn_GetVisible(obj uintptr) bool

func BitBtn_GetWidth added in v1.1.0

func BitBtn_GetWidth(obj uintptr) int32

func BitBtn_GetWordWrap added in v1.1.0

func BitBtn_GetWordWrap(obj uintptr) bool

func BitBtn_HandleAllocated added in v1.1.0

func BitBtn_HandleAllocated(obj uintptr) bool

func BitBtn_HasParent added in v1.1.0

func BitBtn_HasParent(obj uintptr) bool

func BitBtn_Hide added in v1.1.0

func BitBtn_Hide(obj uintptr)

func BitBtn_Invalidate added in v1.1.0

func BitBtn_Invalidate(obj uintptr)

func BitBtn_Perform added in v1.1.0

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

func BitBtn_Realign added in v1.1.0

func BitBtn_Realign(obj uintptr)

func BitBtn_Refresh added in v1.1.0

func BitBtn_Refresh(obj uintptr)

func BitBtn_Repaint added in v1.1.0

func BitBtn_Repaint(obj uintptr)

func BitBtn_ScaleBy added in v1.1.0

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

func BitBtn_SendToBack added in v1.1.0

func BitBtn_SendToBack(obj uintptr)

func BitBtn_SetAction added in v1.1.0

func BitBtn_SetAction(obj uintptr, value uintptr)

func BitBtn_SetAlign added in v1.1.0

func BitBtn_SetAlign(obj uintptr, value TAlign)

func BitBtn_SetAlignWithMargins added in v1.1.0

func BitBtn_SetAlignWithMargins(obj uintptr, value bool)

func BitBtn_SetAnchors added in v1.1.0

func BitBtn_SetAnchors(obj uintptr, value TAnchors)

func BitBtn_SetBiDiMode added in v1.1.0

func BitBtn_SetBiDiMode(obj uintptr, value TBiDiMode)

func BitBtn_SetBounds added in v1.1.0

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

func BitBtn_SetBoundsRect added in v1.1.0

func BitBtn_SetBoundsRect(obj uintptr, value TRect)

func BitBtn_SetCancel added in v1.1.0

func BitBtn_SetCancel(obj uintptr, value bool)

func BitBtn_SetCaption added in v1.1.0

func BitBtn_SetCaption(obj uintptr, value string)

func BitBtn_SetClientHeight added in v1.1.0

func BitBtn_SetClientHeight(obj uintptr, value int32)

func BitBtn_SetClientWidth added in v1.1.0

func BitBtn_SetClientWidth(obj uintptr, value int32)

func BitBtn_SetCommandLinkHint added in v1.1.0

func BitBtn_SetCommandLinkHint(obj uintptr, value string)

func BitBtn_SetComponentIndex added in v1.1.0

func BitBtn_SetComponentIndex(obj uintptr, value int32)

func BitBtn_SetCursor added in v1.1.0

func BitBtn_SetCursor(obj uintptr, value TCursor)

func BitBtn_SetCustomHint added in v1.1.0

func BitBtn_SetCustomHint(obj uintptr, value uintptr)

func BitBtn_SetDefault added in v1.1.0

func BitBtn_SetDefault(obj uintptr, value bool)

func BitBtn_SetDisabledImageIndex added in v1.1.0

func BitBtn_SetDisabledImageIndex(obj uintptr, value int32)

func BitBtn_SetDoubleBuffered added in v1.1.0

func BitBtn_SetDoubleBuffered(obj uintptr, value bool)

func BitBtn_SetElevationRequired added in v1.1.0

func BitBtn_SetElevationRequired(obj uintptr, value bool)

func BitBtn_SetEnabled added in v1.1.0

func BitBtn_SetEnabled(obj uintptr, value bool)

func BitBtn_SetFocus added in v1.1.0

func BitBtn_SetFocus(obj uintptr)

func BitBtn_SetFont added in v1.1.0

func BitBtn_SetFont(obj uintptr, value uintptr)

func BitBtn_SetGlyph added in v1.1.0

func BitBtn_SetGlyph(obj uintptr, value uintptr)

func BitBtn_SetHeight added in v1.1.0

func BitBtn_SetHeight(obj uintptr, value int32)

func BitBtn_SetHint added in v1.1.0

func BitBtn_SetHint(obj uintptr, value string)

func BitBtn_SetHotImageIndex added in v1.1.0

func BitBtn_SetHotImageIndex(obj uintptr, value int32)

func BitBtn_SetImageAlignment added in v1.1.0

func BitBtn_SetImageAlignment(obj uintptr, value TImageAlignment)

func BitBtn_SetImageIndex added in v1.1.0

func BitBtn_SetImageIndex(obj uintptr, value int32)

func BitBtn_SetImages added in v1.1.0

func BitBtn_SetImages(obj uintptr, value uintptr)

func BitBtn_SetKind added in v1.1.0

func BitBtn_SetKind(obj uintptr, value TBitBtnKind)

func BitBtn_SetLayout added in v1.1.0

func BitBtn_SetLayout(obj uintptr, value TButtonLayout)

func BitBtn_SetLeft added in v1.1.0

func BitBtn_SetLeft(obj uintptr, value int32)

func BitBtn_SetMargins added in v1.1.0

func BitBtn_SetMargins(obj uintptr, value uintptr)

func BitBtn_SetModalResult added in v1.1.0

func BitBtn_SetModalResult(obj uintptr, value TModalResult)

func BitBtn_SetName added in v1.1.0

func BitBtn_SetName(obj uintptr, value string)

func BitBtn_SetNumGlyphs added in v1.1.0

func BitBtn_SetNumGlyphs(obj uintptr, value TNumGlyphs)

func BitBtn_SetOnClick added in v1.1.0

func BitBtn_SetOnClick(obj uintptr, fn interface{})

func BitBtn_SetOnEnter added in v1.1.0

func BitBtn_SetOnEnter(obj uintptr, fn interface{})

func BitBtn_SetOnExit added in v1.1.0

func BitBtn_SetOnExit(obj uintptr, fn interface{})

func BitBtn_SetOnKeyDown added in v1.1.0

func BitBtn_SetOnKeyDown(obj uintptr, fn interface{})

func BitBtn_SetOnKeyPress added in v1.1.0

func BitBtn_SetOnKeyPress(obj uintptr, fn interface{})

func BitBtn_SetOnKeyUp added in v1.1.0

func BitBtn_SetOnKeyUp(obj uintptr, fn interface{})

func BitBtn_SetOnMouseDown added in v1.1.0

func BitBtn_SetOnMouseDown(obj uintptr, fn interface{})

func BitBtn_SetOnMouseEnter added in v1.1.0

func BitBtn_SetOnMouseEnter(obj uintptr, fn interface{})

func BitBtn_SetOnMouseLeave added in v1.1.0

func BitBtn_SetOnMouseLeave(obj uintptr, fn interface{})

func BitBtn_SetOnMouseMove added in v1.1.0

func BitBtn_SetOnMouseMove(obj uintptr, fn interface{})

func BitBtn_SetOnMouseUp added in v1.1.0

func BitBtn_SetOnMouseUp(obj uintptr, fn interface{})

func BitBtn_SetParent added in v1.1.0

func BitBtn_SetParent(obj uintptr, value uintptr)

func BitBtn_SetParentDoubleBuffered added in v1.1.0

func BitBtn_SetParentDoubleBuffered(obj uintptr, value bool)

func BitBtn_SetParentFont added in v1.1.0

func BitBtn_SetParentFont(obj uintptr, value bool)

func BitBtn_SetParentShowHint added in v1.1.0

func BitBtn_SetParentShowHint(obj uintptr, value bool)

func BitBtn_SetParentWindow added in v1.1.0

func BitBtn_SetParentWindow(obj uintptr, value HWND)

func BitBtn_SetPopupMenu added in v1.1.0

func BitBtn_SetPopupMenu(obj uintptr, value uintptr)

func BitBtn_SetPressedImageIndex added in v1.1.0

func BitBtn_SetPressedImageIndex(obj uintptr, value int32)

func BitBtn_SetSelectedImageIndex added in v1.1.0

func BitBtn_SetSelectedImageIndex(obj uintptr, value int32)

func BitBtn_SetShowHint added in v1.1.0

func BitBtn_SetShowHint(obj uintptr, value bool)

func BitBtn_SetSpacing added in v1.1.0

func BitBtn_SetSpacing(obj uintptr, value int32)

func BitBtn_SetStyle added in v1.1.0

func BitBtn_SetStyle(obj uintptr, value TButtonStyle)

func BitBtn_SetStyleElements added in v1.1.0

func BitBtn_SetStyleElements(obj uintptr, value TStyleElements)

func BitBtn_SetStylusHotImageIndex added in v1.1.0

func BitBtn_SetStylusHotImageIndex(obj uintptr, value int32)

func BitBtn_SetTabOrder added in v1.1.0

func BitBtn_SetTabOrder(obj uintptr, value uint16)

func BitBtn_SetTabStop added in v1.1.0

func BitBtn_SetTabStop(obj uintptr, value bool)

func BitBtn_SetTag added in v1.1.0

func BitBtn_SetTag(obj uintptr, value int)

func BitBtn_SetTop added in v1.1.0

func BitBtn_SetTop(obj uintptr, value int32)

func BitBtn_SetVisible added in v1.1.0

func BitBtn_SetVisible(obj uintptr, value bool)

func BitBtn_SetWidth added in v1.1.0

func BitBtn_SetWidth(obj uintptr, value int32)

func BitBtn_SetWordWrap added in v1.1.0

func BitBtn_SetWordWrap(obj uintptr, value bool)

func BitBtn_Show added in v1.1.0

func BitBtn_Show(obj uintptr)

func BitBtn_ToString added in v1.1.0

func BitBtn_ToString(obj uintptr) string

func BitBtn_Update added in v1.1.0

func BitBtn_Update(obj uintptr)

func Bitmap_Assign

func Bitmap_Assign(obj uintptr, Source uintptr)

func Bitmap_ClassName

func Bitmap_ClassName(obj uintptr) string

func Bitmap_Create

func Bitmap_Create() uintptr

func Bitmap_Equals

func Bitmap_Equals(obj uintptr, Obj uintptr) bool

func Bitmap_Free

func Bitmap_Free(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_GetHashCode

func Bitmap_GetHashCode(obj uintptr) int32

func Bitmap_GetHeight

func Bitmap_GetHeight(obj uintptr) int32

func Bitmap_GetModified

func Bitmap_GetModified(obj uintptr) bool

func Bitmap_GetNamePath

func Bitmap_GetNamePath(obj uintptr) string

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_GetTransparentColor

func Bitmap_GetTransparentColor(obj uintptr) TColor

func Bitmap_GetWidth

func Bitmap_GetWidth(obj uintptr) int32

func Bitmap_HandleAllocated

func Bitmap_HandleAllocated(obj uintptr) bool

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_SetHeight

func Bitmap_SetHeight(obj uintptr, value int32)

func Bitmap_SetModified

func Bitmap_SetModified(obj uintptr, value bool)

func Bitmap_SetOnChange

func Bitmap_SetOnChange(obj uintptr, fn interface{})

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_SetTransparentColor

func Bitmap_SetTransparentColor(obj uintptr, value TColor)

func Bitmap_SetWidth

func Bitmap_SetWidth(obj uintptr, value int32)

func Bitmap_ToString

func Bitmap_ToString(obj uintptr) string

func Brush_Assign

func Brush_Assign(obj uintptr, Source uintptr)

func Brush_ClassName

func Brush_ClassName(obj uintptr) string

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_HandleAllocated

func Brush_HandleAllocated(obj uintptr) bool

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_ToString

func Brush_ToString(obj uintptr) string

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_Click

func Button_Click(obj uintptr)

func Button_Create

func Button_Create(obj uintptr) uintptr

func Button_Equals

func Button_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func Button_GetAlignWithMargins(obj uintptr) bool

func Button_GetAnchors

func Button_GetAnchors(obj uintptr) TAnchors

func Button_GetBiDiMode

func Button_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func Button_GetClientHeight(obj uintptr) int32

func Button_GetClientRect

func Button_GetClientRect(obj uintptr) TRect

func Button_GetClientWidth

func Button_GetClientWidth(obj uintptr) int32

func Button_GetCommandLinkHint

func Button_GetCommandLinkHint(obj uintptr) string

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_GetControlCount

func Button_GetControlCount(obj uintptr) int32

func Button_GetControls

func Button_GetControls(obj uintptr, Index int32) uintptr

func Button_GetCursor

func Button_GetCursor(obj uintptr) TCursor

func Button_GetCustomHint added in v1.1.0

func Button_GetCustomHint(obj uintptr) uintptr

func Button_GetDefault

func Button_GetDefault(obj uintptr) bool

func Button_GetDisabledImageIndex

func Button_GetDisabledImageIndex(obj uintptr) int32

func Button_GetDoubleBuffered

func Button_GetDoubleBuffered(obj uintptr) bool

func Button_GetElevationRequired

func Button_GetElevationRequired(obj uintptr) bool

func Button_GetEnabled

func Button_GetEnabled(obj uintptr) bool

func Button_GetExplicitHeight

func Button_GetExplicitHeight(obj uintptr) int32

func Button_GetExplicitLeft

func Button_GetExplicitLeft(obj uintptr) int32

func Button_GetExplicitTop

func Button_GetExplicitTop(obj uintptr) int32

func Button_GetExplicitWidth

func Button_GetExplicitWidth(obj uintptr) int32

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_GetHotImageIndex

func Button_GetHotImageIndex(obj uintptr) int32

func Button_GetImageAlignment

func Button_GetImageAlignment(obj uintptr) TImageAlignment

func Button_GetImageIndex

func Button_GetImageIndex(obj uintptr) int32

func Button_GetImages

func Button_GetImages(obj uintptr) uintptr

func Button_GetLeft

func Button_GetLeft(obj uintptr) int32

func Button_GetMargins

func Button_GetMargins(obj uintptr) uintptr

func Button_GetModalResult

func Button_GetModalResult(obj uintptr) TModalResult

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_GetPressedImageIndex

func Button_GetPressedImageIndex(obj uintptr) int32

func Button_GetSelectedImageIndex

func Button_GetSelectedImageIndex(obj uintptr) int32

func Button_GetShowHint

func Button_GetShowHint(obj uintptr) bool

func Button_GetStyle

func Button_GetStyle(obj uintptr) TButtonStyle

func Button_GetStyleElements

func Button_GetStyleElements(obj uintptr) TStyleElements

func Button_GetStylusHotImageIndex

func Button_GetStylusHotImageIndex(obj uintptr) int32

func Button_GetTabOrder

func Button_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func Button_GetTextLen(obj uintptr) int32

func Button_GetTop

func Button_GetTop(obj uintptr) int32

func Button_GetVisible

func Button_GetVisible(obj uintptr) bool

func Button_GetWidth

func Button_GetWidth(obj uintptr) int32

func Button_GetWordWrap

func Button_GetWordWrap(obj uintptr) bool

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_Invalidate

func Button_Invalidate(obj uintptr)

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_Repaint

func Button_Repaint(obj uintptr)

func Button_ScaleBy

func Button_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func Button_SetAlignWithMargins(obj uintptr, value bool)

func Button_SetAnchors

func Button_SetAnchors(obj uintptr, value TAnchors)

func Button_SetBiDiMode

func Button_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetClientHeight

func Button_SetClientHeight(obj uintptr, value int32)

func Button_SetClientWidth

func Button_SetClientWidth(obj uintptr, value int32)

func Button_SetCommandLinkHint

func Button_SetCommandLinkHint(obj uintptr, value string)

func Button_SetComponentIndex

func Button_SetComponentIndex(obj uintptr, value int32)

func Button_SetCursor

func Button_SetCursor(obj uintptr, value TCursor)

func Button_SetCustomHint added in v1.1.0

func Button_SetCustomHint(obj uintptr, value uintptr)

func Button_SetDefault

func Button_SetDefault(obj uintptr, value bool)

func Button_SetDisabledImageIndex

func Button_SetDisabledImageIndex(obj uintptr, value int32)

func Button_SetDoubleBuffered

func Button_SetDoubleBuffered(obj uintptr, value bool)

func Button_SetElevationRequired

func Button_SetElevationRequired(obj uintptr, value bool)

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_SetHotImageIndex

func Button_SetHotImageIndex(obj uintptr, value int32)

func Button_SetImageAlignment

func Button_SetImageAlignment(obj uintptr, value TImageAlignment)

func Button_SetImageIndex

func Button_SetImageIndex(obj uintptr, value int32)

func Button_SetImages

func Button_SetImages(obj uintptr, value uintptr)

func Button_SetLeft

func Button_SetLeft(obj uintptr, value int32)

func Button_SetMargins

func Button_SetMargins(obj uintptr, value uintptr)

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_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_SetPressedImageIndex

func Button_SetPressedImageIndex(obj uintptr, value int32)

func Button_SetSelectedImageIndex

func Button_SetSelectedImageIndex(obj uintptr, value int32)

func Button_SetShowHint

func Button_SetShowHint(obj uintptr, value bool)

func Button_SetStyle

func Button_SetStyle(obj uintptr, value TButtonStyle)

func Button_SetStyleElements

func Button_SetStyleElements(obj uintptr, value TStyleElements)

func Button_SetStylusHotImageIndex

func Button_SetStylusHotImageIndex(obj uintptr, value int32)

func Button_SetTabOrder

func Button_SetTabOrder(obj uintptr, value uint16)

func Button_SetTabStop

func Button_SetTabStop(obj uintptr, value bool)

func Button_SetTag

func Button_SetTag(obj uintptr, value int)

func Button_SetTop

func Button_SetTop(obj uintptr, value int32)

func Button_SetVisible

func Button_SetVisible(obj uintptr, value bool)

func Button_SetWidth

func Button_SetWidth(obj uintptr, value int32)

func Button_SetWordWrap

func Button_SetWordWrap(obj uintptr, value bool)

func Button_Show

func Button_Show(obj uintptr)

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_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_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_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_SetPen

func Canvas_SetPen(obj uintptr, value uintptr)

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 added in v1.0.2

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_TextWidth added in v1.0.2

func Canvas_TextWidth(obj uintptr, Text string) int32

func Canvas_ToString

func Canvas_ToString(obj uintptr) string

func CategoryPanelGroup_Assign

func CategoryPanelGroup_Assign(obj uintptr, Source uintptr)

func CategoryPanelGroup_BringToFront

func CategoryPanelGroup_BringToFront(obj uintptr)

func CategoryPanelGroup_CanFocus

func CategoryPanelGroup_CanFocus(obj uintptr) bool

func CategoryPanelGroup_ClassName

func CategoryPanelGroup_ClassName(obj uintptr) string

func CategoryPanelGroup_CollapseAll

func CategoryPanelGroup_CollapseAll(obj uintptr)

func CategoryPanelGroup_Create

func CategoryPanelGroup_Create(obj uintptr) uintptr

func CategoryPanelGroup_Equals

func CategoryPanelGroup_Equals(obj uintptr, Obj uintptr) bool

func CategoryPanelGroup_ExpandAll

func CategoryPanelGroup_ExpandAll(obj uintptr)

func CategoryPanelGroup_FindComponent

func CategoryPanelGroup_FindComponent(obj uintptr, AName string) uintptr

func CategoryPanelGroup_FlipChildren

func CategoryPanelGroup_FlipChildren(obj uintptr, AllLevels bool)

func CategoryPanelGroup_Focused

func CategoryPanelGroup_Focused(obj uintptr) bool

func CategoryPanelGroup_Free

func CategoryPanelGroup_Free(obj uintptr)

func CategoryPanelGroup_GetAction

func CategoryPanelGroup_GetAction(obj uintptr) uintptr

func CategoryPanelGroup_GetAlign

func CategoryPanelGroup_GetAlign(obj uintptr) TAlign

func CategoryPanelGroup_GetAlignWithMargins

func CategoryPanelGroup_GetAlignWithMargins(obj uintptr) bool

func CategoryPanelGroup_GetAnchors

func CategoryPanelGroup_GetAnchors(obj uintptr) TAnchors

func CategoryPanelGroup_GetBevelEdges

func CategoryPanelGroup_GetBevelEdges(obj uintptr) TBevelEdges

func CategoryPanelGroup_GetBevelInner

func CategoryPanelGroup_GetBevelInner(obj uintptr) TBevelCut

func CategoryPanelGroup_GetBevelKind

func CategoryPanelGroup_GetBevelKind(obj uintptr) TBevelKind

func CategoryPanelGroup_GetBevelOuter

func CategoryPanelGroup_GetBevelOuter(obj uintptr) TBevelCut

func CategoryPanelGroup_GetBiDiMode

func CategoryPanelGroup_GetBiDiMode(obj uintptr) TBiDiMode

func CategoryPanelGroup_GetBoundsRect

func CategoryPanelGroup_GetBoundsRect(obj uintptr) TRect

func CategoryPanelGroup_GetBrush

func CategoryPanelGroup_GetBrush(obj uintptr) uintptr

func CategoryPanelGroup_GetChevronAlignment

func CategoryPanelGroup_GetChevronAlignment(obj uintptr) TAlignment

func CategoryPanelGroup_GetChevronColor

func CategoryPanelGroup_GetChevronColor(obj uintptr) TColor

func CategoryPanelGroup_GetChevronHotColor

func CategoryPanelGroup_GetChevronHotColor(obj uintptr) TColor

func CategoryPanelGroup_GetClientHeight

func CategoryPanelGroup_GetClientHeight(obj uintptr) int32

func CategoryPanelGroup_GetClientRect

func CategoryPanelGroup_GetClientRect(obj uintptr) TRect

func CategoryPanelGroup_GetClientWidth

func CategoryPanelGroup_GetClientWidth(obj uintptr) int32

func CategoryPanelGroup_GetColor

func CategoryPanelGroup_GetColor(obj uintptr) TColor

func CategoryPanelGroup_GetComponentCount

func CategoryPanelGroup_GetComponentCount(obj uintptr) int32

func CategoryPanelGroup_GetComponentIndex

func CategoryPanelGroup_GetComponentIndex(obj uintptr) int32

func CategoryPanelGroup_GetComponents

func CategoryPanelGroup_GetComponents(obj uintptr, AIndex int32) uintptr

func CategoryPanelGroup_GetControlCount

func CategoryPanelGroup_GetControlCount(obj uintptr) int32

func CategoryPanelGroup_GetControls

func CategoryPanelGroup_GetControls(obj uintptr, Index int32) uintptr

func CategoryPanelGroup_GetCursor

func CategoryPanelGroup_GetCursor(obj uintptr) TCursor

func CategoryPanelGroup_GetCustomHint added in v1.1.0

func CategoryPanelGroup_GetCustomHint(obj uintptr) uintptr

func CategoryPanelGroup_GetDoubleBuffered

func CategoryPanelGroup_GetDoubleBuffered(obj uintptr) bool

func CategoryPanelGroup_GetEnabled

func CategoryPanelGroup_GetEnabled(obj uintptr) bool

func CategoryPanelGroup_GetExplicitHeight

func CategoryPanelGroup_GetExplicitHeight(obj uintptr) int32

func CategoryPanelGroup_GetExplicitLeft

func CategoryPanelGroup_GetExplicitLeft(obj uintptr) int32

func CategoryPanelGroup_GetExplicitTop

func CategoryPanelGroup_GetExplicitTop(obj uintptr) int32

func CategoryPanelGroup_GetExplicitWidth

func CategoryPanelGroup_GetExplicitWidth(obj uintptr) int32

func CategoryPanelGroup_GetFont

func CategoryPanelGroup_GetFont(obj uintptr) uintptr

func CategoryPanelGroup_GetGradientBaseColor

func CategoryPanelGroup_GetGradientBaseColor(obj uintptr) TColor

func CategoryPanelGroup_GetGradientColor

func CategoryPanelGroup_GetGradientColor(obj uintptr) TColor

func CategoryPanelGroup_GetGradientDirection

func CategoryPanelGroup_GetGradientDirection(obj uintptr) TGradientDirection

func CategoryPanelGroup_GetHandle

func CategoryPanelGroup_GetHandle(obj uintptr) HWND

func CategoryPanelGroup_GetHashCode

func CategoryPanelGroup_GetHashCode(obj uintptr) int32

func CategoryPanelGroup_GetHeaderAlignment

func CategoryPanelGroup_GetHeaderAlignment(obj uintptr) TAlignment

func CategoryPanelGroup_GetHeaderFont

func CategoryPanelGroup_GetHeaderFont(obj uintptr) uintptr

func CategoryPanelGroup_GetHeaderHeight

func CategoryPanelGroup_GetHeaderHeight(obj uintptr) int32

func CategoryPanelGroup_GetHeaderImage

func CategoryPanelGroup_GetHeaderImage(obj uintptr) uintptr

func CategoryPanelGroup_GetHeaderStyle

func CategoryPanelGroup_GetHeaderStyle(obj uintptr) THeaderStyle

func CategoryPanelGroup_GetHeight

func CategoryPanelGroup_GetHeight(obj uintptr) int32

func CategoryPanelGroup_GetHint

func CategoryPanelGroup_GetHint(obj uintptr) string

func CategoryPanelGroup_GetImages

func CategoryPanelGroup_GetImages(obj uintptr) uintptr

func CategoryPanelGroup_GetLeft

func CategoryPanelGroup_GetLeft(obj uintptr) int32

func CategoryPanelGroup_GetMargins

func CategoryPanelGroup_GetMargins(obj uintptr) uintptr

func CategoryPanelGroup_GetName

func CategoryPanelGroup_GetName(obj uintptr) string

func CategoryPanelGroup_GetNamePath

func CategoryPanelGroup_GetNamePath(obj uintptr) string

func CategoryPanelGroup_GetOwner

func CategoryPanelGroup_GetOwner(obj uintptr) uintptr

func CategoryPanelGroup_GetPanels

func CategoryPanelGroup_GetPanels(obj uintptr) uintptr

func CategoryPanelGroup_GetParent

func CategoryPanelGroup_GetParent(obj uintptr) uintptr

func CategoryPanelGroup_GetParentBackground

func CategoryPanelGroup_GetParentBackground(obj uintptr) bool

func CategoryPanelGroup_GetParentColor

func CategoryPanelGroup_GetParentColor(obj uintptr) bool

func CategoryPanelGroup_GetParentCtl3D

func CategoryPanelGroup_GetParentCtl3D(obj uintptr) bool

func CategoryPanelGroup_GetParentDoubleBuffered

func CategoryPanelGroup_GetParentDoubleBuffered(obj uintptr) bool

func CategoryPanelGroup_GetParentFont

func CategoryPanelGroup_GetParentFont(obj uintptr) bool

func CategoryPanelGroup_GetParentShowHint

func CategoryPanelGroup_GetParentShowHint(obj uintptr) bool

func CategoryPanelGroup_GetParentWindow

func CategoryPanelGroup_GetParentWindow(obj uintptr) HWND

func CategoryPanelGroup_GetPopupMenu

func CategoryPanelGroup_GetPopupMenu(obj uintptr) uintptr

func CategoryPanelGroup_GetShowHint

func CategoryPanelGroup_GetShowHint(obj uintptr) bool

func CategoryPanelGroup_GetStyleElements

func CategoryPanelGroup_GetStyleElements(obj uintptr) TStyleElements

func CategoryPanelGroup_GetTabOrder

func CategoryPanelGroup_GetTabOrder(obj uintptr) uint16

func CategoryPanelGroup_GetTabStop

func CategoryPanelGroup_GetTabStop(obj uintptr) bool

func CategoryPanelGroup_GetTag

func CategoryPanelGroup_GetTag(obj uintptr) int

func CategoryPanelGroup_GetTextBuf

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

func CategoryPanelGroup_GetTextLen added in v1.1.0

func CategoryPanelGroup_GetTextLen(obj uintptr) int32

func CategoryPanelGroup_GetTop

func CategoryPanelGroup_GetTop(obj uintptr) int32

func CategoryPanelGroup_GetVisible

func CategoryPanelGroup_GetVisible(obj uintptr) bool

func CategoryPanelGroup_GetWidth

func CategoryPanelGroup_GetWidth(obj uintptr) int32

func CategoryPanelGroup_HandleAllocated

func CategoryPanelGroup_HandleAllocated(obj uintptr) bool

func CategoryPanelGroup_HasParent

func CategoryPanelGroup_HasParent(obj uintptr) bool

func CategoryPanelGroup_Hide

func CategoryPanelGroup_Hide(obj uintptr)

func CategoryPanelGroup_Invalidate

func CategoryPanelGroup_Invalidate(obj uintptr)

func CategoryPanelGroup_Perform

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

func CategoryPanelGroup_Realign

func CategoryPanelGroup_Realign(obj uintptr)

func CategoryPanelGroup_Refresh

func CategoryPanelGroup_Refresh(obj uintptr)

func CategoryPanelGroup_Repaint

func CategoryPanelGroup_Repaint(obj uintptr)

func CategoryPanelGroup_ScaleBy

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

func CategoryPanelGroup_SendToBack

func CategoryPanelGroup_SendToBack(obj uintptr)

func CategoryPanelGroup_SetAction

func CategoryPanelGroup_SetAction(obj uintptr, value uintptr)

func CategoryPanelGroup_SetAlign

func CategoryPanelGroup_SetAlign(obj uintptr, value TAlign)

func CategoryPanelGroup_SetAlignWithMargins

func CategoryPanelGroup_SetAlignWithMargins(obj uintptr, value bool)

func CategoryPanelGroup_SetAnchors

func CategoryPanelGroup_SetAnchors(obj uintptr, value TAnchors)

func CategoryPanelGroup_SetBevelEdges

func CategoryPanelGroup_SetBevelEdges(obj uintptr, value TBevelEdges)

func CategoryPanelGroup_SetBevelInner

func CategoryPanelGroup_SetBevelInner(obj uintptr, value TBevelCut)

func CategoryPanelGroup_SetBevelKind

func CategoryPanelGroup_SetBevelKind(obj uintptr, value TBevelKind)

func CategoryPanelGroup_SetBevelOuter

func CategoryPanelGroup_SetBevelOuter(obj uintptr, value TBevelCut)

func CategoryPanelGroup_SetBiDiMode

func CategoryPanelGroup_SetBiDiMode(obj uintptr, value TBiDiMode)

func CategoryPanelGroup_SetBounds

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

func CategoryPanelGroup_SetBoundsRect

func CategoryPanelGroup_SetBoundsRect(obj uintptr, value TRect)

func CategoryPanelGroup_SetChevronAlignment

func CategoryPanelGroup_SetChevronAlignment(obj uintptr, value TAlignment)

func CategoryPanelGroup_SetChevronColor

func CategoryPanelGroup_SetChevronColor(obj uintptr, value TColor)

func CategoryPanelGroup_SetChevronHotColor

func CategoryPanelGroup_SetChevronHotColor(obj uintptr, value TColor)

func CategoryPanelGroup_SetClientHeight

func CategoryPanelGroup_SetClientHeight(obj uintptr, value int32)

func CategoryPanelGroup_SetClientWidth

func CategoryPanelGroup_SetClientWidth(obj uintptr, value int32)

func CategoryPanelGroup_SetColor

func CategoryPanelGroup_SetColor(obj uintptr, value TColor)

func CategoryPanelGroup_SetComponentIndex

func CategoryPanelGroup_SetComponentIndex(obj uintptr, value int32)

func CategoryPanelGroup_SetCursor

func CategoryPanelGroup_SetCursor(obj uintptr, value TCursor)

func CategoryPanelGroup_SetCustomHint added in v1.1.0

func CategoryPanelGroup_SetCustomHint(obj uintptr, value uintptr)

func CategoryPanelGroup_SetDoubleBuffered

func CategoryPanelGroup_SetDoubleBuffered(obj uintptr, value bool)

func CategoryPanelGroup_SetEnabled

func CategoryPanelGroup_SetEnabled(obj uintptr, value bool)

func CategoryPanelGroup_SetFocus

func CategoryPanelGroup_SetFocus(obj uintptr)

func CategoryPanelGroup_SetFont

func CategoryPanelGroup_SetFont(obj uintptr, value uintptr)

func CategoryPanelGroup_SetGradientBaseColor

func CategoryPanelGroup_SetGradientBaseColor(obj uintptr, value TColor)

func CategoryPanelGroup_SetGradientColor

func CategoryPanelGroup_SetGradientColor(obj uintptr, value TColor)

func CategoryPanelGroup_SetGradientDirection

func CategoryPanelGroup_SetGradientDirection(obj uintptr, value TGradientDirection)

func CategoryPanelGroup_SetHeaderAlignment

func CategoryPanelGroup_SetHeaderAlignment(obj uintptr, value TAlignment)

func CategoryPanelGroup_SetHeaderFont

func CategoryPanelGroup_SetHeaderFont(obj uintptr, value uintptr)

func CategoryPanelGroup_SetHeaderHeight

func CategoryPanelGroup_SetHeaderHeight(obj uintptr, value int32)

func CategoryPanelGroup_SetHeaderImage

func CategoryPanelGroup_SetHeaderImage(obj uintptr, value uintptr)

func CategoryPanelGroup_SetHeaderStyle

func CategoryPanelGroup_SetHeaderStyle(obj uintptr, value THeaderStyle)

func CategoryPanelGroup_SetHeight

func CategoryPanelGroup_SetHeight(obj uintptr, value int32)

func CategoryPanelGroup_SetHint

func CategoryPanelGroup_SetHint(obj uintptr, value string)

func CategoryPanelGroup_SetImages

func CategoryPanelGroup_SetImages(obj uintptr, value uintptr)

func CategoryPanelGroup_SetLeft

func CategoryPanelGroup_SetLeft(obj uintptr, value int32)

func CategoryPanelGroup_SetMargins

func CategoryPanelGroup_SetMargins(obj uintptr, value uintptr)

func CategoryPanelGroup_SetName

func CategoryPanelGroup_SetName(obj uintptr, value string)

func CategoryPanelGroup_SetOnClick

func CategoryPanelGroup_SetOnClick(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnDblClick

func CategoryPanelGroup_SetOnDblClick(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnEnter

func CategoryPanelGroup_SetOnEnter(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnExit

func CategoryPanelGroup_SetOnExit(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseDown

func CategoryPanelGroup_SetOnMouseDown(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseEnter

func CategoryPanelGroup_SetOnMouseEnter(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseLeave

func CategoryPanelGroup_SetOnMouseLeave(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseMove

func CategoryPanelGroup_SetOnMouseMove(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseUp

func CategoryPanelGroup_SetOnMouseUp(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnMouseWheel

func CategoryPanelGroup_SetOnMouseWheel(obj uintptr, fn interface{})

func CategoryPanelGroup_SetOnResize

func CategoryPanelGroup_SetOnResize(obj uintptr, fn interface{})

func CategoryPanelGroup_SetParent

func CategoryPanelGroup_SetParent(obj uintptr, value uintptr)

func CategoryPanelGroup_SetParentBackground

func CategoryPanelGroup_SetParentBackground(obj uintptr, value bool)

func CategoryPanelGroup_SetParentColor

func CategoryPanelGroup_SetParentColor(obj uintptr, value bool)

func CategoryPanelGroup_SetParentCtl3D

func CategoryPanelGroup_SetParentCtl3D(obj uintptr, value bool)

func CategoryPanelGroup_SetParentDoubleBuffered

func CategoryPanelGroup_SetParentDoubleBuffered(obj uintptr, value bool)

func CategoryPanelGroup_SetParentFont

func CategoryPanelGroup_SetParentFont(obj uintptr, value bool)

func CategoryPanelGroup_SetParentShowHint

func CategoryPanelGroup_SetParentShowHint(obj uintptr, value bool)

func CategoryPanelGroup_SetParentWindow

func CategoryPanelGroup_SetParentWindow(obj uintptr, value HWND)

func CategoryPanelGroup_SetPopupMenu

func CategoryPanelGroup_SetPopupMenu(obj uintptr, value uintptr)

func CategoryPanelGroup_SetShowHint

func CategoryPanelGroup_SetShowHint(obj uintptr, value bool)

func CategoryPanelGroup_SetStyleElements

func CategoryPanelGroup_SetStyleElements(obj uintptr, value TStyleElements)

func CategoryPanelGroup_SetTabOrder

func CategoryPanelGroup_SetTabOrder(obj uintptr, value uint16)

func CategoryPanelGroup_SetTabStop

func CategoryPanelGroup_SetTabStop(obj uintptr, value bool)

func CategoryPanelGroup_SetTag

func CategoryPanelGroup_SetTag(obj uintptr, value int)

func CategoryPanelGroup_SetTop

func CategoryPanelGroup_SetTop(obj uintptr, value int32)

func CategoryPanelGroup_SetVisible

func CategoryPanelGroup_SetVisible(obj uintptr, value bool)

func CategoryPanelGroup_SetWidth

func CategoryPanelGroup_SetWidth(obj uintptr, value int32)

func CategoryPanelGroup_Show

func CategoryPanelGroup_Show(obj uintptr)

func CategoryPanelGroup_ToString

func CategoryPanelGroup_ToString(obj uintptr) string

func CategoryPanelGroup_Update

func CategoryPanelGroup_Update(obj uintptr)

func CategoryPanel_Assign

func CategoryPanel_Assign(obj uintptr, Source uintptr)

func CategoryPanel_BringToFront

func CategoryPanel_BringToFront(obj uintptr)

func CategoryPanel_CanFocus

func CategoryPanel_CanFocus(obj uintptr) bool

func CategoryPanel_ClassName

func CategoryPanel_ClassName(obj uintptr) string

func CategoryPanel_Collapse

func CategoryPanel_Collapse(obj uintptr)

func CategoryPanel_Create

func CategoryPanel_Create(obj uintptr) uintptr

func CategoryPanel_Equals

func CategoryPanel_Equals(obj uintptr, Obj uintptr) bool

func CategoryPanel_Expand

func CategoryPanel_Expand(obj uintptr)

func CategoryPanel_FindComponent

func CategoryPanel_FindComponent(obj uintptr, AName string) uintptr

func CategoryPanel_FlipChildren

func CategoryPanel_FlipChildren(obj uintptr, AllLevels bool)

func CategoryPanel_Focused

func CategoryPanel_Focused(obj uintptr) bool

func CategoryPanel_Free

func CategoryPanel_Free(obj uintptr)

func CategoryPanel_GetAction

func CategoryPanel_GetAction(obj uintptr) uintptr

func CategoryPanel_GetAlign

func CategoryPanel_GetAlign(obj uintptr) TAlign

func CategoryPanel_GetAlignWithMargins

func CategoryPanel_GetAlignWithMargins(obj uintptr) bool

func CategoryPanel_GetAnchors

func CategoryPanel_GetAnchors(obj uintptr) TAnchors

func CategoryPanel_GetBiDiMode

func CategoryPanel_GetBiDiMode(obj uintptr) TBiDiMode

func CategoryPanel_GetBoundsRect

func CategoryPanel_GetBoundsRect(obj uintptr) TRect

func CategoryPanel_GetBrush

func CategoryPanel_GetBrush(obj uintptr) uintptr

func CategoryPanel_GetCaption

func CategoryPanel_GetCaption(obj uintptr) string

func CategoryPanel_GetClientHeight

func CategoryPanel_GetClientHeight(obj uintptr) int32

func CategoryPanel_GetClientRect

func CategoryPanel_GetClientRect(obj uintptr) TRect

func CategoryPanel_GetClientWidth

func CategoryPanel_GetClientWidth(obj uintptr) int32

func CategoryPanel_GetCollapsed

func CategoryPanel_GetCollapsed(obj uintptr) bool

func CategoryPanel_GetCollapsedHotImageIndex

func CategoryPanel_GetCollapsedHotImageIndex(obj uintptr) int32

func CategoryPanel_GetCollapsedImageIndex

func CategoryPanel_GetCollapsedImageIndex(obj uintptr) int32

func CategoryPanel_GetCollapsedPressedImageIndex

func CategoryPanel_GetCollapsedPressedImageIndex(obj uintptr) int32

func CategoryPanel_GetColor

func CategoryPanel_GetColor(obj uintptr) TColor

func CategoryPanel_GetComponentCount

func CategoryPanel_GetComponentCount(obj uintptr) int32

func CategoryPanel_GetComponentIndex

func CategoryPanel_GetComponentIndex(obj uintptr) int32

func CategoryPanel_GetComponents

func CategoryPanel_GetComponents(obj uintptr, AIndex int32) uintptr

func CategoryPanel_GetControlCount

func CategoryPanel_GetControlCount(obj uintptr) int32

func CategoryPanel_GetControls

func CategoryPanel_GetControls(obj uintptr, Index int32) uintptr

func CategoryPanel_GetCursor

func CategoryPanel_GetCursor(obj uintptr) TCursor

func CategoryPanel_GetCustomHint added in v1.1.0

func CategoryPanel_GetCustomHint(obj uintptr) uintptr

func CategoryPanel_GetDoubleBuffered

func CategoryPanel_GetDoubleBuffered(obj uintptr) bool

func CategoryPanel_GetEnabled

func CategoryPanel_GetEnabled(obj uintptr) bool

func CategoryPanel_GetExpandedHotImageIndex

func CategoryPanel_GetExpandedHotImageIndex(obj uintptr) int32

func CategoryPanel_GetExpandedImageIndex

func CategoryPanel_GetExpandedImageIndex(obj uintptr) int32

func CategoryPanel_GetExpandedPressedImageIndex

func CategoryPanel_GetExpandedPressedImageIndex(obj uintptr) int32

func CategoryPanel_GetExplicitHeight

func CategoryPanel_GetExplicitHeight(obj uintptr) int32

func CategoryPanel_GetExplicitLeft

func CategoryPanel_GetExplicitLeft(obj uintptr) int32

func CategoryPanel_GetExplicitTop

func CategoryPanel_GetExplicitTop(obj uintptr) int32

func CategoryPanel_GetExplicitWidth

func CategoryPanel_GetExplicitWidth(obj uintptr) int32

func CategoryPanel_GetFont

func CategoryPanel_GetFont(obj uintptr) uintptr

func CategoryPanel_GetFullRepaint

func CategoryPanel_GetFullRepaint(obj uintptr) bool

func CategoryPanel_GetHandle

func CategoryPanel_GetHandle(obj uintptr) HWND

func CategoryPanel_GetHashCode

func CategoryPanel_GetHashCode(obj uintptr) int32

func CategoryPanel_GetHeight

func CategoryPanel_GetHeight(obj uintptr) int32

func CategoryPanel_GetHint

func CategoryPanel_GetHint(obj uintptr) string

func CategoryPanel_GetLeft

func CategoryPanel_GetLeft(obj uintptr) int32

func CategoryPanel_GetLocked

func CategoryPanel_GetLocked(obj uintptr) bool

func CategoryPanel_GetMargins

func CategoryPanel_GetMargins(obj uintptr) uintptr

func CategoryPanel_GetName

func CategoryPanel_GetName(obj uintptr) string

func CategoryPanel_GetNamePath

func CategoryPanel_GetNamePath(obj uintptr) string

func CategoryPanel_GetOwner

func CategoryPanel_GetOwner(obj uintptr) uintptr

func CategoryPanel_GetPanelGroup

func CategoryPanel_GetPanelGroup(obj uintptr) uintptr

func CategoryPanel_GetParent

func CategoryPanel_GetParent(obj uintptr) uintptr

func CategoryPanel_GetParentBackground

func CategoryPanel_GetParentBackground(obj uintptr) bool

func CategoryPanel_GetParentColor

func CategoryPanel_GetParentColor(obj uintptr) bool

func CategoryPanel_GetParentCtl3D

func CategoryPanel_GetParentCtl3D(obj uintptr) bool

func CategoryPanel_GetParentDoubleBuffered

func CategoryPanel_GetParentDoubleBuffered(obj uintptr) bool

func CategoryPanel_GetParentFont

func CategoryPanel_GetParentFont(obj uintptr) bool

func CategoryPanel_GetParentShowHint

func CategoryPanel_GetParentShowHint(obj uintptr) bool

func CategoryPanel_GetParentWindow

func CategoryPanel_GetParentWindow(obj uintptr) HWND

func CategoryPanel_GetPopupMenu

func CategoryPanel_GetPopupMenu(obj uintptr) uintptr

func CategoryPanel_GetShowHint

func CategoryPanel_GetShowHint(obj uintptr) bool

func CategoryPanel_GetStyleElements

func CategoryPanel_GetStyleElements(obj uintptr) TStyleElements

func CategoryPanel_GetTabOrder

func CategoryPanel_GetTabOrder(obj uintptr) uint16

func CategoryPanel_GetTabStop

func CategoryPanel_GetTabStop(obj uintptr) bool

func CategoryPanel_GetTag

func CategoryPanel_GetTag(obj uintptr) int

func CategoryPanel_GetTextBuf

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

func CategoryPanel_GetTextLen added in v1.1.0

func CategoryPanel_GetTextLen(obj uintptr) int32

func CategoryPanel_GetTop

func CategoryPanel_GetTop(obj uintptr) int32

func CategoryPanel_GetVisible

func CategoryPanel_GetVisible(obj uintptr) bool

func CategoryPanel_GetWidth

func CategoryPanel_GetWidth(obj uintptr) int32

func CategoryPanel_HandleAllocated

func CategoryPanel_HandleAllocated(obj uintptr) bool

func CategoryPanel_HasParent

func CategoryPanel_HasParent(obj uintptr) bool

func CategoryPanel_Hide

func CategoryPanel_Hide(obj uintptr)

func CategoryPanel_Invalidate

func CategoryPanel_Invalidate(obj uintptr)

func CategoryPanel_Perform

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

func CategoryPanel_Realign

func CategoryPanel_Realign(obj uintptr)

func CategoryPanel_Refresh

func CategoryPanel_Refresh(obj uintptr)

func CategoryPanel_Repaint

func CategoryPanel_Repaint(obj uintptr)

func CategoryPanel_ScaleBy

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

func CategoryPanel_SendToBack

func CategoryPanel_SendToBack(obj uintptr)

func CategoryPanel_SetAction

func CategoryPanel_SetAction(obj uintptr, value uintptr)

func CategoryPanel_SetAlign

func CategoryPanel_SetAlign(obj uintptr, value TAlign)

func CategoryPanel_SetAlignWithMargins

func CategoryPanel_SetAlignWithMargins(obj uintptr, value bool)

func CategoryPanel_SetAnchors

func CategoryPanel_SetAnchors(obj uintptr, value TAnchors)

func CategoryPanel_SetBiDiMode

func CategoryPanel_SetBiDiMode(obj uintptr, value TBiDiMode)

func CategoryPanel_SetBounds

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

func CategoryPanel_SetBoundsRect

func CategoryPanel_SetBoundsRect(obj uintptr, value TRect)

func CategoryPanel_SetCaption

func CategoryPanel_SetCaption(obj uintptr, value string)

func CategoryPanel_SetClientHeight

func CategoryPanel_SetClientHeight(obj uintptr, value int32)

func CategoryPanel_SetClientWidth

func CategoryPanel_SetClientWidth(obj uintptr, value int32)

func CategoryPanel_SetCollapsed

func CategoryPanel_SetCollapsed(obj uintptr, value bool)

func CategoryPanel_SetCollapsedHotImageIndex

func CategoryPanel_SetCollapsedHotImageIndex(obj uintptr, value int32)

func CategoryPanel_SetCollapsedImageIndex

func CategoryPanel_SetCollapsedImageIndex(obj uintptr, value int32)

func CategoryPanel_SetCollapsedPressedImageIndex

func CategoryPanel_SetCollapsedPressedImageIndex(obj uintptr, value int32)

func CategoryPanel_SetColor

func CategoryPanel_SetColor(obj uintptr, value TColor)

func CategoryPanel_SetComponentIndex

func CategoryPanel_SetComponentIndex(obj uintptr, value int32)

func CategoryPanel_SetCursor

func CategoryPanel_SetCursor(obj uintptr, value TCursor)

func CategoryPanel_SetCustomHint added in v1.1.0

func CategoryPanel_SetCustomHint(obj uintptr, value uintptr)

func CategoryPanel_SetDoubleBuffered

func CategoryPanel_SetDoubleBuffered(obj uintptr, value bool)

func CategoryPanel_SetEnabled

func CategoryPanel_SetEnabled(obj uintptr, value bool)

func CategoryPanel_SetExpandedHotImageIndex

func CategoryPanel_SetExpandedHotImageIndex(obj uintptr, value int32)

func CategoryPanel_SetExpandedImageIndex

func CategoryPanel_SetExpandedImageIndex(obj uintptr, value int32)

func CategoryPanel_SetExpandedPressedImageIndex

func CategoryPanel_SetExpandedPressedImageIndex(obj uintptr, value int32)

func CategoryPanel_SetFocus

func CategoryPanel_SetFocus(obj uintptr)

func CategoryPanel_SetFont

func CategoryPanel_SetFont(obj uintptr, value uintptr)

func CategoryPanel_SetFullRepaint

func CategoryPanel_SetFullRepaint(obj uintptr, value bool)

func CategoryPanel_SetHeight

func CategoryPanel_SetHeight(obj uintptr, value int32)

func CategoryPanel_SetHint

func CategoryPanel_SetHint(obj uintptr, value string)

func CategoryPanel_SetLeft

func CategoryPanel_SetLeft(obj uintptr, value int32)

func CategoryPanel_SetLocked

func CategoryPanel_SetLocked(obj uintptr, value bool)

func CategoryPanel_SetMargins

func CategoryPanel_SetMargins(obj uintptr, value uintptr)

func CategoryPanel_SetName

func CategoryPanel_SetName(obj uintptr, value string)

func CategoryPanel_SetOnClick

func CategoryPanel_SetOnClick(obj uintptr, fn interface{})

func CategoryPanel_SetOnDblClick

func CategoryPanel_SetOnDblClick(obj uintptr, fn interface{})

func CategoryPanel_SetOnEnter

func CategoryPanel_SetOnEnter(obj uintptr, fn interface{})

func CategoryPanel_SetOnExit

func CategoryPanel_SetOnExit(obj uintptr, fn interface{})

func CategoryPanel_SetOnMouseDown

func CategoryPanel_SetOnMouseDown(obj uintptr, fn interface{})

func CategoryPanel_SetOnMouseEnter

func CategoryPanel_SetOnMouseEnter(obj uintptr, fn interface{})

func CategoryPanel_SetOnMouseLeave

func CategoryPanel_SetOnMouseLeave(obj uintptr, fn interface{})

func CategoryPanel_SetOnMouseMove

func CategoryPanel_SetOnMouseMove(obj uintptr, fn interface{})

func CategoryPanel_SetOnMouseUp

func CategoryPanel_SetOnMouseUp(obj uintptr, fn interface{})

func CategoryPanel_SetPanelGroup

func CategoryPanel_SetPanelGroup(obj uintptr, value uintptr)

func CategoryPanel_SetParent

func CategoryPanel_SetParent(obj uintptr, value uintptr)

func CategoryPanel_SetParentBackground

func CategoryPanel_SetParentBackground(obj uintptr, value bool)

func CategoryPanel_SetParentColor

func CategoryPanel_SetParentColor(obj uintptr, value bool)

func CategoryPanel_SetParentCtl3D

func CategoryPanel_SetParentCtl3D(obj uintptr, value bool)

func CategoryPanel_SetParentDoubleBuffered

func CategoryPanel_SetParentDoubleBuffered(obj uintptr, value bool)

func CategoryPanel_SetParentFont

func CategoryPanel_SetParentFont(obj uintptr, value bool)

func CategoryPanel_SetParentShowHint

func CategoryPanel_SetParentShowHint(obj uintptr, value bool)

func CategoryPanel_SetParentWindow

func CategoryPanel_SetParentWindow(obj uintptr, value HWND)

func CategoryPanel_SetPopupMenu

func CategoryPanel_SetPopupMenu(obj uintptr, value uintptr)

func CategoryPanel_SetShowHint

func CategoryPanel_SetShowHint(obj uintptr, value bool)

func CategoryPanel_SetStyleElements

func CategoryPanel_SetStyleElements(obj uintptr, value TStyleElements)

func CategoryPanel_SetTabOrder

func CategoryPanel_SetTabOrder(obj uintptr, value uint16)

func CategoryPanel_SetTabStop

func CategoryPanel_SetTabStop(obj uintptr, value bool)

func CategoryPanel_SetTag

func CategoryPanel_SetTag(obj uintptr, value int)

func CategoryPanel_SetTop

func CategoryPanel_SetTop(obj uintptr, value int32)

func CategoryPanel_SetVisible

func CategoryPanel_SetVisible(obj uintptr, value bool)

func CategoryPanel_SetWidth

func CategoryPanel_SetWidth(obj uintptr, value int32)

func CategoryPanel_Show

func CategoryPanel_Show(obj uintptr)

func CategoryPanel_ToString

func CategoryPanel_ToString(obj uintptr) string

func CategoryPanel_Update

func CategoryPanel_Update(obj 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_Create

func CheckBox_Create(obj uintptr) uintptr

func CheckBox_Equals

func CheckBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func CheckBox_GetAlignWithMargins(obj uintptr) bool

func CheckBox_GetAlignment

func CheckBox_GetAlignment(obj uintptr) TLeftRight

func CheckBox_GetAllowGrayed added in v1.1.0

func CheckBox_GetAllowGrayed(obj uintptr) bool

func CheckBox_GetAnchors

func CheckBox_GetAnchors(obj uintptr) TAnchors

func CheckBox_GetBiDiMode

func CheckBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func CheckBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func CheckBox_GetControlCount(obj uintptr) int32

func CheckBox_GetControls

func CheckBox_GetControls(obj uintptr, Index int32) uintptr

func CheckBox_GetCursor

func CheckBox_GetCursor(obj uintptr) TCursor

func CheckBox_GetCustomHint added in v1.1.0

func CheckBox_GetCustomHint(obj uintptr) uintptr

func CheckBox_GetDoubleBuffered

func CheckBox_GetDoubleBuffered(obj uintptr) bool

func CheckBox_GetEnabled

func CheckBox_GetEnabled(obj uintptr) bool

func CheckBox_GetExplicitHeight

func CheckBox_GetExplicitHeight(obj uintptr) int32

func CheckBox_GetExplicitLeft

func CheckBox_GetExplicitLeft(obj uintptr) int32

func CheckBox_GetExplicitTop

func CheckBox_GetExplicitTop(obj uintptr) int32

func CheckBox_GetExplicitWidth

func CheckBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func CheckBox_GetMargins(obj uintptr) uintptr

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_GetParentCtl3D

func CheckBox_GetParentCtl3D(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_GetStyleElements

func CheckBox_GetStyleElements(obj uintptr) TStyleElements

func CheckBox_GetTabOrder

func CheckBox_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func CheckBox_GetTextLen(obj uintptr) int32

func CheckBox_GetTop

func CheckBox_GetTop(obj uintptr) int32

func CheckBox_GetVisible

func CheckBox_GetVisible(obj uintptr) bool

func CheckBox_GetWidth

func CheckBox_GetWidth(obj uintptr) int32

func CheckBox_GetWordWrap

func CheckBox_GetWordWrap(obj uintptr) bool

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_Invalidate

func CheckBox_Invalidate(obj uintptr)

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_Repaint

func CheckBox_Repaint(obj uintptr)

func CheckBox_ScaleBy

func CheckBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func CheckBox_SetAlignWithMargins(obj uintptr, value bool)

func CheckBox_SetAlignment

func CheckBox_SetAlignment(obj uintptr, value TLeftRight)

func CheckBox_SetAllowGrayed added in v1.1.0

func CheckBox_SetAllowGrayed(obj uintptr, value bool)

func CheckBox_SetAnchors

func CheckBox_SetAnchors(obj uintptr, value TAnchors)

func CheckBox_SetBiDiMode

func CheckBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func CheckBox_SetCursor(obj uintptr, value TCursor)

func CheckBox_SetCustomHint added in v1.1.0

func CheckBox_SetCustomHint(obj uintptr, value uintptr)

func CheckBox_SetDoubleBuffered

func CheckBox_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func CheckBox_SetMargins(obj uintptr, value uintptr)

func CheckBox_SetName

func CheckBox_SetName(obj uintptr, value string)

func CheckBox_SetOnClick

func CheckBox_SetOnClick(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_SetParentCtl3D

func CheckBox_SetParentCtl3D(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_SetStyleElements

func CheckBox_SetStyleElements(obj uintptr, value TStyleElements)

func CheckBox_SetTabOrder

func CheckBox_SetTabOrder(obj uintptr, value uint16)

func CheckBox_SetTabStop

func CheckBox_SetTabStop(obj uintptr, value bool)

func CheckBox_SetTag

func CheckBox_SetTag(obj uintptr, value int)

func CheckBox_SetTop

func CheckBox_SetTop(obj uintptr, value int32)

func CheckBox_SetVisible

func CheckBox_SetVisible(obj uintptr, value bool)

func CheckBox_SetWidth

func CheckBox_SetWidth(obj uintptr, value int32)

func CheckBox_SetWordWrap

func CheckBox_SetWordWrap(obj uintptr, value bool)

func CheckBox_Show

func CheckBox_Show(obj uintptr)

func CheckBox_ToString

func CheckBox_ToString(obj uintptr) string

func CheckBox_Update

func CheckBox_Update(obj uintptr)

func CheckListBox_AddItem added in v1.1.0

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

func CheckListBox_Assign added in v1.1.0

func CheckListBox_Assign(obj uintptr, Source uintptr)

func CheckListBox_BringToFront added in v1.1.0

func CheckListBox_BringToFront(obj uintptr)

func CheckListBox_CanFocus added in v1.1.0

func CheckListBox_CanFocus(obj uintptr) bool

func CheckListBox_CheckAll added in v1.1.0

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

func CheckListBox_ClassName added in v1.1.0

func CheckListBox_ClassName(obj uintptr) string

func CheckListBox_Clear added in v1.1.0

func CheckListBox_Clear(obj uintptr)

func CheckListBox_ClearSelection added in v1.1.0

func CheckListBox_ClearSelection(obj uintptr)

func CheckListBox_Create added in v1.1.0

func CheckListBox_Create(obj uintptr) uintptr

func CheckListBox_DeleteSelected added in v1.1.0

func CheckListBox_DeleteSelected(obj uintptr)

func CheckListBox_Equals added in v1.1.0

func CheckListBox_Equals(obj uintptr, Obj uintptr) bool

func CheckListBox_FindComponent added in v1.1.0

func CheckListBox_FindComponent(obj uintptr, AName string) uintptr

func CheckListBox_FlipChildren added in v1.1.0

func CheckListBox_FlipChildren(obj uintptr, AllLevels bool)

func CheckListBox_Focused added in v1.1.0

func CheckListBox_Focused(obj uintptr) bool

func CheckListBox_Free added in v1.1.0

func CheckListBox_Free(obj uintptr)

func CheckListBox_GetAction added in v1.1.0

func CheckListBox_GetAction(obj uintptr) uintptr

func CheckListBox_GetAlign added in v1.1.0

func CheckListBox_GetAlign(obj uintptr) TAlign

func CheckListBox_GetAlignWithMargins added in v1.1.0

func CheckListBox_GetAlignWithMargins(obj uintptr) bool

func CheckListBox_GetAllowGrayed added in v1.1.0

func CheckListBox_GetAllowGrayed(obj uintptr) bool

func CheckListBox_GetAnchors added in v1.1.0

func CheckListBox_GetAnchors(obj uintptr) TAnchors

func CheckListBox_GetAutoComplete added in v1.1.0

func CheckListBox_GetAutoComplete(obj uintptr) bool

func CheckListBox_GetAutoCompleteDelay added in v1.1.0

func CheckListBox_GetAutoCompleteDelay(obj uintptr) uint32

func CheckListBox_GetBevelEdges added in v1.1.0

func CheckListBox_GetBevelEdges(obj uintptr) TBevelEdges

func CheckListBox_GetBevelInner added in v1.1.0

func CheckListBox_GetBevelInner(obj uintptr) TBevelCut

func CheckListBox_GetBevelKind added in v1.1.0

func CheckListBox_GetBevelKind(obj uintptr) TBevelKind

func CheckListBox_GetBevelOuter added in v1.1.0

func CheckListBox_GetBevelOuter(obj uintptr) TBevelCut

func CheckListBox_GetBiDiMode added in v1.1.0

func CheckListBox_GetBiDiMode(obj uintptr) TBiDiMode

func CheckListBox_GetBorderStyle added in v1.1.0

func CheckListBox_GetBorderStyle(obj uintptr) TBorderStyle

func CheckListBox_GetBoundsRect added in v1.1.0

func CheckListBox_GetBoundsRect(obj uintptr) TRect

func CheckListBox_GetBrush added in v1.1.0

func CheckListBox_GetBrush(obj uintptr) uintptr

func CheckListBox_GetCanvas added in v1.1.0

func CheckListBox_GetCanvas(obj uintptr) uintptr

func CheckListBox_GetChecked added in v1.1.0

func CheckListBox_GetChecked(obj uintptr, Index int32) bool

func CheckListBox_GetClientHeight added in v1.1.0

func CheckListBox_GetClientHeight(obj uintptr) int32

func CheckListBox_GetClientRect added in v1.1.0

func CheckListBox_GetClientRect(obj uintptr) TRect

func CheckListBox_GetClientWidth added in v1.1.0

func CheckListBox_GetClientWidth(obj uintptr) int32

func CheckListBox_GetColor added in v1.1.0

func CheckListBox_GetColor(obj uintptr) TColor

func CheckListBox_GetColumns added in v1.1.0

func CheckListBox_GetColumns(obj uintptr) int32

func CheckListBox_GetComponentCount added in v1.1.0

func CheckListBox_GetComponentCount(obj uintptr) int32

func CheckListBox_GetComponentIndex added in v1.1.0

func CheckListBox_GetComponentIndex(obj uintptr) int32

func CheckListBox_GetComponents added in v1.1.0

func CheckListBox_GetComponents(obj uintptr, AIndex int32) uintptr

func CheckListBox_GetControlCount added in v1.1.0

func CheckListBox_GetControlCount(obj uintptr) int32

func CheckListBox_GetControls added in v1.1.0

func CheckListBox_GetControls(obj uintptr, Index int32) uintptr

func CheckListBox_GetCount added in v1.1.3

func CheckListBox_GetCount(obj uintptr) int32

func CheckListBox_GetCursor added in v1.1.0

func CheckListBox_GetCursor(obj uintptr) TCursor

func CheckListBox_GetCustomHint added in v1.1.0

func CheckListBox_GetCustomHint(obj uintptr) uintptr

func CheckListBox_GetDoubleBuffered added in v1.1.0

func CheckListBox_GetDoubleBuffered(obj uintptr) bool

func CheckListBox_GetEnabled added in v1.1.0

func CheckListBox_GetEnabled(obj uintptr) bool

func CheckListBox_GetExplicitHeight added in v1.1.0

func CheckListBox_GetExplicitHeight(obj uintptr) int32

func CheckListBox_GetExplicitLeft added in v1.1.0

func CheckListBox_GetExplicitLeft(obj uintptr) int32

func CheckListBox_GetExplicitTop added in v1.1.0

func CheckListBox_GetExplicitTop(obj uintptr) int32

func CheckListBox_GetExplicitWidth added in v1.1.0

func CheckListBox_GetExplicitWidth(obj uintptr) int32

func CheckListBox_GetFlat added in v1.1.0

func CheckListBox_GetFlat(obj uintptr) bool

func CheckListBox_GetFont added in v1.1.0

func CheckListBox_GetFont(obj uintptr) uintptr

func CheckListBox_GetHandle added in v1.1.0

func CheckListBox_GetHandle(obj uintptr) HWND

func CheckListBox_GetHashCode added in v1.1.0

func CheckListBox_GetHashCode(obj uintptr) int32

func CheckListBox_GetHeader added in v1.1.0

func CheckListBox_GetHeader(obj uintptr, Index int32) bool

func CheckListBox_GetHeaderBackgroundColor added in v1.1.0

func CheckListBox_GetHeaderBackgroundColor(obj uintptr) TColor

func CheckListBox_GetHeaderColor added in v1.1.0

func CheckListBox_GetHeaderColor(obj uintptr) TColor

func CheckListBox_GetHeight added in v1.1.0

func CheckListBox_GetHeight(obj uintptr) int32

func CheckListBox_GetHint added in v1.1.0

func CheckListBox_GetHint(obj uintptr) string

func CheckListBox_GetItemEnabled added in v1.1.0

func CheckListBox_GetItemEnabled(obj uintptr, Index int32) bool

func CheckListBox_GetItemHeight added in v1.1.0

func CheckListBox_GetItemHeight(obj uintptr) int32

func CheckListBox_GetItemIndex added in v1.1.0

func CheckListBox_GetItemIndex(obj uintptr) int32

func CheckListBox_GetItems added in v1.1.0

func CheckListBox_GetItems(obj uintptr) uintptr

func CheckListBox_GetLeft added in v1.1.0

func CheckListBox_GetLeft(obj uintptr) int32

func CheckListBox_GetMargins added in v1.1.0

func CheckListBox_GetMargins(obj uintptr) uintptr

func CheckListBox_GetMultiSelect added in v1.1.0

func CheckListBox_GetMultiSelect(obj uintptr) bool

func CheckListBox_GetName added in v1.1.0

func CheckListBox_GetName(obj uintptr) string

func CheckListBox_GetNamePath added in v1.1.0

func CheckListBox_GetNamePath(obj uintptr) string

func CheckListBox_GetOwner added in v1.1.0

func CheckListBox_GetOwner(obj uintptr) uintptr

func CheckListBox_GetParent added in v1.1.0

func CheckListBox_GetParent(obj uintptr) uintptr

func CheckListBox_GetParentColor added in v1.1.0

func CheckListBox_GetParentColor(obj uintptr) bool

func CheckListBox_GetParentCtl3D added in v1.1.0

func CheckListBox_GetParentCtl3D(obj uintptr) bool

func CheckListBox_GetParentDoubleBuffered added in v1.1.0

func CheckListBox_GetParentDoubleBuffered(obj uintptr) bool

func CheckListBox_GetParentFont added in v1.1.0

func CheckListBox_GetParentFont(obj uintptr) bool

func CheckListBox_GetParentShowHint added in v1.1.0

func CheckListBox_GetParentShowHint(obj uintptr) bool

func CheckListBox_GetParentWindow added in v1.1.0

func CheckListBox_GetParentWindow(obj uintptr) HWND

func CheckListBox_GetPopupMenu added in v1.1.0

func CheckListBox_GetPopupMenu(obj uintptr) uintptr

func CheckListBox_GetSelCount added in v1.1.0

func CheckListBox_GetSelCount(obj uintptr) int32

func CheckListBox_GetSelected added in v1.1.0

func CheckListBox_GetSelected(obj uintptr, Index int32) bool

func CheckListBox_GetShowHint added in v1.1.0

func CheckListBox_GetShowHint(obj uintptr) bool

func CheckListBox_GetSorted added in v1.1.0

func CheckListBox_GetSorted(obj uintptr) bool

func CheckListBox_GetState added in v1.1.0

func CheckListBox_GetState(obj uintptr, Index int32) TCheckBoxState

func CheckListBox_GetStyle added in v1.1.0

func CheckListBox_GetStyle(obj uintptr) TListBoxStyle

func CheckListBox_GetStyleElements added in v1.1.0

func CheckListBox_GetStyleElements(obj uintptr) TStyleElements

func CheckListBox_GetTabOrder added in v1.1.0

func CheckListBox_GetTabOrder(obj uintptr) uint16

func CheckListBox_GetTabStop added in v1.1.0

func CheckListBox_GetTabStop(obj uintptr) bool

func CheckListBox_GetTabWidth added in v1.1.0

func CheckListBox_GetTabWidth(obj uintptr) int32

func CheckListBox_GetTag added in v1.1.0

func CheckListBox_GetTag(obj uintptr) int

func CheckListBox_GetTextBuf added in v1.1.0

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

func CheckListBox_GetTextLen added in v1.1.0

func CheckListBox_GetTextLen(obj uintptr) int32

func CheckListBox_GetTop added in v1.1.0

func CheckListBox_GetTop(obj uintptr) int32

func CheckListBox_GetVisible added in v1.1.0

func CheckListBox_GetVisible(obj uintptr) bool

func CheckListBox_GetWidth added in v1.1.0

func CheckListBox_GetWidth(obj uintptr) int32

func CheckListBox_HandleAllocated added in v1.1.0

func CheckListBox_HandleAllocated(obj uintptr) bool

func CheckListBox_HasParent added in v1.1.0

func CheckListBox_HasParent(obj uintptr) bool

func CheckListBox_Hide added in v1.1.0

func CheckListBox_Hide(obj uintptr)

func CheckListBox_Invalidate added in v1.1.0

func CheckListBox_Invalidate(obj uintptr)

func CheckListBox_Perform added in v1.1.0

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

func CheckListBox_Realign added in v1.1.0

func CheckListBox_Realign(obj uintptr)

func CheckListBox_Refresh added in v1.1.0

func CheckListBox_Refresh(obj uintptr)

func CheckListBox_Repaint added in v1.1.0

func CheckListBox_Repaint(obj uintptr)

func CheckListBox_ScaleBy added in v1.1.0

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

func CheckListBox_SelectAll added in v1.1.0

func CheckListBox_SelectAll(obj uintptr)

func CheckListBox_SendToBack added in v1.1.0

func CheckListBox_SendToBack(obj uintptr)

func CheckListBox_SetAction added in v1.1.0

func CheckListBox_SetAction(obj uintptr, value uintptr)

func CheckListBox_SetAlign added in v1.1.0

func CheckListBox_SetAlign(obj uintptr, value TAlign)

func CheckListBox_SetAlignWithMargins added in v1.1.0

func CheckListBox_SetAlignWithMargins(obj uintptr, value bool)

func CheckListBox_SetAllowGrayed added in v1.1.0

func CheckListBox_SetAllowGrayed(obj uintptr, value bool)

func CheckListBox_SetAnchors added in v1.1.0

func CheckListBox_SetAnchors(obj uintptr, value TAnchors)

func CheckListBox_SetAutoComplete added in v1.1.0

func CheckListBox_SetAutoComplete(obj uintptr, value bool)

func CheckListBox_SetAutoCompleteDelay added in v1.1.0

func CheckListBox_SetAutoCompleteDelay(obj uintptr, value uint32)

func CheckListBox_SetBevelEdges added in v1.1.0

func CheckListBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func CheckListBox_SetBevelInner added in v1.1.0

func CheckListBox_SetBevelInner(obj uintptr, value TBevelCut)

func CheckListBox_SetBevelKind added in v1.1.0

func CheckListBox_SetBevelKind(obj uintptr, value TBevelKind)

func CheckListBox_SetBevelOuter added in v1.1.0

func CheckListBox_SetBevelOuter(obj uintptr, value TBevelCut)

func CheckListBox_SetBiDiMode added in v1.1.0

func CheckListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func CheckListBox_SetBorderStyle added in v1.1.0

func CheckListBox_SetBorderStyle(obj uintptr, value TBorderStyle)

func CheckListBox_SetBounds added in v1.1.0

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

func CheckListBox_SetBoundsRect added in v1.1.0

func CheckListBox_SetBoundsRect(obj uintptr, value TRect)

func CheckListBox_SetChecked added in v1.1.0

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

func CheckListBox_SetClientHeight added in v1.1.0

func CheckListBox_SetClientHeight(obj uintptr, value int32)

func CheckListBox_SetClientWidth added in v1.1.0

func CheckListBox_SetClientWidth(obj uintptr, value int32)

func CheckListBox_SetColor added in v1.1.0

func CheckListBox_SetColor(obj uintptr, value TColor)

func CheckListBox_SetColumns added in v1.1.0

func CheckListBox_SetColumns(obj uintptr, value int32)

func CheckListBox_SetComponentIndex added in v1.1.0

func CheckListBox_SetComponentIndex(obj uintptr, value int32)

func CheckListBox_SetCount added in v1.1.3

func CheckListBox_SetCount(obj uintptr, value int32)

func CheckListBox_SetCursor added in v1.1.0

func CheckListBox_SetCursor(obj uintptr, value TCursor)

func CheckListBox_SetCustomHint added in v1.1.0

func CheckListBox_SetCustomHint(obj uintptr, value uintptr)

func CheckListBox_SetDoubleBuffered added in v1.1.0

func CheckListBox_SetDoubleBuffered(obj uintptr, value bool)

func CheckListBox_SetEnabled added in v1.1.0

func CheckListBox_SetEnabled(obj uintptr, value bool)

func CheckListBox_SetFlat added in v1.1.0

func CheckListBox_SetFlat(obj uintptr, value bool)

func CheckListBox_SetFocus added in v1.1.0

func CheckListBox_SetFocus(obj uintptr)

func CheckListBox_SetFont added in v1.1.0

func CheckListBox_SetFont(obj uintptr, value uintptr)

func CheckListBox_SetHeader added in v1.1.0

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

func CheckListBox_SetHeaderBackgroundColor added in v1.1.0

func CheckListBox_SetHeaderBackgroundColor(obj uintptr, value TColor)

func CheckListBox_SetHeaderColor added in v1.1.0

func CheckListBox_SetHeaderColor(obj uintptr, value TColor)

func CheckListBox_SetHeight added in v1.1.0

func CheckListBox_SetHeight(obj uintptr, value int32)

func CheckListBox_SetHint added in v1.1.0

func CheckListBox_SetHint(obj uintptr, value string)

func CheckListBox_SetItemEnabled added in v1.1.0

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

func CheckListBox_SetItemHeight added in v1.1.0

func CheckListBox_SetItemHeight(obj uintptr, value int32)

func CheckListBox_SetItemIndex added in v1.1.0

func CheckListBox_SetItemIndex(obj uintptr, value int32)

func CheckListBox_SetItems added in v1.1.0

func CheckListBox_SetItems(obj uintptr, value uintptr)

func CheckListBox_SetLeft added in v1.1.0

func CheckListBox_SetLeft(obj uintptr, value int32)

func CheckListBox_SetMargins added in v1.1.0

func CheckListBox_SetMargins(obj uintptr, value uintptr)

func CheckListBox_SetMultiSelect added in v1.1.0

func CheckListBox_SetMultiSelect(obj uintptr, value bool)

func CheckListBox_SetName added in v1.1.0

func CheckListBox_SetName(obj uintptr, value string)

func CheckListBox_SetOnClick added in v1.1.0

func CheckListBox_SetOnClick(obj uintptr, fn interface{})

func CheckListBox_SetOnClickCheck added in v1.1.3

func CheckListBox_SetOnClickCheck(obj uintptr, fn interface{})

func CheckListBox_SetOnDblClick added in v1.1.0

func CheckListBox_SetOnDblClick(obj uintptr, fn interface{})

func CheckListBox_SetOnEnter added in v1.1.0

func CheckListBox_SetOnEnter(obj uintptr, fn interface{})

func CheckListBox_SetOnExit added in v1.1.0

func CheckListBox_SetOnExit(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyDown added in v1.1.0

func CheckListBox_SetOnKeyDown(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyPress added in v1.1.0

func CheckListBox_SetOnKeyPress(obj uintptr, fn interface{})

func CheckListBox_SetOnKeyUp added in v1.1.0

func CheckListBox_SetOnKeyUp(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseDown added in v1.1.0

func CheckListBox_SetOnMouseDown(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseEnter added in v1.1.0

func CheckListBox_SetOnMouseEnter(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseLeave added in v1.1.0

func CheckListBox_SetOnMouseLeave(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseMove added in v1.1.0

func CheckListBox_SetOnMouseMove(obj uintptr, fn interface{})

func CheckListBox_SetOnMouseUp added in v1.1.0

func CheckListBox_SetOnMouseUp(obj uintptr, fn interface{})

func CheckListBox_SetParent added in v1.1.0

func CheckListBox_SetParent(obj uintptr, value uintptr)

func CheckListBox_SetParentColor added in v1.1.0

func CheckListBox_SetParentColor(obj uintptr, value bool)

func CheckListBox_SetParentCtl3D added in v1.1.0

func CheckListBox_SetParentCtl3D(obj uintptr, value bool)

func CheckListBox_SetParentDoubleBuffered added in v1.1.0

func CheckListBox_SetParentDoubleBuffered(obj uintptr, value bool)

func CheckListBox_SetParentFont added in v1.1.0

func CheckListBox_SetParentFont(obj uintptr, value bool)

func CheckListBox_SetParentShowHint added in v1.1.0

func CheckListBox_SetParentShowHint(obj uintptr, value bool)

func CheckListBox_SetParentWindow added in v1.1.0

func CheckListBox_SetParentWindow(obj uintptr, value HWND)

func CheckListBox_SetPopupMenu added in v1.1.0

func CheckListBox_SetPopupMenu(obj uintptr, value uintptr)

func CheckListBox_SetSelected added in v1.1.0

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

func CheckListBox_SetShowHint added in v1.1.0

func CheckListBox_SetShowHint(obj uintptr, value bool)

func CheckListBox_SetSorted added in v1.1.0

func CheckListBox_SetSorted(obj uintptr, value bool)

func CheckListBox_SetState added in v1.1.0

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

func CheckListBox_SetStyle added in v1.1.0

func CheckListBox_SetStyle(obj uintptr, value TListBoxStyle)

func CheckListBox_SetStyleElements added in v1.1.0

func CheckListBox_SetStyleElements(obj uintptr, value TStyleElements)

func CheckListBox_SetTabOrder added in v1.1.0

func CheckListBox_SetTabOrder(obj uintptr, value uint16)

func CheckListBox_SetTabStop added in v1.1.0

func CheckListBox_SetTabStop(obj uintptr, value bool)

func CheckListBox_SetTabWidth added in v1.1.0

func CheckListBox_SetTabWidth(obj uintptr, value int32)

func CheckListBox_SetTag added in v1.1.0

func CheckListBox_SetTag(obj uintptr, value int)

func CheckListBox_SetTop added in v1.1.0

func CheckListBox_SetTop(obj uintptr, value int32)

func CheckListBox_SetVisible added in v1.1.0

func CheckListBox_SetVisible(obj uintptr, value bool)

func CheckListBox_SetWidth added in v1.1.0

func CheckListBox_SetWidth(obj uintptr, value int32)

func CheckListBox_Show added in v1.1.0

func CheckListBox_Show(obj uintptr)

func CheckListBox_ToString added in v1.1.0

func CheckListBox_ToString(obj uintptr) string

func CheckListBox_Update added in v1.1.0

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_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_GetAsHandle

func Clipboard_GetAsHandle(obj uintptr, Format uint16) 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_Instance

func Clipboard_Instance() uintptr

func Clipboard_Open

func Clipboard_Open(obj uintptr)

func Clipboard_SetAsHandle

func Clipboard_SetAsHandle(obj uintptr, Format uint16, Value uintptr)

func Clipboard_SetAsText

func Clipboard_SetAsText(obj uintptr, value string)

func Clipboard_SetClipboard

func Clipboard_SetClipboard(obj uintptr) uintptr

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_Create

func CollectionItem_Create() uintptr

func CollectionItem_Equals

func CollectionItem_Equals(obj uintptr, Obj uintptr) bool

func CollectionItem_Free

func CollectionItem_Free(obj uintptr)

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_SetIndex

func CollectionItem_SetIndex(obj uintptr, value int32)

func CollectionItem_ToString

func CollectionItem_ToString(obj uintptr) string

func ColorBox_AddItem

func ColorBox_AddItem(obj uintptr, Item string, AObject 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_Clear

func ColorBox_Clear(obj uintptr)

func ColorBox_ClearSelection

func ColorBox_ClearSelection(obj uintptr)

func ColorBox_Create

func ColorBox_Create(obj uintptr) uintptr

func ColorBox_DeleteSelected

func ColorBox_DeleteSelected(obj uintptr)

func ColorBox_Equals

func ColorBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ColorBox_GetAlignWithMargins(obj uintptr) bool

func ColorBox_GetAnchors

func ColorBox_GetAnchors(obj uintptr) TAnchors

func ColorBox_GetAutoCloseUp

func ColorBox_GetAutoCloseUp(obj uintptr) bool

func ColorBox_GetAutoComplete

func ColorBox_GetAutoComplete(obj uintptr) bool

func ColorBox_GetAutoCompleteDelay

func ColorBox_GetAutoCompleteDelay(obj uintptr) uint32

func ColorBox_GetAutoDropDown

func ColorBox_GetAutoDropDown(obj uintptr) bool

func ColorBox_GetBevelEdges

func ColorBox_GetBevelEdges(obj uintptr) TBevelEdges

func ColorBox_GetBevelInner

func ColorBox_GetBevelInner(obj uintptr) TBevelCut

func ColorBox_GetBevelKind

func ColorBox_GetBevelKind(obj uintptr) TBevelKind

func ColorBox_GetBevelOuter

func ColorBox_GetBevelOuter(obj uintptr) TBevelCut

func ColorBox_GetBiDiMode

func ColorBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ColorBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ColorBox_GetControlCount(obj uintptr) int32

func ColorBox_GetControls

func ColorBox_GetControls(obj uintptr, Index int32) uintptr

func ColorBox_GetCursor

func ColorBox_GetCursor(obj uintptr) TCursor

func ColorBox_GetCustomHint added in v1.1.0

func ColorBox_GetCustomHint(obj uintptr) uintptr

func ColorBox_GetDefaultColorColor

func ColorBox_GetDefaultColorColor(obj uintptr) TColor

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_GetExplicitHeight

func ColorBox_GetExplicitHeight(obj uintptr) int32

func ColorBox_GetExplicitLeft

func ColorBox_GetExplicitLeft(obj uintptr) int32

func ColorBox_GetExplicitTop

func ColorBox_GetExplicitTop(obj uintptr) int32

func ColorBox_GetExplicitWidth

func ColorBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ColorBox_GetMargins(obj uintptr) uintptr

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_GetParentCtl3D

func ColorBox_GetParentCtl3D(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_GetStyleElements

func ColorBox_GetStyleElements(obj uintptr) TStyleElements

func ColorBox_GetTabOrder

func ColorBox_GetTabOrder(obj uintptr) uint16

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_GetTextHint

func ColorBox_GetTextHint(obj uintptr) string

func ColorBox_GetTextLen added in v1.1.0

func ColorBox_GetTextLen(obj uintptr) int32

func ColorBox_GetTop

func ColorBox_GetTop(obj uintptr) int32

func ColorBox_GetVisible

func ColorBox_GetVisible(obj uintptr) bool

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_Invalidate

func ColorBox_Invalidate(obj uintptr)

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_Repaint

func ColorBox_Repaint(obj uintptr)

func ColorBox_ScaleBy

func ColorBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ColorBox_SetAlignWithMargins(obj uintptr, value bool)

func ColorBox_SetAnchors

func ColorBox_SetAnchors(obj uintptr, value TAnchors)

func ColorBox_SetAutoCloseUp

func ColorBox_SetAutoCloseUp(obj uintptr, value bool)

func ColorBox_SetAutoComplete

func ColorBox_SetAutoComplete(obj uintptr, value bool)

func ColorBox_SetAutoCompleteDelay

func ColorBox_SetAutoCompleteDelay(obj uintptr, value uint32)

func ColorBox_SetAutoDropDown

func ColorBox_SetAutoDropDown(obj uintptr, value bool)

func ColorBox_SetBevelEdges

func ColorBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func ColorBox_SetBevelInner

func ColorBox_SetBevelInner(obj uintptr, value TBevelCut)

func ColorBox_SetBevelKind

func ColorBox_SetBevelKind(obj uintptr, value TBevelKind)

func ColorBox_SetBevelOuter

func ColorBox_SetBevelOuter(obj uintptr, value TBevelCut)

func ColorBox_SetBiDiMode

func ColorBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func ColorBox_SetCursor(obj uintptr, value TCursor)

func ColorBox_SetCustomHint added in v1.1.0

func ColorBox_SetCustomHint(obj uintptr, value uintptr)

func ColorBox_SetDefaultColorColor

func ColorBox_SetDefaultColorColor(obj uintptr, value TColor)

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_SetMargins

func ColorBox_SetMargins(obj uintptr, value uintptr)

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_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_SetParent

func ColorBox_SetParent(obj uintptr, value uintptr)

func ColorBox_SetParentColor

func ColorBox_SetParentColor(obj uintptr, value bool)

func ColorBox_SetParentCtl3D

func ColorBox_SetParentCtl3D(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_SetStyleElements

func ColorBox_SetStyleElements(obj uintptr, value TStyleElements)

func ColorBox_SetTabOrder

func ColorBox_SetTabOrder(obj uintptr, value uint16)

func ColorBox_SetTabStop

func ColorBox_SetTabStop(obj uintptr, value bool)

func ColorBox_SetTag

func ColorBox_SetTag(obj uintptr, value int)

func ColorBox_SetTextHint

func ColorBox_SetTextHint(obj uintptr, value string)

func ColorBox_SetTop

func ColorBox_SetTop(obj uintptr, value int32)

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_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_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_GetOptions

func ColorDialog_GetOptions(obj uintptr) TColorDialogOptions

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_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_SetOptions

func ColorDialog_SetOptions(obj uintptr, value TColorDialogOptions)

func ColorDialog_SetTag

func ColorDialog_SetTag(obj uintptr, value int)

func ColorDialog_ToString

func ColorDialog_ToString(obj uintptr) string

func ColorListBox_AddItem

func ColorListBox_AddItem(obj uintptr, Item string, AObject 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_Clear

func ColorListBox_Clear(obj uintptr)

func ColorListBox_ClearSelection

func ColorListBox_ClearSelection(obj uintptr)

func ColorListBox_Create

func ColorListBox_Create(obj uintptr) uintptr

func ColorListBox_DeleteSelected

func ColorListBox_DeleteSelected(obj uintptr)

func ColorListBox_Equals

func ColorListBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ColorListBox_GetAlignWithMargins(obj uintptr) bool

func ColorListBox_GetAnchors

func ColorListBox_GetAnchors(obj uintptr) TAnchors

func ColorListBox_GetAutoComplete

func ColorListBox_GetAutoComplete(obj uintptr) bool

func ColorListBox_GetAutoCompleteDelay

func ColorListBox_GetAutoCompleteDelay(obj uintptr) uint32

func ColorListBox_GetBevelEdges

func ColorListBox_GetBevelEdges(obj uintptr) TBevelEdges

func ColorListBox_GetBevelInner

func ColorListBox_GetBevelInner(obj uintptr) TBevelCut

func ColorListBox_GetBevelKind

func ColorListBox_GetBevelKind(obj uintptr) TBevelKind

func ColorListBox_GetBevelOuter

func ColorListBox_GetBevelOuter(obj uintptr) TBevelCut

func ColorListBox_GetBiDiMode

func ColorListBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ColorListBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ColorListBox_GetControlCount(obj uintptr) int32

func ColorListBox_GetControls

func ColorListBox_GetControls(obj uintptr, Index int32) uintptr

func ColorListBox_GetCount added in v1.1.3

func ColorListBox_GetCount(obj uintptr) int32

func ColorListBox_GetCursor

func ColorListBox_GetCursor(obj uintptr) TCursor

func ColorListBox_GetCustomHint added in v1.1.0

func ColorListBox_GetCustomHint(obj uintptr) uintptr

func ColorListBox_GetDefaultColorColor

func ColorListBox_GetDefaultColorColor(obj uintptr) TColor

func ColorListBox_GetDoubleBuffered

func ColorListBox_GetDoubleBuffered(obj uintptr) bool

func ColorListBox_GetEnabled

func ColorListBox_GetEnabled(obj uintptr) bool

func ColorListBox_GetExplicitHeight

func ColorListBox_GetExplicitHeight(obj uintptr) int32

func ColorListBox_GetExplicitLeft

func ColorListBox_GetExplicitLeft(obj uintptr) int32

func ColorListBox_GetExplicitTop

func ColorListBox_GetExplicitTop(obj uintptr) int32

func ColorListBox_GetExplicitWidth

func ColorListBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ColorListBox_GetMargins(obj uintptr) uintptr

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_GetParentCtl3D

func ColorListBox_GetParentCtl3D(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_GetStyleElements

func ColorListBox_GetStyleElements(obj uintptr) TStyleElements

func ColorListBox_GetTabOrder

func ColorListBox_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func ColorListBox_GetTextLen(obj uintptr) int32

func ColorListBox_GetTop

func ColorListBox_GetTop(obj uintptr) int32

func ColorListBox_GetVisible

func ColorListBox_GetVisible(obj uintptr) bool

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_Invalidate

func ColorListBox_Invalidate(obj uintptr)

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_Repaint

func ColorListBox_Repaint(obj uintptr)

func ColorListBox_ScaleBy

func ColorListBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ColorListBox_SetAlignWithMargins(obj uintptr, value bool)

func ColorListBox_SetAnchors

func ColorListBox_SetAnchors(obj uintptr, value TAnchors)

func ColorListBox_SetAutoComplete

func ColorListBox_SetAutoComplete(obj uintptr, value bool)

func ColorListBox_SetAutoCompleteDelay

func ColorListBox_SetAutoCompleteDelay(obj uintptr, value uint32)

func ColorListBox_SetBevelEdges

func ColorListBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func ColorListBox_SetBevelInner

func ColorListBox_SetBevelInner(obj uintptr, value TBevelCut)

func ColorListBox_SetBevelKind

func ColorListBox_SetBevelKind(obj uintptr, value TBevelKind)

func ColorListBox_SetBevelOuter

func ColorListBox_SetBevelOuter(obj uintptr, value TBevelCut)

func ColorListBox_SetBiDiMode

func ColorListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCount added in v1.1.3

func ColorListBox_SetCount(obj uintptr, value int32)

func ColorListBox_SetCursor

func ColorListBox_SetCursor(obj uintptr, value TCursor)

func ColorListBox_SetCustomHint added in v1.1.0

func ColorListBox_SetCustomHint(obj uintptr, value uintptr)

func ColorListBox_SetDefaultColorColor

func ColorListBox_SetDefaultColorColor(obj uintptr, value TColor)

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_SetMargins

func ColorListBox_SetMargins(obj uintptr, value uintptr)

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_SetOnDblClick

func ColorListBox_SetOnDblClick(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_SetParentCtl3D

func ColorListBox_SetParentCtl3D(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_SetStyleElements

func ColorListBox_SetStyleElements(obj uintptr, value TStyleElements)

func ColorListBox_SetTabOrder

func ColorListBox_SetTabOrder(obj uintptr, value uint16)

func ColorListBox_SetTabStop

func ColorListBox_SetTabStop(obj uintptr, value bool)

func ColorListBox_SetTag

func ColorListBox_SetTag(obj uintptr, value int)

func ColorListBox_SetTop

func ColorListBox_SetTop(obj uintptr, value int32)

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_ToString

func ColorListBox_ToString(obj uintptr) string

func ColorListBox_Update

func ColorListBox_Update(obj uintptr)

func ComboBox_AddItem

func ComboBox_AddItem(obj uintptr, Item string, AObject 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_Clear

func ComboBox_Clear(obj uintptr)

func ComboBox_ClearSelection

func ComboBox_ClearSelection(obj uintptr)

func ComboBox_Create

func ComboBox_Create(obj uintptr) uintptr

func ComboBox_DeleteSelected

func ComboBox_DeleteSelected(obj uintptr)

func ComboBox_Equals

func ComboBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ComboBox_GetAlignWithMargins(obj uintptr) bool

func ComboBox_GetAnchors

func ComboBox_GetAnchors(obj uintptr) TAnchors

func ComboBox_GetAutoCloseUp

func ComboBox_GetAutoCloseUp(obj uintptr) bool

func ComboBox_GetAutoComplete

func ComboBox_GetAutoComplete(obj uintptr) bool

func ComboBox_GetAutoCompleteDelay

func ComboBox_GetAutoCompleteDelay(obj uintptr) uint32

func ComboBox_GetAutoDropDown

func ComboBox_GetAutoDropDown(obj uintptr) bool

func ComboBox_GetBevelEdges

func ComboBox_GetBevelEdges(obj uintptr) TBevelEdges

func ComboBox_GetBevelInner

func ComboBox_GetBevelInner(obj uintptr) TBevelCut

func ComboBox_GetBevelKind

func ComboBox_GetBevelKind(obj uintptr) TBevelKind

func ComboBox_GetBevelOuter

func ComboBox_GetBevelOuter(obj uintptr) TBevelCut

func ComboBox_GetBiDiMode

func ComboBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ComboBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ComboBox_GetControlCount(obj uintptr) int32

func ComboBox_GetControls

func ComboBox_GetControls(obj uintptr, Index int32) uintptr

func ComboBox_GetCursor

func ComboBox_GetCursor(obj uintptr) TCursor

func ComboBox_GetCustomHint added in v1.1.0

func ComboBox_GetCustomHint(obj uintptr) uintptr

func ComboBox_GetDoubleBuffered

func ComboBox_GetDoubleBuffered(obj uintptr) bool

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_GetExplicitHeight

func ComboBox_GetExplicitHeight(obj uintptr) int32

func ComboBox_GetExplicitLeft

func ComboBox_GetExplicitLeft(obj uintptr) int32

func ComboBox_GetExplicitTop

func ComboBox_GetExplicitTop(obj uintptr) int32

func ComboBox_GetExplicitWidth

func ComboBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ComboBox_GetMargins(obj uintptr) uintptr

func ComboBox_GetMaxLength

func ComboBox_GetMaxLength(obj uintptr) int32

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_GetParentCtl3D

func ComboBox_GetParentCtl3D(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_GetStyleElements

func ComboBox_GetStyleElements(obj uintptr) TStyleElements

func ComboBox_GetTabOrder

func ComboBox_GetTabOrder(obj uintptr) uint16

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_GetTextHint

func ComboBox_GetTextHint(obj uintptr) string

func ComboBox_GetTextLen added in v1.1.0

func ComboBox_GetTextLen(obj uintptr) int32

func ComboBox_GetTop

func ComboBox_GetTop(obj uintptr) int32

func ComboBox_GetVisible

func ComboBox_GetVisible(obj uintptr) bool

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_Invalidate

func ComboBox_Invalidate(obj uintptr)

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_Repaint

func ComboBox_Repaint(obj uintptr)

func ComboBox_ScaleBy

func ComboBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ComboBox_SetAlignWithMargins(obj uintptr, value bool)

func ComboBox_SetAnchors

func ComboBox_SetAnchors(obj uintptr, value TAnchors)

func ComboBox_SetAutoCloseUp

func ComboBox_SetAutoCloseUp(obj uintptr, value bool)

func ComboBox_SetAutoComplete

func ComboBox_SetAutoComplete(obj uintptr, value bool)

func ComboBox_SetAutoCompleteDelay

func ComboBox_SetAutoCompleteDelay(obj uintptr, value uint32)

func ComboBox_SetAutoDropDown

func ComboBox_SetAutoDropDown(obj uintptr, value bool)

func ComboBox_SetBevelEdges

func ComboBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func ComboBox_SetBevelInner

func ComboBox_SetBevelInner(obj uintptr, value TBevelCut)

func ComboBox_SetBevelKind

func ComboBox_SetBevelKind(obj uintptr, value TBevelKind)

func ComboBox_SetBevelOuter

func ComboBox_SetBevelOuter(obj uintptr, value TBevelCut)

func ComboBox_SetBiDiMode

func ComboBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func ComboBox_SetCursor(obj uintptr, value TCursor)

func ComboBox_SetCustomHint added in v1.1.0

func ComboBox_SetCustomHint(obj uintptr, value uintptr)

func ComboBox_SetDoubleBuffered

func ComboBox_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func ComboBox_SetMargins(obj uintptr, value uintptr)

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_SetOnDblClick

func ComboBox_SetOnDblClick(obj uintptr, fn interface{})

func ComboBox_SetOnDrawItem added in v1.0.2

func ComboBox_SetOnDrawItem(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_SetOnMouseEnter

func ComboBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ComboBox_SetOnMouseLeave

func ComboBox_SetOnMouseLeave(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_SetParentCtl3D

func ComboBox_SetParentCtl3D(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_SetStyleElements

func ComboBox_SetStyleElements(obj uintptr, value TStyleElements)

func ComboBox_SetTabOrder

func ComboBox_SetTabOrder(obj uintptr, value uint16)

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_SetTextHint

func ComboBox_SetTextHint(obj uintptr, value string)

func ComboBox_SetTop

func ComboBox_SetTop(obj uintptr, value int32)

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_ToString

func ComboBox_ToString(obj uintptr) string

func ComboBox_Update

func ComboBox_Update(obj uintptr)

func Component_Assign

func Component_Assign(obj uintptr, Source uintptr)

func Component_ClassName

func Component_ClassName(obj uintptr) string

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_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_ToString

func Component_ToString(obj uintptr) string

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_Create

func Control_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func Control_GetAlignWithMargins(obj uintptr) bool

func Control_GetAnchors

func Control_GetAnchors(obj uintptr) TAnchors

func Control_GetBiDiMode

func Control_GetBiDiMode(obj uintptr) TBiDiMode

func Control_GetBoundsRect

func Control_GetBoundsRect(obj uintptr) TRect

func Control_GetClientHeight

func Control_GetClientHeight(obj uintptr) int32

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_GetCursor

func Control_GetCursor(obj uintptr) TCursor

func Control_GetCustomHint added in v1.1.0

func Control_GetCustomHint(obj uintptr) uintptr

func Control_GetEnabled

func Control_GetEnabled(obj uintptr) bool

func Control_GetExplicitHeight

func Control_GetExplicitHeight(obj uintptr) int32

func Control_GetExplicitLeft

func Control_GetExplicitLeft(obj uintptr) int32

func Control_GetExplicitTop

func Control_GetExplicitTop(obj uintptr) int32

func Control_GetExplicitWidth

func Control_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func Control_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func Control_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func Control_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func Control_SetAlignWithMargins(obj uintptr, value bool)

func Control_SetAnchors

func Control_SetAnchors(obj uintptr, value TAnchors)

func Control_SetBiDiMode

func Control_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func Control_SetCursor(obj uintptr, value TCursor)

func Control_SetCustomHint added in v1.1.0

func Control_SetCustomHint(obj uintptr, value uintptr)

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_SetMargins

func Control_SetMargins(obj uintptr, value uintptr)

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_SetStyleElements

func Control_SetStyleElements(obj uintptr, value TStyleElements)

func Control_SetTag

func Control_SetTag(obj uintptr, value int)

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_ToString

func Control_ToString(obj uintptr) string

func Control_Update

func Control_Update(obj uintptr)

func CustomHint_Assign added in v1.1.0

func CustomHint_Assign(obj uintptr, Source uintptr)

func CustomHint_ClassName added in v1.1.0

func CustomHint_ClassName(obj uintptr) string

func CustomHint_Create added in v1.1.0

func CustomHint_Create(obj uintptr) uintptr

func CustomHint_Equals added in v1.1.0

func CustomHint_Equals(obj uintptr, Obj uintptr) bool

func CustomHint_FindComponent added in v1.1.0

func CustomHint_FindComponent(obj uintptr, AName string) uintptr

func CustomHint_Free added in v1.1.0

func CustomHint_Free(obj uintptr)

func CustomHint_GetComponentCount added in v1.1.0

func CustomHint_GetComponentCount(obj uintptr) int32

func CustomHint_GetComponentIndex added in v1.1.0

func CustomHint_GetComponentIndex(obj uintptr) int32

func CustomHint_GetComponents added in v1.1.0

func CustomHint_GetComponents(obj uintptr, AIndex int32) uintptr

func CustomHint_GetDelay added in v1.1.0

func CustomHint_GetDelay(obj uintptr) uint32

func CustomHint_GetDescription added in v1.1.0

func CustomHint_GetDescription(obj uintptr) string

func CustomHint_GetHashCode added in v1.1.0

func CustomHint_GetHashCode(obj uintptr) int32

func CustomHint_GetHideAfter added in v1.1.0

func CustomHint_GetHideAfter(obj uintptr) int32

func CustomHint_GetImageIndex added in v1.1.0

func CustomHint_GetImageIndex(obj uintptr) int32

func CustomHint_GetImages added in v1.1.0

func CustomHint_GetImages(obj uintptr) uintptr

func CustomHint_GetName added in v1.1.0

func CustomHint_GetName(obj uintptr) string

func CustomHint_GetNamePath added in v1.1.0

func CustomHint_GetNamePath(obj uintptr) string

func CustomHint_GetOwner added in v1.1.0

func CustomHint_GetOwner(obj uintptr) uintptr

func CustomHint_GetShowingHint added in v1.1.0

func CustomHint_GetShowingHint(obj uintptr) bool

func CustomHint_GetStyle added in v1.1.0

func CustomHint_GetStyle(obj uintptr) TBalloonHintStyle

func CustomHint_GetTag added in v1.1.0

func CustomHint_GetTag(obj uintptr) int

func CustomHint_GetTitle added in v1.1.0

func CustomHint_GetTitle(obj uintptr) string

func CustomHint_HasParent added in v1.1.0

func CustomHint_HasParent(obj uintptr) bool

func CustomHint_HideHint added in v1.1.0

func CustomHint_HideHint(obj uintptr)

func CustomHint_SetComponentIndex added in v1.1.0

func CustomHint_SetComponentIndex(obj uintptr, value int32)

func CustomHint_SetDelay added in v1.1.0

func CustomHint_SetDelay(obj uintptr, value uint32)

func CustomHint_SetDescription added in v1.1.0

func CustomHint_SetDescription(obj uintptr, value string)

func CustomHint_SetHideAfter added in v1.1.0

func CustomHint_SetHideAfter(obj uintptr, value int32)

func CustomHint_SetImageIndex added in v1.1.0

func CustomHint_SetImageIndex(obj uintptr, value int32)

func CustomHint_SetImages added in v1.1.0

func CustomHint_SetImages(obj uintptr, value uintptr)

func CustomHint_SetName added in v1.1.0

func CustomHint_SetName(obj uintptr, value string)

func CustomHint_SetStyle added in v1.1.0

func CustomHint_SetStyle(obj uintptr, value TBalloonHintStyle)

func CustomHint_SetTag added in v1.1.0

func CustomHint_SetTag(obj uintptr, value int)

func CustomHint_SetTitle added in v1.1.0

func CustomHint_SetTitle(obj uintptr, value string)

func CustomHint_ShowHint added in v1.1.0

func CustomHint_ShowHint(obj uintptr)

func CustomHint_ToString added in v1.1.0

func CustomHint_ToString(obj uintptr) string

func DBoolToGoBool

func DBoolToGoBool(val uintptr) bool

func DExtractFilePath

func DExtractFilePath(filename string) string

func DFileExists

func DFileExists(filename string) bool

func DGetMainInstance

func DGetMainInstance() uintptr

func DGetStringArrOf added in v1.3.0

func DGetStringArrOf(p uintptr, index int) string

func DInheritsFromComponent added in v1.0.2

func DInheritsFromComponent(obj uintptr) bool

func DInheritsFromControl added in v1.0.2

func DInheritsFromControl(obj uintptr) bool

func DInheritsFromWinControl added in v1.0.2

func DInheritsFromWinControl(obj uintptr) bool

func DMessageDlg

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

func DMove

func DMove(src, dest uintptr, llen int)

func DSelectDirectory1 added in v1.3.0

func DSelectDirectory1(options TSelectDirOpts) (bool, string)

func DSelectDirectory2 added in v1.3.0

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

func DSetReportMemoryLeaksOnShutdown

func DSetReportMemoryLeaksOnShutdown(v bool)

func DShortCutToText

func DShortCutToText(val TShortCut) string

func DShowMessage

func DShowMessage(s string)

func DStrLen

func DStrLen(p uintptr) int

func DStrToGoStr added in v1.2.0

func DStrToGoStr(ustr uintptr) string

func DSynchronize added in v1.3.0

func DSynchronize(fn interface{})

func DSysOpen

func DSysOpen(filename string)

func DTextToShortCut

func DTextToShortCut(val string) TShortCut

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_Create

func DateTimePicker_Create(obj uintptr) uintptr

func DateTimePicker_Equals

func DateTimePicker_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func DateTimePicker_GetAlignWithMargins(obj uintptr) bool

func DateTimePicker_GetAnchors

func DateTimePicker_GetAnchors(obj uintptr) TAnchors

func DateTimePicker_GetBevelEdges

func DateTimePicker_GetBevelEdges(obj uintptr) TBevelEdges

func DateTimePicker_GetBevelInner

func DateTimePicker_GetBevelInner(obj uintptr) TBevelCut

func DateTimePicker_GetBevelKind

func DateTimePicker_GetBevelKind(obj uintptr) TBevelKind

func DateTimePicker_GetBevelOuter

func DateTimePicker_GetBevelOuter(obj uintptr) TBevelCut

func DateTimePicker_GetBiDiMode

func DateTimePicker_GetBiDiMode(obj uintptr) TBiDiMode

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_GetCalColors

func DateTimePicker_GetCalColors(obj uintptr) uintptr

func DateTimePicker_GetChecked

func DateTimePicker_GetChecked(obj uintptr) bool

func DateTimePicker_GetClientHeight

func DateTimePicker_GetClientHeight(obj uintptr) int32

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_GetControlCount

func DateTimePicker_GetControlCount(obj uintptr) int32

func DateTimePicker_GetControls

func DateTimePicker_GetControls(obj uintptr, Index int32) uintptr

func DateTimePicker_GetCursor

func DateTimePicker_GetCursor(obj uintptr) TCursor

func DateTimePicker_GetCustomHint added in v1.1.0

func DateTimePicker_GetCustomHint(obj uintptr) uintptr

func DateTimePicker_GetDate

func DateTimePicker_GetDate(obj uintptr) time.Time

func DateTimePicker_GetDateFormat

func DateTimePicker_GetDateFormat(obj uintptr) TDTDateFormat

func DateTimePicker_GetDateMode

func DateTimePicker_GetDateMode(obj uintptr) TDTDateMode

func DateTimePicker_GetDateTime

func DateTimePicker_GetDateTime(obj uintptr) time.Time

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_GetExplicitHeight

func DateTimePicker_GetExplicitHeight(obj uintptr) int32

func DateTimePicker_GetExplicitLeft

func DateTimePicker_GetExplicitLeft(obj uintptr) int32

func DateTimePicker_GetExplicitTop

func DateTimePicker_GetExplicitTop(obj uintptr) int32

func DateTimePicker_GetExplicitWidth

func DateTimePicker_GetExplicitWidth(obj uintptr) int32

func DateTimePicker_GetFont

func DateTimePicker_GetFont(obj uintptr) uintptr

func DateTimePicker_GetFormat

func DateTimePicker_GetFormat(obj uintptr) string

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_GetKind

func DateTimePicker_GetKind(obj uintptr) TDateTimeKind

func DateTimePicker_GetLeft

func DateTimePicker_GetLeft(obj uintptr) int32

func DateTimePicker_GetMargins

func DateTimePicker_GetMargins(obj uintptr) uintptr

func DateTimePicker_GetMaxDate

func DateTimePicker_GetMaxDate(obj uintptr) time.Time

func DateTimePicker_GetMinDate

func DateTimePicker_GetMinDate(obj uintptr) time.Time

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_GetParseInput

func DateTimePicker_GetParseInput(obj uintptr) bool

func DateTimePicker_GetPopupMenu

func DateTimePicker_GetPopupMenu(obj uintptr) uintptr

func DateTimePicker_GetShowHint

func DateTimePicker_GetShowHint(obj uintptr) bool

func DateTimePicker_GetStyleElements

func DateTimePicker_GetStyleElements(obj uintptr) TStyleElements

func DateTimePicker_GetTabOrder

func DateTimePicker_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

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_GetVisible

func DateTimePicker_GetVisible(obj uintptr) bool

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_Invalidate

func DateTimePicker_Invalidate(obj uintptr)

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_Repaint

func DateTimePicker_Repaint(obj uintptr)

func DateTimePicker_ScaleBy

func DateTimePicker_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func DateTimePicker_SetAlignWithMargins(obj uintptr, value bool)

func DateTimePicker_SetAnchors

func DateTimePicker_SetAnchors(obj uintptr, value TAnchors)

func DateTimePicker_SetBevelEdges

func DateTimePicker_SetBevelEdges(obj uintptr, value TBevelEdges)

func DateTimePicker_SetBevelInner

func DateTimePicker_SetBevelInner(obj uintptr, value TBevelCut)

func DateTimePicker_SetBevelKind

func DateTimePicker_SetBevelKind(obj uintptr, value TBevelKind)

func DateTimePicker_SetBevelOuter

func DateTimePicker_SetBevelOuter(obj uintptr, value TBevelCut)

func DateTimePicker_SetBiDiMode

func DateTimePicker_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCalColors

func DateTimePicker_SetCalColors(obj uintptr, value uintptr)

func DateTimePicker_SetChecked

func DateTimePicker_SetChecked(obj uintptr, value bool)

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_SetCursor

func DateTimePicker_SetCursor(obj uintptr, value TCursor)

func DateTimePicker_SetCustomHint added in v1.1.0

func DateTimePicker_SetCustomHint(obj uintptr, value uintptr)

func DateTimePicker_SetDate

func DateTimePicker_SetDate(obj uintptr, value time.Time)

func DateTimePicker_SetDateFormat

func DateTimePicker_SetDateFormat(obj uintptr, value TDTDateFormat)

func DateTimePicker_SetDateMode

func DateTimePicker_SetDateMode(obj uintptr, value TDTDateMode)

func DateTimePicker_SetDateTime

func DateTimePicker_SetDateTime(obj uintptr, value time.Time)

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_SetFormat

func DateTimePicker_SetFormat(obj uintptr, value string)

func DateTimePicker_SetHeight

func DateTimePicker_SetHeight(obj uintptr, value int32)

func DateTimePicker_SetHint

func DateTimePicker_SetHint(obj uintptr, value string)

func DateTimePicker_SetKind

func DateTimePicker_SetKind(obj uintptr, value TDateTimeKind)

func DateTimePicker_SetLeft

func DateTimePicker_SetLeft(obj uintptr, value int32)

func DateTimePicker_SetMargins

func DateTimePicker_SetMargins(obj uintptr, value uintptr)

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_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_SetParseInput

func DateTimePicker_SetParseInput(obj uintptr, value bool)

func DateTimePicker_SetPopupMenu

func DateTimePicker_SetPopupMenu(obj uintptr, value uintptr)

func DateTimePicker_SetShowHint

func DateTimePicker_SetShowHint(obj uintptr, value bool)

func DateTimePicker_SetStyleElements

func DateTimePicker_SetStyleElements(obj uintptr, value TStyleElements)

func DateTimePicker_SetTabOrder

func DateTimePicker_SetTabOrder(obj uintptr, value uint16)

func DateTimePicker_SetTabStop

func DateTimePicker_SetTabStop(obj uintptr, value bool)

func DateTimePicker_SetTag

func DateTimePicker_SetTag(obj uintptr, value int)

func DateTimePicker_SetTime

func DateTimePicker_SetTime(obj uintptr, value time.Time)

func DateTimePicker_SetTop

func DateTimePicker_SetTop(obj uintptr, value int32)

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_ToString

func DateTimePicker_ToString(obj uintptr) string

func DateTimePicker_Update

func DateTimePicker_Update(obj 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_Clear

func Edit_Clear(obj uintptr)

func Edit_ClearSelection

func Edit_ClearSelection(obj 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_Equals

func Edit_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func Edit_GetAlignWithMargins(obj uintptr) bool

func Edit_GetAlignment

func Edit_GetAlignment(obj uintptr) TAlignment

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_GetBevelEdges

func Edit_GetBevelEdges(obj uintptr) TBevelEdges

func Edit_GetBevelInner

func Edit_GetBevelInner(obj uintptr) TBevelCut

func Edit_GetBevelKind

func Edit_GetBevelKind(obj uintptr) TBevelKind

func Edit_GetBevelOuter

func Edit_GetBevelOuter(obj uintptr) TBevelCut

func Edit_GetBiDiMode

func Edit_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func Edit_GetClientHeight(obj uintptr) int32

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_GetControlCount

func Edit_GetControlCount(obj uintptr) int32

func Edit_GetControls

func Edit_GetControls(obj uintptr, Index int32) uintptr

func Edit_GetCursor

func Edit_GetCursor(obj uintptr) TCursor

func Edit_GetCustomHint added in v1.1.0

func Edit_GetCustomHint(obj uintptr) uintptr

func Edit_GetDoubleBuffered

func Edit_GetDoubleBuffered(obj uintptr) bool

func Edit_GetEnabled

func Edit_GetEnabled(obj uintptr) bool

func Edit_GetExplicitHeight

func Edit_GetExplicitHeight(obj uintptr) int32

func Edit_GetExplicitLeft

func Edit_GetExplicitLeft(obj uintptr) int32

func Edit_GetExplicitTop

func Edit_GetExplicitTop(obj uintptr) int32

func Edit_GetExplicitWidth

func Edit_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func Edit_GetMargins(obj uintptr) uintptr

func Edit_GetMaxLength

func Edit_GetMaxLength(obj uintptr) int32

func Edit_GetModified

func Edit_GetModified(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_GetParentCtl3D

func Edit_GetParentCtl3D(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_GetSelTextBuf

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

func Edit_GetShowHint

func Edit_GetShowHint(obj uintptr) bool

func Edit_GetStyleElements

func Edit_GetStyleElements(obj uintptr) TStyleElements

func Edit_GetTabOrder

func Edit_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func Edit_GetTextLen(obj uintptr) int32

func Edit_GetTop

func Edit_GetTop(obj uintptr) int32

func Edit_GetVisible

func Edit_GetVisible(obj uintptr) bool

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_Invalidate

func Edit_Invalidate(obj uintptr)

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_Repaint

func Edit_Repaint(obj uintptr)

func Edit_ScaleBy

func Edit_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func Edit_SetAlignWithMargins(obj uintptr, value bool)

func Edit_SetAlignment

func Edit_SetAlignment(obj uintptr, value TAlignment)

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_SetBevelEdges

func Edit_SetBevelEdges(obj uintptr, value TBevelEdges)

func Edit_SetBevelInner

func Edit_SetBevelInner(obj uintptr, value TBevelCut)

func Edit_SetBevelKind

func Edit_SetBevelKind(obj uintptr, value TBevelKind)

func Edit_SetBevelOuter

func Edit_SetBevelOuter(obj uintptr, value TBevelCut)

func Edit_SetBiDiMode

func Edit_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func Edit_SetCursor(obj uintptr, value TCursor)

func Edit_SetCustomHint added in v1.1.0

func Edit_SetCustomHint(obj uintptr, value uintptr)

func Edit_SetDoubleBuffered

func Edit_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func Edit_SetMargins(obj uintptr, value uintptr)

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_SetOnDblClick

func Edit_SetOnDblClick(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_SetParentCtl3D

func Edit_SetParentCtl3D(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_SetStyleElements

func Edit_SetStyleElements(obj uintptr, value TStyleElements)

func Edit_SetTabOrder

func Edit_SetTabOrder(obj uintptr, value uint16)

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_SetTextHint

func Edit_SetTextHint(obj uintptr, value string)

func Edit_SetTop

func Edit_SetTop(obj uintptr, value int32)

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_ToString

func Edit_ToString(obj uintptr) string

func Edit_Update

func Edit_Update(obj uintptr)

func Exception_ClassName added in v1.1.0

func Exception_ClassName(obj uintptr) string

func Exception_Equals added in v1.1.0

func Exception_Equals(obj uintptr, Obj uintptr) bool

func Exception_GetBaseException added in v1.1.0

func Exception_GetBaseException(obj uintptr) uintptr

func Exception_GetHashCode added in v1.1.0

func Exception_GetHashCode(obj uintptr) int32

func Exception_GetInnerException added in v1.1.0

func Exception_GetInnerException(obj uintptr) uintptr

func Exception_GetMessage added in v1.1.0

func Exception_GetMessage(obj uintptr) string

func Exception_GetStackInfo added in v1.1.0

func Exception_GetStackInfo(obj uintptr) uintptr

func Exception_GetStackTrace added in v1.1.0

func Exception_GetStackTrace(obj uintptr) string

func Exception_SetMessage added in v1.1.0

func Exception_SetMessage(obj uintptr, value string)

func Exception_ToString added in v1.1.0

func Exception_ToString(obj uintptr) string

func FontDialog_Assign

func FontDialog_Assign(obj uintptr, Source uintptr)

func FontDialog_ClassName

func FontDialog_ClassName(obj uintptr) string

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_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_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_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_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_ToString

func Font_ToString(obj uintptr) string

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_Close

func Form_Close(obj uintptr)

func Form_Create

func Form_Create(obj uintptr) 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_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_GetAlignWithMargins

func Form_GetAlignWithMargins(obj uintptr) bool

func Form_GetAllowDropFiles added in v1.3.0

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_GetAnchors

func Form_GetAnchors(obj uintptr) TAnchors

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_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_GetClientHeight

func Form_GetClientHeight(obj uintptr) int32

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_GetControlCount

func Form_GetControlCount(obj uintptr) int32

func Form_GetControls

func Form_GetControls(obj uintptr, Index int32) uintptr

func Form_GetCursor

func Form_GetCursor(obj uintptr) TCursor

func Form_GetCustomHint added in v1.1.0

func Form_GetCustomHint(obj uintptr) uintptr

func Form_GetDoubleBuffered

func Form_GetDoubleBuffered(obj uintptr) bool

func Form_GetDropTarget

func Form_GetDropTarget(obj uintptr) bool

func Form_GetEnabled

func Form_GetEnabled(obj uintptr) bool

func Form_GetExplicitHeight

func Form_GetExplicitHeight(obj uintptr) int32

func Form_GetExplicitLeft

func Form_GetExplicitLeft(obj uintptr) int32

func Form_GetExplicitTop

func Form_GetExplicitTop(obj uintptr) int32

func Form_GetExplicitWidth

func Form_GetExplicitWidth(obj uintptr) int32

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_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_GetMargins

func Form_GetMargins(obj uintptr) uintptr

func Form_GetMenu

func Form_GetMenu(obj uintptr) uintptr

func Form_GetModalResult

func Form_GetModalResult(obj uintptr) TModalResult

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_GetStyleElements

func Form_GetStyleElements(obj uintptr) TStyleElements

func Form_GetTabOrder

func Form_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func Form_GetTextLen(obj uintptr) int32

func Form_GetTop

func Form_GetTop(obj uintptr) int32

func Form_GetTransparentColor

func Form_GetTransparentColor(obj uintptr) bool

func Form_GetTransparentColorValue

func Form_GetTransparentColorValue(obj uintptr) TColor

func Form_GetVisible

func Form_GetVisible(obj uintptr) bool

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_Invalidate

func Form_Invalidate(obj uintptr)

func Form_Perform

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

func Form_Print

func Form_Print(obj uintptr)

func Form_Realign

func Form_Realign(obj uintptr)

func Form_Refresh

func Form_Refresh(obj 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_ScaleForPPI

func Form_ScaleForPPI(obj uintptr, newPPI int32)

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_SetAlignWithMargins

func Form_SetAlignWithMargins(obj uintptr, value bool)

func Form_SetAllowDropFiles added in v1.3.0

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_SetAnchors

func Form_SetAnchors(obj uintptr, value TAnchors)

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_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_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_SetCursor

func Form_SetCursor(obj uintptr, value TCursor)

func Form_SetCustomHint added in v1.1.0

func Form_SetCustomHint(obj uintptr, value uintptr)

func Form_SetDoubleBuffered

func Form_SetDoubleBuffered(obj uintptr, value bool)

func Form_SetDropTarget

func Form_SetDropTarget(obj uintptr, value bool)

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_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_SetMargins

func Form_SetMargins(obj uintptr, value uintptr)

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_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_SetOnDblClick

func Form_SetOnDblClick(obj uintptr, fn interface{})

func Form_SetOnDropFiles added in v1.3.0

func Form_SetOnDropFiles(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_SetOnPaint

func Form_SetOnPaint(obj uintptr, fn interface{})

func Form_SetOnResize

func Form_SetOnResize(obj uintptr, fn interface{})

func Form_SetOnShow

func Form_SetOnShow(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_SetStyleElements

func Form_SetStyleElements(obj uintptr, value TStyleElements)

func Form_SetTabOrder

func Form_SetTabOrder(obj uintptr, value uint16)

func Form_SetTabStop

func Form_SetTabStop(obj uintptr, value bool)

func Form_SetTag

func Form_SetTag(obj uintptr, value int)

func Form_SetTop

func Form_SetTop(obj uintptr, value int32)

func Form_SetTransparentColor

func Form_SetTransparentColor(obj uintptr, value bool)

func Form_SetTransparentColorValue

func Form_SetTransparentColorValue(obj uintptr, value TColor)

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_ShowModal

func Form_ShowModal(obj uintptr) int32

func Form_ToString

func Form_ToString(obj uintptr) string

func Form_Update

func Form_Update(obj uintptr)

func GIFFrame_Assign

func GIFFrame_Assign(obj uintptr, Source uintptr)

func GIFFrame_ClassName

func GIFFrame_ClassName(obj uintptr) string

func GIFFrame_Clear

func GIFFrame_Clear(obj uintptr)

func GIFFrame_Create

func GIFFrame_Create() uintptr

func GIFFrame_Equals

func GIFFrame_Equals(obj uintptr, Obj uintptr) bool

func GIFFrame_Free

func GIFFrame_Free(obj uintptr)

func GIFFrame_GetBitmap

func GIFFrame_GetBitmap(obj uintptr) uintptr

func GIFFrame_GetBitsPerPixel

func GIFFrame_GetBitsPerPixel(obj uintptr) int32

func GIFFrame_GetBoundsRect

func GIFFrame_GetBoundsRect(obj uintptr) TRect

func GIFFrame_GetClientRect

func GIFFrame_GetClientRect(obj uintptr) TRect

func GIFFrame_GetData

func GIFFrame_GetData(obj uintptr) uintptr

func GIFFrame_GetDataSize

func GIFFrame_GetDataSize(obj uintptr) int32

func GIFFrame_GetEmpty

func GIFFrame_GetEmpty(obj uintptr) bool

func GIFFrame_GetHasBitmap

func GIFFrame_GetHasBitmap(obj uintptr) bool

func GIFFrame_GetHashCode

func GIFFrame_GetHashCode(obj uintptr) int32

func GIFFrame_GetHeight

func GIFFrame_GetHeight(obj uintptr) uint16

func GIFFrame_GetLeft

func GIFFrame_GetLeft(obj uintptr) uint16

func GIFFrame_GetNamePath

func GIFFrame_GetNamePath(obj uintptr) string

func GIFFrame_GetTop

func GIFFrame_GetTop(obj uintptr) uint16

func GIFFrame_GetTransparent

func GIFFrame_GetTransparent(obj uintptr) bool

func GIFFrame_GetVersion

func GIFFrame_GetVersion(obj uintptr) TGIFVersion

func GIFFrame_GetWidth

func GIFFrame_GetWidth(obj uintptr) uint16

func GIFFrame_LoadFromFile

func GIFFrame_LoadFromFile(obj uintptr, Filename string)

func GIFFrame_LoadFromStream

func GIFFrame_LoadFromStream(obj uintptr, Stream uintptr)

func GIFFrame_SaveToFile

func GIFFrame_SaveToFile(obj uintptr, Filename string)

func GIFFrame_SaveToStream

func GIFFrame_SaveToStream(obj uintptr, Stream uintptr)

func GIFFrame_SetBitmap

func GIFFrame_SetBitmap(obj uintptr, value uintptr)

func GIFFrame_SetBoundsRect

func GIFFrame_SetBoundsRect(obj uintptr, value TRect)

func GIFFrame_SetHasBitmap

func GIFFrame_SetHasBitmap(obj uintptr, value bool)

func GIFFrame_SetHeight

func GIFFrame_SetHeight(obj uintptr, value uint16)

func GIFFrame_SetLeft

func GIFFrame_SetLeft(obj uintptr, value uint16)

func GIFFrame_SetTop

func GIFFrame_SetTop(obj uintptr, value uint16)

func GIFFrame_SetWidth

func GIFFrame_SetWidth(obj uintptr, value uint16)

func GIFFrame_ToString

func GIFFrame_ToString(obj uintptr) string

func GIFImage_Add

func GIFImage_Add(obj uintptr, Source uintptr) uintptr

func GIFImage_Assign

func GIFImage_Assign(obj uintptr, Source uintptr)

func GIFImage_ClassName

func GIFImage_ClassName(obj uintptr) string

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_GetAnimate

func GIFImage_GetAnimate(obj uintptr) bool

func GIFImage_GetAnimateLoop

func GIFImage_GetAnimateLoop(obj uintptr) TGIFAnimationLoop

func GIFImage_GetAnimationSpeed

func GIFImage_GetAnimationSpeed(obj uintptr) int32

func GIFImage_GetAspectRatio

func GIFImage_GetAspectRatio(obj uintptr) uint8

func GIFImage_GetBackgroundColor

func GIFImage_GetBackgroundColor(obj uintptr) TColor

func GIFImage_GetBitmap

func GIFImage_GetBitmap(obj uintptr) 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_GetIsTransparent

func GIFImage_GetIsTransparent(obj uintptr) bool

func GIFImage_GetModified

func GIFImage_GetModified(obj uintptr) bool

func GIFImage_GetNamePath

func GIFImage_GetNamePath(obj uintptr) string

func GIFImage_GetPaletteModified

func GIFImage_GetPaletteModified(obj uintptr) bool

func GIFImage_GetShouldDither

func GIFImage_GetShouldDither(obj uintptr) bool

func GIFImage_GetTransparent

func GIFImage_GetTransparent(obj uintptr) bool

func GIFImage_GetVersion

func GIFImage_GetVersion(obj uintptr) TGIFVersion

func GIFImage_GetWidth

func GIFImage_GetWidth(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_ResumeDraw

func GIFImage_ResumeDraw(obj uintptr)

func GIFImage_SaveToFile

func GIFImage_SaveToFile(obj uintptr, Filename string)

func GIFImage_SaveToStream

func GIFImage_SaveToStream(obj uintptr, Stream uintptr)

func GIFImage_SetAnimate

func GIFImage_SetAnimate(obj uintptr, value bool)

func GIFImage_SetAnimateLoop

func GIFImage_SetAnimateLoop(obj uintptr, value TGIFAnimationLoop)

func GIFImage_SetAnimationSpeed

func GIFImage_SetAnimationSpeed(obj uintptr, value int32)

func GIFImage_SetAspectRatio

func GIFImage_SetAspectRatio(obj uintptr, value uint8)

func GIFImage_SetBackgroundColor

func GIFImage_SetBackgroundColor(obj uintptr, value TColor)

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_SetOnPaint

func GIFImage_SetOnPaint(obj uintptr, fn interface{})

func GIFImage_SetPaletteModified

func GIFImage_SetPaletteModified(obj uintptr, value bool)

func GIFImage_SetSize

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

func GIFImage_SetTransparent

func GIFImage_SetTransparent(obj uintptr, value bool)

func GIFImage_SetWidth

func GIFImage_SetWidth(obj uintptr, value int32)

func GIFImage_StopDraw

func GIFImage_StopDraw(obj uintptr)

func GIFImage_SuspendDraw

func GIFImage_SuspendDraw(obj uintptr)

func GIFImage_ToString

func GIFImage_ToString(obj uintptr) string

func Gauge_AddProgress added in v1.1.0

func Gauge_AddProgress(obj uintptr, Value int32)

func Gauge_Assign added in v1.1.0

func Gauge_Assign(obj uintptr, Source uintptr)

func Gauge_BringToFront added in v1.1.0

func Gauge_BringToFront(obj uintptr)

func Gauge_ClassName added in v1.1.0

func Gauge_ClassName(obj uintptr) string

func Gauge_Create added in v1.1.0

func Gauge_Create(obj uintptr) uintptr

func Gauge_Equals added in v1.1.0

func Gauge_Equals(obj uintptr, Obj uintptr) bool

func Gauge_FindComponent added in v1.1.0

func Gauge_FindComponent(obj uintptr, AName string) uintptr

func Gauge_Free added in v1.1.0

func Gauge_Free(obj uintptr)

func Gauge_GetAction added in v1.1.0

func Gauge_GetAction(obj uintptr) uintptr

func Gauge_GetAlign added in v1.1.0

func Gauge_GetAlign(obj uintptr) TAlign

func Gauge_GetAlignWithMargins added in v1.1.0

func Gauge_GetAlignWithMargins(obj uintptr) bool

func Gauge_GetAnchors added in v1.1.0

func Gauge_GetAnchors(obj uintptr) TAnchors

func Gauge_GetBackColor added in v1.1.0

func Gauge_GetBackColor(obj uintptr) TColor

func Gauge_GetBiDiMode added in v1.1.0

func Gauge_GetBiDiMode(obj uintptr) TBiDiMode

func Gauge_GetBorderStyle added in v1.1.0

func Gauge_GetBorderStyle(obj uintptr) TBorderStyle

func Gauge_GetBoundsRect added in v1.1.0

func Gauge_GetBoundsRect(obj uintptr) TRect

func Gauge_GetClientHeight added in v1.1.0

func Gauge_GetClientHeight(obj uintptr) int32

func Gauge_GetClientRect added in v1.1.0

func Gauge_GetClientRect(obj uintptr) TRect

func Gauge_GetClientWidth added in v1.1.0

func Gauge_GetClientWidth(obj uintptr) int32

func Gauge_GetColor added in v1.1.0

func Gauge_GetColor(obj uintptr) TColor

func Gauge_GetComponentCount added in v1.1.0

func Gauge_GetComponentCount(obj uintptr) int32

func Gauge_GetComponentIndex added in v1.1.0

func Gauge_GetComponentIndex(obj uintptr) int32

func Gauge_GetComponents added in v1.1.0

func Gauge_GetComponents(obj uintptr, AIndex int32) uintptr

func Gauge_GetCursor added in v1.1.0

func Gauge_GetCursor(obj uintptr) TCursor

func Gauge_GetCustomHint added in v1.1.0

func Gauge_GetCustomHint(obj uintptr) uintptr

func Gauge_GetEnabled added in v1.1.0

func Gauge_GetEnabled(obj uintptr) bool

func Gauge_GetExplicitHeight added in v1.1.0

func Gauge_GetExplicitHeight(obj uintptr) int32

func Gauge_GetExplicitLeft added in v1.1.0

func Gauge_GetExplicitLeft(obj uintptr) int32

func Gauge_GetExplicitTop added in v1.1.0

func Gauge_GetExplicitTop(obj uintptr) int32

func Gauge_GetExplicitWidth added in v1.1.0

func Gauge_GetExplicitWidth(obj uintptr) int32

func Gauge_GetFont added in v1.1.0

func Gauge_GetFont(obj uintptr) uintptr

func Gauge_GetForeColor added in v1.1.0

func Gauge_GetForeColor(obj uintptr) TColor

func Gauge_GetHashCode added in v1.1.0

func Gauge_GetHashCode(obj uintptr) int32

func Gauge_GetHeight added in v1.1.0

func Gauge_GetHeight(obj uintptr) int32

func Gauge_GetHint added in v1.1.0

func Gauge_GetHint(obj uintptr) string

func Gauge_GetKind added in v1.1.0

func Gauge_GetKind(obj uintptr) TGaugeKind

func Gauge_GetLeft added in v1.1.0

func Gauge_GetLeft(obj uintptr) int32

func Gauge_GetMargins added in v1.1.0

func Gauge_GetMargins(obj uintptr) uintptr

func Gauge_GetMaxValue added in v1.1.0

func Gauge_GetMaxValue(obj uintptr) int32

func Gauge_GetMinValue added in v1.1.0

func Gauge_GetMinValue(obj uintptr) int32

func Gauge_GetName added in v1.1.0

func Gauge_GetName(obj uintptr) string

func Gauge_GetNamePath added in v1.1.0

func Gauge_GetNamePath(obj uintptr) string

func Gauge_GetOwner added in v1.1.0

func Gauge_GetOwner(obj uintptr) uintptr

func Gauge_GetParent added in v1.1.0

func Gauge_GetParent(obj uintptr) uintptr

func Gauge_GetParentColor added in v1.1.0

func Gauge_GetParentColor(obj uintptr) bool

func Gauge_GetParentFont added in v1.1.0

func Gauge_GetParentFont(obj uintptr) bool

func Gauge_GetParentShowHint added in v1.1.0

func Gauge_GetParentShowHint(obj uintptr) bool

func Gauge_GetPercentDone added in v1.1.0

func Gauge_GetPercentDone(obj uintptr) int32

func Gauge_GetPopupMenu added in v1.1.0

func Gauge_GetPopupMenu(obj uintptr) uintptr

func Gauge_GetProgress added in v1.1.0

func Gauge_GetProgress(obj uintptr) int32

func Gauge_GetShowHint added in v1.1.0

func Gauge_GetShowHint(obj uintptr) bool

func Gauge_GetShowText added in v1.1.0

func Gauge_GetShowText(obj uintptr) bool

func Gauge_GetStyleElements added in v1.1.0

func Gauge_GetStyleElements(obj uintptr) TStyleElements

func Gauge_GetTag added in v1.1.0

func Gauge_GetTag(obj uintptr) int

func Gauge_GetTextBuf added in v1.1.0

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

func Gauge_GetTextLen added in v1.1.0

func Gauge_GetTextLen(obj uintptr) int32

func Gauge_GetTop added in v1.1.0

func Gauge_GetTop(obj uintptr) int32

func Gauge_GetVisible added in v1.1.0

func Gauge_GetVisible(obj uintptr) bool

func Gauge_GetWidth added in v1.1.0

func Gauge_GetWidth(obj uintptr) int32

func Gauge_HasParent added in v1.1.0

func Gauge_HasParent(obj uintptr) bool

func Gauge_Hide added in v1.1.0

func Gauge_Hide(obj uintptr)

func Gauge_Invalidate added in v1.1.0

func Gauge_Invalidate(obj uintptr)

func Gauge_Perform added in v1.1.0

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

func Gauge_Refresh added in v1.1.0

func Gauge_Refresh(obj uintptr)

func Gauge_Repaint added in v1.1.0

func Gauge_Repaint(obj uintptr)

func Gauge_SendToBack added in v1.1.0

func Gauge_SendToBack(obj uintptr)

func Gauge_SetAction added in v1.1.0

func Gauge_SetAction(obj uintptr, value uintptr)

func Gauge_SetAlign added in v1.1.0

func Gauge_SetAlign(obj uintptr, value TAlign)

func Gauge_SetAlignWithMargins added in v1.1.0

func Gauge_SetAlignWithMargins(obj uintptr, value bool)

func Gauge_SetAnchors added in v1.1.0

func Gauge_SetAnchors(obj uintptr, value TAnchors)

func Gauge_SetBackColor added in v1.1.0

func Gauge_SetBackColor(obj uintptr, value TColor)

func Gauge_SetBiDiMode added in v1.1.0

func Gauge_SetBiDiMode(obj uintptr, value TBiDiMode)

func Gauge_SetBorderStyle added in v1.1.0

func Gauge_SetBorderStyle(obj uintptr, value TBorderStyle)

func Gauge_SetBounds added in v1.1.0

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

func Gauge_SetBoundsRect added in v1.1.0

func Gauge_SetBoundsRect(obj uintptr, value TRect)

func Gauge_SetClientHeight added in v1.1.0

func Gauge_SetClientHeight(obj uintptr, value int32)

func Gauge_SetClientWidth added in v1.1.0

func Gauge_SetClientWidth(obj uintptr, value int32)

func Gauge_SetColor added in v1.1.0

func Gauge_SetColor(obj uintptr, value TColor)

func Gauge_SetComponentIndex added in v1.1.0

func Gauge_SetComponentIndex(obj uintptr, value int32)

func Gauge_SetCursor added in v1.1.0

func Gauge_SetCursor(obj uintptr, value TCursor)

func Gauge_SetCustomHint added in v1.1.0

func Gauge_SetCustomHint(obj uintptr, value uintptr)

func Gauge_SetEnabled added in v1.1.0

func Gauge_SetEnabled(obj uintptr, value bool)

func Gauge_SetFont added in v1.1.0

func Gauge_SetFont(obj uintptr, value uintptr)

func Gauge_SetForeColor added in v1.1.0

func Gauge_SetForeColor(obj uintptr, value TColor)

func Gauge_SetHeight added in v1.1.0

func Gauge_SetHeight(obj uintptr, value int32)

func Gauge_SetHint added in v1.1.0

func Gauge_SetHint(obj uintptr, value string)

func Gauge_SetKind added in v1.1.0

func Gauge_SetKind(obj uintptr, value TGaugeKind)

func Gauge_SetLeft added in v1.1.0

func Gauge_SetLeft(obj uintptr, value int32)

func Gauge_SetMargins added in v1.1.0

func Gauge_SetMargins(obj uintptr, value uintptr)

func Gauge_SetMaxValue added in v1.1.0

func Gauge_SetMaxValue(obj uintptr, value int32)

func Gauge_SetMinValue added in v1.1.0

func Gauge_SetMinValue(obj uintptr, value int32)

func Gauge_SetName added in v1.1.0

func Gauge_SetName(obj uintptr, value string)

func Gauge_SetParent added in v1.1.0

func Gauge_SetParent(obj uintptr, value uintptr)

func Gauge_SetParentColor added in v1.1.0

func Gauge_SetParentColor(obj uintptr, value bool)

func Gauge_SetParentFont added in v1.1.0

func Gauge_SetParentFont(obj uintptr, value bool)

func Gauge_SetParentShowHint added in v1.1.0

func Gauge_SetParentShowHint(obj uintptr, value bool)

func Gauge_SetPopupMenu added in v1.1.0

func Gauge_SetPopupMenu(obj uintptr, value uintptr)

func Gauge_SetProgress added in v1.1.0

func Gauge_SetProgress(obj uintptr, value int32)

func Gauge_SetShowHint added in v1.1.0

func Gauge_SetShowHint(obj uintptr, value bool)

func Gauge_SetShowText added in v1.1.0

func Gauge_SetShowText(obj uintptr, value bool)

func Gauge_SetStyleElements added in v1.1.0

func Gauge_SetStyleElements(obj uintptr, value TStyleElements)

func Gauge_SetTag added in v1.1.0

func Gauge_SetTag(obj uintptr, value int)

func Gauge_SetTop added in v1.1.0

func Gauge_SetTop(obj uintptr, value int32)

func Gauge_SetVisible added in v1.1.0

func Gauge_SetVisible(obj uintptr, value bool)

func Gauge_SetWidth added in v1.1.0

func Gauge_SetWidth(obj uintptr, value int32)

func Gauge_Show added in v1.1.0

func Gauge_Show(obj uintptr)

func Gauge_ToString added in v1.1.0

func Gauge_ToString(obj uintptr) string

func Gauge_Update added in v1.1.0

func Gauge_Update(obj uintptr)

func GoBoolToDBool

func GoBoolToDBool(val bool) uintptr

func GoStrToDStr added in v1.2.0

func GoStrToDStr(s string) uintptr

func Graphic_Assign

func Graphic_Assign(obj uintptr, Source uintptr)

func Graphic_ClassName

func Graphic_ClassName(obj uintptr) string

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_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_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_SetPaletteModified

func Graphic_SetPaletteModified(obj uintptr, value bool)

func Graphic_SetSize

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

func Graphic_SetTransparent

func Graphic_SetTransparent(obj uintptr, value bool)

func Graphic_SetWidth

func Graphic_SetWidth(obj uintptr, value int32)

func Graphic_ToString

func Graphic_ToString(obj uintptr) string

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_Create

func GroupBox_Create(obj uintptr) uintptr

func GroupBox_Equals

func GroupBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func GroupBox_GetAlignWithMargins(obj uintptr) bool

func GroupBox_GetAnchors

func GroupBox_GetAnchors(obj uintptr) TAnchors

func GroupBox_GetBiDiMode

func GroupBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func GroupBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func GroupBox_GetControlCount(obj uintptr) int32

func GroupBox_GetControls

func GroupBox_GetControls(obj uintptr, Index int32) uintptr

func GroupBox_GetCursor

func GroupBox_GetCursor(obj uintptr) TCursor

func GroupBox_GetCustomHint added in v1.1.0

func GroupBox_GetCustomHint(obj uintptr) uintptr

func GroupBox_GetDoubleBuffered

func GroupBox_GetDoubleBuffered(obj uintptr) bool

func GroupBox_GetEnabled

func GroupBox_GetEnabled(obj uintptr) bool

func GroupBox_GetExplicitHeight

func GroupBox_GetExplicitHeight(obj uintptr) int32

func GroupBox_GetExplicitLeft

func GroupBox_GetExplicitLeft(obj uintptr) int32

func GroupBox_GetExplicitTop

func GroupBox_GetExplicitTop(obj uintptr) int32

func GroupBox_GetExplicitWidth

func GroupBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func GroupBox_GetMargins(obj uintptr) uintptr

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_GetParentBackground

func GroupBox_GetParentBackground(obj uintptr) bool

func GroupBox_GetParentColor

func GroupBox_GetParentColor(obj uintptr) bool

func GroupBox_GetParentCtl3D

func GroupBox_GetParentCtl3D(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_GetStyleElements

func GroupBox_GetStyleElements(obj uintptr) TStyleElements

func GroupBox_GetTabOrder

func GroupBox_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func GroupBox_GetTextLen(obj uintptr) int32

func GroupBox_GetTop

func GroupBox_GetTop(obj uintptr) int32

func GroupBox_GetVisible

func GroupBox_GetVisible(obj uintptr) bool

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_Invalidate

func GroupBox_Invalidate(obj uintptr)

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_Repaint

func GroupBox_Repaint(obj uintptr)

func GroupBox_ScaleBy

func GroupBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func GroupBox_SetAlignWithMargins(obj uintptr, value bool)

func GroupBox_SetAnchors

func GroupBox_SetAnchors(obj uintptr, value TAnchors)

func GroupBox_SetBiDiMode

func GroupBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func GroupBox_SetCursor(obj uintptr, value TCursor)

func GroupBox_SetCustomHint added in v1.1.0

func GroupBox_SetCustomHint(obj uintptr, value uintptr)

func GroupBox_SetDoubleBuffered

func GroupBox_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func GroupBox_SetMargins(obj uintptr, value uintptr)

func GroupBox_SetName

func GroupBox_SetName(obj uintptr, value string)

func GroupBox_SetOnClick

func GroupBox_SetOnClick(obj uintptr, fn interface{})

func GroupBox_SetOnDblClick

func GroupBox_SetOnDblClick(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_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_SetParent

func GroupBox_SetParent(obj uintptr, value uintptr)

func GroupBox_SetParentBackground

func GroupBox_SetParentBackground(obj uintptr, value bool)

func GroupBox_SetParentColor

func GroupBox_SetParentColor(obj uintptr, value bool)

func GroupBox_SetParentCtl3D

func GroupBox_SetParentCtl3D(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_SetStyleElements

func GroupBox_SetStyleElements(obj uintptr, value TStyleElements)

func GroupBox_SetTabOrder

func GroupBox_SetTabOrder(obj uintptr, value uint16)

func GroupBox_SetTabStop

func GroupBox_SetTabStop(obj uintptr, value bool)

func GroupBox_SetTag

func GroupBox_SetTag(obj uintptr, value int)

func GroupBox_SetTop

func GroupBox_SetTop(obj uintptr, value int32)

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_ToString

func GroupBox_ToString(obj uintptr) string

func GroupBox_Update

func GroupBox_Update(obj uintptr)

func HotKey_Assign

func HotKey_Assign(obj uintptr, Source uintptr)

func HotKey_BringToFront

func HotKey_BringToFront(obj uintptr)

func HotKey_CanFocus

func HotKey_CanFocus(obj uintptr) bool

func HotKey_ClassName

func HotKey_ClassName(obj uintptr) string

func HotKey_Create

func HotKey_Create(obj uintptr) uintptr

func HotKey_Equals

func HotKey_Equals(obj uintptr, Obj uintptr) bool

func HotKey_FindComponent

func HotKey_FindComponent(obj uintptr, AName string) uintptr

func HotKey_FlipChildren

func HotKey_FlipChildren(obj uintptr, AllLevels bool)

func HotKey_Focused

func HotKey_Focused(obj uintptr) bool

func HotKey_Free

func HotKey_Free(obj uintptr)

func HotKey_GetAction

func HotKey_GetAction(obj uintptr) uintptr

func HotKey_GetAlign

func HotKey_GetAlign(obj uintptr) TAlign

func HotKey_GetAlignWithMargins

func HotKey_GetAlignWithMargins(obj uintptr) bool

func HotKey_GetAnchors

func HotKey_GetAnchors(obj uintptr) TAnchors

func HotKey_GetAutoSize

func HotKey_GetAutoSize(obj uintptr) bool

func HotKey_GetBiDiMode

func HotKey_GetBiDiMode(obj uintptr) TBiDiMode

func HotKey_GetBoundsRect

func HotKey_GetBoundsRect(obj uintptr) TRect

func HotKey_GetBrush

func HotKey_GetBrush(obj uintptr) uintptr

func HotKey_GetClientHeight

func HotKey_GetClientHeight(obj uintptr) int32

func HotKey_GetClientRect

func HotKey_GetClientRect(obj uintptr) TRect

func HotKey_GetClientWidth

func HotKey_GetClientWidth(obj uintptr) int32

func HotKey_GetComponentCount

func HotKey_GetComponentCount(obj uintptr) int32

func HotKey_GetComponentIndex

func HotKey_GetComponentIndex(obj uintptr) int32

func HotKey_GetComponents

func HotKey_GetComponents(obj uintptr, AIndex int32) uintptr

func HotKey_GetControlCount

func HotKey_GetControlCount(obj uintptr) int32

func HotKey_GetControls

func HotKey_GetControls(obj uintptr, Index int32) uintptr

func HotKey_GetCursor

func HotKey_GetCursor(obj uintptr) TCursor

func HotKey_GetCustomHint added in v1.1.0

func HotKey_GetCustomHint(obj uintptr) uintptr

func HotKey_GetDoubleBuffered

func HotKey_GetDoubleBuffered(obj uintptr) bool

func HotKey_GetEnabled

func HotKey_GetEnabled(obj uintptr) bool

func HotKey_GetExplicitHeight

func HotKey_GetExplicitHeight(obj uintptr) int32

func HotKey_GetExplicitLeft

func HotKey_GetExplicitLeft(obj uintptr) int32

func HotKey_GetExplicitTop

func HotKey_GetExplicitTop(obj uintptr) int32

func HotKey_GetExplicitWidth

func HotKey_GetExplicitWidth(obj uintptr) int32

func HotKey_GetHandle

func HotKey_GetHandle(obj uintptr) HWND

func HotKey_GetHashCode

func HotKey_GetHashCode(obj uintptr) int32

func HotKey_GetHeight

func HotKey_GetHeight(obj uintptr) int32

func HotKey_GetHint

func HotKey_GetHint(obj uintptr) string

func HotKey_GetLeft

func HotKey_GetLeft(obj uintptr) int32

func HotKey_GetMargins

func HotKey_GetMargins(obj uintptr) uintptr

func HotKey_GetName

func HotKey_GetName(obj uintptr) string

func HotKey_GetNamePath

func HotKey_GetNamePath(obj uintptr) string

func HotKey_GetOwner

func HotKey_GetOwner(obj uintptr) uintptr

func HotKey_GetParent

func HotKey_GetParent(obj uintptr) uintptr

func HotKey_GetParentDoubleBuffered

func HotKey_GetParentDoubleBuffered(obj uintptr) bool

func HotKey_GetParentShowHint

func HotKey_GetParentShowHint(obj uintptr) bool

func HotKey_GetParentWindow

func HotKey_GetParentWindow(obj uintptr) HWND

func HotKey_GetPopupMenu

func HotKey_GetPopupMenu(obj uintptr) uintptr

func HotKey_GetShowHint

func HotKey_GetShowHint(obj uintptr) bool

func HotKey_GetStyleElements

func HotKey_GetStyleElements(obj uintptr) TStyleElements

func HotKey_GetTabOrder

func HotKey_GetTabOrder(obj uintptr) uint16

func HotKey_GetTabStop

func HotKey_GetTabStop(obj uintptr) bool

func HotKey_GetTag

func HotKey_GetTag(obj uintptr) int

func HotKey_GetTextBuf

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

func HotKey_GetTextLen added in v1.1.0

func HotKey_GetTextLen(obj uintptr) int32

func HotKey_GetTop

func HotKey_GetTop(obj uintptr) int32

func HotKey_GetVisible

func HotKey_GetVisible(obj uintptr) bool

func HotKey_GetWidth

func HotKey_GetWidth(obj uintptr) int32

func HotKey_HandleAllocated

func HotKey_HandleAllocated(obj uintptr) bool

func HotKey_HasParent

func HotKey_HasParent(obj uintptr) bool

func HotKey_Hide

func HotKey_Hide(obj uintptr)

func HotKey_Invalidate

func HotKey_Invalidate(obj uintptr)

func HotKey_Perform

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

func HotKey_Realign

func HotKey_Realign(obj uintptr)

func HotKey_Refresh

func HotKey_Refresh(obj uintptr)

func HotKey_Repaint

func HotKey_Repaint(obj uintptr)

func HotKey_ScaleBy

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

func HotKey_SendToBack

func HotKey_SendToBack(obj uintptr)

func HotKey_SetAction

func HotKey_SetAction(obj uintptr, value uintptr)

func HotKey_SetAlign

func HotKey_SetAlign(obj uintptr, value TAlign)

func HotKey_SetAlignWithMargins

func HotKey_SetAlignWithMargins(obj uintptr, value bool)

func HotKey_SetAnchors

func HotKey_SetAnchors(obj uintptr, value TAnchors)

func HotKey_SetAutoSize

func HotKey_SetAutoSize(obj uintptr, value bool)

func HotKey_SetBiDiMode

func HotKey_SetBiDiMode(obj uintptr, value TBiDiMode)

func HotKey_SetBounds

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

func HotKey_SetBoundsRect

func HotKey_SetBoundsRect(obj uintptr, value TRect)

func HotKey_SetClientHeight

func HotKey_SetClientHeight(obj uintptr, value int32)

func HotKey_SetClientWidth

func HotKey_SetClientWidth(obj uintptr, value int32)

func HotKey_SetComponentIndex

func HotKey_SetComponentIndex(obj uintptr, value int32)

func HotKey_SetCursor

func HotKey_SetCursor(obj uintptr, value TCursor)

func HotKey_SetCustomHint added in v1.1.0

func HotKey_SetCustomHint(obj uintptr, value uintptr)

func HotKey_SetDoubleBuffered

func HotKey_SetDoubleBuffered(obj uintptr, value bool)

func HotKey_SetEnabled

func HotKey_SetEnabled(obj uintptr, value bool)

func HotKey_SetFocus

func HotKey_SetFocus(obj uintptr)

func HotKey_SetHeight

func HotKey_SetHeight(obj uintptr, value int32)

func HotKey_SetHint

func HotKey_SetHint(obj uintptr, value string)

func HotKey_SetLeft

func HotKey_SetLeft(obj uintptr, value int32)

func HotKey_SetMargins

func HotKey_SetMargins(obj uintptr, value uintptr)

func HotKey_SetName

func HotKey_SetName(obj uintptr, value string)

func HotKey_SetOnChange

func HotKey_SetOnChange(obj uintptr, fn interface{})

func HotKey_SetOnEnter

func HotKey_SetOnEnter(obj uintptr, fn interface{})

func HotKey_SetOnExit

func HotKey_SetOnExit(obj uintptr, fn interface{})

func HotKey_SetOnMouseDown

func HotKey_SetOnMouseDown(obj uintptr, fn interface{})

func HotKey_SetOnMouseEnter

func HotKey_SetOnMouseEnter(obj uintptr, fn interface{})

func HotKey_SetOnMouseLeave

func HotKey_SetOnMouseLeave(obj uintptr, fn interface{})

func HotKey_SetOnMouseMove

func HotKey_SetOnMouseMove(obj uintptr, fn interface{})

func HotKey_SetOnMouseUp

func HotKey_SetOnMouseUp(obj uintptr, fn interface{})

func HotKey_SetParent

func HotKey_SetParent(obj uintptr, value uintptr)

func HotKey_SetParentDoubleBuffered

func HotKey_SetParentDoubleBuffered(obj uintptr, value bool)

func HotKey_SetParentShowHint

func HotKey_SetParentShowHint(obj uintptr, value bool)

func HotKey_SetParentWindow

func HotKey_SetParentWindow(obj uintptr, value HWND)

func HotKey_SetPopupMenu

func HotKey_SetPopupMenu(obj uintptr, value uintptr)

func HotKey_SetShowHint

func HotKey_SetShowHint(obj uintptr, value bool)

func HotKey_SetStyleElements

func HotKey_SetStyleElements(obj uintptr, value TStyleElements)

func HotKey_SetTabOrder

func HotKey_SetTabOrder(obj uintptr, value uint16)

func HotKey_SetTabStop

func HotKey_SetTabStop(obj uintptr, value bool)

func HotKey_SetTag

func HotKey_SetTag(obj uintptr, value int)

func HotKey_SetTop

func HotKey_SetTop(obj uintptr, value int32)

func HotKey_SetVisible

func HotKey_SetVisible(obj uintptr, value bool)

func HotKey_SetWidth

func HotKey_SetWidth(obj uintptr, value int32)

func HotKey_Show

func HotKey_Show(obj uintptr)

func HotKey_ToString

func HotKey_ToString(obj uintptr) string

func HotKey_Update

func HotKey_Update(obj uintptr)

func IconOptions_Assign

func IconOptions_Assign(obj uintptr, Source uintptr)

func IconOptions_ClassName

func IconOptions_ClassName(obj uintptr) string

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_SetArrangement

func IconOptions_SetArrangement(obj uintptr, value TIconArrangement)

func IconOptions_SetAutoArrange

func IconOptions_SetAutoArrange(obj uintptr, value bool)

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_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_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_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_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_ToString

func Icon_ToString(obj uintptr) string

func ImageButton_Assign added in v1.3.0

func ImageButton_Assign(obj uintptr, Source uintptr)

func ImageButton_BringToFront added in v1.3.0

func ImageButton_BringToFront(obj uintptr)

func ImageButton_ClassName added in v1.3.0

func ImageButton_ClassName(obj uintptr) string

func ImageButton_Click added in v1.3.0

func ImageButton_Click(obj uintptr)

func ImageButton_Create added in v1.3.0

func ImageButton_Create(obj uintptr) uintptr

func ImageButton_Equals added in v1.3.0

func ImageButton_Equals(obj uintptr, Obj uintptr) bool

func ImageButton_FindComponent added in v1.3.0

func ImageButton_FindComponent(obj uintptr, AName string) uintptr

func ImageButton_Free added in v1.3.0

func ImageButton_Free(obj uintptr)

func ImageButton_GetAction added in v1.3.0

func ImageButton_GetAction(obj uintptr) uintptr

func ImageButton_GetAlign added in v1.3.0

func ImageButton_GetAlign(obj uintptr) TAlign

func ImageButton_GetAlignWithMargins added in v1.3.0

func ImageButton_GetAlignWithMargins(obj uintptr) bool

func ImageButton_GetAnchors added in v1.3.0

func ImageButton_GetAnchors(obj uintptr) TAnchors

func ImageButton_GetAutoSize added in v1.3.0

func ImageButton_GetAutoSize(obj uintptr) bool

func ImageButton_GetBiDiMode added in v1.3.0

func ImageButton_GetBiDiMode(obj uintptr) TBiDiMode

func ImageButton_GetBoundsRect added in v1.3.0

func ImageButton_GetBoundsRect(obj uintptr) TRect

func ImageButton_GetCaption added in v1.3.0

func ImageButton_GetCaption(obj uintptr) string

func ImageButton_GetClientHeight added in v1.3.0

func ImageButton_GetClientHeight(obj uintptr) int32

func ImageButton_GetClientRect added in v1.3.0

func ImageButton_GetClientRect(obj uintptr) TRect

func ImageButton_GetClientWidth added in v1.3.0

func ImageButton_GetClientWidth(obj uintptr) int32

func ImageButton_GetComponentCount added in v1.3.0

func ImageButton_GetComponentCount(obj uintptr) int32

func ImageButton_GetComponentIndex added in v1.3.0

func ImageButton_GetComponentIndex(obj uintptr) int32

func ImageButton_GetComponents added in v1.3.0

func ImageButton_GetComponents(obj uintptr, AIndex int32) uintptr

func ImageButton_GetCursor added in v1.3.0

func ImageButton_GetCursor(obj uintptr) TCursor

func ImageButton_GetCustomHint added in v1.3.0

func ImageButton_GetCustomHint(obj uintptr) uintptr

func ImageButton_GetEnabled added in v1.3.0

func ImageButton_GetEnabled(obj uintptr) bool

func ImageButton_GetExplicitHeight added in v1.3.0

func ImageButton_GetExplicitHeight(obj uintptr) int32

func ImageButton_GetExplicitLeft added in v1.3.0

func ImageButton_GetExplicitLeft(obj uintptr) int32

func ImageButton_GetExplicitTop added in v1.3.0

func ImageButton_GetExplicitTop(obj uintptr) int32

func ImageButton_GetExplicitWidth added in v1.3.0

func ImageButton_GetExplicitWidth(obj uintptr) int32

func ImageButton_GetFont added in v1.3.0

func ImageButton_GetFont(obj uintptr) uintptr

func ImageButton_GetHashCode added in v1.3.0

func ImageButton_GetHashCode(obj uintptr) int32

func ImageButton_GetHeight added in v1.3.0

func ImageButton_GetHeight(obj uintptr) int32

func ImageButton_GetHint added in v1.3.0

func ImageButton_GetHint(obj uintptr) string

func ImageButton_GetImageCount added in v1.3.0

func ImageButton_GetImageCount(obj uintptr) int32

func ImageButton_GetLeft added in v1.3.0

func ImageButton_GetLeft(obj uintptr) int32

func ImageButton_GetMargins added in v1.3.0

func ImageButton_GetMargins(obj uintptr) uintptr

func ImageButton_GetModalResult added in v1.3.0

func ImageButton_GetModalResult(obj uintptr) TModalResult

func ImageButton_GetName added in v1.3.0

func ImageButton_GetName(obj uintptr) string

func ImageButton_GetNamePath added in v1.3.0

func ImageButton_GetNamePath(obj uintptr) string

func ImageButton_GetOwner added in v1.3.0

func ImageButton_GetOwner(obj uintptr) uintptr

func ImageButton_GetParent added in v1.3.0

func ImageButton_GetParent(obj uintptr) uintptr

func ImageButton_GetParentFont added in v1.3.0

func ImageButton_GetParentFont(obj uintptr) bool

func ImageButton_GetParentShowHint added in v1.3.0

func ImageButton_GetParentShowHint(obj uintptr) bool

func ImageButton_GetPicture added in v1.3.0

func ImageButton_GetPicture(obj uintptr) uintptr

func ImageButton_GetPopupMenu added in v1.3.0

func ImageButton_GetPopupMenu(obj uintptr) uintptr

func ImageButton_GetShowCaption added in v1.3.0

func ImageButton_GetShowCaption(obj uintptr) bool

func ImageButton_GetShowHint added in v1.3.0

func ImageButton_GetShowHint(obj uintptr) bool

func ImageButton_GetStyleElements added in v1.3.0

func ImageButton_GetStyleElements(obj uintptr) TStyleElements

func ImageButton_GetTag added in v1.3.0

func ImageButton_GetTag(obj uintptr) int

func ImageButton_GetTextBuf added in v1.3.0

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

func ImageButton_GetTextLen added in v1.3.0

func ImageButton_GetTextLen(obj uintptr) int32

func ImageButton_GetTop added in v1.3.0

func ImageButton_GetTop(obj uintptr) int32

func ImageButton_GetVisible added in v1.3.0

func ImageButton_GetVisible(obj uintptr) bool

func ImageButton_GetWidth added in v1.3.0

func ImageButton_GetWidth(obj uintptr) int32

func ImageButton_HasParent added in v1.3.0

func ImageButton_HasParent(obj uintptr) bool

func ImageButton_Hide added in v1.3.0

func ImageButton_Hide(obj uintptr)

func ImageButton_Invalidate added in v1.3.0

func ImageButton_Invalidate(obj uintptr)

func ImageButton_Perform added in v1.3.0

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

func ImageButton_Refresh added in v1.3.0

func ImageButton_Refresh(obj uintptr)

func ImageButton_Repaint added in v1.3.0

func ImageButton_Repaint(obj uintptr)

func ImageButton_SendToBack added in v1.3.0

func ImageButton_SendToBack(obj uintptr)

func ImageButton_SetAction added in v1.3.0

func ImageButton_SetAction(obj uintptr, value uintptr)

func ImageButton_SetAlign added in v1.3.0

func ImageButton_SetAlign(obj uintptr, value TAlign)

func ImageButton_SetAlignWithMargins added in v1.3.0

func ImageButton_SetAlignWithMargins(obj uintptr, value bool)

func ImageButton_SetAnchors added in v1.3.0

func ImageButton_SetAnchors(obj uintptr, value TAnchors)

func ImageButton_SetAutoSize added in v1.3.0

func ImageButton_SetAutoSize(obj uintptr, value bool)

func ImageButton_SetBiDiMode added in v1.3.0

func ImageButton_SetBiDiMode(obj uintptr, value TBiDiMode)

func ImageButton_SetBounds added in v1.3.0

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

func ImageButton_SetBoundsRect added in v1.3.0

func ImageButton_SetBoundsRect(obj uintptr, value TRect)

func ImageButton_SetCaption added in v1.3.0

func ImageButton_SetCaption(obj uintptr, value string)

func ImageButton_SetClientHeight added in v1.3.0

func ImageButton_SetClientHeight(obj uintptr, value int32)

func ImageButton_SetClientWidth added in v1.3.0

func ImageButton_SetClientWidth(obj uintptr, value int32)

func ImageButton_SetComponentIndex added in v1.3.0

func ImageButton_SetComponentIndex(obj uintptr, value int32)

func ImageButton_SetCursor added in v1.3.0

func ImageButton_SetCursor(obj uintptr, value TCursor)

func ImageButton_SetCustomHint added in v1.3.0

func ImageButton_SetCustomHint(obj uintptr, value uintptr)

func ImageButton_SetEnabled added in v1.3.0

func ImageButton_SetEnabled(obj uintptr, value bool)

func ImageButton_SetFont added in v1.3.0

func ImageButton_SetFont(obj uintptr, value uintptr)

func ImageButton_SetHeight added in v1.3.0

func ImageButton_SetHeight(obj uintptr, value int32)

func ImageButton_SetHint added in v1.3.0

func ImageButton_SetHint(obj uintptr, value string)

func ImageButton_SetImageCount added in v1.3.0

func ImageButton_SetImageCount(obj uintptr, value int32)

func ImageButton_SetLeft added in v1.3.0

func ImageButton_SetLeft(obj uintptr, value int32)

func ImageButton_SetMargins added in v1.3.0

func ImageButton_SetMargins(obj uintptr, value uintptr)

func ImageButton_SetModalResult added in v1.3.0

func ImageButton_SetModalResult(obj uintptr, value TModalResult)

func ImageButton_SetName added in v1.3.0

func ImageButton_SetName(obj uintptr, value string)

func ImageButton_SetOnClick added in v1.3.0

func ImageButton_SetOnClick(obj uintptr, fn interface{})

func ImageButton_SetOnDblClick added in v1.3.0

func ImageButton_SetOnDblClick(obj uintptr, fn interface{})

func ImageButton_SetOnMouseDown added in v1.3.0

func ImageButton_SetOnMouseDown(obj uintptr, fn interface{})

func ImageButton_SetOnMouseEnter added in v1.3.0

func ImageButton_SetOnMouseEnter(obj uintptr, fn interface{})

func ImageButton_SetOnMouseLeave added in v1.3.0

func ImageButton_SetOnMouseLeave(obj uintptr, fn interface{})

func ImageButton_SetOnMouseMove added in v1.3.0

func ImageButton_SetOnMouseMove(obj uintptr, fn interface{})

func ImageButton_SetOnMouseUp added in v1.3.0

func ImageButton_SetOnMouseUp(obj uintptr, fn interface{})

func ImageButton_SetParent added in v1.3.0

func ImageButton_SetParent(obj uintptr, value uintptr)

func ImageButton_SetParentFont added in v1.3.0

func ImageButton_SetParentFont(obj uintptr, value bool)

func ImageButton_SetParentShowHint added in v1.3.0

func ImageButton_SetParentShowHint(obj uintptr, value bool)

func ImageButton_SetPicture added in v1.3.0

func ImageButton_SetPicture(obj uintptr, value uintptr)

func ImageButton_SetPopupMenu added in v1.3.0

func ImageButton_SetPopupMenu(obj uintptr, value uintptr)

func ImageButton_SetShowCaption added in v1.3.0

func ImageButton_SetShowCaption(obj uintptr, value bool)

func ImageButton_SetShowHint added in v1.3.0

func ImageButton_SetShowHint(obj uintptr, value bool)

func ImageButton_SetStyleElements added in v1.3.0

func ImageButton_SetStyleElements(obj uintptr, value TStyleElements)

func ImageButton_SetTag added in v1.3.0

func ImageButton_SetTag(obj uintptr, value int)

func ImageButton_SetTop added in v1.3.0

func ImageButton_SetTop(obj uintptr, value int32)

func ImageButton_SetVisible added in v1.3.0

func ImageButton_SetVisible(obj uintptr, value bool)

func ImageButton_SetWidth added in v1.3.0

func ImageButton_SetWidth(obj uintptr, value int32)

func ImageButton_Show added in v1.3.0

func ImageButton_Show(obj uintptr)

func ImageButton_ToString added in v1.3.0

func ImageButton_ToString(obj uintptr) string

func ImageButton_Update added in v1.3.0

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_AddImage

func ImageList_AddImage(obj uintptr, Value uintptr, Index int32) 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_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_FileLoad

func ImageList_FileLoad(obj uintptr, ResType TResType, Name string, MaskColor TColor) 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_GetBitmap

func ImageList_GetBitmap(obj uintptr, Index int32, Image uintptr) bool

func ImageList_GetBkColor

func ImageList_GetBkColor(obj uintptr) TColor

func ImageList_GetBlendColor

func ImageList_GetBlendColor(obj uintptr) TColor

func ImageList_GetColorDepth

func ImageList_GetColorDepth(obj uintptr) TColorDepth

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 added in v1.1.3

func ImageList_GetCount(obj uintptr) int32

func ImageList_GetDrawingStyle

func ImageList_GetDrawingStyle(obj uintptr) TDrawingStyle

func ImageList_GetGrayscaleFactor

func ImageList_GetGrayscaleFactor(obj uintptr) uint8

func ImageList_GetHandle

func ImageList_GetHandle(obj uintptr) uintptr

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_GetImageBitmap

func ImageList_GetImageBitmap(obj uintptr) HBITMAP

func ImageList_GetImageType

func ImageList_GetImageType(obj uintptr) TImageType

func ImageList_GetMaskBitmap

func ImageList_GetMaskBitmap(obj uintptr) HBITMAP

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_GetResource

func ImageList_GetResource(obj uintptr, ResType TResType, Name string, Width int32, LoadFlags TLoadResources, MaskColor TColor) bool

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_HandleAllocated

func ImageList_HandleAllocated(obj uintptr) bool

func ImageList_HasParent

func ImageList_HasParent(obj uintptr) 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_Move

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

func ImageList_Overlay

func ImageList_Overlay(obj uintptr, ImageIndex int32, Overlay uint8) bool

func ImageList_Replace

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

func ImageList_ReplaceIcon

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

func ImageList_ReplaceMasked

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

func ImageList_ResInstLoad

func ImageList_ResInstLoad(obj uintptr, Instance uintptr, ResType TResType, Name string, MaskColor TColor) bool

func ImageList_ResourceLoad

func ImageList_ResourceLoad(obj uintptr, ResType TResType, Name string, MaskColor TColor) bool

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_SetColorDepth

func ImageList_SetColorDepth(obj uintptr, value TColorDepth)

func ImageList_SetComponentIndex

func ImageList_SetComponentIndex(obj uintptr, value int32)

func ImageList_SetDrawingStyle

func ImageList_SetDrawingStyle(obj uintptr, value TDrawingStyle)

func ImageList_SetGrayscaleFactor

func ImageList_SetGrayscaleFactor(obj uintptr, value uint8)

func ImageList_SetHandle

func ImageList_SetHandle(obj uintptr, value uintptr)

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_SetSize

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

func ImageList_SetTag

func ImageList_SetTag(obj uintptr, value int)

func ImageList_SetWidth

func ImageList_SetWidth(obj uintptr, value int32)

func ImageList_ToString

func ImageList_ToString(obj uintptr) string

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_Create

func Image_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func Image_GetAlignWithMargins(obj uintptr) bool

func Image_GetAnchors

func Image_GetAnchors(obj uintptr) TAnchors

func Image_GetAutoSize

func Image_GetAutoSize(obj uintptr) bool

func Image_GetBiDiMode

func Image_GetBiDiMode(obj uintptr) TBiDiMode

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_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_GetCursor

func Image_GetCursor(obj uintptr) TCursor

func Image_GetCustomHint added in v1.1.0

func Image_GetCustomHint(obj uintptr) uintptr

func Image_GetEnabled

func Image_GetEnabled(obj uintptr) bool

func Image_GetExplicitHeight

func Image_GetExplicitHeight(obj uintptr) int32

func Image_GetExplicitLeft

func Image_GetExplicitLeft(obj uintptr) int32

func Image_GetExplicitTop

func Image_GetExplicitTop(obj uintptr) int32

func Image_GetExplicitWidth

func Image_GetExplicitWidth(obj uintptr) int32

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_GetIncrementalDisplay

func Image_GetIncrementalDisplay(obj uintptr) bool

func Image_GetLeft

func Image_GetLeft(obj uintptr) int32

func Image_GetMargins

func Image_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func Image_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func Image_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func Image_SetAlignWithMargins(obj uintptr, value bool)

func Image_SetAnchors

func Image_SetAnchors(obj uintptr, value TAnchors)

func Image_SetAutoSize

func Image_SetAutoSize(obj uintptr, value bool)

func Image_SetBiDiMode

func Image_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func Image_SetCursor(obj uintptr, value TCursor)

func Image_SetCustomHint added in v1.1.0

func Image_SetCustomHint(obj uintptr, value uintptr)

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_SetIncrementalDisplay

func Image_SetIncrementalDisplay(obj uintptr, value bool)

func Image_SetLeft

func Image_SetLeft(obj uintptr, value int32)

func Image_SetMargins

func Image_SetMargins(obj uintptr, value uintptr)

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_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_SetStyleElements

func Image_SetStyleElements(obj uintptr, value TStyleElements)

func Image_SetTag

func Image_SetTag(obj uintptr, value int)

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_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_Create

func IniFile_Create(filename string) 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_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_ReadSubSections

func IniFile_ReadSubSections(obj uintptr, Section string, Strings uintptr, Recurse bool)

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_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 JPEGImage_Assign

func JPEGImage_Assign(obj uintptr, Source uintptr)

func JPEGImage_ClassName

func JPEGImage_ClassName(obj uintptr) string

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_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_GetProgressiveDisplay

func JPEGImage_GetProgressiveDisplay(obj uintptr) bool

func JPEGImage_GetScale

func JPEGImage_GetScale(obj uintptr) TJPEGScale

func JPEGImage_GetSmoothing

func JPEGImage_GetSmoothing(obj uintptr) bool

func JPEGImage_GetTransparent

func JPEGImage_GetTransparent(obj uintptr) bool

func JPEGImage_GetWidth

func JPEGImage_GetWidth(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_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_SetProgressiveDisplay

func JPEGImage_SetProgressiveDisplay(obj uintptr, value bool)

func JPEGImage_SetScale

func JPEGImage_SetScale(obj uintptr, value TJPEGScale)

func JPEGImage_SetSize

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

func JPEGImage_SetSmoothing

func JPEGImage_SetSmoothing(obj uintptr, value bool)

func JPEGImage_SetTransparent

func JPEGImage_SetTransparent(obj uintptr, value bool)

func JPEGImage_SetWidth

func JPEGImage_SetWidth(obj uintptr, value int32)

func JPEGImage_ToString

func JPEGImage_ToString(obj uintptr) string

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_Create

func Label_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func Label_GetAlignWithMargins(obj uintptr) bool

func Label_GetAlignment

func Label_GetAlignment(obj uintptr) TAlignment

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_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_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_GetCursor

func Label_GetCursor(obj uintptr) TCursor

func Label_GetCustomHint added in v1.1.0

func Label_GetCustomHint(obj uintptr) uintptr

func Label_GetEllipsisPosition

func Label_GetEllipsisPosition(obj uintptr) TEllipsisPosition

func Label_GetEnabled

func Label_GetEnabled(obj uintptr) bool

func Label_GetExplicitHeight

func Label_GetExplicitHeight(obj uintptr) int32

func Label_GetExplicitLeft

func Label_GetExplicitLeft(obj uintptr) int32

func Label_GetExplicitTop

func Label_GetExplicitTop(obj uintptr) int32

func Label_GetExplicitWidth

func Label_GetExplicitWidth(obj uintptr) int32

func Label_GetFont

func Label_GetFont(obj uintptr) uintptr

func Label_GetGlowSize

func Label_GetGlowSize(obj uintptr) int32

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_GetMargins

func Label_GetMargins(obj uintptr) uintptr

func Label_GetName

func Label_GetName(obj uintptr) string

func Label_GetNamePath

func Label_GetNamePath(obj uintptr) string

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_GetStyleElements

func Label_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func Label_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func Label_SetAlignWithMargins(obj uintptr, value bool)

func Label_SetAlignment

func Label_SetAlignment(obj uintptr, value TAlignment)

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_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_SetCursor

func Label_SetCursor(obj uintptr, value TCursor)

func Label_SetCustomHint added in v1.1.0

func Label_SetCustomHint(obj uintptr, value uintptr)

func Label_SetEllipsisPosition

func Label_SetEllipsisPosition(obj uintptr, value TEllipsisPosition)

func Label_SetEnabled

func Label_SetEnabled(obj uintptr, value bool)

func Label_SetFont

func Label_SetFont(obj uintptr, value uintptr)

func Label_SetGlowSize

func Label_SetGlowSize(obj uintptr, value int32)

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_SetMargins

func Label_SetMargins(obj uintptr, value uintptr)

func Label_SetName

func Label_SetName(obj uintptr, value string)

func Label_SetOnClick

func Label_SetOnClick(obj uintptr, fn interface{})

func Label_SetOnDblClick

func Label_SetOnDblClick(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_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_SetStyleElements

func Label_SetStyleElements(obj uintptr, value TStyleElements)

func Label_SetTag

func Label_SetTag(obj uintptr, value int)

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_ToString

func Label_ToString(obj uintptr) string

func Label_Update

func Label_Update(obj uintptr)

func LinkLabel_Assign

func LinkLabel_Assign(obj uintptr, Source uintptr)

func LinkLabel_BringToFront

func LinkLabel_BringToFront(obj uintptr)

func LinkLabel_CanFocus

func LinkLabel_CanFocus(obj uintptr) bool

func LinkLabel_ClassName

func LinkLabel_ClassName(obj uintptr) string

func LinkLabel_Create

func LinkLabel_Create(obj uintptr) uintptr

func LinkLabel_Equals

func LinkLabel_Equals(obj uintptr, Obj uintptr) bool

func LinkLabel_FindComponent

func LinkLabel_FindComponent(obj uintptr, AName string) uintptr

func LinkLabel_FlipChildren

func LinkLabel_FlipChildren(obj uintptr, AllLevels bool)

func LinkLabel_Focused

func LinkLabel_Focused(obj uintptr) bool

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_GetAlignWithMargins

func LinkLabel_GetAlignWithMargins(obj uintptr) bool

func LinkLabel_GetAlignment

func LinkLabel_GetAlignment(obj uintptr) TLinkAlignment

func LinkLabel_GetAnchors

func LinkLabel_GetAnchors(obj uintptr) TAnchors

func LinkLabel_GetAutoSize

func LinkLabel_GetAutoSize(obj uintptr) bool

func LinkLabel_GetBevelEdges

func LinkLabel_GetBevelEdges(obj uintptr) TBevelEdges

func LinkLabel_GetBevelInner

func LinkLabel_GetBevelInner(obj uintptr) TBevelCut

func LinkLabel_GetBevelKind

func LinkLabel_GetBevelKind(obj uintptr) TBevelKind

func LinkLabel_GetBevelOuter

func LinkLabel_GetBevelOuter(obj uintptr) TBevelCut

func LinkLabel_GetBiDiMode

func LinkLabel_GetBiDiMode(obj uintptr) TBiDiMode

func LinkLabel_GetBoundsRect

func LinkLabel_GetBoundsRect(obj uintptr) TRect

func LinkLabel_GetBrush

func LinkLabel_GetBrush(obj uintptr) uintptr

func LinkLabel_GetCaption

func LinkLabel_GetCaption(obj uintptr) string

func LinkLabel_GetClientHeight

func LinkLabel_GetClientHeight(obj uintptr) int32

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_GetControlCount

func LinkLabel_GetControlCount(obj uintptr) int32

func LinkLabel_GetControls

func LinkLabel_GetControls(obj uintptr, Index int32) uintptr

func LinkLabel_GetCursor

func LinkLabel_GetCursor(obj uintptr) TCursor

func LinkLabel_GetCustomHint added in v1.1.0

func LinkLabel_GetCustomHint(obj uintptr) uintptr

func LinkLabel_GetDoubleBuffered

func LinkLabel_GetDoubleBuffered(obj uintptr) bool

func LinkLabel_GetEnabled

func LinkLabel_GetEnabled(obj uintptr) bool

func LinkLabel_GetExplicitHeight

func LinkLabel_GetExplicitHeight(obj uintptr) int32

func LinkLabel_GetExplicitLeft

func LinkLabel_GetExplicitLeft(obj uintptr) int32

func LinkLabel_GetExplicitTop

func LinkLabel_GetExplicitTop(obj uintptr) int32

func LinkLabel_GetExplicitWidth

func LinkLabel_GetExplicitWidth(obj uintptr) int32

func LinkLabel_GetFont

func LinkLabel_GetFont(obj uintptr) uintptr

func LinkLabel_GetHandle

func LinkLabel_GetHandle(obj uintptr) HWND

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_GetMargins

func LinkLabel_GetMargins(obj uintptr) uintptr

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_GetParentDoubleBuffered

func LinkLabel_GetParentDoubleBuffered(obj uintptr) bool

func LinkLabel_GetParentFont

func LinkLabel_GetParentFont(obj uintptr) bool

func LinkLabel_GetParentShowHint

func LinkLabel_GetParentShowHint(obj uintptr) bool

func LinkLabel_GetParentWindow

func LinkLabel_GetParentWindow(obj uintptr) HWND

func LinkLabel_GetPopupMenu

func LinkLabel_GetPopupMenu(obj uintptr) uintptr

func LinkLabel_GetShowHint

func LinkLabel_GetShowHint(obj uintptr) bool

func LinkLabel_GetStyleElements

func LinkLabel_GetStyleElements(obj uintptr) TStyleElements

func LinkLabel_GetTabOrder

func LinkLabel_GetTabOrder(obj uintptr) uint16

func LinkLabel_GetTabStop

func LinkLabel_GetTabStop(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 added in v1.1.0

func LinkLabel_GetTextLen(obj uintptr) int32

func LinkLabel_GetTop

func LinkLabel_GetTop(obj uintptr) int32

func LinkLabel_GetUseVisualStyle

func LinkLabel_GetUseVisualStyle(obj uintptr) bool

func LinkLabel_GetVisible

func LinkLabel_GetVisible(obj uintptr) bool

func LinkLabel_GetWidth

func LinkLabel_GetWidth(obj uintptr) int32

func LinkLabel_HandleAllocated

func LinkLabel_HandleAllocated(obj uintptr) bool

func LinkLabel_HasParent

func LinkLabel_HasParent(obj uintptr) bool

func LinkLabel_Hide

func LinkLabel_Hide(obj uintptr)

func LinkLabel_Invalidate

func LinkLabel_Invalidate(obj uintptr)

func LinkLabel_Perform

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

func LinkLabel_Realign

func LinkLabel_Realign(obj uintptr)

func LinkLabel_Refresh

func LinkLabel_Refresh(obj uintptr)

func LinkLabel_Repaint

func LinkLabel_Repaint(obj uintptr)

func LinkLabel_ScaleBy

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

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_SetAlignWithMargins

func LinkLabel_SetAlignWithMargins(obj uintptr, value bool)

func LinkLabel_SetAlignment

func LinkLabel_SetAlignment(obj uintptr, value TLinkAlignment)

func LinkLabel_SetAnchors

func LinkLabel_SetAnchors(obj uintptr, value TAnchors)

func LinkLabel_SetAutoSize

func LinkLabel_SetAutoSize(obj uintptr, value bool)

func LinkLabel_SetBevelEdges

func LinkLabel_SetBevelEdges(obj uintptr, value TBevelEdges)

func LinkLabel_SetBevelInner

func LinkLabel_SetBevelInner(obj uintptr, value TBevelCut)

func LinkLabel_SetBevelKind

func LinkLabel_SetBevelKind(obj uintptr, value TBevelKind)

func LinkLabel_SetBevelOuter

func LinkLabel_SetBevelOuter(obj uintptr, value TBevelCut)

func LinkLabel_SetBiDiMode

func LinkLabel_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func LinkLabel_SetCursor(obj uintptr, value TCursor)

func LinkLabel_SetCustomHint added in v1.1.0

func LinkLabel_SetCustomHint(obj uintptr, value uintptr)

func LinkLabel_SetDoubleBuffered

func LinkLabel_SetDoubleBuffered(obj uintptr, value bool)

func LinkLabel_SetEnabled

func LinkLabel_SetEnabled(obj uintptr, value bool)

func LinkLabel_SetFocus

func LinkLabel_SetFocus(obj uintptr)

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_SetMargins

func LinkLabel_SetMargins(obj uintptr, value uintptr)

func LinkLabel_SetName

func LinkLabel_SetName(obj uintptr, value string)

func LinkLabel_SetOnClick

func LinkLabel_SetOnClick(obj uintptr, fn interface{})

func LinkLabel_SetOnDblClick

func LinkLabel_SetOnDblClick(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_SetParentDoubleBuffered

func LinkLabel_SetParentDoubleBuffered(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_SetParentWindow

func LinkLabel_SetParentWindow(obj uintptr, value HWND)

func LinkLabel_SetPopupMenu

func LinkLabel_SetPopupMenu(obj uintptr, value uintptr)

func LinkLabel_SetShowHint

func LinkLabel_SetShowHint(obj uintptr, value bool)

func LinkLabel_SetStyleElements

func LinkLabel_SetStyleElements(obj uintptr, value TStyleElements)

func LinkLabel_SetTabOrder

func LinkLabel_SetTabOrder(obj uintptr, value uint16)

func LinkLabel_SetTabStop

func LinkLabel_SetTabStop(obj uintptr, value bool)

func LinkLabel_SetTag

func LinkLabel_SetTag(obj uintptr, value int)

func LinkLabel_SetTop

func LinkLabel_SetTop(obj uintptr, value int32)

func LinkLabel_SetUseVisualStyle

func LinkLabel_SetUseVisualStyle(obj uintptr, value bool)

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_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_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_Clear

func ListBox_Clear(obj uintptr)

func ListBox_ClearSelection

func ListBox_ClearSelection(obj uintptr)

func ListBox_Create

func ListBox_Create(obj uintptr) uintptr

func ListBox_DeleteSelected

func ListBox_DeleteSelected(obj uintptr)

func ListBox_Equals

func ListBox_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ListBox_GetAlignWithMargins(obj uintptr) bool

func ListBox_GetAnchors

func ListBox_GetAnchors(obj uintptr) TAnchors

func ListBox_GetAutoComplete

func ListBox_GetAutoComplete(obj uintptr) bool

func ListBox_GetAutoCompleteDelay

func ListBox_GetAutoCompleteDelay(obj uintptr) uint32

func ListBox_GetBevelEdges

func ListBox_GetBevelEdges(obj uintptr) TBevelEdges

func ListBox_GetBevelInner

func ListBox_GetBevelInner(obj uintptr) TBevelCut

func ListBox_GetBevelKind

func ListBox_GetBevelKind(obj uintptr) TBevelKind

func ListBox_GetBevelOuter

func ListBox_GetBevelOuter(obj uintptr) TBevelCut

func ListBox_GetBiDiMode

func ListBox_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ListBox_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ListBox_GetControlCount(obj uintptr) int32

func ListBox_GetControls

func ListBox_GetControls(obj uintptr, Index int32) uintptr

func ListBox_GetCount added in v1.1.3

func ListBox_GetCount(obj uintptr) int32

func ListBox_GetCursor

func ListBox_GetCursor(obj uintptr) TCursor

func ListBox_GetCustomHint added in v1.1.0

func ListBox_GetCustomHint(obj uintptr) uintptr

func ListBox_GetDoubleBuffered

func ListBox_GetDoubleBuffered(obj uintptr) bool

func ListBox_GetEnabled

func ListBox_GetEnabled(obj uintptr) bool

func ListBox_GetExplicitHeight

func ListBox_GetExplicitHeight(obj uintptr) int32

func ListBox_GetExplicitLeft

func ListBox_GetExplicitLeft(obj uintptr) int32

func ListBox_GetExplicitTop

func ListBox_GetExplicitTop(obj uintptr) int32

func ListBox_GetExplicitWidth

func ListBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ListBox_GetMargins(obj uintptr) uintptr

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_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_GetParentCtl3D

func ListBox_GetParentCtl3D(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_GetStyleElements

func ListBox_GetStyleElements(obj uintptr) TStyleElements

func ListBox_GetTabOrder

func ListBox_GetTabOrder(obj uintptr) uint16

func ListBox_GetTabStop

func ListBox_GetTabStop(obj uintptr) bool

func ListBox_GetTabWidth

func ListBox_GetTabWidth(obj uintptr) int32

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 added in v1.1.0

func ListBox_GetTextLen(obj uintptr) int32

func ListBox_GetTop

func ListBox_GetTop(obj uintptr) int32

func ListBox_GetVisible

func ListBox_GetVisible(obj uintptr) bool

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_Invalidate

func ListBox_Invalidate(obj uintptr)

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_Repaint

func ListBox_Repaint(obj uintptr)

func ListBox_ScaleBy

func ListBox_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ListBox_SetAlignWithMargins(obj uintptr, value bool)

func ListBox_SetAnchors

func ListBox_SetAnchors(obj uintptr, value TAnchors)

func ListBox_SetAutoComplete

func ListBox_SetAutoComplete(obj uintptr, value bool)

func ListBox_SetAutoCompleteDelay

func ListBox_SetAutoCompleteDelay(obj uintptr, value uint32)

func ListBox_SetBevelEdges

func ListBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func ListBox_SetBevelInner

func ListBox_SetBevelInner(obj uintptr, value TBevelCut)

func ListBox_SetBevelKind

func ListBox_SetBevelKind(obj uintptr, value TBevelKind)

func ListBox_SetBevelOuter

func ListBox_SetBevelOuter(obj uintptr, value TBevelCut)

func ListBox_SetBiDiMode

func ListBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCount added in v1.1.3

func ListBox_SetCount(obj uintptr, value int32)

func ListBox_SetCursor

func ListBox_SetCursor(obj uintptr, value TCursor)

func ListBox_SetCustomHint added in v1.1.0

func ListBox_SetCustomHint(obj uintptr, value uintptr)

func ListBox_SetDoubleBuffered

func ListBox_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func ListBox_SetMargins(obj uintptr, value uintptr)

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_SetOnDblClick

func ListBox_SetOnDblClick(obj uintptr, fn interface{})

func ListBox_SetOnDrawItem added in v1.0.2

func ListBox_SetOnDrawItem(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_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_SetParent

func ListBox_SetParent(obj uintptr, value uintptr)

func ListBox_SetParentColor

func ListBox_SetParentColor(obj uintptr, value bool)

func ListBox_SetParentCtl3D

func ListBox_SetParentCtl3D(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_SetStyleElements

func ListBox_SetStyleElements(obj uintptr, value TStyleElements)

func ListBox_SetTabOrder

func ListBox_SetTabOrder(obj uintptr, value uint16)

func ListBox_SetTabStop

func ListBox_SetTabStop(obj uintptr, value bool)

func ListBox_SetTabWidth

func ListBox_SetTabWidth(obj uintptr, value int32)

func ListBox_SetTag

func ListBox_SetTag(obj uintptr, value int)

func ListBox_SetTop

func ListBox_SetTop(obj uintptr, value int32)

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_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_Create

func ListColumn_Create() 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_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 added in v1.3.0

func ListColumn_GetMaxWidth(obj uintptr) int32

func ListColumn_GetMinWidth added in v1.3.0

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_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_SetImageIndex

func ListColumn_SetImageIndex(obj uintptr, value int32)

func ListColumn_SetIndex

func ListColumn_SetIndex(obj uintptr, value int32)

func ListColumn_SetMaxWidth added in v1.3.0

func ListColumn_SetMaxWidth(obj uintptr, value int32)

func ListColumn_SetMinWidth added in v1.3.0

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_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_Clear

func ListColumns_Clear(obj uintptr)

func ListColumns_Create

func ListColumns_Create() 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_Free

func ListColumns_Free(obj uintptr)

func ListColumns_GetCapacity added in v1.1.3

func ListColumns_GetCapacity(obj uintptr) int32

func ListColumns_GetCount added in v1.1.3

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_Insert

func ListColumns_Insert(obj uintptr, Index int32) uintptr

func ListColumns_Owner

func ListColumns_Owner(obj uintptr) uintptr

func ListColumns_SetCapacity added in v1.1.3

func ListColumns_SetCapacity(obj uintptr, value int32)

func ListColumns_SetItems

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

func ListColumns_ToString

func ListColumns_ToString(obj uintptr) string

func ListGroup_Assign

func ListGroup_Assign(obj uintptr, Source uintptr)

func ListGroup_ClassName

func ListGroup_ClassName(obj uintptr) string

func ListGroup_Create

func ListGroup_Create() uintptr

func ListGroup_Equals

func ListGroup_Equals(obj uintptr, Obj uintptr) bool

func ListGroup_Free

func ListGroup_Free(obj uintptr)

func ListGroup_GetFooter

func ListGroup_GetFooter(obj uintptr) string

func ListGroup_GetFooterAlign

func ListGroup_GetFooterAlign(obj uintptr) TAlignment

func ListGroup_GetGroupID

func ListGroup_GetGroupID(obj uintptr) int32

func ListGroup_GetHashCode

func ListGroup_GetHashCode(obj uintptr) int32

func ListGroup_GetHeader

func ListGroup_GetHeader(obj uintptr) string

func ListGroup_GetHeaderAlign

func ListGroup_GetHeaderAlign(obj uintptr) TAlignment

func ListGroup_GetIndex

func ListGroup_GetIndex(obj uintptr) int32

func ListGroup_GetNamePath

func ListGroup_GetNamePath(obj uintptr) string

func ListGroup_GetState

func ListGroup_GetState(obj uintptr) TListGroupStateSet

func ListGroup_GetSubtitle

func ListGroup_GetSubtitle(obj uintptr) string

func ListGroup_GetTitleImage

func ListGroup_GetTitleImage(obj uintptr) int32

func ListGroup_SetFooter

func ListGroup_SetFooter(obj uintptr, value string)

func ListGroup_SetFooterAlign

func ListGroup_SetFooterAlign(obj uintptr, value TAlignment)

func ListGroup_SetGroupID

func ListGroup_SetGroupID(obj uintptr, value int32)

func ListGroup_SetHeader

func ListGroup_SetHeader(obj uintptr, value string)

func ListGroup_SetHeaderAlign

func ListGroup_SetHeaderAlign(obj uintptr, value TAlignment)

func ListGroup_SetIndex

func ListGroup_SetIndex(obj uintptr, value int32)

func ListGroup_SetState

func ListGroup_SetState(obj uintptr, value TListGroupStateSet)

func ListGroup_SetSubtitle

func ListGroup_SetSubtitle(obj uintptr, value string)

func ListGroup_SetTitleImage

func ListGroup_SetTitleImage(obj uintptr, value int32)

func ListGroup_ToString

func ListGroup_ToString(obj uintptr) string

func ListGroups_Add

func ListGroups_Add(obj uintptr) uintptr

func ListGroups_Assign

func ListGroups_Assign(obj uintptr, Source uintptr)

func ListGroups_BeginUpdate

func ListGroups_BeginUpdate(obj uintptr)

func ListGroups_ClassName

func ListGroups_ClassName(obj uintptr) string

func ListGroups_Clear

func ListGroups_Clear(obj uintptr)

func ListGroups_Create

func ListGroups_Create() uintptr

func ListGroups_Delete

func ListGroups_Delete(obj uintptr, Index int32)

func ListGroups_EndUpdate

func ListGroups_EndUpdate(obj uintptr)

func ListGroups_Equals

func ListGroups_Equals(obj uintptr, Obj uintptr) bool

func ListGroups_Free

func ListGroups_Free(obj uintptr)

func ListGroups_GetCapacity added in v1.1.3

func ListGroups_GetCapacity(obj uintptr) int32

func ListGroups_GetCount added in v1.1.3

func ListGroups_GetCount(obj uintptr) int32

func ListGroups_GetHashCode

func ListGroups_GetHashCode(obj uintptr) int32

func ListGroups_GetItems

func ListGroups_GetItems(obj uintptr, Index int32) uintptr

func ListGroups_GetNamePath

func ListGroups_GetNamePath(obj uintptr) string

func ListGroups_Insert

func ListGroups_Insert(obj uintptr, Index int32) uintptr

func ListGroups_Owner

func ListGroups_Owner(obj uintptr) uintptr

func ListGroups_SetCapacity added in v1.1.3

func ListGroups_SetCapacity(obj uintptr, value int32)

func ListGroups_SetItems

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

func ListGroups_ToString

func ListGroups_ToString(obj uintptr) string

func ListItem_Assign

func ListItem_Assign(obj uintptr, Source uintptr)

func ListItem_CancelEdit

func ListItem_CancelEdit(obj uintptr)

func ListItem_ClassName

func ListItem_ClassName(obj uintptr) string

func ListItem_Create

func ListItem_Create() uintptr

func ListItem_Delete

func ListItem_Delete(obj uintptr)

func ListItem_DisplayRect added in v1.1.3

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) uintptr

func ListItem_GetDeleting

func ListItem_GetDeleting(obj uintptr) bool

func ListItem_GetDropTarget

func ListItem_GetDropTarget(obj uintptr) bool

func ListItem_GetFocused

func ListItem_GetFocused(obj uintptr) bool

func ListItem_GetGroupID

func ListItem_GetGroupID(obj uintptr) int32

func ListItem_GetHandle

func ListItem_GetHandle(obj uintptr) HWND

func ListItem_GetHashCode

func ListItem_GetHashCode(obj uintptr) int32

func ListItem_GetImageIndex

func ListItem_GetImageIndex(obj uintptr) int32

func ListItem_GetIndent

func ListItem_GetIndent(obj uintptr) int32

func ListItem_GetIndex

func ListItem_GetIndex(obj uintptr) int32

func ListItem_GetLeft

func ListItem_GetLeft(obj uintptr) int32

func ListItem_GetNamePath

func ListItem_GetNamePath(obj uintptr) string

func ListItem_GetOverlayIndex

func ListItem_GetOverlayIndex(obj uintptr) int32

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_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 uintptr)

func ListItem_SetDropTarget

func ListItem_SetDropTarget(obj uintptr, value bool)

func ListItem_SetFocused

func ListItem_SetFocused(obj uintptr, value bool)

func ListItem_SetGroupID

func ListItem_SetGroupID(obj uintptr, value int32)

func ListItem_SetImageIndex

func ListItem_SetImageIndex(obj uintptr, value int32)

func ListItem_SetIndent

func ListItem_SetIndent(obj uintptr, value int32)

func ListItem_SetLeft

func ListItem_SetLeft(obj uintptr, value int32)

func ListItem_SetOverlayIndex

func ListItem_SetOverlayIndex(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_ToString

func ListItem_ToString(obj uintptr) string

func ListItem_Update

func ListItem_Update(obj uintptr)

func ListItem_WorkArea

func ListItem_WorkArea(obj uintptr) int32

func ListItems_Add

func ListItems_Add(obj uintptr) uintptr

func ListItems_AddItem

func ListItems_AddItem(obj uintptr, Item uintptr, Index int32) 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_Clear

func ListItems_Clear(obj uintptr)

func ListItems_Create

func ListItems_Create() 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 added in v1.1.3

func ListItems_GetCount(obj uintptr) int32

func ListItems_GetHandle

func ListItems_GetHandle(obj uintptr) HWND

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_Insert

func ListItems_Insert(obj uintptr, Index int32) uintptr

func ListItems_SetCount added in v1.1.3

func ListItems_SetCount(obj uintptr, value int32)

func ListItems_SetItem

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

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_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_Clear

func ListView_Clear(obj uintptr)

func ListView_ClearSelection

func ListView_ClearSelection(obj uintptr)

func ListView_Create

func ListView_Create(obj uintptr) uintptr

func ListView_CustomSort added in v1.0.4

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

func ListView_DeleteSelected

func ListView_DeleteSelected(obj uintptr)

func ListView_Equals

func ListView_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ListView_GetAlignWithMargins(obj uintptr) bool

func ListView_GetAllocBy

func ListView_GetAllocBy(obj uintptr) int32

func ListView_GetAnchors

func ListView_GetAnchors(obj uintptr) TAnchors

func ListView_GetBevelEdges

func ListView_GetBevelEdges(obj uintptr) TBevelEdges

func ListView_GetBevelInner

func ListView_GetBevelInner(obj uintptr) TBevelCut

func ListView_GetBevelKind

func ListView_GetBevelKind(obj uintptr) TBevelKind

func ListView_GetBevelOuter

func ListView_GetBevelOuter(obj uintptr) TBevelCut

func ListView_GetBiDiMode

func ListView_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ListView_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ListView_GetControlCount(obj uintptr) int32

func ListView_GetControls

func ListView_GetControls(obj uintptr, Index int32) uintptr

func ListView_GetCursor

func ListView_GetCursor(obj uintptr) TCursor

func ListView_GetCustomHint added in v1.1.0

func ListView_GetCustomHint(obj uintptr) uintptr

func ListView_GetDoubleBuffered

func ListView_GetDoubleBuffered(obj uintptr) bool

func ListView_GetDropTarget

func ListView_GetDropTarget(obj uintptr) uintptr

func ListView_GetEnabled

func ListView_GetEnabled(obj uintptr) bool

func ListView_GetExplicitHeight

func ListView_GetExplicitHeight(obj uintptr) int32

func ListView_GetExplicitLeft

func ListView_GetExplicitLeft(obj uintptr) int32

func ListView_GetExplicitTop

func ListView_GetExplicitTop(obj uintptr) int32

func ListView_GetExplicitWidth

func ListView_GetExplicitWidth(obj uintptr) int32

func ListView_GetFlatScrollBars

func ListView_GetFlatScrollBars(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_GetGroupHeaderImages

func ListView_GetGroupHeaderImages(obj uintptr) uintptr

func ListView_GetGroupView

func ListView_GetGroupView(obj uintptr) bool

func ListView_GetGroups

func ListView_GetGroups(obj uintptr) uintptr

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_GetHoverTime

func ListView_GetHoverTime(obj uintptr) int32

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_GetLeft

func ListView_GetLeft(obj uintptr) int32

func ListView_GetMargins

func ListView_GetMargins(obj uintptr) uintptr

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_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_GetSearchString

func ListView_GetSearchString(obj uintptr) string

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_GetShowWorkAreas

func ListView_GetShowWorkAreas(obj uintptr) bool

func ListView_GetSmallImages

func ListView_GetSmallImages(obj uintptr) uintptr

func ListView_GetSortType

func ListView_GetSortType(obj uintptr) TSortType

func ListView_GetStateImages

func ListView_GetStateImages(obj uintptr) uintptr

func ListView_GetStyleElements

func ListView_GetStyleElements(obj uintptr) TStyleElements

func ListView_GetTabOrder

func ListView_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func ListView_GetTextLen(obj uintptr) int32

func ListView_GetTop

func ListView_GetTop(obj uintptr) int32

func ListView_GetTopItem

func ListView_GetTopItem(obj uintptr) uintptr

func ListView_GetViewStyle

func ListView_GetViewStyle(obj uintptr) TViewStyle

func ListView_GetVisible

func ListView_GetVisible(obj uintptr) bool

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_Invalidate

func ListView_Invalidate(obj uintptr)

func ListView_IsEditing

func ListView_IsEditing(obj uintptr) bool

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_Repaint

func ListView_Repaint(obj uintptr)

func ListView_ScaleBy

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

func ListView_Scroll

func ListView_Scroll(obj uintptr, DX int32, DY 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_SetAlignWithMargins

func ListView_SetAlignWithMargins(obj uintptr, value bool)

func ListView_SetAllocBy

func ListView_SetAllocBy(obj uintptr, value int32)

func ListView_SetAnchors

func ListView_SetAnchors(obj uintptr, value TAnchors)

func ListView_SetBevelEdges

func ListView_SetBevelEdges(obj uintptr, value TBevelEdges)

func ListView_SetBevelInner

func ListView_SetBevelInner(obj uintptr, value TBevelCut)

func ListView_SetBevelKind

func ListView_SetBevelKind(obj uintptr, value TBevelKind)

func ListView_SetBevelOuter

func ListView_SetBevelOuter(obj uintptr, value TBevelCut)

func ListView_SetBiDiMode

func ListView_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func ListView_SetCursor(obj uintptr, value TCursor)

func ListView_SetCustomHint added in v1.1.0

func ListView_SetCustomHint(obj uintptr, value uintptr)

func ListView_SetDoubleBuffered

func ListView_SetDoubleBuffered(obj uintptr, value bool)

func ListView_SetDropTarget

func ListView_SetDropTarget(obj uintptr, value uintptr)

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_SetGroupHeaderImages

func ListView_SetGroupHeaderImages(obj uintptr, value uintptr)

func ListView_SetGroupView

func ListView_SetGroupView(obj uintptr, value bool)

func ListView_SetGroups

func ListView_SetGroups(obj uintptr, value uintptr)

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_SetHoverTime

func ListView_SetHoverTime(obj uintptr, value int32)

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_SetLeft

func ListView_SetLeft(obj uintptr, value int32)

func ListView_SetMargins

func ListView_SetMargins(obj uintptr, value uintptr)

func ListView_SetMultiSelect

func ListView_SetMultiSelect(obj uintptr, value bool)

func ListView_SetName

func ListView_SetName(obj uintptr, value string)

func ListView_SetOnAdvancedCustomDraw added in v1.1.3

func ListView_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})

func ListView_SetOnAdvancedCustomDrawItem added in v1.1.3

func ListView_SetOnAdvancedCustomDrawItem(obj uintptr, fn interface{})

func ListView_SetOnAdvancedCustomDrawSubItem added in v1.1.3

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 added in v1.0.2

func ListView_SetOnColumnClick(obj uintptr, fn interface{})

func ListView_SetOnColumnRightClick added in v1.0.2

func ListView_SetOnColumnRightClick(obj uintptr, fn interface{})

func ListView_SetOnCompare added in v1.0.4

func ListView_SetOnCompare(obj uintptr, fn interface{})

func ListView_SetOnDblClick

func ListView_SetOnDblClick(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_SetOnGetImageIndex added in v1.0.2

func ListView_SetOnGetImageIndex(obj uintptr, fn interface{})

func ListView_SetOnItemChecked added in v1.0.2

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 added in v1.0.2

func ListView_SetOnSelectItem(obj uintptr, fn interface{})

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_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_SetShowWorkAreas

func ListView_SetShowWorkAreas(obj uintptr, value bool)

func ListView_SetSmallImages

func ListView_SetSmallImages(obj uintptr, value uintptr)

func ListView_SetSortType

func ListView_SetSortType(obj uintptr, value TSortType)

func ListView_SetStateImages

func ListView_SetStateImages(obj uintptr, value uintptr)

func ListView_SetStyleElements

func ListView_SetStyleElements(obj uintptr, value TStyleElements)

func ListView_SetTabOrder

func ListView_SetTabOrder(obj uintptr, value uint16)

func ListView_SetTabStop

func ListView_SetTabStop(obj uintptr, value bool)

func ListView_SetTag

func ListView_SetTag(obj uintptr, value int)

func ListView_SetTop

func ListView_SetTop(obj uintptr, value int32)

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_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_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 added in v1.1.3

func List_GetCapacity(obj uintptr) int32

func List_GetCount added in v1.1.3

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_Insert

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

func List_Move

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

func List_SetCapacity added in v1.1.3

func List_SetCapacity(obj uintptr, value int32)

func List_SetCount added in v1.1.3

func List_SetCount(obj uintptr, value int32)

func List_SetItems

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

func List_ToString

func List_ToString(obj uintptr) string
func MainMenu_Assign(obj uintptr, Source uintptr)
func MainMenu_ClassName(obj uintptr) string
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_GetAutoHotkeys(obj uintptr) TMenuAutoFlag
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_GetItems(obj uintptr) uintptr
func MainMenu_GetName(obj uintptr) string
func MainMenu_GetNamePath(obj uintptr) string
func MainMenu_GetOwner(obj uintptr) uintptr
func MainMenu_GetTag(obj uintptr) int
func MainMenu_GetWindowHandle(obj uintptr) HWND
func MainMenu_HasParent(obj uintptr) bool
func MainMenu_SetAutoHotkeys(obj uintptr, value TMenuAutoFlag)
func MainMenu_SetBiDiMode(obj uintptr, value TBiDiMode)
func MainMenu_SetComponentIndex(obj uintptr, value int32)
func MainMenu_SetImages(obj uintptr, value uintptr)
func MainMenu_SetName(obj uintptr, value string)
func MainMenu_SetOnChange(obj uintptr, fn interface{})
func MainMenu_SetTag(obj uintptr, value int)
func MainMenu_SetWindowHandle(obj uintptr, value HWND)
func MainMenu_ToString(obj uintptr) string

func Margins_Assign

func Margins_Assign(obj uintptr, Source uintptr)

func Margins_ClassName

func Margins_ClassName(obj uintptr) string

func Margins_Create

func Margins_Create() uintptr

func Margins_Equals

func Margins_Equals(obj uintptr, Obj uintptr) bool

func Margins_Free

func Margins_Free(obj uintptr)

func Margins_GetBottom

func Margins_GetBottom(obj uintptr) int32

func Margins_GetControlHeight

func Margins_GetControlHeight(obj uintptr) int32

func Margins_GetControlLeft

func Margins_GetControlLeft(obj uintptr) int32

func Margins_GetControlTop

func Margins_GetControlTop(obj uintptr) int32

func Margins_GetControlWidth

func Margins_GetControlWidth(obj uintptr) int32

func Margins_GetExplicitHeight

func Margins_GetExplicitHeight(obj uintptr) int32

func Margins_GetExplicitLeft

func Margins_GetExplicitLeft(obj uintptr) int32

func Margins_GetExplicitTop

func Margins_GetExplicitTop(obj uintptr) int32

func Margins_GetExplicitWidth

func Margins_GetExplicitWidth(obj uintptr) int32

func Margins_GetHashCode

func Margins_GetHashCode(obj uintptr) int32

func Margins_GetLeft

func Margins_GetLeft(obj uintptr) int32

func Margins_GetNamePath

func Margins_GetNamePath(obj uintptr) string

func Margins_GetRight

func Margins_GetRight(obj uintptr) int32

func Margins_GetTop

func Margins_GetTop(obj uintptr) int32

func Margins_SetBottom

func Margins_SetBottom(obj uintptr, value int32)

func Margins_SetBounds

func Margins_SetBounds(obj uintptr, ALeft int32, ATop int32, ARight int32, ABottom int32)

func Margins_SetLeft

func Margins_SetLeft(obj uintptr, value int32)

func Margins_SetOnChange

func Margins_SetOnChange(obj uintptr, fn interface{})

func Margins_SetRight

func Margins_SetRight(obj uintptr, value int32)

func Margins_SetTop

func Margins_SetTop(obj uintptr, value int32)

func Margins_ToString

func Margins_ToString(obj uintptr) string

func MaskEdit_Assign added in v1.1.0

func MaskEdit_Assign(obj uintptr, Source uintptr)

func MaskEdit_BringToFront added in v1.1.0

func MaskEdit_BringToFront(obj uintptr)

func MaskEdit_CanFocus added in v1.1.0

func MaskEdit_CanFocus(obj uintptr) bool

func MaskEdit_ClassName added in v1.1.0

func MaskEdit_ClassName(obj uintptr) string

func MaskEdit_Clear added in v1.1.0

func MaskEdit_Clear(obj uintptr)

func MaskEdit_ClearSelection added in v1.1.0

func MaskEdit_ClearSelection(obj uintptr)

func MaskEdit_CopyToClipboard added in v1.1.0

func MaskEdit_CopyToClipboard(obj uintptr)

func MaskEdit_Create added in v1.1.0

func MaskEdit_Create(obj uintptr) uintptr

func MaskEdit_CutToClipboard added in v1.1.0

func MaskEdit_CutToClipboard(obj uintptr)

func MaskEdit_Equals added in v1.1.0

func MaskEdit_Equals(obj uintptr, Obj uintptr) bool

func MaskEdit_FindComponent added in v1.1.0

func MaskEdit_FindComponent(obj uintptr, AName string) uintptr

func MaskEdit_FlipChildren added in v1.1.0

func MaskEdit_FlipChildren(obj uintptr, AllLevels bool)

func MaskEdit_Focused added in v1.1.0

func MaskEdit_Focused(obj uintptr) bool

func MaskEdit_Free added in v1.1.0

func MaskEdit_Free(obj uintptr)

func MaskEdit_GetAction added in v1.1.0

func MaskEdit_GetAction(obj uintptr) uintptr

func MaskEdit_GetAlign added in v1.1.0

func MaskEdit_GetAlign(obj uintptr) TAlign

func MaskEdit_GetAlignWithMargins added in v1.1.0

func MaskEdit_GetAlignWithMargins(obj uintptr) bool

func MaskEdit_GetAlignment added in v1.1.0

func MaskEdit_GetAlignment(obj uintptr) TAlignment

func MaskEdit_GetAnchors added in v1.1.0

func MaskEdit_GetAnchors(obj uintptr) TAnchors

func MaskEdit_GetAutoSelect added in v1.1.0

func MaskEdit_GetAutoSelect(obj uintptr) bool

func MaskEdit_GetAutoSize added in v1.1.0

func MaskEdit_GetAutoSize(obj uintptr) bool

func MaskEdit_GetBevelEdges added in v1.1.0

func MaskEdit_GetBevelEdges(obj uintptr) TBevelEdges

func MaskEdit_GetBevelInner added in v1.1.0

func MaskEdit_GetBevelInner(obj uintptr) TBevelCut

func MaskEdit_GetBevelKind added in v1.1.0

func MaskEdit_GetBevelKind(obj uintptr) TBevelKind

func MaskEdit_GetBevelOuter added in v1.1.0

func MaskEdit_GetBevelOuter(obj uintptr) TBevelCut

func MaskEdit_GetBiDiMode added in v1.1.0

func MaskEdit_GetBiDiMode(obj uintptr) TBiDiMode

func MaskEdit_GetBorderStyle added in v1.1.0

func MaskEdit_GetBorderStyle(obj uintptr) TBorderStyle

func MaskEdit_GetBoundsRect added in v1.1.0

func MaskEdit_GetBoundsRect(obj uintptr) TRect

func MaskEdit_GetBrush added in v1.1.0

func MaskEdit_GetBrush(obj uintptr) uintptr

func MaskEdit_GetClientHeight added in v1.1.0

func MaskEdit_GetClientHeight(obj uintptr) int32

func MaskEdit_GetClientRect added in v1.1.0

func MaskEdit_GetClientRect(obj uintptr) TRect

func MaskEdit_GetClientWidth added in v1.1.0

func MaskEdit_GetClientWidth(obj uintptr) int32

func MaskEdit_GetColor added in v1.1.0

func MaskEdit_GetColor(obj uintptr) TColor

func MaskEdit_GetComponentCount added in v1.1.0

func MaskEdit_GetComponentCount(obj uintptr) int32

func MaskEdit_GetComponentIndex added in v1.1.0

func MaskEdit_GetComponentIndex(obj uintptr) int32

func MaskEdit_GetComponents added in v1.1.0

func MaskEdit_GetComponents(obj uintptr, AIndex int32) uintptr

func MaskEdit_GetControlCount added in v1.1.0

func MaskEdit_GetControlCount(obj uintptr) int32

func MaskEdit_GetControls added in v1.1.0

func MaskEdit_GetControls(obj uintptr, Index int32) uintptr

func MaskEdit_GetCursor added in v1.1.0

func MaskEdit_GetCursor(obj uintptr) TCursor

func MaskEdit_GetCustomHint added in v1.1.0

func MaskEdit_GetCustomHint(obj uintptr) uintptr

func MaskEdit_GetDoubleBuffered added in v1.1.0

func MaskEdit_GetDoubleBuffered(obj uintptr) bool

func MaskEdit_GetEditText added in v1.1.0

func MaskEdit_GetEditText(obj uintptr) string

func MaskEdit_GetEnabled added in v1.1.0

func MaskEdit_GetEnabled(obj uintptr) bool

func MaskEdit_GetExplicitHeight added in v1.1.0

func MaskEdit_GetExplicitHeight(obj uintptr) int32

func MaskEdit_GetExplicitLeft added in v1.1.0

func MaskEdit_GetExplicitLeft(obj uintptr) int32

func MaskEdit_GetExplicitTop added in v1.1.0

func MaskEdit_GetExplicitTop(obj uintptr) int32

func MaskEdit_GetExplicitWidth added in v1.1.0

func MaskEdit_GetExplicitWidth(obj uintptr) int32

func MaskEdit_GetFont added in v1.1.0

func MaskEdit_GetFont(obj uintptr) uintptr

func MaskEdit_GetHandle added in v1.1.0

func MaskEdit_GetHandle(obj uintptr) HWND

func MaskEdit_GetHashCode added in v1.1.0

func MaskEdit_GetHashCode(obj uintptr) int32

func MaskEdit_GetHeight added in v1.1.0

func MaskEdit_GetHeight(obj uintptr) int32

func MaskEdit_GetHint added in v1.1.0

func MaskEdit_GetHint(obj uintptr) string

func MaskEdit_GetIsMasked added in v1.1.0

func MaskEdit_GetIsMasked(obj uintptr) bool

func MaskEdit_GetLeft added in v1.1.0

func MaskEdit_GetLeft(obj uintptr) int32

func MaskEdit_GetMargins added in v1.1.0

func MaskEdit_GetMargins(obj uintptr) uintptr

func MaskEdit_GetMaxLength added in v1.1.0

func MaskEdit_GetMaxLength(obj uintptr) int32

func MaskEdit_GetModified added in v1.1.0

func MaskEdit_GetModified(obj uintptr) bool

func MaskEdit_GetName added in v1.1.0

func MaskEdit_GetName(obj uintptr) string

func MaskEdit_GetNamePath added in v1.1.0

func MaskEdit_GetNamePath(obj uintptr) string

func MaskEdit_GetOwner added in v1.1.0

func MaskEdit_GetOwner(obj uintptr) uintptr

func MaskEdit_GetParent added in v1.1.0

func MaskEdit_GetParent(obj uintptr) uintptr

func MaskEdit_GetParentColor added in v1.1.0

func MaskEdit_GetParentColor(obj uintptr) bool

func MaskEdit_GetParentCtl3D added in v1.1.0

func MaskEdit_GetParentCtl3D(obj uintptr) bool

func MaskEdit_GetParentDoubleBuffered added in v1.1.0

func MaskEdit_GetParentDoubleBuffered(obj uintptr) bool

func MaskEdit_GetParentFont added in v1.1.0

func MaskEdit_GetParentFont(obj uintptr) bool

func MaskEdit_GetParentShowHint added in v1.1.0

func MaskEdit_GetParentShowHint(obj uintptr) bool

func MaskEdit_GetParentWindow added in v1.1.0

func MaskEdit_GetParentWindow(obj uintptr) HWND

func MaskEdit_GetPasswordChar added in v1.1.0

func MaskEdit_GetPasswordChar(obj uintptr) uint16

func MaskEdit_GetPopupMenu added in v1.1.0

func MaskEdit_GetPopupMenu(obj uintptr) uintptr

func MaskEdit_GetReadOnly added in v1.1.0

func MaskEdit_GetReadOnly(obj uintptr) bool

func MaskEdit_GetSelLength added in v1.1.0

func MaskEdit_GetSelLength(obj uintptr) int32

func MaskEdit_GetSelStart added in v1.1.0

func MaskEdit_GetSelStart(obj uintptr) int32

func MaskEdit_GetSelText added in v1.1.0

func MaskEdit_GetSelText(obj uintptr) string

func MaskEdit_GetSelTextBuf added in v1.1.0

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

func MaskEdit_GetShowHint added in v1.1.0

func MaskEdit_GetShowHint(obj uintptr) bool

func MaskEdit_GetStyleElements added in v1.1.0

func MaskEdit_GetStyleElements(obj uintptr) TStyleElements

func MaskEdit_GetTabOrder added in v1.1.0

func MaskEdit_GetTabOrder(obj uintptr) uint16

func MaskEdit_GetTabStop added in v1.1.0

func MaskEdit_GetTabStop(obj uintptr) bool

func MaskEdit_GetTag added in v1.1.0

func MaskEdit_GetTag(obj uintptr) int

func MaskEdit_GetText added in v1.1.0

func MaskEdit_GetText(obj uintptr) string

func MaskEdit_GetTextBuf added in v1.1.0

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

func MaskEdit_GetTextHint added in v1.1.0

func MaskEdit_GetTextHint(obj uintptr) string

func MaskEdit_GetTextLen added in v1.1.0

func MaskEdit_GetTextLen(obj uintptr) int32

func MaskEdit_GetTop added in v1.1.0

func MaskEdit_GetTop(obj uintptr) int32

func MaskEdit_GetVisible added in v1.1.0

func MaskEdit_GetVisible(obj uintptr) bool

func MaskEdit_GetWidth added in v1.1.0

func MaskEdit_GetWidth(obj uintptr) int32

func MaskEdit_HandleAllocated added in v1.1.0

func MaskEdit_HandleAllocated(obj uintptr) bool

func MaskEdit_HasParent added in v1.1.0

func MaskEdit_HasParent(obj uintptr) bool

func MaskEdit_Hide added in v1.1.0

func MaskEdit_Hide(obj uintptr)

func MaskEdit_Invalidate added in v1.1.0

func MaskEdit_Invalidate(obj uintptr)

func MaskEdit_PasteFromClipboard added in v1.1.0

func MaskEdit_PasteFromClipboard(obj uintptr)

func MaskEdit_Perform added in v1.1.0

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

func MaskEdit_Realign added in v1.1.0

func MaskEdit_Realign(obj uintptr)

func MaskEdit_Refresh added in v1.1.0

func MaskEdit_Refresh(obj uintptr)

func MaskEdit_Repaint added in v1.1.0

func MaskEdit_Repaint(obj uintptr)

func MaskEdit_ScaleBy added in v1.1.0

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

func MaskEdit_SelectAll added in v1.1.0

func MaskEdit_SelectAll(obj uintptr)

func MaskEdit_SendToBack added in v1.1.0

func MaskEdit_SendToBack(obj uintptr)

func MaskEdit_SetAction added in v1.1.0

func MaskEdit_SetAction(obj uintptr, value uintptr)

func MaskEdit_SetAlign added in v1.1.0

func MaskEdit_SetAlign(obj uintptr, value TAlign)

func MaskEdit_SetAlignWithMargins added in v1.1.0

func MaskEdit_SetAlignWithMargins(obj uintptr, value bool)

func MaskEdit_SetAlignment added in v1.1.0

func MaskEdit_SetAlignment(obj uintptr, value TAlignment)

func MaskEdit_SetAnchors added in v1.1.0

func MaskEdit_SetAnchors(obj uintptr, value TAnchors)

func MaskEdit_SetAutoSelect added in v1.1.0

func MaskEdit_SetAutoSelect(obj uintptr, value bool)

func MaskEdit_SetAutoSize added in v1.1.0

func MaskEdit_SetAutoSize(obj uintptr, value bool)

func MaskEdit_SetBevelEdges added in v1.1.0

func MaskEdit_SetBevelEdges(obj uintptr, value TBevelEdges)

func MaskEdit_SetBevelInner added in v1.1.0

func MaskEdit_SetBevelInner(obj uintptr, value TBevelCut)

func MaskEdit_SetBevelKind added in v1.1.0

func MaskEdit_SetBevelKind(obj uintptr, value TBevelKind)

func MaskEdit_SetBevelOuter added in v1.1.0

func MaskEdit_SetBevelOuter(obj uintptr, value TBevelCut)

func MaskEdit_SetBiDiMode added in v1.1.0

func MaskEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

func MaskEdit_SetBorderStyle added in v1.1.0

func MaskEdit_SetBorderStyle(obj uintptr, value TBorderStyle)

func MaskEdit_SetBounds added in v1.1.0

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

func MaskEdit_SetBoundsRect added in v1.1.0

func MaskEdit_SetBoundsRect(obj uintptr, value TRect)

func MaskEdit_SetClientHeight added in v1.1.0

func MaskEdit_SetClientHeight(obj uintptr, value int32)

func MaskEdit_SetClientWidth added in v1.1.0

func MaskEdit_SetClientWidth(obj uintptr, value int32)

func MaskEdit_SetColor added in v1.1.0

func MaskEdit_SetColor(obj uintptr, value TColor)

func MaskEdit_SetComponentIndex added in v1.1.0

func MaskEdit_SetComponentIndex(obj uintptr, value int32)

func MaskEdit_SetCursor added in v1.1.0

func MaskEdit_SetCursor(obj uintptr, value TCursor)

func MaskEdit_SetCustomHint added in v1.1.0

func MaskEdit_SetCustomHint(obj uintptr, value uintptr)

func MaskEdit_SetDoubleBuffered added in v1.1.0

func MaskEdit_SetDoubleBuffered(obj uintptr, value bool)

func MaskEdit_SetEditText added in v1.1.0

func MaskEdit_SetEditText(obj uintptr, value string)

func MaskEdit_SetEnabled added in v1.1.0

func MaskEdit_SetEnabled(obj uintptr, value bool)

func MaskEdit_SetFocus added in v1.1.0

func MaskEdit_SetFocus(obj uintptr)

func MaskEdit_SetFont added in v1.1.0

func MaskEdit_SetFont(obj uintptr, value uintptr)

func MaskEdit_SetHeight added in v1.1.0

func MaskEdit_SetHeight(obj uintptr, value int32)

func MaskEdit_SetHint added in v1.1.0

func MaskEdit_SetHint(obj uintptr, value string)

func MaskEdit_SetLeft added in v1.1.0

func MaskEdit_SetLeft(obj uintptr, value int32)

func MaskEdit_SetMargins added in v1.1.0

func MaskEdit_SetMargins(obj uintptr, value uintptr)

func MaskEdit_SetMaxLength added in v1.1.0

func MaskEdit_SetMaxLength(obj uintptr, value int32)

func MaskEdit_SetModified added in v1.1.0

func MaskEdit_SetModified(obj uintptr, value bool)

func MaskEdit_SetName added in v1.1.0

func MaskEdit_SetName(obj uintptr, value string)

func MaskEdit_SetOnChange added in v1.1.0

func MaskEdit_SetOnChange(obj uintptr, fn interface{})

func MaskEdit_SetOnClick added in v1.1.0

func MaskEdit_SetOnClick(obj uintptr, fn interface{})

func MaskEdit_SetOnDblClick added in v1.1.0

func MaskEdit_SetOnDblClick(obj uintptr, fn interface{})

func MaskEdit_SetOnEnter added in v1.1.0

func MaskEdit_SetOnEnter(obj uintptr, fn interface{})

func MaskEdit_SetOnExit added in v1.1.0

func MaskEdit_SetOnExit(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyDown added in v1.1.0

func MaskEdit_SetOnKeyDown(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyPress added in v1.1.0

func MaskEdit_SetOnKeyPress(obj uintptr, fn interface{})

func MaskEdit_SetOnKeyUp added in v1.1.0

func MaskEdit_SetOnKeyUp(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseDown added in v1.1.0

func MaskEdit_SetOnMouseDown(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseEnter added in v1.1.0

func MaskEdit_SetOnMouseEnter(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseLeave added in v1.1.0

func MaskEdit_SetOnMouseLeave(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseMove added in v1.1.0

func MaskEdit_SetOnMouseMove(obj uintptr, fn interface{})

func MaskEdit_SetOnMouseUp added in v1.1.0

func MaskEdit_SetOnMouseUp(obj uintptr, fn interface{})

func MaskEdit_SetParent added in v1.1.0

func MaskEdit_SetParent(obj uintptr, value uintptr)

func MaskEdit_SetParentColor added in v1.1.0

func MaskEdit_SetParentColor(obj uintptr, value bool)

func MaskEdit_SetParentCtl3D added in v1.1.0

func MaskEdit_SetParentCtl3D(obj uintptr, value bool)

func MaskEdit_SetParentDoubleBuffered added in v1.1.0

func MaskEdit_SetParentDoubleBuffered(obj uintptr, value bool)

func MaskEdit_SetParentFont added in v1.1.0

func MaskEdit_SetParentFont(obj uintptr, value bool)

func MaskEdit_SetParentShowHint added in v1.1.0

func MaskEdit_SetParentShowHint(obj uintptr, value bool)

func MaskEdit_SetParentWindow added in v1.1.0

func MaskEdit_SetParentWindow(obj uintptr, value HWND)

func MaskEdit_SetPasswordChar added in v1.1.0

func MaskEdit_SetPasswordChar(obj uintptr, value uint16)

func MaskEdit_SetPopupMenu added in v1.1.0

func MaskEdit_SetPopupMenu(obj uintptr, value uintptr)

func MaskEdit_SetReadOnly added in v1.1.0

func MaskEdit_SetReadOnly(obj uintptr, value bool)

func MaskEdit_SetSelLength added in v1.1.0

func MaskEdit_SetSelLength(obj uintptr, value int32)

func MaskEdit_SetSelStart added in v1.1.0

func MaskEdit_SetSelStart(obj uintptr, value int32)

func MaskEdit_SetSelText added in v1.1.0

func MaskEdit_SetSelText(obj uintptr, value string)

func MaskEdit_SetShowHint added in v1.1.0

func MaskEdit_SetShowHint(obj uintptr, value bool)

func MaskEdit_SetStyleElements added in v1.1.0

func MaskEdit_SetStyleElements(obj uintptr, value TStyleElements)

func MaskEdit_SetTabOrder added in v1.1.0

func MaskEdit_SetTabOrder(obj uintptr, value uint16)

func MaskEdit_SetTabStop added in v1.1.0

func MaskEdit_SetTabStop(obj uintptr, value bool)

func MaskEdit_SetTag added in v1.1.0

func MaskEdit_SetTag(obj uintptr, value int)

func MaskEdit_SetText added in v1.1.0

func MaskEdit_SetText(obj uintptr, value string)

func MaskEdit_SetTextHint added in v1.1.0

func MaskEdit_SetTextHint(obj uintptr, value string)

func MaskEdit_SetTop added in v1.1.0

func MaskEdit_SetTop(obj uintptr, value int32)

func MaskEdit_SetVisible added in v1.1.0

func MaskEdit_SetVisible(obj uintptr, value bool)

func MaskEdit_SetWidth added in v1.1.0

func MaskEdit_SetWidth(obj uintptr, value int32)

func MaskEdit_Show added in v1.1.0

func MaskEdit_Show(obj uintptr)

func MaskEdit_ToString added in v1.1.0

func MaskEdit_ToString(obj uintptr) string

func MaskEdit_Update added in v1.1.0

func MaskEdit_Update(obj uintptr)

func MaskEdit_ValidateEdit added in v1.1.0

func MaskEdit_ValidateEdit(obj 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_Clear

func Memo_Clear(obj uintptr)

func Memo_ClearSelection

func Memo_ClearSelection(obj 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_Equals

func Memo_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func Memo_GetAlignWithMargins(obj uintptr) bool

func Memo_GetAlignment

func Memo_GetAlignment(obj uintptr) TAlignment

func Memo_GetAnchors

func Memo_GetAnchors(obj uintptr) TAnchors

func Memo_GetBevelEdges

func Memo_GetBevelEdges(obj uintptr) TBevelEdges

func Memo_GetBevelInner

func Memo_GetBevelInner(obj uintptr) TBevelCut

func Memo_GetBevelKind

func Memo_GetBevelKind(obj uintptr) TBevelKind

func Memo_GetBevelOuter

func Memo_GetBevelOuter(obj uintptr) TBevelCut

func Memo_GetBiDiMode

func Memo_GetBiDiMode(obj uintptr) TBiDiMode

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_GetCaretPos

func Memo_GetCaretPos(obj uintptr) TPoint

func Memo_GetClientHeight

func Memo_GetClientHeight(obj uintptr) int32

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_GetControlCount

func Memo_GetControlCount(obj uintptr) int32

func Memo_GetControls

func Memo_GetControls(obj uintptr, Index int32) uintptr

func Memo_GetCursor

func Memo_GetCursor(obj uintptr) TCursor

func Memo_GetCustomHint added in v1.1.0

func Memo_GetCustomHint(obj uintptr) uintptr

func Memo_GetDoubleBuffered

func Memo_GetDoubleBuffered(obj uintptr) bool

func Memo_GetEnabled

func Memo_GetEnabled(obj uintptr) bool

func Memo_GetExplicitHeight

func Memo_GetExplicitHeight(obj uintptr) int32

func Memo_GetExplicitLeft

func Memo_GetExplicitLeft(obj uintptr) int32

func Memo_GetExplicitTop

func Memo_GetExplicitTop(obj uintptr) int32

func Memo_GetExplicitWidth

func Memo_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func Memo_GetMargins(obj uintptr) uintptr

func Memo_GetMaxLength

func Memo_GetMaxLength(obj uintptr) int32

func Memo_GetModified

func Memo_GetModified(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_GetParentCtl3D

func Memo_GetParentCtl3D(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_GetSelTextBuf

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

func Memo_GetShowHint

func Memo_GetShowHint(obj uintptr) bool

func Memo_GetStyleElements

func Memo_GetStyleElements(obj uintptr) TStyleElements

func Memo_GetTabOrder

func Memo_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func Memo_GetTextLen(obj uintptr) int32

func Memo_GetTop

func Memo_GetTop(obj uintptr) int32

func Memo_GetVisible

func Memo_GetVisible(obj uintptr) bool

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_Invalidate

func Memo_Invalidate(obj uintptr)

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_Repaint

func Memo_Repaint(obj uintptr)

func Memo_ScaleBy

func Memo_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func Memo_SetAlignWithMargins(obj uintptr, value bool)

func Memo_SetAlignment

func Memo_SetAlignment(obj uintptr, value TAlignment)

func Memo_SetAnchors

func Memo_SetAnchors(obj uintptr, value TAnchors)

func Memo_SetBevelEdges

func Memo_SetBevelEdges(obj uintptr, value TBevelEdges)

func Memo_SetBevelInner

func Memo_SetBevelInner(obj uintptr, value TBevelCut)

func Memo_SetBevelKind

func Memo_SetBevelKind(obj uintptr, value TBevelKind)

func Memo_SetBevelOuter

func Memo_SetBevelOuter(obj uintptr, value TBevelCut)

func Memo_SetBiDiMode

func Memo_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func Memo_SetCursor(obj uintptr, value TCursor)

func Memo_SetCustomHint added in v1.1.0

func Memo_SetCustomHint(obj uintptr, value uintptr)

func Memo_SetDoubleBuffered

func Memo_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func Memo_SetMargins(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_SetOnDblClick

func Memo_SetOnDblClick(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_SetParentCtl3D

func Memo_SetParentCtl3D(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_SetStyleElements

func Memo_SetStyleElements(obj uintptr, value TStyleElements)

func Memo_SetTabOrder

func Memo_SetTabOrder(obj uintptr, value uint16)

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_SetTextHint

func Memo_SetTextHint(obj uintptr, value string)

func Memo_SetTop

func Memo_SetTop(obj uintptr, value int32)

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_ToString

func Memo_ToString(obj uintptr) string

func Memo_Update

func Memo_Update(obj uintptr)

func MemoryStream_ClassName

func MemoryStream_ClassName(obj uintptr) string

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_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_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_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_GetAutoHotkeys(obj uintptr) TMenuItemAutoFlag
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_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_Insert(obj uintptr, Index int32, Item uintptr)
func MenuItem_SetAction(obj uintptr, value uintptr)
func MenuItem_SetAutoHotkeys(obj uintptr, value TMenuItemAutoFlag)
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_SetOnDrawItem(obj uintptr, fn interface{})
func MenuItem_SetShortCut(obj uintptr, value TShortCut)
func MenuItem_SetTag(obj uintptr, value int)
func MenuItem_SetVisible(obj uintptr, value bool)
func MenuItem_ToString(obj uintptr) string

func Monitor_ClassName

func Monitor_ClassName(obj uintptr) string

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_ToString

func Monitor_ToString(obj uintptr) string

func MonthCalColors_Assign

func MonthCalColors_Assign(obj uintptr, Source uintptr)

func MonthCalColors_ClassName

func MonthCalColors_ClassName(obj uintptr) string

func MonthCalColors_Create

func MonthCalColors_Create() uintptr

func MonthCalColors_Equals

func MonthCalColors_Equals(obj uintptr, Obj uintptr) bool

func MonthCalColors_Free

func MonthCalColors_Free(obj uintptr)

func MonthCalColors_GetBackColor added in v1.1.0

func MonthCalColors_GetBackColor(obj uintptr) TColor

func MonthCalColors_GetHashCode

func MonthCalColors_GetHashCode(obj uintptr) int32

func MonthCalColors_GetNamePath

func MonthCalColors_GetNamePath(obj uintptr) string

func MonthCalColors_SetBackColor added in v1.1.0

func MonthCalColors_SetBackColor(obj uintptr, value TColor)

func MonthCalColors_ToString

func MonthCalColors_ToString(obj uintptr) string

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_Create

func MonthCalendar_Create(obj uintptr) uintptr

func MonthCalendar_Equals

func MonthCalendar_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func MonthCalendar_GetAlignWithMargins(obj uintptr) bool

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_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_GetCalColors

func MonthCalendar_GetCalColors(obj uintptr) uintptr

func MonthCalendar_GetClientHeight

func MonthCalendar_GetClientHeight(obj uintptr) int32

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_GetControlCount

func MonthCalendar_GetControlCount(obj uintptr) int32

func MonthCalendar_GetControls

func MonthCalendar_GetControls(obj uintptr, Index int32) uintptr

func MonthCalendar_GetCursor

func MonthCalendar_GetCursor(obj uintptr) TCursor

func MonthCalendar_GetCustomHint added in v1.1.0

func MonthCalendar_GetCustomHint(obj uintptr) uintptr

func MonthCalendar_GetDate

func MonthCalendar_GetDate(obj uintptr) time.Time

func MonthCalendar_GetDoubleBuffered

func MonthCalendar_GetDoubleBuffered(obj uintptr) bool

func MonthCalendar_GetEnabled

func MonthCalendar_GetEnabled(obj uintptr) bool

func MonthCalendar_GetExplicitHeight

func MonthCalendar_GetExplicitHeight(obj uintptr) int32

func MonthCalendar_GetExplicitLeft

func MonthCalendar_GetExplicitLeft(obj uintptr) int32

func MonthCalendar_GetExplicitTop

func MonthCalendar_GetExplicitTop(obj uintptr) int32

func MonthCalendar_GetExplicitWidth

func MonthCalendar_GetExplicitWidth(obj uintptr) int32

func MonthCalendar_GetFirstDayOfWeek

func MonthCalendar_GetFirstDayOfWeek(obj uintptr) TCalDayOfWeek

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_GetMargins

func MonthCalendar_GetMargins(obj uintptr) uintptr

func MonthCalendar_GetMaxDate

func MonthCalendar_GetMaxDate(obj uintptr) time.Time

func MonthCalendar_GetMaxSelectRange

func MonthCalendar_GetMaxSelectRange(obj uintptr) int32

func MonthCalendar_GetMinDate

func MonthCalendar_GetMinDate(obj uintptr) time.Time

func MonthCalendar_GetMultiSelect

func MonthCalendar_GetMultiSelect(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_GetParentFont

func MonthCalendar_GetParentFont(obj uintptr) bool

func MonthCalendar_GetParentShowHint

func MonthCalendar_GetParentShowHint(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_GetShowToday

func MonthCalendar_GetShowToday(obj uintptr) bool

func MonthCalendar_GetShowTodayCircle

func MonthCalendar_GetShowTodayCircle(obj uintptr) bool

func MonthCalendar_GetStyleElements

func MonthCalendar_GetStyleElements(obj uintptr) TStyleElements

func MonthCalendar_GetTabOrder

func MonthCalendar_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func MonthCalendar_GetTextLen(obj uintptr) int32

func MonthCalendar_GetTop

func MonthCalendar_GetTop(obj uintptr) int32

func MonthCalendar_GetVisible

func MonthCalendar_GetVisible(obj uintptr) bool

func MonthCalendar_GetWeekNumbers

func MonthCalendar_GetWeekNumbers(obj uintptr) bool

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_Invalidate

func MonthCalendar_Invalidate(obj uintptr)

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_Repaint

func MonthCalendar_Repaint(obj uintptr)

func MonthCalendar_ScaleBy

func MonthCalendar_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func MonthCalendar_SetAlignWithMargins(obj uintptr, value bool)

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_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_SetCalColors

func MonthCalendar_SetCalColors(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_SetCursor

func MonthCalendar_SetCursor(obj uintptr, value TCursor)

func MonthCalendar_SetCustomHint added in v1.1.0

func MonthCalendar_SetCustomHint(obj uintptr, value uintptr)

func MonthCalendar_SetDate

func MonthCalendar_SetDate(obj uintptr, value time.Time)

func MonthCalendar_SetDoubleBuffered

func MonthCalendar_SetDoubleBuffered(obj uintptr, value bool)

func MonthCalendar_SetEnabled

func MonthCalendar_SetEnabled(obj uintptr, value bool)

func MonthCalendar_SetFirstDayOfWeek

func MonthCalendar_SetFirstDayOfWeek(obj uintptr, value TCalDayOfWeek)

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_SetMargins

func MonthCalendar_SetMargins(obj uintptr, value uintptr)

func MonthCalendar_SetMaxDate

func MonthCalendar_SetMaxDate(obj uintptr, value time.Time)

func MonthCalendar_SetMaxSelectRange

func MonthCalendar_SetMaxSelectRange(obj uintptr, value int32)

func MonthCalendar_SetMinDate

func MonthCalendar_SetMinDate(obj uintptr, value time.Time)

func MonthCalendar_SetMultiSelect

func MonthCalendar_SetMultiSelect(obj uintptr, value bool)

func MonthCalendar_SetName

func MonthCalendar_SetName(obj uintptr, value string)

func MonthCalendar_SetOnClick

func MonthCalendar_SetOnClick(obj uintptr, fn interface{})

func MonthCalendar_SetOnDblClick

func MonthCalendar_SetOnDblClick(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_SetParent

func MonthCalendar_SetParent(obj uintptr, value uintptr)

func MonthCalendar_SetParentDoubleBuffered

func MonthCalendar_SetParentDoubleBuffered(obj uintptr, value bool)

func MonthCalendar_SetParentFont

func MonthCalendar_SetParentFont(obj uintptr, value bool)

func MonthCalendar_SetParentShowHint

func MonthCalendar_SetParentShowHint(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_SetShowToday

func MonthCalendar_SetShowToday(obj uintptr, value bool)

func MonthCalendar_SetShowTodayCircle

func MonthCalendar_SetShowTodayCircle(obj uintptr, value bool)

func MonthCalendar_SetStyleElements

func MonthCalendar_SetStyleElements(obj uintptr, value TStyleElements)

func MonthCalendar_SetTabOrder

func MonthCalendar_SetTabOrder(obj uintptr, value uint16)

func MonthCalendar_SetTabStop

func MonthCalendar_SetTabStop(obj uintptr, value bool)

func MonthCalendar_SetTag

func MonthCalendar_SetTag(obj uintptr, value int)

func MonthCalendar_SetTop

func MonthCalendar_SetTop(obj uintptr, value int32)

func MonthCalendar_SetVisible

func MonthCalendar_SetVisible(obj uintptr, value bool)

func MonthCalendar_SetWeekNumbers

func MonthCalendar_SetWeekNumbers(obj uintptr, value bool)

func MonthCalendar_SetWidth

func MonthCalendar_SetWidth(obj uintptr, value int32)

func MonthCalendar_Show

func MonthCalendar_Show(obj uintptr)

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_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_GetIsPanning

func Mouse_GetIsPanning(obj uintptr) bool

func Mouse_GetWheelPresent

func Mouse_GetWheelPresent(obj uintptr) bool

func Mouse_GetWheelScrollLines

func Mouse_GetWheelScrollLines(obj uintptr) int32

func Mouse_Instance

func Mouse_Instance() uintptr

func Mouse_SetCapture

func Mouse_SetCapture(obj uintptr, value HWND)

func Mouse_SetCursorPos

func Mouse_SetCursorPos(obj uintptr, value TPoint)

func Mouse_ToString

func Mouse_ToString(obj uintptr) string

func Object_ClassName

func Object_ClassName(obj uintptr) string

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_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_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_GetOptionsEx

func OpenDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

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_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_SetOptionsEx

func OpenDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func OpenDialog_SetTag

func OpenDialog_SetTag(obj uintptr, value int)

func OpenDialog_SetTitle

func OpenDialog_SetTitle(obj uintptr, value string)

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_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_GetOptionsEx

func OpenPictureDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

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_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_SetOptionsEx

func OpenPictureDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func OpenPictureDialog_SetTag

func OpenPictureDialog_SetTag(obj uintptr, value int)

func OpenPictureDialog_SetTitle

func OpenPictureDialog_SetTitle(obj uintptr, value string)

func OpenPictureDialog_ToString

func OpenPictureDialog_ToString(obj uintptr) string

func OpenTextFileDialog_Assign

func OpenTextFileDialog_Assign(obj uintptr, Source uintptr)

func OpenTextFileDialog_ClassName

func OpenTextFileDialog_ClassName(obj uintptr) string

func OpenTextFileDialog_Create

func OpenTextFileDialog_Create(obj uintptr) uintptr

func OpenTextFileDialog_Equals

func OpenTextFileDialog_Equals(obj uintptr, Obj uintptr) bool

func OpenTextFileDialog_Execute

func OpenTextFileDialog_Execute(obj uintptr) bool

func OpenTextFileDialog_FindComponent

func OpenTextFileDialog_FindComponent(obj uintptr, AName string) uintptr

func OpenTextFileDialog_Free

func OpenTextFileDialog_Free(obj uintptr)

func OpenTextFileDialog_GetComponentCount

func OpenTextFileDialog_GetComponentCount(obj uintptr) int32

func OpenTextFileDialog_GetComponentIndex

func OpenTextFileDialog_GetComponentIndex(obj uintptr) int32

func OpenTextFileDialog_GetComponents

func OpenTextFileDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func OpenTextFileDialog_GetDefaultExt

func OpenTextFileDialog_GetDefaultExt(obj uintptr) string

func OpenTextFileDialog_GetFileName

func OpenTextFileDialog_GetFileName(obj uintptr) string

func OpenTextFileDialog_GetFiles

func OpenTextFileDialog_GetFiles(obj uintptr) uintptr

func OpenTextFileDialog_GetFilter

func OpenTextFileDialog_GetFilter(obj uintptr) string

func OpenTextFileDialog_GetFilterIndex

func OpenTextFileDialog_GetFilterIndex(obj uintptr) int32

func OpenTextFileDialog_GetHandle

func OpenTextFileDialog_GetHandle(obj uintptr) HWND

func OpenTextFileDialog_GetHashCode

func OpenTextFileDialog_GetHashCode(obj uintptr) int32

func OpenTextFileDialog_GetInitialDir

func OpenTextFileDialog_GetInitialDir(obj uintptr) string

func OpenTextFileDialog_GetName

func OpenTextFileDialog_GetName(obj uintptr) string

func OpenTextFileDialog_GetNamePath

func OpenTextFileDialog_GetNamePath(obj uintptr) string

func OpenTextFileDialog_GetOptions

func OpenTextFileDialog_GetOptions(obj uintptr) TOpenOptions

func OpenTextFileDialog_GetOptionsEx

func OpenTextFileDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

func OpenTextFileDialog_GetOwner

func OpenTextFileDialog_GetOwner(obj uintptr) uintptr

func OpenTextFileDialog_GetTag

func OpenTextFileDialog_GetTag(obj uintptr) int

func OpenTextFileDialog_GetTitle

func OpenTextFileDialog_GetTitle(obj uintptr) string

func OpenTextFileDialog_HasParent

func OpenTextFileDialog_HasParent(obj uintptr) bool

func OpenTextFileDialog_SetComponentIndex

func OpenTextFileDialog_SetComponentIndex(obj uintptr, value int32)

func OpenTextFileDialog_SetDefaultExt

func OpenTextFileDialog_SetDefaultExt(obj uintptr, value string)

func OpenTextFileDialog_SetFileName

func OpenTextFileDialog_SetFileName(obj uintptr, value string)

func OpenTextFileDialog_SetFilter

func OpenTextFileDialog_SetFilter(obj uintptr, value string)

func OpenTextFileDialog_SetFilterIndex

func OpenTextFileDialog_SetFilterIndex(obj uintptr, value int32)

func OpenTextFileDialog_SetInitialDir

func OpenTextFileDialog_SetInitialDir(obj uintptr, value string)

func OpenTextFileDialog_SetName

func OpenTextFileDialog_SetName(obj uintptr, value string)

func OpenTextFileDialog_SetOnClose

func OpenTextFileDialog_SetOnClose(obj uintptr, fn interface{})

func OpenTextFileDialog_SetOnShow

func OpenTextFileDialog_SetOnShow(obj uintptr, fn interface{})

func OpenTextFileDialog_SetOptions

func OpenTextFileDialog_SetOptions(obj uintptr, value TOpenOptions)

func OpenTextFileDialog_SetOptionsEx

func OpenTextFileDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func OpenTextFileDialog_SetTag

func OpenTextFileDialog_SetTag(obj uintptr, value int)

func OpenTextFileDialog_SetTitle

func OpenTextFileDialog_SetTitle(obj uintptr, value string)

func OpenTextFileDialog_ToString

func OpenTextFileDialog_ToString(obj uintptr) string

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_Create

func PageControl_Create(obj uintptr) uintptr

func PageControl_Equals

func PageControl_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func PageControl_GetAlignWithMargins(obj uintptr) bool

func PageControl_GetAnchors

func PageControl_GetAnchors(obj uintptr) TAnchors

func PageControl_GetBiDiMode

func PageControl_GetBiDiMode(obj uintptr) TBiDiMode

func PageControl_GetBoundsRect

func PageControl_GetBoundsRect(obj uintptr) TRect

func PageControl_GetBrush

func PageControl_GetBrush(obj uintptr) uintptr

func PageControl_GetCanvas

func PageControl_GetCanvas(obj uintptr) uintptr

func PageControl_GetClientHeight

func PageControl_GetClientHeight(obj uintptr) int32

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_GetControlCount

func PageControl_GetControlCount(obj uintptr) int32

func PageControl_GetControls

func PageControl_GetControls(obj uintptr, Index int32) uintptr

func PageControl_GetCursor

func PageControl_GetCursor(obj uintptr) TCursor

func PageControl_GetCustomHint added in v1.1.0

func PageControl_GetCustomHint(obj uintptr) uintptr

func PageControl_GetDoubleBuffered

func PageControl_GetDoubleBuffered(obj uintptr) bool

func PageControl_GetEnabled

func PageControl_GetEnabled(obj uintptr) bool

func PageControl_GetExplicitHeight

func PageControl_GetExplicitHeight(obj uintptr) int32

func PageControl_GetExplicitLeft

func PageControl_GetExplicitLeft(obj uintptr) int32

func PageControl_GetExplicitTop

func PageControl_GetExplicitTop(obj uintptr) int32

func PageControl_GetExplicitWidth

func PageControl_GetExplicitWidth(obj uintptr) int32

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_GetHotTrack

func PageControl_GetHotTrack(obj uintptr) bool

func PageControl_GetImages

func PageControl_GetImages(obj uintptr) uintptr

func PageControl_GetLeft

func PageControl_GetLeft(obj uintptr) int32

func PageControl_GetMargins

func PageControl_GetMargins(obj uintptr) uintptr

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_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_GetStyle

func PageControl_GetStyle(obj uintptr) TTabStyle

func PageControl_GetStyleElements

func PageControl_GetStyleElements(obj uintptr) TStyleElements

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) uint16

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 added in v1.1.0

func PageControl_GetTextLen(obj uintptr) int32

func PageControl_GetTop

func PageControl_GetTop(obj uintptr) int32

func PageControl_GetVisible

func PageControl_GetVisible(obj uintptr) bool

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_Invalidate

func PageControl_Invalidate(obj uintptr)

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_Repaint

func PageControl_Repaint(obj uintptr)

func PageControl_RowCount

func PageControl_RowCount(obj uintptr) int32

func PageControl_ScaleBy

func PageControl_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func PageControl_SetAlignWithMargins(obj uintptr, value bool)

func PageControl_SetAnchors

func PageControl_SetAnchors(obj uintptr, value TAnchors)

func PageControl_SetBiDiMode

func PageControl_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func PageControl_SetCursor(obj uintptr, value TCursor)

func PageControl_SetCustomHint added in v1.1.0

func PageControl_SetCustomHint(obj uintptr, value uintptr)

func PageControl_SetDoubleBuffered

func PageControl_SetDoubleBuffered(obj uintptr, value bool)

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_SetHotTrack

func PageControl_SetHotTrack(obj uintptr, value bool)

func PageControl_SetImages

func PageControl_SetImages(obj uintptr, value uintptr)

func PageControl_SetLeft

func PageControl_SetLeft(obj uintptr, value int32)

func PageControl_SetMargins

func PageControl_SetMargins(obj uintptr, value uintptr)

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_SetOnEnter

func PageControl_SetOnEnter(obj uintptr, fn interface{})

func PageControl_SetOnExit

func PageControl_SetOnExit(obj uintptr, fn interface{})

func PageControl_SetOnGetImageIndex added in v1.0.2

func PageControl_SetOnGetImageIndex(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_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_SetStyle

func PageControl_SetStyle(obj uintptr, value TTabStyle)

func PageControl_SetStyleElements

func PageControl_SetStyleElements(obj uintptr, value TStyleElements)

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 uint16)

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_SetTop

func PageControl_SetTop(obj uintptr, value int32)

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_ToString

func PageControl_ToString(obj uintptr) string

func PageControl_Update

func PageControl_Update(obj 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_Create

func PaintBox_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func PaintBox_GetAlignWithMargins(obj uintptr) bool

func PaintBox_GetAnchors

func PaintBox_GetAnchors(obj uintptr) TAnchors

func PaintBox_GetBiDiMode

func PaintBox_GetBiDiMode(obj uintptr) TBiDiMode

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_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_GetCursor

func PaintBox_GetCursor(obj uintptr) TCursor

func PaintBox_GetCustomHint added in v1.1.0

func PaintBox_GetCustomHint(obj uintptr) uintptr

func PaintBox_GetEnabled

func PaintBox_GetEnabled(obj uintptr) bool

func PaintBox_GetExplicitHeight

func PaintBox_GetExplicitHeight(obj uintptr) int32

func PaintBox_GetExplicitLeft

func PaintBox_GetExplicitLeft(obj uintptr) int32

func PaintBox_GetExplicitTop

func PaintBox_GetExplicitTop(obj uintptr) int32

func PaintBox_GetExplicitWidth

func PaintBox_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func PaintBox_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func PaintBox_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func PaintBox_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func PaintBox_SetAlignWithMargins(obj uintptr, value bool)

func PaintBox_SetAnchors

func PaintBox_SetAnchors(obj uintptr, value TAnchors)

func PaintBox_SetBiDiMode

func PaintBox_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func PaintBox_SetCursor(obj uintptr, value TCursor)

func PaintBox_SetCustomHint added in v1.1.0

func PaintBox_SetCustomHint(obj uintptr, value uintptr)

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_SetMargins

func PaintBox_SetMargins(obj uintptr, value uintptr)

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_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_SetStyleElements

func PaintBox_SetStyleElements(obj uintptr, value TStyleElements)

func PaintBox_SetTag

func PaintBox_SetTag(obj uintptr, value int)

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_ToString

func PaintBox_ToString(obj uintptr) string

func PaintBox_Update

func PaintBox_Update(obj 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_Create

func Panel_Create(obj uintptr) uintptr

func Panel_Equals

func Panel_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func Panel_GetAlignWithMargins(obj uintptr) bool

func Panel_GetAlignment

func Panel_GetAlignment(obj uintptr) TAlignment

func Panel_GetAnchors

func Panel_GetAnchors(obj uintptr) TAnchors

func Panel_GetAutoSize

func Panel_GetAutoSize(obj uintptr) bool

func Panel_GetBevelEdges

func Panel_GetBevelEdges(obj uintptr) TBevelEdges

func Panel_GetBevelInner

func Panel_GetBevelInner(obj uintptr) TBevelCut

func Panel_GetBevelKind

func Panel_GetBevelKind(obj uintptr) TBevelKind

func Panel_GetBevelOuter

func Panel_GetBevelOuter(obj uintptr) TBevelCut

func Panel_GetBiDiMode

func Panel_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func Panel_GetClientHeight(obj uintptr) int32

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_GetControlCount

func Panel_GetControlCount(obj uintptr) int32

func Panel_GetControls

func Panel_GetControls(obj uintptr, Index int32) uintptr

func Panel_GetCursor

func Panel_GetCursor(obj uintptr) TCursor

func Panel_GetCustomHint added in v1.1.0

func Panel_GetCustomHint(obj uintptr) uintptr

func Panel_GetDoubleBuffered

func Panel_GetDoubleBuffered(obj uintptr) bool

func Panel_GetEnabled

func Panel_GetEnabled(obj uintptr) bool

func Panel_GetExplicitHeight

func Panel_GetExplicitHeight(obj uintptr) int32

func Panel_GetExplicitLeft

func Panel_GetExplicitLeft(obj uintptr) int32

func Panel_GetExplicitTop

func Panel_GetExplicitTop(obj uintptr) int32

func Panel_GetExplicitWidth

func Panel_GetExplicitWidth(obj uintptr) int32

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_GetLocked

func Panel_GetLocked(obj uintptr) bool

func Panel_GetMargins

func Panel_GetMargins(obj uintptr) uintptr

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_GetParentCtl3D

func Panel_GetParentCtl3D(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_GetShowCaption

func Panel_GetShowCaption(obj uintptr) bool

func Panel_GetShowHint

func Panel_GetShowHint(obj uintptr) bool

func Panel_GetStyleElements

func Panel_GetStyleElements(obj uintptr) TStyleElements

func Panel_GetTabOrder

func Panel_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func Panel_GetTextLen(obj uintptr) int32

func Panel_GetTop

func Panel_GetTop(obj uintptr) int32

func Panel_GetVisible

func Panel_GetVisible(obj uintptr) bool

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_Invalidate

func Panel_Invalidate(obj uintptr)

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_Repaint

func Panel_Repaint(obj uintptr)

func Panel_ScaleBy

func Panel_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func Panel_SetAlignWithMargins(obj uintptr, value bool)

func Panel_SetAlignment

func Panel_SetAlignment(obj uintptr, value TAlignment)

func Panel_SetAnchors

func Panel_SetAnchors(obj uintptr, value TAnchors)

func Panel_SetAutoSize

func Panel_SetAutoSize(obj uintptr, value bool)

func Panel_SetBevelEdges

func Panel_SetBevelEdges(obj uintptr, value TBevelEdges)

func Panel_SetBevelInner

func Panel_SetBevelInner(obj uintptr, value TBevelCut)

func Panel_SetBevelKind

func Panel_SetBevelKind(obj uintptr, value TBevelKind)

func Panel_SetBevelOuter

func Panel_SetBevelOuter(obj uintptr, value TBevelCut)

func Panel_SetBiDiMode

func Panel_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func Panel_SetCursor(obj uintptr, value TCursor)

func Panel_SetCustomHint added in v1.1.0

func Panel_SetCustomHint(obj uintptr, value uintptr)

func Panel_SetDoubleBuffered

func Panel_SetDoubleBuffered(obj uintptr, value bool)

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_SetLocked

func Panel_SetLocked(obj uintptr, value bool)

func Panel_SetMargins

func Panel_SetMargins(obj uintptr, value uintptr)

func Panel_SetName

func Panel_SetName(obj uintptr, value string)

func Panel_SetOnClick

func Panel_SetOnClick(obj uintptr, fn interface{})

func Panel_SetOnDblClick

func Panel_SetOnDblClick(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_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_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_SetParentCtl3D

func Panel_SetParentCtl3D(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_SetShowCaption

func Panel_SetShowCaption(obj uintptr, value bool)

func Panel_SetShowHint

func Panel_SetShowHint(obj uintptr, value bool)

func Panel_SetStyleElements

func Panel_SetStyleElements(obj uintptr, value TStyleElements)

func Panel_SetTabOrder

func Panel_SetTabOrder(obj uintptr, value uint16)

func Panel_SetTabStop

func Panel_SetTabStop(obj uintptr, value bool)

func Panel_SetTag

func Panel_SetTag(obj uintptr, value int)

func Panel_SetTop

func Panel_SetTop(obj uintptr, value int32)

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_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_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_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_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_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_HandleAllocated

func Pen_HandleAllocated(obj uintptr) bool

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_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_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_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_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_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_GetCompressionLevel

func PngImage_GetCompressionLevel(obj uintptr) TCompressionLevel

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_GetMaxIdatSize

func PngImage_GetMaxIdatSize(obj uintptr) int32

func PngImage_GetModified

func PngImage_GetModified(obj uintptr) bool

func PngImage_GetNamePath

func PngImage_GetNamePath(obj uintptr) string

func PngImage_GetPaletteModified

func PngImage_GetPaletteModified(obj uintptr) bool

func PngImage_GetTransparent

func PngImage_GetTransparent(obj uintptr) bool

func PngImage_GetTransparentColor

func PngImage_GetTransparentColor(obj uintptr) TColor

func PngImage_GetVersion

func PngImage_GetVersion(obj uintptr) string

func PngImage_GetWidth

func PngImage_GetWidth(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_SetCompressionLevel

func PngImage_SetCompressionLevel(obj uintptr, value TCompressionLevel)

func PngImage_SetMaxIdatSize

func PngImage_SetMaxIdatSize(obj uintptr, value int32)

func PngImage_SetModified

func PngImage_SetModified(obj uintptr, value bool)

func PngImage_SetOnChange

func PngImage_SetOnChange(obj uintptr, fn interface{})

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_SetTransparentColor

func PngImage_SetTransparentColor(obj uintptr, value TColor)

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_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_GetAutoHotkeys

func PopupMenu_GetAutoHotkeys(obj uintptr) TMenuAutoFlag

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_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_GetTag

func PopupMenu_GetTag(obj uintptr) int

func PopupMenu_GetWindowHandle

func PopupMenu_GetWindowHandle(obj uintptr) HWND

func PopupMenu_HasParent

func PopupMenu_HasParent(obj uintptr) bool

func PopupMenu_Popup

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

func PopupMenu_SetAlignment

func PopupMenu_SetAlignment(obj uintptr, value TPopupAlignment)

func PopupMenu_SetAutoHotkeys

func PopupMenu_SetAutoHotkeys(obj uintptr, value TMenuAutoFlag)

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_SetName

func PopupMenu_SetName(obj uintptr, value string)

func PopupMenu_SetOnChange

func PopupMenu_SetOnChange(obj uintptr, fn interface{})

func PopupMenu_SetOnPopup

func PopupMenu_SetOnPopup(obj uintptr, fn interface{})

func PopupMenu_SetTag

func PopupMenu_SetTag(obj uintptr, value int)

func PopupMenu_SetWindowHandle

func PopupMenu_SetWindowHandle(obj uintptr, value HWND)

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_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_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_ToString

func PrintDialog_ToString(obj uintptr) string

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_Create

func ProgressBar_Create(obj uintptr) uintptr

func ProgressBar_Equals

func ProgressBar_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ProgressBar_GetAlignWithMargins(obj uintptr) bool

func ProgressBar_GetAnchors

func ProgressBar_GetAnchors(obj uintptr) TAnchors

func ProgressBar_GetBackgroundColor

func ProgressBar_GetBackgroundColor(obj uintptr) TColor

func ProgressBar_GetBarColor

func ProgressBar_GetBarColor(obj uintptr) TColor

func ProgressBar_GetBiDiMode

func ProgressBar_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func ProgressBar_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ProgressBar_GetControlCount(obj uintptr) int32

func ProgressBar_GetControls

func ProgressBar_GetControls(obj uintptr, Index int32) uintptr

func ProgressBar_GetCursor

func ProgressBar_GetCursor(obj uintptr) TCursor

func ProgressBar_GetCustomHint added in v1.1.0

func ProgressBar_GetCustomHint(obj uintptr) uintptr

func ProgressBar_GetDoubleBuffered

func ProgressBar_GetDoubleBuffered(obj uintptr) bool

func ProgressBar_GetEnabled

func ProgressBar_GetEnabled(obj uintptr) bool

func ProgressBar_GetExplicitHeight

func ProgressBar_GetExplicitHeight(obj uintptr) int32

func ProgressBar_GetExplicitLeft

func ProgressBar_GetExplicitLeft(obj uintptr) int32

func ProgressBar_GetExplicitTop

func ProgressBar_GetExplicitTop(obj uintptr) int32

func ProgressBar_GetExplicitWidth

func ProgressBar_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ProgressBar_GetMargins(obj uintptr) uintptr

func ProgressBar_GetMarqueeInterval

func ProgressBar_GetMarqueeInterval(obj uintptr) int32

func ProgressBar_GetMax

func ProgressBar_GetMax(obj uintptr) int32

func ProgressBar_GetMin

func ProgressBar_GetMin(obj uintptr) int32

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_GetSmoothReverse

func ProgressBar_GetSmoothReverse(obj uintptr) bool

func ProgressBar_GetState

func ProgressBar_GetState(obj uintptr) TProgressBarState

func ProgressBar_GetStep

func ProgressBar_GetStep(obj uintptr) int32

func ProgressBar_GetStyle

func ProgressBar_GetStyle(obj uintptr) TProgressBarStyle

func ProgressBar_GetStyleElements

func ProgressBar_GetStyleElements(obj uintptr) TStyleElements

func ProgressBar_GetTabOrder

func ProgressBar_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func ProgressBar_GetTextLen(obj uintptr) int32

func ProgressBar_GetTop

func ProgressBar_GetTop(obj uintptr) int32

func ProgressBar_GetVisible

func ProgressBar_GetVisible(obj uintptr) bool

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_Invalidate

func ProgressBar_Invalidate(obj uintptr)

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_Repaint

func ProgressBar_Repaint(obj uintptr)

func ProgressBar_ScaleBy

func ProgressBar_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ProgressBar_SetAlignWithMargins(obj uintptr, value bool)

func ProgressBar_SetAnchors

func ProgressBar_SetAnchors(obj uintptr, value TAnchors)

func ProgressBar_SetBackgroundColor

func ProgressBar_SetBackgroundColor(obj uintptr, value TColor)

func ProgressBar_SetBarColor

func ProgressBar_SetBarColor(obj uintptr, value TColor)

func ProgressBar_SetBiDiMode

func ProgressBar_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func ProgressBar_SetCursor(obj uintptr, value TCursor)

func ProgressBar_SetCustomHint added in v1.1.0

func ProgressBar_SetCustomHint(obj uintptr, value uintptr)

func ProgressBar_SetDoubleBuffered

func ProgressBar_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func ProgressBar_SetMargins(obj uintptr, value uintptr)

func ProgressBar_SetMarqueeInterval

func ProgressBar_SetMarqueeInterval(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_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_SetSmoothReverse

func ProgressBar_SetSmoothReverse(obj uintptr, value bool)

func ProgressBar_SetState

func ProgressBar_SetState(obj uintptr, value TProgressBarState)

func ProgressBar_SetStep

func ProgressBar_SetStep(obj uintptr, value int32)

func ProgressBar_SetStyle

func ProgressBar_SetStyle(obj uintptr, value TProgressBarStyle)

func ProgressBar_SetStyleElements

func ProgressBar_SetStyleElements(obj uintptr, value TStyleElements)

func ProgressBar_SetTabOrder

func ProgressBar_SetTabOrder(obj uintptr, value uint16)

func ProgressBar_SetTabStop

func ProgressBar_SetTabStop(obj uintptr, value bool)

func ProgressBar_SetTag

func ProgressBar_SetTag(obj uintptr, value int)

func ProgressBar_SetTop

func ProgressBar_SetTop(obj uintptr, value int32)

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_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_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_Create

func RadioButton_Create(obj uintptr) uintptr

func RadioButton_Equals

func RadioButton_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func RadioButton_GetAlignWithMargins(obj uintptr) bool

func RadioButton_GetAlignment

func RadioButton_GetAlignment(obj uintptr) TLeftRight

func RadioButton_GetAnchors

func RadioButton_GetAnchors(obj uintptr) TAnchors

func RadioButton_GetBiDiMode

func RadioButton_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func RadioButton_GetClientHeight(obj uintptr) int32

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_GetControlCount

func RadioButton_GetControlCount(obj uintptr) int32

func RadioButton_GetControls

func RadioButton_GetControls(obj uintptr, Index int32) uintptr

func RadioButton_GetCursor

func RadioButton_GetCursor(obj uintptr) TCursor

func RadioButton_GetCustomHint added in v1.1.0

func RadioButton_GetCustomHint(obj uintptr) uintptr

func RadioButton_GetDoubleBuffered

func RadioButton_GetDoubleBuffered(obj uintptr) bool

func RadioButton_GetEnabled

func RadioButton_GetEnabled(obj uintptr) bool

func RadioButton_GetExplicitHeight

func RadioButton_GetExplicitHeight(obj uintptr) int32

func RadioButton_GetExplicitLeft

func RadioButton_GetExplicitLeft(obj uintptr) int32

func RadioButton_GetExplicitTop

func RadioButton_GetExplicitTop(obj uintptr) int32

func RadioButton_GetExplicitWidth

func RadioButton_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func RadioButton_GetMargins(obj uintptr) uintptr

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_GetParentCtl3D

func RadioButton_GetParentCtl3D(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_GetStyleElements

func RadioButton_GetStyleElements(obj uintptr) TStyleElements

func RadioButton_GetTabOrder

func RadioButton_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func RadioButton_GetTextLen(obj uintptr) int32

func RadioButton_GetTop

func RadioButton_GetTop(obj uintptr) int32

func RadioButton_GetVisible

func RadioButton_GetVisible(obj uintptr) bool

func RadioButton_GetWidth

func RadioButton_GetWidth(obj uintptr) int32

func RadioButton_GetWordWrap

func RadioButton_GetWordWrap(obj uintptr) bool

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_Invalidate

func RadioButton_Invalidate(obj uintptr)

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_Repaint

func RadioButton_Repaint(obj uintptr)

func RadioButton_ScaleBy

func RadioButton_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func RadioButton_SetAlignWithMargins(obj uintptr, value bool)

func RadioButton_SetAlignment

func RadioButton_SetAlignment(obj uintptr, value TLeftRight)

func RadioButton_SetAnchors

func RadioButton_SetAnchors(obj uintptr, value TAnchors)

func RadioButton_SetBiDiMode

func RadioButton_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func RadioButton_SetCursor(obj uintptr, value TCursor)

func RadioButton_SetCustomHint added in v1.1.0

func RadioButton_SetCustomHint(obj uintptr, value uintptr)

func RadioButton_SetDoubleBuffered

func RadioButton_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func RadioButton_SetMargins(obj uintptr, value uintptr)

func RadioButton_SetName

func RadioButton_SetName(obj uintptr, value string)

func RadioButton_SetOnClick

func RadioButton_SetOnClick(obj uintptr, fn interface{})

func RadioButton_SetOnDblClick

func RadioButton_SetOnDblClick(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_SetParentCtl3D

func RadioButton_SetParentCtl3D(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_SetStyleElements

func RadioButton_SetStyleElements(obj uintptr, value TStyleElements)

func RadioButton_SetTabOrder

func RadioButton_SetTabOrder(obj uintptr, value uint16)

func RadioButton_SetTabStop

func RadioButton_SetTabStop(obj uintptr, value bool)

func RadioButton_SetTag

func RadioButton_SetTag(obj uintptr, value int)

func RadioButton_SetTop

func RadioButton_SetTop(obj uintptr, value int32)

func RadioButton_SetVisible

func RadioButton_SetVisible(obj uintptr, value bool)

func RadioButton_SetWidth

func RadioButton_SetWidth(obj uintptr, value int32)

func RadioButton_SetWordWrap

func RadioButton_SetWordWrap(obj uintptr, value bool)

func RadioButton_Show

func RadioButton_Show(obj uintptr)

func RadioButton_ToString

func RadioButton_ToString(obj uintptr) string

func RadioButton_Update

func RadioButton_Update(obj 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_Create

func RadioGroup_Create(obj uintptr) uintptr

func RadioGroup_Equals

func RadioGroup_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func RadioGroup_GetAlignWithMargins(obj uintptr) bool

func RadioGroup_GetAnchors

func RadioGroup_GetAnchors(obj uintptr) TAnchors

func RadioGroup_GetBiDiMode

func RadioGroup_GetBiDiMode(obj uintptr) TBiDiMode

func RadioGroup_GetBoundsRect

func RadioGroup_GetBoundsRect(obj uintptr) TRect

func RadioGroup_GetBrush

func RadioGroup_GetBrush(obj uintptr) uintptr

func RadioGroup_GetButtons

func RadioGroup_GetButtons(obj uintptr, Index int32) uintptr

func RadioGroup_GetCaption

func RadioGroup_GetCaption(obj uintptr) string

func RadioGroup_GetClientHeight

func RadioGroup_GetClientHeight(obj uintptr) int32

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_GetControlCount

func RadioGroup_GetControlCount(obj uintptr) int32

func RadioGroup_GetControls

func RadioGroup_GetControls(obj uintptr, Index int32) uintptr

func RadioGroup_GetCursor

func RadioGroup_GetCursor(obj uintptr) TCursor

func RadioGroup_GetCustomHint added in v1.1.0

func RadioGroup_GetCustomHint(obj uintptr) uintptr

func RadioGroup_GetDoubleBuffered

func RadioGroup_GetDoubleBuffered(obj uintptr) bool

func RadioGroup_GetEnabled

func RadioGroup_GetEnabled(obj uintptr) bool

func RadioGroup_GetExplicitHeight

func RadioGroup_GetExplicitHeight(obj uintptr) int32

func RadioGroup_GetExplicitLeft

func RadioGroup_GetExplicitLeft(obj uintptr) int32

func RadioGroup_GetExplicitTop

func RadioGroup_GetExplicitTop(obj uintptr) int32

func RadioGroup_GetExplicitWidth

func RadioGroup_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func RadioGroup_GetMargins(obj uintptr) uintptr

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_GetParentBackground

func RadioGroup_GetParentBackground(obj uintptr) bool

func RadioGroup_GetParentColor

func RadioGroup_GetParentColor(obj uintptr) bool

func RadioGroup_GetParentCtl3D

func RadioGroup_GetParentCtl3D(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_GetStyleElements

func RadioGroup_GetStyleElements(obj uintptr) TStyleElements

func RadioGroup_GetTabOrder

func RadioGroup_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func RadioGroup_GetTextLen(obj uintptr) int32

func RadioGroup_GetTop

func RadioGroup_GetTop(obj uintptr) int32

func RadioGroup_GetVisible

func RadioGroup_GetVisible(obj uintptr) bool

func RadioGroup_GetWidth

func RadioGroup_GetWidth(obj uintptr) int32

func RadioGroup_GetWordWrap

func RadioGroup_GetWordWrap(obj uintptr) bool

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_Invalidate

func RadioGroup_Invalidate(obj uintptr)

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_Repaint

func RadioGroup_Repaint(obj uintptr)

func RadioGroup_ScaleBy

func RadioGroup_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func RadioGroup_SetAlignWithMargins(obj uintptr, value bool)

func RadioGroup_SetAnchors

func RadioGroup_SetAnchors(obj uintptr, value TAnchors)

func RadioGroup_SetBiDiMode

func RadioGroup_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func RadioGroup_SetCursor(obj uintptr, value TCursor)

func RadioGroup_SetCustomHint added in v1.1.0

func RadioGroup_SetCustomHint(obj uintptr, value uintptr)

func RadioGroup_SetDoubleBuffered

func RadioGroup_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func RadioGroup_SetMargins(obj uintptr, value uintptr)

func RadioGroup_SetName

func RadioGroup_SetName(obj uintptr, value string)

func RadioGroup_SetOnClick

func RadioGroup_SetOnClick(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_SetParentBackground

func RadioGroup_SetParentBackground(obj uintptr, value bool)

func RadioGroup_SetParentColor

func RadioGroup_SetParentColor(obj uintptr, value bool)

func RadioGroup_SetParentCtl3D

func RadioGroup_SetParentCtl3D(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_SetStyleElements

func RadioGroup_SetStyleElements(obj uintptr, value TStyleElements)

func RadioGroup_SetTabOrder

func RadioGroup_SetTabOrder(obj uintptr, value uint16)

func RadioGroup_SetTabStop

func RadioGroup_SetTabStop(obj uintptr, value bool)

func RadioGroup_SetTag

func RadioGroup_SetTag(obj uintptr, value int)

func RadioGroup_SetTop

func RadioGroup_SetTop(obj uintptr, value int32)

func RadioGroup_SetVisible

func RadioGroup_SetVisible(obj uintptr, value bool)

func RadioGroup_SetWidth

func RadioGroup_SetWidth(obj uintptr, value int32)

func RadioGroup_SetWordWrap

func RadioGroup_SetWordWrap(obj uintptr, value bool)

func RadioGroup_Show

func RadioGroup_Show(obj uintptr)

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_CloseKey

func Registry_CloseKey(obj uintptr)

func Registry_Create

func Registry_Create(aAccess uint32) 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_GetRootKeyName

func Registry_GetRootKeyName(obj uintptr) string

func Registry_HasSubKeys

func Registry_HasSubKeys(obj uintptr) bool

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_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 ResFormLoadFromFile added in v1.0.4

func ResFormLoadFromFile(filename string, root uintptr)

func ResFormLoadFromResourceName added in v1.0.4

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

func ResFormLoadFromStream added in v1.0.4

func ResFormLoadFromStream(obj, root uintptr)

ResFormLoadFromStream与ResFormLoadFromFile不在开源范围内

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_Clear

func RichEdit_Clear(obj uintptr)

func RichEdit_ClearSelection

func RichEdit_ClearSelection(obj 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_Equals

func RichEdit_Equals(obj uintptr, Obj uintptr) bool

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_GetActiveLineNo

func RichEdit_GetActiveLineNo(obj uintptr) uint32

func RichEdit_GetAlign

func RichEdit_GetAlign(obj uintptr) TAlign

func RichEdit_GetAlignWithMargins

func RichEdit_GetAlignWithMargins(obj uintptr) bool

func RichEdit_GetAlignment

func RichEdit_GetAlignment(obj uintptr) TAlignment

func RichEdit_GetAnchors

func RichEdit_GetAnchors(obj uintptr) TAnchors

func RichEdit_GetBevelEdges

func RichEdit_GetBevelEdges(obj uintptr) TBevelEdges

func RichEdit_GetBevelInner

func RichEdit_GetBevelInner(obj uintptr) TBevelCut

func RichEdit_GetBevelKind

func RichEdit_GetBevelKind(obj uintptr) TBevelKind

func RichEdit_GetBevelOuter

func RichEdit_GetBevelOuter(obj uintptr) TBevelCut

func RichEdit_GetBiDiMode

func RichEdit_GetBiDiMode(obj uintptr) TBiDiMode

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_GetCaretPos

func RichEdit_GetCaretPos(obj uintptr) TPoint

func RichEdit_GetClientHeight

func RichEdit_GetClientHeight(obj uintptr) int32

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_GetControlCount

func RichEdit_GetControlCount(obj uintptr) int32

func RichEdit_GetControls

func RichEdit_GetControls(obj uintptr, Index int32) uintptr

func RichEdit_GetCursor

func RichEdit_GetCursor(obj uintptr) TCursor

func RichEdit_GetCustomHint added in v1.1.0

func RichEdit_GetCustomHint(obj uintptr) uintptr

func RichEdit_GetDefAttributes

func RichEdit_GetDefAttributes(obj uintptr) uintptr

func RichEdit_GetDoubleBuffered

func RichEdit_GetDoubleBuffered(obj uintptr) bool

func RichEdit_GetEnabled

func RichEdit_GetEnabled(obj uintptr) bool

func RichEdit_GetExplicitHeight

func RichEdit_GetExplicitHeight(obj uintptr) int32

func RichEdit_GetExplicitLeft

func RichEdit_GetExplicitLeft(obj uintptr) int32

func RichEdit_GetExplicitTop

func RichEdit_GetExplicitTop(obj uintptr) int32

func RichEdit_GetExplicitWidth

func RichEdit_GetExplicitWidth(obj uintptr) int32

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_GetHideScrollBars

func RichEdit_GetHideScrollBars(obj uintptr) bool

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_GetMargins

func RichEdit_GetMargins(obj uintptr) uintptr

func RichEdit_GetMaxLength

func RichEdit_GetMaxLength(obj uintptr) int32

func RichEdit_GetModified

func RichEdit_GetModified(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_GetPageRect

func RichEdit_GetPageRect(obj uintptr) TRect

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_GetParentCtl3D

func RichEdit_GetParentCtl3D(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_GetPlainText

func RichEdit_GetPlainText(obj uintptr) bool

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_GetSelTextBuf

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

func RichEdit_GetShowHint

func RichEdit_GetShowHint(obj uintptr) bool

func RichEdit_GetStyleElements

func RichEdit_GetStyleElements(obj uintptr) TStyleElements

func RichEdit_GetTabOrder

func RichEdit_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func RichEdit_GetTextLen(obj uintptr) int32

func RichEdit_GetTop

func RichEdit_GetTop(obj uintptr) int32

func RichEdit_GetVisible

func RichEdit_GetVisible(obj uintptr) bool

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_Invalidate

func RichEdit_Invalidate(obj uintptr)

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_Print

func RichEdit_Print(obj uintptr, Caption string)

func RichEdit_Realign

func RichEdit_Realign(obj uintptr)

func RichEdit_Refresh

func RichEdit_Refresh(obj uintptr)

func RichEdit_Repaint

func RichEdit_Repaint(obj uintptr)

func RichEdit_ScaleBy

func RichEdit_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func RichEdit_SetAlignWithMargins(obj uintptr, value bool)

func RichEdit_SetAlignment

func RichEdit_SetAlignment(obj uintptr, value TAlignment)

func RichEdit_SetAnchors

func RichEdit_SetAnchors(obj uintptr, value TAnchors)

func RichEdit_SetBevelEdges

func RichEdit_SetBevelEdges(obj uintptr, value TBevelEdges)

func RichEdit_SetBevelInner

func RichEdit_SetBevelInner(obj uintptr, value TBevelCut)

func RichEdit_SetBevelKind

func RichEdit_SetBevelKind(obj uintptr, value TBevelKind)

func RichEdit_SetBevelOuter

func RichEdit_SetBevelOuter(obj uintptr, value TBevelCut)

func RichEdit_SetBiDiMode

func RichEdit_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func RichEdit_SetCursor(obj uintptr, value TCursor)

func RichEdit_SetCustomHint added in v1.1.0

func RichEdit_SetCustomHint(obj uintptr, value uintptr)

func RichEdit_SetDefAttributes

func RichEdit_SetDefAttributes(obj uintptr, value uintptr)

func RichEdit_SetDoubleBuffered

func RichEdit_SetDoubleBuffered(obj uintptr, value bool)

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_SetHideScrollBars

func RichEdit_SetHideScrollBars(obj uintptr, value bool)

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_SetMargins

func RichEdit_SetMargins(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_SetOnDblClick

func RichEdit_SetOnDblClick(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_SetPageRect

func RichEdit_SetPageRect(obj uintptr, value TRect)

func RichEdit_SetParent

func RichEdit_SetParent(obj uintptr, value uintptr)

func RichEdit_SetParentColor

func RichEdit_SetParentColor(obj uintptr, value bool)

func RichEdit_SetParentCtl3D

func RichEdit_SetParentCtl3D(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_SetPlainText

func RichEdit_SetPlainText(obj uintptr, value bool)

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_SetStyleElements

func RichEdit_SetStyleElements(obj uintptr, value TStyleElements)

func RichEdit_SetTabOrder

func RichEdit_SetTabOrder(obj uintptr, value uint16)

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_SetTextHint

func RichEdit_SetTextHint(obj uintptr, value string)

func RichEdit_SetTop

func RichEdit_SetTop(obj uintptr, value int32)

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_ToString

func RichEdit_ToString(obj uintptr) string

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_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_GetOptionsEx

func SaveDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

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_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_SetOptionsEx

func SaveDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func SaveDialog_SetTag

func SaveDialog_SetTag(obj uintptr, value int)

func SaveDialog_SetTitle

func SaveDialog_SetTitle(obj uintptr, value string)

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_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_GetOptionsEx

func SavePictureDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

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_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_SetOptionsEx

func SavePictureDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func SavePictureDialog_SetTag

func SavePictureDialog_SetTag(obj uintptr, value int)

func SavePictureDialog_SetTitle

func SavePictureDialog_SetTitle(obj uintptr, value string)

func SavePictureDialog_ToString

func SavePictureDialog_ToString(obj uintptr) string

func SaveTextFileDialog_Assign

func SaveTextFileDialog_Assign(obj uintptr, Source uintptr)

func SaveTextFileDialog_ClassName

func SaveTextFileDialog_ClassName(obj uintptr) string

func SaveTextFileDialog_Create

func SaveTextFileDialog_Create(obj uintptr) uintptr

func SaveTextFileDialog_Equals

func SaveTextFileDialog_Equals(obj uintptr, Obj uintptr) bool

func SaveTextFileDialog_Execute

func SaveTextFileDialog_Execute(obj uintptr) bool

func SaveTextFileDialog_FindComponent

func SaveTextFileDialog_FindComponent(obj uintptr, AName string) uintptr

func SaveTextFileDialog_Free

func SaveTextFileDialog_Free(obj uintptr)

func SaveTextFileDialog_GetComponentCount

func SaveTextFileDialog_GetComponentCount(obj uintptr) int32

func SaveTextFileDialog_GetComponentIndex

func SaveTextFileDialog_GetComponentIndex(obj uintptr) int32

func SaveTextFileDialog_GetComponents

func SaveTextFileDialog_GetComponents(obj uintptr, AIndex int32) uintptr

func SaveTextFileDialog_GetDefaultExt

func SaveTextFileDialog_GetDefaultExt(obj uintptr) string

func SaveTextFileDialog_GetFileName

func SaveTextFileDialog_GetFileName(obj uintptr) string

func SaveTextFileDialog_GetFiles

func SaveTextFileDialog_GetFiles(obj uintptr) uintptr

func SaveTextFileDialog_GetFilter

func SaveTextFileDialog_GetFilter(obj uintptr) string

func SaveTextFileDialog_GetFilterIndex

func SaveTextFileDialog_GetFilterIndex(obj uintptr) int32

func SaveTextFileDialog_GetHandle

func SaveTextFileDialog_GetHandle(obj uintptr) HWND

func SaveTextFileDialog_GetHashCode

func SaveTextFileDialog_GetHashCode(obj uintptr) int32

func SaveTextFileDialog_GetInitialDir

func SaveTextFileDialog_GetInitialDir(obj uintptr) string

func SaveTextFileDialog_GetName

func SaveTextFileDialog_GetName(obj uintptr) string

func SaveTextFileDialog_GetNamePath

func SaveTextFileDialog_GetNamePath(obj uintptr) string

func SaveTextFileDialog_GetOptions

func SaveTextFileDialog_GetOptions(obj uintptr) TOpenOptions

func SaveTextFileDialog_GetOptionsEx

func SaveTextFileDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx

func SaveTextFileDialog_GetOwner

func SaveTextFileDialog_GetOwner(obj uintptr) uintptr

func SaveTextFileDialog_GetTag

func SaveTextFileDialog_GetTag(obj uintptr) int

func SaveTextFileDialog_GetTitle

func SaveTextFileDialog_GetTitle(obj uintptr) string

func SaveTextFileDialog_HasParent

func SaveTextFileDialog_HasParent(obj uintptr) bool

func SaveTextFileDialog_SetComponentIndex

func SaveTextFileDialog_SetComponentIndex(obj uintptr, value int32)

func SaveTextFileDialog_SetDefaultExt

func SaveTextFileDialog_SetDefaultExt(obj uintptr, value string)

func SaveTextFileDialog_SetFileName

func SaveTextFileDialog_SetFileName(obj uintptr, value string)

func SaveTextFileDialog_SetFilter

func SaveTextFileDialog_SetFilter(obj uintptr, value string)

func SaveTextFileDialog_SetFilterIndex

func SaveTextFileDialog_SetFilterIndex(obj uintptr, value int32)

func SaveTextFileDialog_SetInitialDir

func SaveTextFileDialog_SetInitialDir(obj uintptr, value string)

func SaveTextFileDialog_SetName

func SaveTextFileDialog_SetName(obj uintptr, value string)

func SaveTextFileDialog_SetOnClose

func SaveTextFileDialog_SetOnClose(obj uintptr, fn interface{})

func SaveTextFileDialog_SetOnShow

func SaveTextFileDialog_SetOnShow(obj uintptr, fn interface{})

func SaveTextFileDialog_SetOptions

func SaveTextFileDialog_SetOptions(obj uintptr, value TOpenOptions)

func SaveTextFileDialog_SetOptionsEx

func SaveTextFileDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)

func SaveTextFileDialog_SetTag

func SaveTextFileDialog_SetTag(obj uintptr, value int)

func SaveTextFileDialog_SetTitle

func SaveTextFileDialog_SetTitle(obj uintptr, value string)

func SaveTextFileDialog_ToString

func SaveTextFileDialog_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_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_GetCursorCount

func Screen_GetCursorCount(obj uintptr) int32

func Screen_GetCursors

func Screen_GetCursors(obj uintptr, Index int32) HICON

func Screen_GetCustomFormCount

func Screen_GetCustomFormCount(obj uintptr) int32

func Screen_GetDefaultIme

func Screen_GetDefaultIme(obj uintptr) string

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 added in v1.1.0

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_GetImes

func Screen_GetImes(obj uintptr) uintptr

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_Instance

func Screen_Instance() uintptr

func Screen_Realign

func Screen_Realign(obj uintptr)

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_SetFocusedForm

func Screen_SetFocusedForm(obj uintptr, value uintptr)

func Screen_SetName

func Screen_SetName(obj uintptr, value string)

func Screen_SetTag

func Screen_SetTag(obj uintptr, value int)

func Screen_ToString

func Screen_ToString(obj uintptr) string

func ScrollBar_Assign added in v1.1.0

func ScrollBar_Assign(obj uintptr, Source uintptr)

func ScrollBar_BringToFront added in v1.1.0

func ScrollBar_BringToFront(obj uintptr)

func ScrollBar_CanFocus added in v1.1.0

func ScrollBar_CanFocus(obj uintptr) bool

func ScrollBar_ClassName added in v1.1.0

func ScrollBar_ClassName(obj uintptr) string

func ScrollBar_Create added in v1.1.0

func ScrollBar_Create(obj uintptr) uintptr

func ScrollBar_Equals added in v1.1.0

func ScrollBar_Equals(obj uintptr, Obj uintptr) bool

func ScrollBar_FindComponent added in v1.1.0

func ScrollBar_FindComponent(obj uintptr, AName string) uintptr

func ScrollBar_FlipChildren added in v1.1.0

func ScrollBar_FlipChildren(obj uintptr, AllLevels bool)

func ScrollBar_Focused added in v1.1.0

func ScrollBar_Focused(obj uintptr) bool

func ScrollBar_Free added in v1.1.0

func ScrollBar_Free(obj uintptr)

func ScrollBar_GetAction added in v1.1.0

func ScrollBar_GetAction(obj uintptr) uintptr

func ScrollBar_GetAlign added in v1.1.0

func ScrollBar_GetAlign(obj uintptr) TAlign

func ScrollBar_GetAlignWithMargins added in v1.1.0

func ScrollBar_GetAlignWithMargins(obj uintptr) bool

func ScrollBar_GetAnchors added in v1.1.0

func ScrollBar_GetAnchors(obj uintptr) TAnchors

func ScrollBar_GetBiDiMode added in v1.1.0

func ScrollBar_GetBiDiMode(obj uintptr) TBiDiMode

func ScrollBar_GetBoundsRect added in v1.1.0

func ScrollBar_GetBoundsRect(obj uintptr) TRect

func ScrollBar_GetBrush added in v1.1.0

func ScrollBar_GetBrush(obj uintptr) uintptr

func ScrollBar_GetClientHeight added in v1.1.0

func ScrollBar_GetClientHeight(obj uintptr) int32

func ScrollBar_GetClientRect added in v1.1.0

func ScrollBar_GetClientRect(obj uintptr) TRect

func ScrollBar_GetClientWidth added in v1.1.0

func ScrollBar_GetClientWidth(obj uintptr) int32

func ScrollBar_GetComponentCount added in v1.1.0

func ScrollBar_GetComponentCount(obj uintptr) int32

func ScrollBar_GetComponentIndex added in v1.1.0

func ScrollBar_GetComponentIndex(obj uintptr) int32

func ScrollBar_GetComponents added in v1.1.0

func ScrollBar_GetComponents(obj uintptr, AIndex int32) uintptr

func ScrollBar_GetControlCount added in v1.1.0

func ScrollBar_GetControlCount(obj uintptr) int32

func ScrollBar_GetControls added in v1.1.0

func ScrollBar_GetControls(obj uintptr, Index int32) uintptr

func ScrollBar_GetCursor added in v1.1.0

func ScrollBar_GetCursor(obj uintptr) TCursor

func ScrollBar_GetCustomHint added in v1.1.0

func ScrollBar_GetCustomHint(obj uintptr) uintptr

func ScrollBar_GetDoubleBuffered added in v1.1.0

func ScrollBar_GetDoubleBuffered(obj uintptr) bool

func ScrollBar_GetEnabled added in v1.1.0

func ScrollBar_GetEnabled(obj uintptr) bool

func ScrollBar_GetExplicitHeight added in v1.1.0

func ScrollBar_GetExplicitHeight(obj uintptr) int32

func ScrollBar_GetExplicitLeft added in v1.1.0

func ScrollBar_GetExplicitLeft(obj uintptr) int32

func ScrollBar_GetExplicitTop added in v1.1.0

func ScrollBar_GetExplicitTop(obj uintptr) int32

func ScrollBar_GetExplicitWidth added in v1.1.0

func ScrollBar_GetExplicitWidth(obj uintptr) int32

func ScrollBar_GetHandle added in v1.1.0

func ScrollBar_GetHandle(obj uintptr) HWND

func ScrollBar_GetHashCode added in v1.1.0

func ScrollBar_GetHashCode(obj uintptr) int32

func ScrollBar_GetHeight added in v1.1.0

func ScrollBar_GetHeight(obj uintptr) int32

func ScrollBar_GetHint added in v1.1.0

func ScrollBar_GetHint(obj uintptr) string

func ScrollBar_GetKind added in v1.1.0

func ScrollBar_GetKind(obj uintptr) TScrollBarKind

func ScrollBar_GetLargeChange added in v1.1.0

func ScrollBar_GetLargeChange(obj uintptr) TScrollBarInc

func ScrollBar_GetLeft added in v1.1.0

func ScrollBar_GetLeft(obj uintptr) int32

func ScrollBar_GetMargins added in v1.1.0

func ScrollBar_GetMargins(obj uintptr) uintptr

func ScrollBar_GetMax added in v1.1.0

func ScrollBar_GetMax(obj uintptr) int32

func ScrollBar_GetMin added in v1.1.0

func ScrollBar_GetMin(obj uintptr) int32

func ScrollBar_GetName added in v1.1.0

func ScrollBar_GetName(obj uintptr) string

func ScrollBar_GetNamePath added in v1.1.0

func ScrollBar_GetNamePath(obj uintptr) string

func ScrollBar_GetOwner added in v1.1.0

func ScrollBar_GetOwner(obj uintptr) uintptr

func ScrollBar_GetPageSize added in v1.1.0

func ScrollBar_GetPageSize(obj uintptr) int32

func ScrollBar_GetParent added in v1.1.0

func ScrollBar_GetParent(obj uintptr) uintptr

func ScrollBar_GetParentCtl3D added in v1.1.0

func ScrollBar_GetParentCtl3D(obj uintptr) bool

func ScrollBar_GetParentDoubleBuffered added in v1.1.0

func ScrollBar_GetParentDoubleBuffered(obj uintptr) bool

func ScrollBar_GetParentShowHint added in v1.1.0

func ScrollBar_GetParentShowHint(obj uintptr) bool

func ScrollBar_GetParentWindow added in v1.1.0

func ScrollBar_GetParentWindow(obj uintptr) HWND

func ScrollBar_GetPopupMenu added in v1.1.0

func ScrollBar_GetPopupMenu(obj uintptr) uintptr

func ScrollBar_GetPosition added in v1.1.0

func ScrollBar_GetPosition(obj uintptr) int32

func ScrollBar_GetShowHint added in v1.1.0

func ScrollBar_GetShowHint(obj uintptr) bool

func ScrollBar_GetSmallChange added in v1.1.0

func ScrollBar_GetSmallChange(obj uintptr) TScrollBarInc

func ScrollBar_GetStyleElements added in v1.1.0

func ScrollBar_GetStyleElements(obj uintptr) TStyleElements

func ScrollBar_GetTabOrder added in v1.1.0

func ScrollBar_GetTabOrder(obj uintptr) uint16

func ScrollBar_GetTabStop added in v1.1.0

func ScrollBar_GetTabStop(obj uintptr) bool

func ScrollBar_GetTag added in v1.1.0

func ScrollBar_GetTag(obj uintptr) int

func ScrollBar_GetTextBuf added in v1.1.0

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

func ScrollBar_GetTextLen added in v1.1.0

func ScrollBar_GetTextLen(obj uintptr) int32

func ScrollBar_GetTop added in v1.1.0

func ScrollBar_GetTop(obj uintptr) int32

func ScrollBar_GetVisible added in v1.1.0

func ScrollBar_GetVisible(obj uintptr) bool

func ScrollBar_GetWidth added in v1.1.0

func ScrollBar_GetWidth(obj uintptr) int32

func ScrollBar_HandleAllocated added in v1.1.0

func ScrollBar_HandleAllocated(obj uintptr) bool

func ScrollBar_HasParent added in v1.1.0

func ScrollBar_HasParent(obj uintptr) bool

func ScrollBar_Hide added in v1.1.0

func ScrollBar_Hide(obj uintptr)

func ScrollBar_Invalidate added in v1.1.0

func ScrollBar_Invalidate(obj uintptr)

func ScrollBar_Perform added in v1.1.0

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

func ScrollBar_Realign added in v1.1.0

func ScrollBar_Realign(obj uintptr)

func ScrollBar_Refresh added in v1.1.0

func ScrollBar_Refresh(obj uintptr)

func ScrollBar_Repaint added in v1.1.0

func ScrollBar_Repaint(obj uintptr)

func ScrollBar_ScaleBy added in v1.1.0

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

func ScrollBar_SendToBack added in v1.1.0

func ScrollBar_SendToBack(obj uintptr)

func ScrollBar_SetAction added in v1.1.0

func ScrollBar_SetAction(obj uintptr, value uintptr)

func ScrollBar_SetAlign added in v1.1.0

func ScrollBar_SetAlign(obj uintptr, value TAlign)

func ScrollBar_SetAlignWithMargins added in v1.1.0

func ScrollBar_SetAlignWithMargins(obj uintptr, value bool)

func ScrollBar_SetAnchors added in v1.1.0

func ScrollBar_SetAnchors(obj uintptr, value TAnchors)

func ScrollBar_SetBiDiMode added in v1.1.0

func ScrollBar_SetBiDiMode(obj uintptr, value TBiDiMode)

func ScrollBar_SetBounds added in v1.1.0

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

func ScrollBar_SetBoundsRect added in v1.1.0

func ScrollBar_SetBoundsRect(obj uintptr, value TRect)

func ScrollBar_SetClientHeight added in v1.1.0

func ScrollBar_SetClientHeight(obj uintptr, value int32)

func ScrollBar_SetClientWidth added in v1.1.0

func ScrollBar_SetClientWidth(obj uintptr, value int32)

func ScrollBar_SetComponentIndex added in v1.1.0

func ScrollBar_SetComponentIndex(obj uintptr, value int32)

func ScrollBar_SetCursor added in v1.1.0

func ScrollBar_SetCursor(obj uintptr, value TCursor)

func ScrollBar_SetCustomHint added in v1.1.0

func ScrollBar_SetCustomHint(obj uintptr, value uintptr)

func ScrollBar_SetDoubleBuffered added in v1.1.0

func ScrollBar_SetDoubleBuffered(obj uintptr, value bool)

func ScrollBar_SetEnabled added in v1.1.0

func ScrollBar_SetEnabled(obj uintptr, value bool)

func ScrollBar_SetFocus added in v1.1.0

func ScrollBar_SetFocus(obj uintptr)

func ScrollBar_SetHeight added in v1.1.0

func ScrollBar_SetHeight(obj uintptr, value int32)

func ScrollBar_SetHint added in v1.1.0

func ScrollBar_SetHint(obj uintptr, value string)

func ScrollBar_SetKind added in v1.1.0

func ScrollBar_SetKind(obj uintptr, value TScrollBarKind)

func ScrollBar_SetLargeChange added in v1.1.0

func ScrollBar_SetLargeChange(obj uintptr, value TScrollBarInc)

func ScrollBar_SetLeft added in v1.1.0

func ScrollBar_SetLeft(obj uintptr, value int32)

func ScrollBar_SetMargins added in v1.1.0

func ScrollBar_SetMargins(obj uintptr, value uintptr)

func ScrollBar_SetMax added in v1.1.0

func ScrollBar_SetMax(obj uintptr, value int32)

func ScrollBar_SetMin added in v1.1.0

func ScrollBar_SetMin(obj uintptr, value int32)

func ScrollBar_SetName added in v1.1.0

func ScrollBar_SetName(obj uintptr, value string)

func ScrollBar_SetOnChange added in v1.1.0

func ScrollBar_SetOnChange(obj uintptr, fn interface{})

func ScrollBar_SetOnEnter added in v1.1.0

func ScrollBar_SetOnEnter(obj uintptr, fn interface{})

func ScrollBar_SetOnExit added in v1.1.0

func ScrollBar_SetOnExit(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyDown added in v1.1.0

func ScrollBar_SetOnKeyDown(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyPress added in v1.1.0

func ScrollBar_SetOnKeyPress(obj uintptr, fn interface{})

func ScrollBar_SetOnKeyUp added in v1.1.0

func ScrollBar_SetOnKeyUp(obj uintptr, fn interface{})

func ScrollBar_SetOnMouseEnter added in v1.1.0

func ScrollBar_SetOnMouseEnter(obj uintptr, fn interface{})

func ScrollBar_SetOnMouseLeave added in v1.1.0

func ScrollBar_SetOnMouseLeave(obj uintptr, fn interface{})

func ScrollBar_SetPageSize added in v1.1.0

func ScrollBar_SetPageSize(obj uintptr, value int32)

func ScrollBar_SetParams added in v1.1.0

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

func ScrollBar_SetParent added in v1.1.0

func ScrollBar_SetParent(obj uintptr, value uintptr)

func ScrollBar_SetParentCtl3D added in v1.1.0

func ScrollBar_SetParentCtl3D(obj uintptr, value bool)

func ScrollBar_SetParentDoubleBuffered added in v1.1.0

func ScrollBar_SetParentDoubleBuffered(obj uintptr, value bool)

func ScrollBar_SetParentShowHint added in v1.1.0

func ScrollBar_SetParentShowHint(obj uintptr, value bool)

func ScrollBar_SetParentWindow added in v1.1.0

func ScrollBar_SetParentWindow(obj uintptr, value HWND)

func ScrollBar_SetPopupMenu added in v1.1.0

func ScrollBar_SetPopupMenu(obj uintptr, value uintptr)

func ScrollBar_SetPosition added in v1.1.0

func ScrollBar_SetPosition(obj uintptr, value int32)

func ScrollBar_SetShowHint added in v1.1.0

func ScrollBar_SetShowHint(obj uintptr, value bool)

func ScrollBar_SetSmallChange added in v1.1.0

func ScrollBar_SetSmallChange(obj uintptr, value TScrollBarInc)

func ScrollBar_SetStyleElements added in v1.1.0

func ScrollBar_SetStyleElements(obj uintptr, value TStyleElements)

func ScrollBar_SetTabOrder added in v1.1.0

func ScrollBar_SetTabOrder(obj uintptr, value uint16)

func ScrollBar_SetTabStop added in v1.1.0

func ScrollBar_SetTabStop(obj uintptr, value bool)

func ScrollBar_SetTag added in v1.1.0

func ScrollBar_SetTag(obj uintptr, value int)

func ScrollBar_SetTop added in v1.1.0

func ScrollBar_SetTop(obj uintptr, value int32)

func ScrollBar_SetVisible added in v1.1.0

func ScrollBar_SetVisible(obj uintptr, value bool)

func ScrollBar_SetWidth added in v1.1.0

func ScrollBar_SetWidth(obj uintptr, value int32)

func ScrollBar_Show added in v1.1.0

func ScrollBar_Show(obj uintptr)

func ScrollBar_ToString added in v1.1.0

func ScrollBar_ToString(obj uintptr) string

func ScrollBar_Update added in v1.1.0

func ScrollBar_Update(obj uintptr)

func ScrollBox_Assign added in v1.1.0

func ScrollBox_Assign(obj uintptr, Source uintptr)

func ScrollBox_BringToFront added in v1.1.0

func ScrollBox_BringToFront(obj uintptr)

func ScrollBox_CanFocus added in v1.1.0

func ScrollBox_CanFocus(obj uintptr) bool

func ScrollBox_ClassName added in v1.1.0

func ScrollBox_ClassName(obj uintptr) string

func ScrollBox_Create added in v1.1.0

func ScrollBox_Create(obj uintptr) uintptr

func ScrollBox_Equals added in v1.1.0

func ScrollBox_Equals(obj uintptr, Obj uintptr) bool

func ScrollBox_FindComponent added in v1.1.0

func ScrollBox_FindComponent(obj uintptr, AName string) uintptr

func ScrollBox_FlipChildren added in v1.1.0

func ScrollBox_FlipChildren(obj uintptr, AllLevels bool)

func ScrollBox_Focused added in v1.1.0

func ScrollBox_Focused(obj uintptr) bool

func ScrollBox_Free added in v1.1.0

func ScrollBox_Free(obj uintptr)

func ScrollBox_GetAction added in v1.1.0

func ScrollBox_GetAction(obj uintptr) uintptr

func ScrollBox_GetAlign added in v1.1.0

func ScrollBox_GetAlign(obj uintptr) TAlign

func ScrollBox_GetAlignWithMargins added in v1.1.0

func ScrollBox_GetAlignWithMargins(obj uintptr) bool

func ScrollBox_GetAnchors added in v1.1.0

func ScrollBox_GetAnchors(obj uintptr) TAnchors

func ScrollBox_GetAutoSize added in v1.1.0

func ScrollBox_GetAutoSize(obj uintptr) bool

func ScrollBox_GetBevelEdges added in v1.1.0

func ScrollBox_GetBevelEdges(obj uintptr) TBevelEdges

func ScrollBox_GetBevelInner added in v1.1.0

func ScrollBox_GetBevelInner(obj uintptr) TBevelCut

func ScrollBox_GetBevelKind added in v1.1.0

func ScrollBox_GetBevelKind(obj uintptr) TBevelKind

func ScrollBox_GetBevelOuter added in v1.1.0

func ScrollBox_GetBevelOuter(obj uintptr) TBevelCut

func ScrollBox_GetBiDiMode added in v1.1.0

func ScrollBox_GetBiDiMode(obj uintptr) TBiDiMode

func ScrollBox_GetBorderStyle added in v1.1.0

func ScrollBox_GetBorderStyle(obj uintptr) TBorderStyle

func ScrollBox_GetBoundsRect added in v1.1.0

func ScrollBox_GetBoundsRect(obj uintptr) TRect

func ScrollBox_GetBrush added in v1.1.0

func ScrollBox_GetBrush(obj uintptr) uintptr

func ScrollBox_GetClientHeight added in v1.1.0

func ScrollBox_GetClientHeight(obj uintptr) int32

func ScrollBox_GetClientRect added in v1.1.0

func ScrollBox_GetClientRect(obj uintptr) TRect

func ScrollBox_GetClientWidth added in v1.1.0

func ScrollBox_GetClientWidth(obj uintptr) int32

func ScrollBox_GetColor added in v1.1.0

func ScrollBox_GetColor(obj uintptr) TColor

func ScrollBox_GetComponentCount added in v1.1.0

func ScrollBox_GetComponentCount(obj uintptr) int32

func ScrollBox_GetComponentIndex added in v1.1.0

func ScrollBox_GetComponentIndex(obj uintptr) int32

func ScrollBox_GetComponents added in v1.1.0

func ScrollBox_GetComponents(obj uintptr, AIndex int32) uintptr

func ScrollBox_GetControlCount added in v1.1.0

func ScrollBox_GetControlCount(obj uintptr) int32

func ScrollBox_GetControls added in v1.1.0

func ScrollBox_GetControls(obj uintptr, Index int32) uintptr

func ScrollBox_GetCursor added in v1.1.0

func ScrollBox_GetCursor(obj uintptr) TCursor

func ScrollBox_GetCustomHint added in v1.1.0

func ScrollBox_GetCustomHint(obj uintptr) uintptr

func ScrollBox_GetDoubleBuffered added in v1.1.0

func ScrollBox_GetDoubleBuffered(obj uintptr) bool

func ScrollBox_GetEnabled added in v1.1.0

func ScrollBox_GetEnabled(obj uintptr) bool

func ScrollBox_GetExplicitHeight added in v1.1.0

func ScrollBox_GetExplicitHeight(obj uintptr) int32

func ScrollBox_GetExplicitLeft added in v1.1.0

func ScrollBox_GetExplicitLeft(obj uintptr) int32

func ScrollBox_GetExplicitTop added in v1.1.0

func ScrollBox_GetExplicitTop(obj uintptr) int32

func ScrollBox_GetExplicitWidth added in v1.1.0

func ScrollBox_GetExplicitWidth(obj uintptr) int32

func ScrollBox_GetFont added in v1.1.0

func ScrollBox_GetFont(obj uintptr) uintptr

func ScrollBox_GetHandle added in v1.1.0

func ScrollBox_GetHandle(obj uintptr) HWND

func ScrollBox_GetHashCode added in v1.1.0

func ScrollBox_GetHashCode(obj uintptr) int32

func ScrollBox_GetHeight added in v1.1.0

func ScrollBox_GetHeight(obj uintptr) int32

func ScrollBox_GetHint added in v1.1.0

func ScrollBox_GetHint(obj uintptr) string

func ScrollBox_GetLeft added in v1.1.0

func ScrollBox_GetLeft(obj uintptr) int32

func ScrollBox_GetMargins added in v1.1.0

func ScrollBox_GetMargins(obj uintptr) uintptr

func ScrollBox_GetName added in v1.1.0

func ScrollBox_GetName(obj uintptr) string

func ScrollBox_GetNamePath added in v1.1.0

func ScrollBox_GetNamePath(obj uintptr) string

func ScrollBox_GetOwner added in v1.1.0

func ScrollBox_GetOwner(obj uintptr) uintptr

func ScrollBox_GetParent added in v1.1.0

func ScrollBox_GetParent(obj uintptr) uintptr

func ScrollBox_GetParentBackground added in v1.1.0

func ScrollBox_GetParentBackground(obj uintptr) bool

func ScrollBox_GetParentColor added in v1.1.0

func ScrollBox_GetParentColor(obj uintptr) bool

func ScrollBox_GetParentCtl3D added in v1.1.0

func ScrollBox_GetParentCtl3D(obj uintptr) bool

func ScrollBox_GetParentDoubleBuffered added in v1.1.0

func ScrollBox_GetParentDoubleBuffered(obj uintptr) bool

func ScrollBox_GetParentFont added in v1.1.0

func ScrollBox_GetParentFont(obj uintptr) bool

func ScrollBox_GetParentShowHint added in v1.1.0

func ScrollBox_GetParentShowHint(obj uintptr) bool

func ScrollBox_GetParentWindow added in v1.1.0

func ScrollBox_GetParentWindow(obj uintptr) HWND

func ScrollBox_GetPopupMenu added in v1.1.0

func ScrollBox_GetPopupMenu(obj uintptr) uintptr

func ScrollBox_GetShowHint added in v1.1.0

func ScrollBox_GetShowHint(obj uintptr) bool

func ScrollBox_GetStyleElements added in v1.1.0

func ScrollBox_GetStyleElements(obj uintptr) TStyleElements

func ScrollBox_GetTabOrder added in v1.1.0

func ScrollBox_GetTabOrder(obj uintptr) uint16

func ScrollBox_GetTabStop added in v1.1.0

func ScrollBox_GetTabStop(obj uintptr) bool

func ScrollBox_GetTag added in v1.1.0

func ScrollBox_GetTag(obj uintptr) int

func ScrollBox_GetTextBuf added in v1.1.0

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

func ScrollBox_GetTextLen added in v1.1.0

func ScrollBox_GetTextLen(obj uintptr) int32

func ScrollBox_GetTop added in v1.1.0

func ScrollBox_GetTop(obj uintptr) int32

func ScrollBox_GetVisible added in v1.1.0

func ScrollBox_GetVisible(obj uintptr) bool

func ScrollBox_GetWidth added in v1.1.0

func ScrollBox_GetWidth(obj uintptr) int32

func ScrollBox_HandleAllocated added in v1.1.0

func ScrollBox_HandleAllocated(obj uintptr) bool

func ScrollBox_HasParent added in v1.1.0

func ScrollBox_HasParent(obj uintptr) bool

func ScrollBox_Hide added in v1.1.0

func ScrollBox_Hide(obj uintptr)

func ScrollBox_Invalidate added in v1.1.0

func ScrollBox_Invalidate(obj uintptr)

func ScrollBox_Perform added in v1.1.0

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

func ScrollBox_Realign added in v1.1.0

func ScrollBox_Realign(obj uintptr)

func ScrollBox_Refresh added in v1.1.0

func ScrollBox_Refresh(obj uintptr)

func ScrollBox_Repaint added in v1.1.0

func ScrollBox_Repaint(obj uintptr)

func ScrollBox_ScaleBy added in v1.1.0

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

func ScrollBox_SendToBack added in v1.1.0

func ScrollBox_SendToBack(obj uintptr)

func ScrollBox_SetAction added in v1.1.0

func ScrollBox_SetAction(obj uintptr, value uintptr)

func ScrollBox_SetAlign added in v1.1.0

func ScrollBox_SetAlign(obj uintptr, value TAlign)

func ScrollBox_SetAlignWithMargins added in v1.1.0

func ScrollBox_SetAlignWithMargins(obj uintptr, value bool)

func ScrollBox_SetAnchors added in v1.1.0

func ScrollBox_SetAnchors(obj uintptr, value TAnchors)

func ScrollBox_SetAutoSize added in v1.1.0

func ScrollBox_SetAutoSize(obj uintptr, value bool)

func ScrollBox_SetBevelEdges added in v1.1.0

func ScrollBox_SetBevelEdges(obj uintptr, value TBevelEdges)

func ScrollBox_SetBevelInner added in v1.1.0

func ScrollBox_SetBevelInner(obj uintptr, value TBevelCut)

func ScrollBox_SetBevelKind added in v1.1.0

func ScrollBox_SetBevelKind(obj uintptr, value TBevelKind)

func ScrollBox_SetBevelOuter added in v1.1.0

func ScrollBox_SetBevelOuter(obj uintptr, value TBevelCut)

func ScrollBox_SetBiDiMode added in v1.1.0

func ScrollBox_SetBiDiMode(obj uintptr, value TBiDiMode)

func ScrollBox_SetBorderStyle added in v1.1.0

func ScrollBox_SetBorderStyle(obj uintptr, value TBorderStyle)

func ScrollBox_SetBounds added in v1.1.0

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

func ScrollBox_SetBoundsRect added in v1.1.0

func ScrollBox_SetBoundsRect(obj uintptr, value TRect)

func ScrollBox_SetClientHeight added in v1.1.0

func ScrollBox_SetClientHeight(obj uintptr, value int32)

func ScrollBox_SetClientWidth added in v1.1.0

func ScrollBox_SetClientWidth(obj uintptr, value int32)

func ScrollBox_SetColor added in v1.1.0

func ScrollBox_SetColor(obj uintptr, value TColor)

func ScrollBox_SetComponentIndex added in v1.1.0

func ScrollBox_SetComponentIndex(obj uintptr, value int32)

func ScrollBox_SetCursor added in v1.1.0

func ScrollBox_SetCursor(obj uintptr, value TCursor)

func ScrollBox_SetCustomHint added in v1.1.0

func ScrollBox_SetCustomHint(obj uintptr, value uintptr)

func ScrollBox_SetDoubleBuffered added in v1.1.0

func ScrollBox_SetDoubleBuffered(obj uintptr, value bool)

func ScrollBox_SetEnabled added in v1.1.0

func ScrollBox_SetEnabled(obj uintptr, value bool)

func ScrollBox_SetFocus added in v1.1.0

func ScrollBox_SetFocus(obj uintptr)

func ScrollBox_SetFont added in v1.1.0

func ScrollBox_SetFont(obj uintptr, value uintptr)

func ScrollBox_SetHeight added in v1.1.0

func ScrollBox_SetHeight(obj uintptr, value int32)

func ScrollBox_SetHint added in v1.1.0

func ScrollBox_SetHint(obj uintptr, value string)

func ScrollBox_SetLeft added in v1.1.0

func ScrollBox_SetLeft(obj uintptr, value int32)

func ScrollBox_SetMargins added in v1.1.0

func ScrollBox_SetMargins(obj uintptr, value uintptr)

func ScrollBox_SetName added in v1.1.0

func ScrollBox_SetName(obj uintptr, value string)

func ScrollBox_SetOnClick added in v1.1.0

func ScrollBox_SetOnClick(obj uintptr, fn interface{})

func ScrollBox_SetOnDblClick added in v1.1.0

func ScrollBox_SetOnDblClick(obj uintptr, fn interface{})

func ScrollBox_SetOnEnter added in v1.1.0

func ScrollBox_SetOnEnter(obj uintptr, fn interface{})

func ScrollBox_SetOnExit added in v1.1.0

func ScrollBox_SetOnExit(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseDown added in v1.1.0

func ScrollBox_SetOnMouseDown(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseEnter added in v1.1.0

func ScrollBox_SetOnMouseEnter(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseLeave added in v1.1.0

func ScrollBox_SetOnMouseLeave(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseMove added in v1.1.0

func ScrollBox_SetOnMouseMove(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseUp added in v1.1.0

func ScrollBox_SetOnMouseUp(obj uintptr, fn interface{})

func ScrollBox_SetOnMouseWheel added in v1.1.0

func ScrollBox_SetOnMouseWheel(obj uintptr, fn interface{})

func ScrollBox_SetOnResize added in v1.1.0

func ScrollBox_SetOnResize(obj uintptr, fn interface{})

func ScrollBox_SetParent added in v1.1.0

func ScrollBox_SetParent(obj uintptr, value uintptr)

func ScrollBox_SetParentBackground added in v1.1.0

func ScrollBox_SetParentBackground(obj uintptr, value bool)

func ScrollBox_SetParentColor added in v1.1.0

func ScrollBox_SetParentColor(obj uintptr, value bool)

func ScrollBox_SetParentCtl3D added in v1.1.0

func ScrollBox_SetParentCtl3D(obj uintptr, value bool)

func ScrollBox_SetParentDoubleBuffered added in v1.1.0

func ScrollBox_SetParentDoubleBuffered(obj uintptr, value bool)

func ScrollBox_SetParentFont added in v1.1.0

func ScrollBox_SetParentFont(obj uintptr, value bool)

func ScrollBox_SetParentShowHint added in v1.1.0

func ScrollBox_SetParentShowHint(obj uintptr, value bool)

func ScrollBox_SetParentWindow added in v1.1.0

func ScrollBox_SetParentWindow(obj uintptr, value HWND)

func ScrollBox_SetPopupMenu added in v1.1.0

func ScrollBox_SetPopupMenu(obj uintptr, value uintptr)

func ScrollBox_SetShowHint added in v1.1.0

func ScrollBox_SetShowHint(obj uintptr, value bool)

func ScrollBox_SetStyleElements added in v1.1.0

func ScrollBox_SetStyleElements(obj uintptr, value TStyleElements)

func ScrollBox_SetTabOrder added in v1.1.0

func ScrollBox_SetTabOrder(obj uintptr, value uint16)

func ScrollBox_SetTabStop added in v1.1.0

func ScrollBox_SetTabStop(obj uintptr, value bool)

func ScrollBox_SetTag added in v1.1.0

func ScrollBox_SetTag(obj uintptr, value int)

func ScrollBox_SetTop added in v1.1.0

func ScrollBox_SetTop(obj uintptr, value int32)

func ScrollBox_SetVisible added in v1.1.0

func ScrollBox_SetVisible(obj uintptr, value bool)

func ScrollBox_SetWidth added in v1.1.0

func ScrollBox_SetWidth(obj uintptr, value int32)

func ScrollBox_Show added in v1.1.0

func ScrollBox_Show(obj uintptr)

func ScrollBox_ToString added in v1.1.0

func ScrollBox_ToString(obj uintptr) string

func ScrollBox_Update added in v1.1.0

func ScrollBox_Update(obj uintptr)

func SetEventCallback

func SetEventCallback(ptr uintptr)

func SetGlobalFormScaled

func SetGlobalFormScaled(val bool)

func Shape_Assign added in v1.1.0

func Shape_Assign(obj uintptr, Source uintptr)

func Shape_BringToFront added in v1.1.0

func Shape_BringToFront(obj uintptr)

func Shape_ClassName added in v1.1.0

func Shape_ClassName(obj uintptr) string

func Shape_Create added in v1.1.0

func Shape_Create(obj uintptr) uintptr

func Shape_Equals added in v1.1.0

func Shape_Equals(obj uintptr, Obj uintptr) bool

func Shape_FindComponent added in v1.1.0

func Shape_FindComponent(obj uintptr, AName string) uintptr

func Shape_Free added in v1.1.0

func Shape_Free(obj uintptr)

func Shape_GetAction added in v1.1.0

func Shape_GetAction(obj uintptr) uintptr

func Shape_GetAlign added in v1.1.0

func Shape_GetAlign(obj uintptr) TAlign

func Shape_GetAlignWithMargins added in v1.1.0

func Shape_GetAlignWithMargins(obj uintptr) bool

func Shape_GetAnchors added in v1.1.0

func Shape_GetAnchors(obj uintptr) TAnchors

func Shape_GetBiDiMode added in v1.1.0

func Shape_GetBiDiMode(obj uintptr) TBiDiMode

func Shape_GetBoundsRect added in v1.1.0

func Shape_GetBoundsRect(obj uintptr) TRect

func Shape_GetBrush added in v1.1.0

func Shape_GetBrush(obj uintptr) uintptr

func Shape_GetClientHeight added in v1.1.0

func Shape_GetClientHeight(obj uintptr) int32

func Shape_GetClientRect added in v1.1.0

func Shape_GetClientRect(obj uintptr) TRect

func Shape_GetClientWidth added in v1.1.0

func Shape_GetClientWidth(obj uintptr) int32

func Shape_GetComponentCount added in v1.1.0

func Shape_GetComponentCount(obj uintptr) int32

func Shape_GetComponentIndex added in v1.1.0

func Shape_GetComponentIndex(obj uintptr) int32

func Shape_GetComponents added in v1.1.0

func Shape_GetComponents(obj uintptr, AIndex int32) uintptr

func Shape_GetCursor added in v1.1.0

func Shape_GetCursor(obj uintptr) TCursor

func Shape_GetCustomHint added in v1.1.0

func Shape_GetCustomHint(obj uintptr) uintptr

func Shape_GetEnabled added in v1.1.0

func Shape_GetEnabled(obj uintptr) bool

func Shape_GetExplicitHeight added in v1.1.0

func Shape_GetExplicitHeight(obj uintptr) int32

func Shape_GetExplicitLeft added in v1.1.0

func Shape_GetExplicitLeft(obj uintptr) int32

func Shape_GetExplicitTop added in v1.1.0

func Shape_GetExplicitTop(obj uintptr) int32

func Shape_GetExplicitWidth added in v1.1.0

func Shape_GetExplicitWidth(obj uintptr) int32

func Shape_GetHashCode added in v1.1.0

func Shape_GetHashCode(obj uintptr) int32

func Shape_GetHeight added in v1.1.0

func Shape_GetHeight(obj uintptr) int32

func Shape_GetHint added in v1.1.0

func Shape_GetHint(obj uintptr) string

func Shape_GetLeft added in v1.1.0

func Shape_GetLeft(obj uintptr) int32

func Shape_GetMargins added in v1.1.0

func Shape_GetMargins(obj uintptr) uintptr

func Shape_GetName added in v1.1.0

func Shape_GetName(obj uintptr) string

func Shape_GetNamePath added in v1.1.0

func Shape_GetNamePath(obj uintptr) string

func Shape_GetOwner added in v1.1.0

func Shape_GetOwner(obj uintptr) uintptr

func Shape_GetParent added in v1.1.0

func Shape_GetParent(obj uintptr) uintptr

func Shape_GetParentShowHint added in v1.1.0

func Shape_GetParentShowHint(obj uintptr) bool

func Shape_GetPen added in v1.1.0

func Shape_GetPen(obj uintptr) uintptr

func Shape_GetShape added in v1.1.0

func Shape_GetShape(obj uintptr) TShapeType

func Shape_GetShowHint added in v1.1.0

func Shape_GetShowHint(obj uintptr) bool

func Shape_GetStyleElements added in v1.1.0

func Shape_GetStyleElements(obj uintptr) TStyleElements

func Shape_GetTag added in v1.1.0

func Shape_GetTag(obj uintptr) int

func Shape_GetTextBuf added in v1.1.0

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

func Shape_GetTextLen added in v1.1.0

func Shape_GetTextLen(obj uintptr) int32

func Shape_GetTop added in v1.1.0

func Shape_GetTop(obj uintptr) int32

func Shape_GetVisible added in v1.1.0

func Shape_GetVisible(obj uintptr) bool

func Shape_GetWidth added in v1.1.0

func Shape_GetWidth(obj uintptr) int32

func Shape_HasParent added in v1.1.0

func Shape_HasParent(obj uintptr) bool

func Shape_Hide added in v1.1.0

func Shape_Hide(obj uintptr)

func Shape_Invalidate added in v1.1.0

func Shape_Invalidate(obj uintptr)

func Shape_Perform added in v1.1.0

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

func Shape_Refresh added in v1.1.0

func Shape_Refresh(obj uintptr)

func Shape_Repaint added in v1.1.0

func Shape_Repaint(obj uintptr)

func Shape_SendToBack added in v1.1.0

func Shape_SendToBack(obj uintptr)

func Shape_SetAction added in v1.1.0

func Shape_SetAction(obj uintptr, value uintptr)

func Shape_SetAlign added in v1.1.0

func Shape_SetAlign(obj uintptr, value TAlign)

func Shape_SetAlignWithMargins added in v1.1.0

func Shape_SetAlignWithMargins(obj uintptr, value bool)

func Shape_SetAnchors added in v1.1.0

func Shape_SetAnchors(obj uintptr, value TAnchors)

func Shape_SetBiDiMode added in v1.1.0

func Shape_SetBiDiMode(obj uintptr, value TBiDiMode)

func Shape_SetBounds added in v1.1.0

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

func Shape_SetBoundsRect added in v1.1.0

func Shape_SetBoundsRect(obj uintptr, value TRect)

func Shape_SetBrush added in v1.1.0

func Shape_SetBrush(obj uintptr, value uintptr)

func Shape_SetClientHeight added in v1.1.0

func Shape_SetClientHeight(obj uintptr, value int32)

func Shape_SetClientWidth added in v1.1.0

func Shape_SetClientWidth(obj uintptr, value int32)

func Shape_SetComponentIndex added in v1.1.0

func Shape_SetComponentIndex(obj uintptr, value int32)

func Shape_SetCursor added in v1.1.0

func Shape_SetCursor(obj uintptr, value TCursor)

func Shape_SetCustomHint added in v1.1.0

func Shape_SetCustomHint(obj uintptr, value uintptr)

func Shape_SetEnabled added in v1.1.0

func Shape_SetEnabled(obj uintptr, value bool)

func Shape_SetHeight added in v1.1.0

func Shape_SetHeight(obj uintptr, value int32)

func Shape_SetHint added in v1.1.0

func Shape_SetHint(obj uintptr, value string)

func Shape_SetLeft added in v1.1.0

func Shape_SetLeft(obj uintptr, value int32)

func Shape_SetMargins added in v1.1.0

func Shape_SetMargins(obj uintptr, value uintptr)

func Shape_SetName added in v1.1.0

func Shape_SetName(obj uintptr, value string)

func Shape_SetOnMouseDown added in v1.1.0

func Shape_SetOnMouseDown(obj uintptr, fn interface{})

func Shape_SetOnMouseEnter added in v1.1.0

func Shape_SetOnMouseEnter(obj uintptr, fn interface{})

func Shape_SetOnMouseLeave added in v1.1.0

func Shape_SetOnMouseLeave(obj uintptr, fn interface{})

func Shape_SetOnMouseMove added in v1.1.0

func Shape_SetOnMouseMove(obj uintptr, fn interface{})

func Shape_SetOnMouseUp added in v1.1.0

func Shape_SetOnMouseUp(obj uintptr, fn interface{})

func Shape_SetParent added in v1.1.0

func Shape_SetParent(obj uintptr, value uintptr)

func Shape_SetParentShowHint added in v1.1.0

func Shape_SetParentShowHint(obj uintptr, value bool)

func Shape_SetPen added in v1.1.0

func Shape_SetPen(obj uintptr, value uintptr)

func Shape_SetShape added in v1.1.0

func Shape_SetShape(obj uintptr, value TShapeType)

func Shape_SetShowHint added in v1.1.0

func Shape_SetShowHint(obj uintptr, value bool)

func Shape_SetStyleElements added in v1.1.0

func Shape_SetStyleElements(obj uintptr, value TStyleElements)

func Shape_SetTag added in v1.1.0

func Shape_SetTag(obj uintptr, value int)

func Shape_SetTop added in v1.1.0

func Shape_SetTop(obj uintptr, value int32)

func Shape_SetVisible added in v1.1.0

func Shape_SetVisible(obj uintptr, value bool)

func Shape_SetWidth added in v1.1.0

func Shape_SetWidth(obj uintptr, value int32)

func Shape_Show added in v1.1.0

func Shape_Show(obj uintptr)

func Shape_ToString added in v1.1.0

func Shape_ToString(obj uintptr) string

func Shape_Update added in v1.1.0

func Shape_Update(obj 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_Click

func SpeedButton_Click(obj uintptr)

func SpeedButton_Create

func SpeedButton_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func SpeedButton_GetAlignWithMargins(obj uintptr) bool

func SpeedButton_GetAllowAllUp

func SpeedButton_GetAllowAllUp(obj uintptr) bool

func SpeedButton_GetAnchors

func SpeedButton_GetAnchors(obj uintptr) TAnchors

func SpeedButton_GetBiDiMode

func SpeedButton_GetBiDiMode(obj uintptr) TBiDiMode

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_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_GetCursor

func SpeedButton_GetCursor(obj uintptr) TCursor

func SpeedButton_GetCustomHint added in v1.1.0

func SpeedButton_GetCustomHint(obj uintptr) uintptr

func SpeedButton_GetDown

func SpeedButton_GetDown(obj uintptr) bool

func SpeedButton_GetEnabled

func SpeedButton_GetEnabled(obj uintptr) bool

func SpeedButton_GetExplicitHeight

func SpeedButton_GetExplicitHeight(obj uintptr) int32

func SpeedButton_GetExplicitLeft

func SpeedButton_GetExplicitLeft(obj uintptr) int32

func SpeedButton_GetExplicitTop

func SpeedButton_GetExplicitTop(obj uintptr) int32

func SpeedButton_GetExplicitWidth

func SpeedButton_GetExplicitWidth(obj uintptr) int32

func SpeedButton_GetFlat

func SpeedButton_GetFlat(obj uintptr) bool

func SpeedButton_GetFont

func SpeedButton_GetFont(obj uintptr) uintptr

func SpeedButton_GetGlyph added in v1.1.0

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_GetLayout

func SpeedButton_GetLayout(obj uintptr) TButtonLayout

func SpeedButton_GetLeft

func SpeedButton_GetLeft(obj uintptr) int32

func SpeedButton_GetMargins

func SpeedButton_GetMargins(obj uintptr) uintptr

func SpeedButton_GetName

func SpeedButton_GetName(obj uintptr) string

func SpeedButton_GetNamePath

func SpeedButton_GetNamePath(obj uintptr) string

func SpeedButton_GetNumGlyphs added in v1.1.0

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_GetShowHint

func SpeedButton_GetShowHint(obj uintptr) bool

func SpeedButton_GetSpacing added in v1.1.0

func SpeedButton_GetSpacing(obj uintptr) int32

func SpeedButton_GetStyleElements

func SpeedButton_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func SpeedButton_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func SpeedButton_SetAlignWithMargins(obj uintptr, value bool)

func SpeedButton_SetAllowAllUp

func SpeedButton_SetAllowAllUp(obj uintptr, value bool)

func SpeedButton_SetAnchors

func SpeedButton_SetAnchors(obj uintptr, value TAnchors)

func SpeedButton_SetBiDiMode

func SpeedButton_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func SpeedButton_SetCursor(obj uintptr, value TCursor)

func SpeedButton_SetCustomHint added in v1.1.0

func SpeedButton_SetCustomHint(obj uintptr, value uintptr)

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 added in v1.1.0

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_SetLayout

func SpeedButton_SetLayout(obj uintptr, value TButtonLayout)

func SpeedButton_SetLeft

func SpeedButton_SetLeft(obj uintptr, value int32)

func SpeedButton_SetMargins

func SpeedButton_SetMargins(obj uintptr, value uintptr)

func SpeedButton_SetName

func SpeedButton_SetName(obj uintptr, value string)

func SpeedButton_SetNumGlyphs added in v1.1.0

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_SetShowHint

func SpeedButton_SetShowHint(obj uintptr, value bool)

func SpeedButton_SetSpacing added in v1.1.0

func SpeedButton_SetSpacing(obj uintptr, value int32)

func SpeedButton_SetStyleElements

func SpeedButton_SetStyleElements(obj uintptr, value TStyleElements)

func SpeedButton_SetTag

func SpeedButton_SetTag(obj uintptr, value int)

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_ToString

func SpeedButton_ToString(obj uintptr) string

func SpeedButton_Update

func SpeedButton_Update(obj 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_Create

func Splitter_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func Splitter_GetAlignWithMargins(obj uintptr) bool

func Splitter_GetAnchors

func Splitter_GetAnchors(obj uintptr) TAnchors

func Splitter_GetBiDiMode

func Splitter_GetBiDiMode(obj uintptr) TBiDiMode

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_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_GetCursor

func Splitter_GetCursor(obj uintptr) TCursor

func Splitter_GetCustomHint added in v1.1.0

func Splitter_GetCustomHint(obj uintptr) uintptr

func Splitter_GetEnabled

func Splitter_GetEnabled(obj uintptr) bool

func Splitter_GetExplicitHeight

func Splitter_GetExplicitHeight(obj uintptr) int32

func Splitter_GetExplicitLeft

func Splitter_GetExplicitLeft(obj uintptr) int32

func Splitter_GetExplicitTop

func Splitter_GetExplicitTop(obj uintptr) int32

func Splitter_GetExplicitWidth

func Splitter_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func Splitter_GetMargins(obj uintptr) uintptr

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_GetShowHint

func Splitter_GetShowHint(obj uintptr) bool

func Splitter_GetStyleElements

func Splitter_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func Splitter_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func Splitter_SetAlignWithMargins(obj uintptr, value bool)

func Splitter_SetAnchors

func Splitter_SetAnchors(obj uintptr, value TAnchors)

func Splitter_SetBiDiMode

func Splitter_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetCursor

func Splitter_SetCursor(obj uintptr, value TCursor)

func Splitter_SetCustomHint added in v1.1.0

func Splitter_SetCustomHint(obj uintptr, value uintptr)

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_SetMargins

func Splitter_SetMargins(obj uintptr, value uintptr)

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_SetShowHint

func Splitter_SetShowHint(obj uintptr, value bool)

func Splitter_SetStyleElements

func Splitter_SetStyleElements(obj uintptr, value TStyleElements)

func Splitter_SetTag

func Splitter_SetTag(obj uintptr, value int)

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_ToString

func Splitter_ToString(obj uintptr) string

func Splitter_Update

func Splitter_Update(obj 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_Create

func StaticText_Create(obj uintptr) uintptr

func StaticText_Equals

func StaticText_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func StaticText_GetAlignWithMargins(obj uintptr) bool

func StaticText_GetAlignment

func StaticText_GetAlignment(obj uintptr) TAlignment

func StaticText_GetAnchors

func StaticText_GetAnchors(obj uintptr) TAnchors

func StaticText_GetAutoSize

func StaticText_GetAutoSize(obj uintptr) bool

func StaticText_GetBevelEdges

func StaticText_GetBevelEdges(obj uintptr) TBevelEdges

func StaticText_GetBevelInner

func StaticText_GetBevelInner(obj uintptr) TBevelCut

func StaticText_GetBevelKind

func StaticText_GetBevelKind(obj uintptr) TBevelKind

func StaticText_GetBevelOuter

func StaticText_GetBevelOuter(obj uintptr) TBevelCut

func StaticText_GetBiDiMode

func StaticText_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func StaticText_GetClientHeight(obj uintptr) int32

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_GetControlCount

func StaticText_GetControlCount(obj uintptr) int32

func StaticText_GetControls

func StaticText_GetControls(obj uintptr, Index int32) uintptr

func StaticText_GetCursor

func StaticText_GetCursor(obj uintptr) TCursor

func StaticText_GetCustomHint added in v1.1.0

func StaticText_GetCustomHint(obj uintptr) uintptr

func StaticText_GetDoubleBuffered

func StaticText_GetDoubleBuffered(obj uintptr) bool

func StaticText_GetEnabled

func StaticText_GetEnabled(obj uintptr) bool

func StaticText_GetExplicitHeight

func StaticText_GetExplicitHeight(obj uintptr) int32

func StaticText_GetExplicitLeft

func StaticText_GetExplicitLeft(obj uintptr) int32

func StaticText_GetExplicitTop

func StaticText_GetExplicitTop(obj uintptr) int32

func StaticText_GetExplicitWidth

func StaticText_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func StaticText_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func StaticText_GetStyleElements(obj uintptr) TStyleElements

func StaticText_GetTabOrder

func StaticText_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

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_GetVisible

func StaticText_GetVisible(obj uintptr) bool

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_Invalidate

func StaticText_Invalidate(obj uintptr)

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_Repaint

func StaticText_Repaint(obj uintptr)

func StaticText_ScaleBy

func StaticText_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func StaticText_SetAlignWithMargins(obj uintptr, value bool)

func StaticText_SetAlignment

func StaticText_SetAlignment(obj uintptr, value TAlignment)

func StaticText_SetAnchors

func StaticText_SetAnchors(obj uintptr, value TAnchors)

func StaticText_SetAutoSize

func StaticText_SetAutoSize(obj uintptr, value bool)

func StaticText_SetBevelEdges

func StaticText_SetBevelEdges(obj uintptr, value TBevelEdges)

func StaticText_SetBevelInner

func StaticText_SetBevelInner(obj uintptr, value TBevelCut)

func StaticText_SetBevelKind

func StaticText_SetBevelKind(obj uintptr, value TBevelKind)

func StaticText_SetBevelOuter

func StaticText_SetBevelOuter(obj uintptr, value TBevelCut)

func StaticText_SetBiDiMode

func StaticText_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func StaticText_SetCursor(obj uintptr, value TCursor)

func StaticText_SetCustomHint added in v1.1.0

func StaticText_SetCustomHint(obj uintptr, value uintptr)

func StaticText_SetDoubleBuffered

func StaticText_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func StaticText_SetMargins(obj uintptr, value uintptr)

func StaticText_SetName

func StaticText_SetName(obj uintptr, value string)

func StaticText_SetOnClick

func StaticText_SetOnClick(obj uintptr, fn interface{})

func StaticText_SetOnDblClick

func StaticText_SetOnDblClick(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_SetStyleElements

func StaticText_SetStyleElements(obj uintptr, value TStyleElements)

func StaticText_SetTabOrder

func StaticText_SetTabOrder(obj uintptr, value uint16)

func StaticText_SetTabStop

func StaticText_SetTabStop(obj uintptr, value bool)

func StaticText_SetTag

func StaticText_SetTag(obj uintptr, value int)

func StaticText_SetTop

func StaticText_SetTop(obj uintptr, value int32)

func StaticText_SetTransparent

func StaticText_SetTransparent(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_ToString

func StaticText_ToString(obj uintptr) string

func StaticText_Update

func StaticText_Update(obj 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_Create

func StatusBar_Create(obj uintptr) uintptr

func StatusBar_Equals

func StatusBar_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func StatusBar_GetAlignWithMargins(obj uintptr) bool

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_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_GetClientHeight

func StatusBar_GetClientHeight(obj uintptr) int32

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_GetControlCount

func StatusBar_GetControlCount(obj uintptr) int32

func StatusBar_GetControls

func StatusBar_GetControls(obj uintptr, Index int32) uintptr

func StatusBar_GetCursor

func StatusBar_GetCursor(obj uintptr) TCursor

func StatusBar_GetCustomHint added in v1.1.0

func StatusBar_GetCustomHint(obj uintptr) uintptr

func StatusBar_GetDoubleBuffered

func StatusBar_GetDoubleBuffered(obj uintptr) bool

func StatusBar_GetEnabled

func StatusBar_GetEnabled(obj uintptr) bool

func StatusBar_GetExplicitHeight

func StatusBar_GetExplicitHeight(obj uintptr) int32

func StatusBar_GetExplicitLeft

func StatusBar_GetExplicitLeft(obj uintptr) int32

func StatusBar_GetExplicitTop

func StatusBar_GetExplicitTop(obj uintptr) int32

func StatusBar_GetExplicitWidth

func StatusBar_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func StatusBar_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func StatusBar_GetStyleElements(obj uintptr) TStyleElements

func StatusBar_GetTabOrder

func StatusBar_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func StatusBar_GetTextLen(obj uintptr) int32

func StatusBar_GetTop

func StatusBar_GetTop(obj uintptr) int32

func StatusBar_GetUseSystemFont

func StatusBar_GetUseSystemFont(obj uintptr) bool

func StatusBar_GetVisible

func StatusBar_GetVisible(obj uintptr) bool

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_Invalidate

func StatusBar_Invalidate(obj uintptr)

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_Repaint

func StatusBar_Repaint(obj uintptr)

func StatusBar_ScaleBy

func StatusBar_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func StatusBar_SetAlignWithMargins(obj uintptr, value bool)

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_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_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_SetCursor

func StatusBar_SetCursor(obj uintptr, value TCursor)

func StatusBar_SetCustomHint added in v1.1.0

func StatusBar_SetCustomHint(obj uintptr, value uintptr)

func StatusBar_SetDoubleBuffered

func StatusBar_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func StatusBar_SetMargins(obj uintptr, value uintptr)

func StatusBar_SetName

func StatusBar_SetName(obj uintptr, value string)

func StatusBar_SetOnClick

func StatusBar_SetOnClick(obj uintptr, fn interface{})

func StatusBar_SetOnDblClick

func StatusBar_SetOnDblClick(obj uintptr, fn interface{})

func StatusBar_SetOnHint added in v1.1.3

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_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_SetStyleElements

func StatusBar_SetStyleElements(obj uintptr, value TStyleElements)

func StatusBar_SetTabOrder

func StatusBar_SetTabOrder(obj uintptr, value uint16)

func StatusBar_SetTabStop

func StatusBar_SetTabStop(obj uintptr, value bool)

func StatusBar_SetTag

func StatusBar_SetTag(obj uintptr, value int)

func StatusBar_SetTop

func StatusBar_SetTop(obj uintptr, value int32)

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_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_Create

func StatusPanel_Create() 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_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_SetAlignment

func StatusPanel_SetAlignment(obj uintptr, value TAlignment)

func StatusPanel_SetBiDiMode

func StatusPanel_SetBiDiMode(obj uintptr, value TBiDiMode)

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_ToString

func StatusPanel_ToString(obj uintptr) string

func StatusPanels_Add

func StatusPanels_Add(obj uintptr) uintptr

func StatusPanels_AddItem

func StatusPanels_AddItem(obj uintptr, Item uintptr, Index int32) 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_Clear

func StatusPanels_Clear(obj uintptr)

func StatusPanels_Create

func StatusPanels_Create() 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_Free

func StatusPanels_Free(obj uintptr)

func StatusPanels_GetCapacity added in v1.1.3

func StatusPanels_GetCapacity(obj uintptr) int32

func StatusPanels_GetCount added in v1.1.3

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_Insert

func StatusPanels_Insert(obj uintptr, Index int32) uintptr

func StatusPanels_Owner

func StatusPanels_Owner(obj uintptr) uintptr

func StatusPanels_SetCapacity added in v1.1.3

func StatusPanels_SetCapacity(obj uintptr, value int32)

func StatusPanels_SetItems

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

func StatusPanels_ToString

func StatusPanels_ToString(obj uintptr) string

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_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 added in v1.1.3

func StringList_GetCapacity(obj uintptr) int32

func StringList_GetCommaText

func StringList_GetCommaText(obj uintptr) string

func StringList_GetCount added in v1.1.3

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_GetOptions

func StringList_GetOptions(obj uintptr) TStringsOptions

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_GetWriteBOM

func StringList_GetWriteBOM(obj uintptr) bool

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_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_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 added in v1.1.3

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_SetOnChange

func StringList_SetOnChange(obj uintptr, fn interface{})

func StringList_SetOptions

func StringList_SetOptions(obj uintptr, value TStringsOptions)

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_SetWriteBOM

func StringList_SetWriteBOM(obj uintptr, value bool)

func StringList_ToString

func StringList_ToString(obj uintptr) string

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_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 added in v1.1.3

func Strings_GetCapacity(obj uintptr) int32

func Strings_GetCommaText

func Strings_GetCommaText(obj uintptr) string

func Strings_GetCount added in v1.1.3

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_GetOptions

func Strings_GetOptions(obj uintptr) TStringsOptions

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_GetWriteBOM

func Strings_GetWriteBOM(obj uintptr) bool

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_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_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 added in v1.1.3

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_SetOptions

func Strings_SetOptions(obj uintptr, value TStringsOptions)

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_SetWriteBOM

func Strings_SetWriteBOM(obj uintptr, value bool)

func Strings_ToString

func Strings_ToString(obj uintptr) string

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_Create

func TabSheet_Create(obj uintptr) uintptr

func TabSheet_Equals

func TabSheet_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func TabSheet_GetAlignWithMargins(obj uintptr) bool

func TabSheet_GetAnchors

func TabSheet_GetAnchors(obj uintptr) TAnchors

func TabSheet_GetBiDiMode

func TabSheet_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func TabSheet_GetClientHeight(obj uintptr) int32

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_GetControlCount

func TabSheet_GetControlCount(obj uintptr) int32

func TabSheet_GetControls

func TabSheet_GetControls(obj uintptr, Index int32) uintptr

func TabSheet_GetCursor

func TabSheet_GetCursor(obj uintptr) TCursor

func TabSheet_GetCustomHint added in v1.1.0

func TabSheet_GetCustomHint(obj uintptr) uintptr

func TabSheet_GetDoubleBuffered

func TabSheet_GetDoubleBuffered(obj uintptr) bool

func TabSheet_GetEnabled

func TabSheet_GetEnabled(obj uintptr) bool

func TabSheet_GetExplicitHeight

func TabSheet_GetExplicitHeight(obj uintptr) int32

func TabSheet_GetExplicitLeft

func TabSheet_GetExplicitLeft(obj uintptr) int32

func TabSheet_GetExplicitTop

func TabSheet_GetExplicitTop(obj uintptr) int32

func TabSheet_GetExplicitWidth

func TabSheet_GetExplicitWidth(obj uintptr) int32

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_GetHighlighted

func TabSheet_GetHighlighted(obj uintptr) bool

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_GetMargins

func TabSheet_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func TabSheet_GetStyleElements(obj uintptr) TStyleElements

func TabSheet_GetTabIndex

func TabSheet_GetTabIndex(obj uintptr) int32

func TabSheet_GetTabOrder

func TabSheet_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func TabSheet_GetTextLen(obj uintptr) int32

func TabSheet_GetTop

func TabSheet_GetTop(obj uintptr) int32

func TabSheet_GetVisible

func TabSheet_GetVisible(obj uintptr) bool

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_Invalidate

func TabSheet_Invalidate(obj uintptr)

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_Repaint

func TabSheet_Repaint(obj uintptr)

func TabSheet_ScaleBy

func TabSheet_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func TabSheet_SetAlignWithMargins(obj uintptr, value bool)

func TabSheet_SetAnchors

func TabSheet_SetAnchors(obj uintptr, value TAnchors)

func TabSheet_SetBiDiMode

func TabSheet_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func TabSheet_SetCursor(obj uintptr, value TCursor)

func TabSheet_SetCustomHint added in v1.1.0

func TabSheet_SetCustomHint(obj uintptr, value uintptr)

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_SetHighlighted

func TabSheet_SetHighlighted(obj uintptr, value bool)

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_SetMargins

func TabSheet_SetMargins(obj uintptr, value uintptr)

func TabSheet_SetName

func TabSheet_SetName(obj uintptr, value string)

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_SetStyleElements

func TabSheet_SetStyleElements(obj uintptr, value TStyleElements)

func TabSheet_SetTabOrder

func TabSheet_SetTabOrder(obj uintptr, value uint16)

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_SetTop

func TabSheet_SetTop(obj uintptr, value int32)

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_ToString

func TabSheet_ToString(obj uintptr) string

func TabSheet_Update

func TabSheet_Update(obj uintptr)

func TextAttributes_Assign

func TextAttributes_Assign(obj uintptr, Source uintptr)

func TextAttributes_ClassName

func TextAttributes_ClassName(obj uintptr) string

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_GetConsistentAttributes

func TextAttributes_GetConsistentAttributes(obj uintptr) TConsistentAttributes

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_GetProtected

func TextAttributes_GetProtected(obj uintptr) bool

func TextAttributes_GetSize

func TextAttributes_GetSize(obj uintptr) int32

func TextAttributes_GetStyle

func TextAttributes_GetStyle(obj uintptr) TFontStyles

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_SetProtected

func TextAttributes_SetProtected(obj uintptr, value bool)

func TextAttributes_SetSize

func TextAttributes_SetSize(obj uintptr, value int32)

func TextAttributes_SetStyle

func TextAttributes_SetStyle(obj uintptr, value TFontStyles)

func TextAttributes_ToString

func TextAttributes_ToString(obj uintptr) string

func Timer_Assign

func Timer_Assign(obj uintptr, Source uintptr)

func Timer_ClassName

func Timer_ClassName(obj uintptr) string

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_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_ToString

func Timer_ToString(obj uintptr) string

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_Create

func ToolBar_Create(obj uintptr) uintptr

func ToolBar_Equals

func ToolBar_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func ToolBar_GetAlignWithMargins(obj uintptr) bool

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_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_GetClientHeight

func ToolBar_GetClientHeight(obj uintptr) int32

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_GetControlCount

func ToolBar_GetControlCount(obj uintptr) int32

func ToolBar_GetControls

func ToolBar_GetControls(obj uintptr, Index int32) uintptr

func ToolBar_GetCursor

func ToolBar_GetCursor(obj uintptr) TCursor

func ToolBar_GetCustomHint added in v1.1.0

func ToolBar_GetCustomHint(obj uintptr) uintptr

func ToolBar_GetCustomizeKeyName

func ToolBar_GetCustomizeKeyName(obj uintptr) string

func ToolBar_GetCustomizeValueName

func ToolBar_GetCustomizeValueName(obj uintptr) string

func ToolBar_GetDoubleBuffered

func ToolBar_GetDoubleBuffered(obj uintptr) bool

func ToolBar_GetDrawingStyle

func ToolBar_GetDrawingStyle(obj uintptr) TTBDrawingStyle

func ToolBar_GetEnabled

func ToolBar_GetEnabled(obj uintptr) bool

func ToolBar_GetExplicitHeight

func ToolBar_GetExplicitHeight(obj uintptr) int32

func ToolBar_GetExplicitLeft

func ToolBar_GetExplicitLeft(obj uintptr) int32

func ToolBar_GetExplicitTop

func ToolBar_GetExplicitTop(obj uintptr) int32

func ToolBar_GetExplicitWidth

func ToolBar_GetExplicitWidth(obj uintptr) int32

func ToolBar_GetFlat

func ToolBar_GetFlat(obj uintptr) bool

func ToolBar_GetFont

func ToolBar_GetFont(obj uintptr) uintptr

func ToolBar_GetGradientDirection

func ToolBar_GetGradientDirection(obj uintptr) TGradientDirection

func ToolBar_GetGradientDrawingOptions

func ToolBar_GetGradientDrawingOptions(obj uintptr) TTBGradientDrawingOptions

func ToolBar_GetGradientEndColor

func ToolBar_GetGradientEndColor(obj uintptr) TColor

func ToolBar_GetGradientStartColor

func ToolBar_GetGradientStartColor(obj uintptr) TColor

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_GetHideClippedButtons

func ToolBar_GetHideClippedButtons(obj uintptr) bool

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_GetMargins

func ToolBar_GetMargins(obj uintptr) uintptr

func ToolBar_GetMenu

func ToolBar_GetMenu(obj uintptr) uintptr

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_GetStyleElements

func ToolBar_GetStyleElements(obj uintptr) TStyleElements

func ToolBar_GetTabOrder

func ToolBar_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

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_GetVisible

func ToolBar_GetVisible(obj uintptr) bool

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_Invalidate

func ToolBar_Invalidate(obj uintptr)

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_Repaint

func ToolBar_Repaint(obj uintptr)

func ToolBar_ScaleBy

func ToolBar_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func ToolBar_SetAlignWithMargins(obj uintptr, value bool)

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_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_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_SetCursor

func ToolBar_SetCursor(obj uintptr, value TCursor)

func ToolBar_SetCustomHint added in v1.1.0

func ToolBar_SetCustomHint(obj uintptr, value uintptr)

func ToolBar_SetCustomizeKeyName

func ToolBar_SetCustomizeKeyName(obj uintptr, value string)

func ToolBar_SetCustomizeValueName

func ToolBar_SetCustomizeValueName(obj uintptr, value string)

func ToolBar_SetDoubleBuffered

func ToolBar_SetDoubleBuffered(obj uintptr, value bool)

func ToolBar_SetDrawingStyle

func ToolBar_SetDrawingStyle(obj uintptr, value TTBDrawingStyle)

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_SetGradientDirection

func ToolBar_SetGradientDirection(obj uintptr, value TGradientDirection)

func ToolBar_SetGradientDrawingOptions

func ToolBar_SetGradientDrawingOptions(obj uintptr, value TTBGradientDrawingOptions)

func ToolBar_SetGradientEndColor

func ToolBar_SetGradientEndColor(obj uintptr, value TColor)

func ToolBar_SetGradientStartColor

func ToolBar_SetGradientStartColor(obj uintptr, value TColor)

func ToolBar_SetHeight

func ToolBar_SetHeight(obj uintptr, value int32)

func ToolBar_SetHideClippedButtons

func ToolBar_SetHideClippedButtons(obj uintptr, value bool)

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_SetMargins

func ToolBar_SetMargins(obj uintptr, value uintptr)

func ToolBar_SetMenu

func ToolBar_SetMenu(obj uintptr, value uintptr)

func ToolBar_SetName

func ToolBar_SetName(obj uintptr, value string)

func ToolBar_SetOnAdvancedCustomDraw added in v1.1.3

func ToolBar_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})

func ToolBar_SetOnAdvancedCustomDrawButton added in v1.1.3

func ToolBar_SetOnAdvancedCustomDrawButton(obj uintptr, fn interface{})

func ToolBar_SetOnClick

func ToolBar_SetOnClick(obj uintptr, fn interface{})

func ToolBar_SetOnDblClick

func ToolBar_SetOnDblClick(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_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_SetStyleElements

func ToolBar_SetStyleElements(obj uintptr, value TStyleElements)

func ToolBar_SetTabOrder

func ToolBar_SetTabOrder(obj uintptr, value uint16)

func ToolBar_SetTabStop

func ToolBar_SetTabStop(obj uintptr, value bool)

func ToolBar_SetTag

func ToolBar_SetTag(obj uintptr, value int)

func ToolBar_SetTop

func ToolBar_SetTop(obj uintptr, value int32)

func ToolBar_SetTransparent

func ToolBar_SetTransparent(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_ToString

func ToolBar_ToString(obj uintptr) string

func ToolBar_Update

func ToolBar_Update(obj 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_Click

func ToolButton_Click(obj uintptr)

func ToolButton_Create

func ToolButton_Create(obj uintptr) uintptr

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_GetAlignWithMargins

func ToolButton_GetAlignWithMargins(obj uintptr) bool

func ToolButton_GetAllowAllUp

func ToolButton_GetAllowAllUp(obj uintptr) bool

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_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_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_GetCursor

func ToolButton_GetCursor(obj uintptr) TCursor

func ToolButton_GetCustomHint added in v1.1.0

func ToolButton_GetCustomHint(obj uintptr) uintptr

func ToolButton_GetDown

func ToolButton_GetDown(obj uintptr) bool

func ToolButton_GetDropdownMenu

func ToolButton_GetDropdownMenu(obj uintptr) uintptr

func ToolButton_GetEnableDropdown

func ToolButton_GetEnableDropdown(obj uintptr) bool

func ToolButton_GetEnabled

func ToolButton_GetEnabled(obj uintptr) bool

func ToolButton_GetExplicitHeight

func ToolButton_GetExplicitHeight(obj uintptr) int32

func ToolButton_GetExplicitLeft

func ToolButton_GetExplicitLeft(obj uintptr) int32

func ToolButton_GetExplicitTop

func ToolButton_GetExplicitTop(obj uintptr) int32

func ToolButton_GetExplicitWidth

func ToolButton_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func ToolButton_GetMargins(obj uintptr) uintptr

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_GetStyleElements

func ToolButton_GetStyleElements(obj uintptr) TStyleElements

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 added in v1.1.0

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_Invalidate

func ToolButton_Invalidate(obj uintptr)

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_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_SetAlignWithMargins

func ToolButton_SetAlignWithMargins(obj uintptr, value bool)

func ToolButton_SetAllowAllUp

func ToolButton_SetAllowAllUp(obj uintptr, value bool)

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_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_SetCursor

func ToolButton_SetCursor(obj uintptr, value TCursor)

func ToolButton_SetCustomHint added in v1.1.0

func ToolButton_SetCustomHint(obj uintptr, value uintptr)

func ToolButton_SetDown

func ToolButton_SetDown(obj uintptr, value bool)

func ToolButton_SetDropdownMenu

func ToolButton_SetDropdownMenu(obj uintptr, value uintptr)

func ToolButton_SetEnableDropdown

func ToolButton_SetEnableDropdown(obj uintptr, value bool)

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_SetMargins

func ToolButton_SetMargins(obj uintptr, value uintptr)

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_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_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_SetStyleElements

func ToolButton_SetStyleElements(obj uintptr, value TStyleElements)

func ToolButton_SetTag

func ToolButton_SetTag(obj uintptr, value int)

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_ToString

func ToolButton_ToString(obj uintptr) string

func ToolButton_Update

func ToolButton_Update(obj 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_Create

func TrackBar_Create(obj uintptr) uintptr

func TrackBar_Equals

func TrackBar_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func TrackBar_GetAlignWithMargins(obj uintptr) bool

func TrackBar_GetAnchors

func TrackBar_GetAnchors(obj uintptr) TAnchors

func TrackBar_GetBiDiMode

func TrackBar_GetBiDiMode(obj uintptr) TBiDiMode

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_GetClientHeight

func TrackBar_GetClientHeight(obj uintptr) int32

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_GetControlCount

func TrackBar_GetControlCount(obj uintptr) int32

func TrackBar_GetControls

func TrackBar_GetControls(obj uintptr, Index int32) uintptr

func TrackBar_GetCursor

func TrackBar_GetCursor(obj uintptr) TCursor

func TrackBar_GetCustomHint added in v1.1.0

func TrackBar_GetCustomHint(obj uintptr) uintptr

func TrackBar_GetDoubleBuffered

func TrackBar_GetDoubleBuffered(obj uintptr) bool

func TrackBar_GetEnabled

func TrackBar_GetEnabled(obj uintptr) bool

func TrackBar_GetExplicitHeight

func TrackBar_GetExplicitHeight(obj uintptr) int32

func TrackBar_GetExplicitLeft

func TrackBar_GetExplicitLeft(obj uintptr) int32

func TrackBar_GetExplicitTop

func TrackBar_GetExplicitTop(obj uintptr) int32

func TrackBar_GetExplicitWidth

func TrackBar_GetExplicitWidth(obj uintptr) int32

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_GetMargins

func TrackBar_GetMargins(obj uintptr) uintptr

func TrackBar_GetMax

func TrackBar_GetMax(obj uintptr) int32

func TrackBar_GetMin

func TrackBar_GetMin(obj uintptr) int32

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_GetParentCtl3D

func TrackBar_GetParentCtl3D(obj uintptr) bool

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_GetPositionToolTip

func TrackBar_GetPositionToolTip(obj uintptr) TPositionToolTip

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_GetSliderVisible

func TrackBar_GetSliderVisible(obj uintptr) bool

func TrackBar_GetStyleElements

func TrackBar_GetStyleElements(obj uintptr) TStyleElements

func TrackBar_GetTabOrder

func TrackBar_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func TrackBar_GetTextLen(obj uintptr) int32

func TrackBar_GetThumbLength

func TrackBar_GetThumbLength(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_GetVisible

func TrackBar_GetVisible(obj uintptr) bool

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_Invalidate

func TrackBar_Invalidate(obj uintptr)

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_Repaint

func TrackBar_Repaint(obj uintptr)

func TrackBar_ScaleBy

func TrackBar_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func TrackBar_SetAlignWithMargins(obj uintptr, value bool)

func TrackBar_SetAnchors

func TrackBar_SetAnchors(obj uintptr, value TAnchors)

func TrackBar_SetBiDiMode

func TrackBar_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func TrackBar_SetCursor(obj uintptr, value TCursor)

func TrackBar_SetCustomHint added in v1.1.0

func TrackBar_SetCustomHint(obj uintptr, value uintptr)

func TrackBar_SetDoubleBuffered

func TrackBar_SetDoubleBuffered(obj uintptr, value bool)

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_SetMargins

func TrackBar_SetMargins(obj uintptr, value uintptr)

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_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_SetParentCtl3D

func TrackBar_SetParentCtl3D(obj uintptr, value bool)

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_SetPositionToolTip

func TrackBar_SetPositionToolTip(obj uintptr, value TPositionToolTip)

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_SetSliderVisible

func TrackBar_SetSliderVisible(obj uintptr, value bool)

func TrackBar_SetStyleElements

func TrackBar_SetStyleElements(obj uintptr, value TStyleElements)

func TrackBar_SetTabOrder

func TrackBar_SetTabOrder(obj uintptr, value uint16)

func TrackBar_SetTabStop

func TrackBar_SetTabStop(obj uintptr, value bool)

func TrackBar_SetTag

func TrackBar_SetTag(obj uintptr, value int)

func TrackBar_SetThumbLength

func TrackBar_SetThumbLength(obj uintptr, value int32)

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_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_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_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_GetAnimate

func TrayIcon_GetAnimate(obj uintptr) bool

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_GetIconIndex

func TrayIcon_GetIconIndex(obj uintptr) int32

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_Refresh

func TrayIcon_Refresh(obj uintptr)

func TrayIcon_SetAnimate

func TrayIcon_SetAnimate(obj uintptr, value bool)

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_SetDefaultIcon

func TrayIcon_SetDefaultIcon(obj uintptr)

func TrayIcon_SetHint

func TrayIcon_SetHint(obj uintptr, value string)

func TrayIcon_SetIcon

func TrayIcon_SetIcon(obj uintptr, value uintptr)

func TrayIcon_SetIconIndex

func TrayIcon_SetIconIndex(obj uintptr, value int32)

func TrayIcon_SetName

func TrayIcon_SetName(obj uintptr, value string)

func TrayIcon_SetOnBalloonClick

func TrayIcon_SetOnBalloonClick(obj uintptr, fn interface{})

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_ToString

func TrayIcon_ToString(obj uintptr) string

func TreeNode_AlphaSort

func TreeNode_AlphaSort(obj uintptr, ARecurse bool) bool

func TreeNode_Assign

func TreeNode_Assign(obj uintptr, Source uintptr)

func TreeNode_ClassName

func TreeNode_ClassName(obj uintptr) string

func TreeNode_Collapse

func TreeNode_Collapse(obj uintptr, Recurse bool)

func TreeNode_Create

func TreeNode_Create() uintptr

func TreeNode_Delete

func TreeNode_Delete(obj uintptr)

func TreeNode_DisplayRect added in v1.1.3

func TreeNode_DisplayRect(obj uintptr, TextOnly bool) TRect

func TreeNode_EditText added in v1.1.0

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 added in v1.1.3

func TreeNode_GetCount(obj uintptr) int32

func TreeNode_GetCut

func TreeNode_GetCut(obj uintptr) bool

func TreeNode_GetData

func TreeNode_GetData(obj uintptr) uintptr

func TreeNode_GetDeleting

func TreeNode_GetDeleting(obj uintptr) bool

func TreeNode_GetDropTarget

func TreeNode_GetDropTarget(obj uintptr) bool

func TreeNode_GetEnabled

func TreeNode_GetEnabled(obj uintptr) bool

func TreeNode_GetExpanded

func TreeNode_GetExpanded(obj uintptr) bool

func TreeNode_GetExpandedImageIndex

func TreeNode_GetExpandedImageIndex(obj uintptr) int32

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_GetItemId

func TreeNode_GetItemId(obj uintptr) uintptr

func TreeNode_GetLevel

func TreeNode_GetLevel(obj uintptr) int32

func TreeNode_GetNamePath

func TreeNode_GetNamePath(obj uintptr) string

func TreeNode_GetOverlayIndex

func TreeNode_GetOverlayIndex(obj uintptr) int32

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_IndexOf

func TreeNode_IndexOf(obj uintptr, Value 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 uintptr)

func TreeNode_SetDropTarget

func TreeNode_SetDropTarget(obj uintptr, value bool)

func TreeNode_SetEnabled

func TreeNode_SetEnabled(obj uintptr, value bool)

func TreeNode_SetExpanded

func TreeNode_SetExpanded(obj uintptr, value bool)

func TreeNode_SetExpandedImageIndex

func TreeNode_SetExpandedImageIndex(obj uintptr, value int32)

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_SetOverlayIndex

func TreeNode_SetOverlayIndex(obj uintptr, value int32)

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_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_AlphaSort

func TreeNodes_AlphaSort(obj uintptr, ARecurse bool) bool

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_Clear

func TreeNodes_Clear(obj uintptr)

func TreeNodes_Create

func TreeNodes_Create() uintptr

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 added in v1.1.3

func TreeNodes_GetCount(obj uintptr) int32

func TreeNodes_GetFirstNode

func TreeNodes_GetFirstNode(obj uintptr) uintptr

func TreeNodes_GetHandle

func TreeNodes_GetHandle(obj uintptr) HWND

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_GetNode

func TreeNodes_GetNode(obj uintptr, ItemId uintptr) uintptr

func TreeNodes_GetOwner

func TreeNodes_GetOwner(obj uintptr) uintptr

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_ToString

func TreeNodes_ToString(obj uintptr) string

func TreeView_AlphaSort

func TreeView_AlphaSort(obj uintptr, ARecurse bool) bool

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_ClearSelection

func TreeView_ClearSelection(obj uintptr, KeepPrimary bool)

func TreeView_Create

func TreeView_Create(obj uintptr) uintptr

func TreeView_CustomSort added in v1.0.4

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

func TreeView_Deselect

func TreeView_Deselect(obj uintptr, Node uintptr)

func TreeView_Equals

func TreeView_Equals(obj uintptr, Obj uintptr) bool

func TreeView_FindComponent

func TreeView_FindComponent(obj uintptr, AName string) uintptr

func TreeView_FindNextToSelect

func TreeView_FindNextToSelect(obj uintptr) 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_GetAlignWithMargins

func TreeView_GetAlignWithMargins(obj uintptr) bool

func TreeView_GetAnchors

func TreeView_GetAnchors(obj uintptr) TAnchors

func TreeView_GetAutoExpand

func TreeView_GetAutoExpand(obj uintptr) bool

func TreeView_GetBevelEdges

func TreeView_GetBevelEdges(obj uintptr) TBevelEdges

func TreeView_GetBevelInner

func TreeView_GetBevelInner(obj uintptr) TBevelCut

func TreeView_GetBevelKind

func TreeView_GetBevelKind(obj uintptr) TBevelKind

func TreeView_GetBevelOuter

func TreeView_GetBevelOuter(obj uintptr) TBevelCut

func TreeView_GetBiDiMode

func TreeView_GetBiDiMode(obj uintptr) TBiDiMode

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_GetChangeDelay

func TreeView_GetChangeDelay(obj uintptr) int32

func TreeView_GetClientHeight

func TreeView_GetClientHeight(obj uintptr) int32

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_GetControlCount

func TreeView_GetControlCount(obj uintptr) int32

func TreeView_GetControls

func TreeView_GetControls(obj uintptr, Index int32) uintptr

func TreeView_GetCursor

func TreeView_GetCursor(obj uintptr) TCursor

func TreeView_GetCustomHint added in v1.1.0

func TreeView_GetCustomHint(obj uintptr) uintptr

func TreeView_GetDoubleBuffered

func TreeView_GetDoubleBuffered(obj uintptr) bool

func TreeView_GetDropTarget

func TreeView_GetDropTarget(obj uintptr) uintptr

func TreeView_GetEnabled

func TreeView_GetEnabled(obj uintptr) bool

func TreeView_GetExplicitHeight

func TreeView_GetExplicitHeight(obj uintptr) int32

func TreeView_GetExplicitLeft

func TreeView_GetExplicitLeft(obj uintptr) int32

func TreeView_GetExplicitTop

func TreeView_GetExplicitTop(obj uintptr) int32

func TreeView_GetExplicitWidth

func TreeView_GetExplicitWidth(obj uintptr) int32

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_GetImages

func TreeView_GetImages(obj uintptr) uintptr

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_GetMargins

func TreeView_GetMargins(obj uintptr) uintptr

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_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_GetParentCtl3D

func TreeView_GetParentCtl3D(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_GetSelected

func TreeView_GetSelected(obj uintptr) uintptr

func TreeView_GetSelectionCount

func TreeView_GetSelectionCount(obj uintptr) uint32

func TreeView_GetSelections

func TreeView_GetSelections(obj uintptr, Index int32) uintptr

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_GetStyleElements

func TreeView_GetStyleElements(obj uintptr) TStyleElements

func TreeView_GetTabOrder

func TreeView_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

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_GetVisible

func TreeView_GetVisible(obj uintptr) bool

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_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_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_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_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_SetAlignWithMargins

func TreeView_SetAlignWithMargins(obj uintptr, value bool)

func TreeView_SetAnchors

func TreeView_SetAnchors(obj uintptr, value TAnchors)

func TreeView_SetAutoExpand

func TreeView_SetAutoExpand(obj uintptr, value bool)

func TreeView_SetBevelEdges

func TreeView_SetBevelEdges(obj uintptr, value TBevelEdges)

func TreeView_SetBevelInner

func TreeView_SetBevelInner(obj uintptr, value TBevelCut)

func TreeView_SetBevelKind

func TreeView_SetBevelKind(obj uintptr, value TBevelKind)

func TreeView_SetBevelOuter

func TreeView_SetBevelOuter(obj uintptr, value TBevelCut)

func TreeView_SetBiDiMode

func TreeView_SetBiDiMode(obj uintptr, value TBiDiMode)

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_SetChangeDelay

func TreeView_SetChangeDelay(obj uintptr, value int32)

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_SetCursor

func TreeView_SetCursor(obj uintptr, value TCursor)

func TreeView_SetCustomHint added in v1.1.0

func TreeView_SetCustomHint(obj uintptr, value uintptr)

func TreeView_SetDoubleBuffered

func TreeView_SetDoubleBuffered(obj uintptr, value bool)

func TreeView_SetDropTarget

func TreeView_SetDropTarget(obj uintptr, value uintptr)

func TreeView_SetEnabled

func TreeView_SetEnabled(obj uintptr, value bool)

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_SetImages

func TreeView_SetImages(obj uintptr, value uintptr)

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_SetMargins

func TreeView_SetMargins(obj uintptr, value uintptr)

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_SetOnAdvancedCustomDraw added in v1.1.3

func TreeView_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})

func TreeView_SetOnAdvancedCustomDrawItem added in v1.1.3

func TreeView_SetOnAdvancedCustomDrawItem(obj uintptr, fn interface{})

func TreeView_SetOnChange

func TreeView_SetOnChange(obj uintptr, fn interface{})

func TreeView_SetOnClick

func TreeView_SetOnClick(obj uintptr, fn interface{})

func TreeView_SetOnCompare added in v1.0.4

func TreeView_SetOnCompare(obj uintptr, fn interface{})

func TreeView_SetOnDblClick

func TreeView_SetOnDblClick(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_SetOnGetImageIndex added in v1.0.2

func TreeView_SetOnGetImageIndex(obj uintptr, fn interface{})

func TreeView_SetOnGetSelectedIndex added in v1.0.2

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_SetParent

func TreeView_SetParent(obj uintptr, value uintptr)

func TreeView_SetParentColor

func TreeView_SetParentColor(obj uintptr, value bool)

func TreeView_SetParentCtl3D

func TreeView_SetParentCtl3D(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_SetSelected

func TreeView_SetSelected(obj uintptr, value uintptr)

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_SetStyleElements

func TreeView_SetStyleElements(obj uintptr, value TStyleElements)

func TreeView_SetTabOrder

func TreeView_SetTabOrder(obj uintptr, value uint16)

func TreeView_SetTabStop

func TreeView_SetTabStop(obj uintptr, value bool)

func TreeView_SetTag

func TreeView_SetTag(obj uintptr, value int)

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_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_Subselect

func TreeView_Subselect(obj uintptr, Node uintptr, Validate bool)

func TreeView_ToString

func TreeView_ToString(obj uintptr) string

func TreeView_Update

func TreeView_Update(obj 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_Create

func UpDown_Create(obj uintptr) uintptr

func UpDown_Equals

func UpDown_Equals(obj uintptr, Obj uintptr) bool

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_GetAlignWithMargins

func UpDown_GetAlignWithMargins(obj uintptr) bool

func UpDown_GetAnchors

func UpDown_GetAnchors(obj uintptr) TAnchors

func UpDown_GetBiDiMode

func UpDown_GetBiDiMode(obj uintptr) TBiDiMode

func UpDown_GetBoundsRect

func UpDown_GetBoundsRect(obj uintptr) TRect

func UpDown_GetBrush

func UpDown_GetBrush(obj uintptr) uintptr

func UpDown_GetClientHeight

func UpDown_GetClientHeight(obj uintptr) int32

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_GetControlCount

func UpDown_GetControlCount(obj uintptr) int32

func UpDown_GetControls

func UpDown_GetControls(obj uintptr, Index int32) uintptr

func UpDown_GetCursor

func UpDown_GetCursor(obj uintptr) TCursor

func UpDown_GetCustomHint added in v1.1.0

func UpDown_GetCustomHint(obj uintptr) uintptr

func UpDown_GetDoubleBuffered

func UpDown_GetDoubleBuffered(obj uintptr) bool

func UpDown_GetEnabled

func UpDown_GetEnabled(obj uintptr) bool

func UpDown_GetExplicitHeight

func UpDown_GetExplicitHeight(obj uintptr) int32

func UpDown_GetExplicitLeft

func UpDown_GetExplicitLeft(obj uintptr) int32

func UpDown_GetExplicitTop

func UpDown_GetExplicitTop(obj uintptr) int32

func UpDown_GetExplicitWidth

func UpDown_GetExplicitWidth(obj uintptr) int32

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_GetLeft

func UpDown_GetLeft(obj uintptr) int32

func UpDown_GetMargins

func UpDown_GetMargins(obj uintptr) uintptr

func UpDown_GetMax

func UpDown_GetMax(obj uintptr) int32

func UpDown_GetMin

func UpDown_GetMin(obj uintptr) int32

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_GetStyleElements

func UpDown_GetStyleElements(obj uintptr) TStyleElements

func UpDown_GetTabOrder

func UpDown_GetTabOrder(obj uintptr) uint16

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 added in v1.1.0

func UpDown_GetTextLen(obj uintptr) int32

func UpDown_GetTop

func UpDown_GetTop(obj uintptr) int32

func UpDown_GetVisible

func UpDown_GetVisible(obj uintptr) bool

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_Invalidate

func UpDown_Invalidate(obj uintptr)

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_Repaint

func UpDown_Repaint(obj uintptr)

func UpDown_ScaleBy

func UpDown_ScaleBy(obj uintptr, M int32, D 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_SetAlignWithMargins

func UpDown_SetAlignWithMargins(obj uintptr, value bool)

func UpDown_SetAnchors

func UpDown_SetAnchors(obj uintptr, value TAnchors)

func UpDown_SetBiDiMode

func UpDown_SetBiDiMode(obj uintptr, value TBiDiMode)

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_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_SetCursor

func UpDown_SetCursor(obj uintptr, value TCursor)

func UpDown_SetCustomHint added in v1.1.0

func UpDown_SetCustomHint(obj uintptr, value uintptr)

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_SetLeft

func UpDown_SetLeft(obj uintptr, value int32)

func UpDown_SetMargins

func UpDown_SetMargins(obj uintptr, value uintptr)

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_SetOnClick

func UpDown_SetOnClick(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_SetStyleElements

func UpDown_SetStyleElements(obj uintptr, value TStyleElements)

func UpDown_SetTabOrder

func UpDown_SetTabOrder(obj uintptr, value uint16)

func UpDown_SetTabStop

func UpDown_SetTabStop(obj uintptr, value bool)

func UpDown_SetTag

func UpDown_SetTag(obj uintptr, value int)

func UpDown_SetTop

func UpDown_SetTop(obj uintptr, value int32)

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_ToString

func UpDown_ToString(obj uintptr) string

func UpDown_Update

func UpDown_Update(obj uintptr)

Types

type LazyDLL added in v1.1.0

type LazyDLL struct {
	Name string
	// contains filtered or unexported fields
}

func NewLazyDLL added in v1.1.0

func NewLazyDLL(name string) *LazyDLL

func (*LazyDLL) Close added in v1.2.0

func (l *LazyDLL) Close()

func (*LazyDLL) NewProc added in v1.1.0

func (l *LazyDLL) NewProc(name string) *LazyProc

type LazyProc added in v1.1.0

type LazyProc struct {
	Name string
	// contains filtered or unexported fields
}

func (*LazyProc) Addr added in v1.1.0

func (p *LazyProc) Addr() uintptr

func (*LazyProc) Call added in v1.1.0

func (p *LazyProc) Call(a ...uintptr) (uintptr, uintptr, error)

func (*LazyProc) CallOriginal added in v1.1.0

func (p *LazyProc) CallOriginal(a ...uintptr) (r1, r2 uintptr, lastErr error)

func (*LazyProc) Find added in v1.2.0

func (p *LazyProc) Find() error

type TGoParam

type TGoParam struct {
	Type  uint8
	Value uintptr
}

func DGetParam

func DGetParam(index int, ptr uintptr) TGoParam

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL