Documentation
¶
Overview ¶
---------------------------------------- 加载文件或者内存中的窗口资源文件功能 需要配合窗口设计器使用 ----------------------------------------
Index ¶
- Variables
- func ActionList_Assign(obj uintptr, Source uintptr)
- func ActionList_ClassName(obj uintptr) string
- func ActionList_ClassType(obj uintptr) TClass
- func ActionList_Create(obj uintptr) uintptr
- func ActionList_DisposeOf(obj uintptr)
- func ActionList_Equals(obj uintptr, Obj uintptr) bool
- func ActionList_FindComponent(obj uintptr, AName string) uintptr
- func ActionList_Free(obj uintptr)
- func ActionList_GetComponentCount(obj uintptr) int32
- func ActionList_GetComponentIndex(obj uintptr) int32
- func ActionList_GetComponents(obj uintptr, AIndex int32) uintptr
- func ActionList_GetHashCode(obj uintptr) int32
- func ActionList_GetImages(obj uintptr) uintptr
- func ActionList_GetName(obj uintptr) string
- func ActionList_GetNamePath(obj uintptr) string
- func ActionList_GetOwner(obj uintptr) uintptr
- func ActionList_GetState(obj uintptr) TActionListState
- func ActionList_GetTag(obj uintptr) int
- func ActionList_HasParent(obj uintptr) bool
- func ActionList_InheritsFrom(obj uintptr, AClass TClass) bool
- func ActionList_InstanceSize(obj uintptr) int32
- func ActionList_SetComponentIndex(obj uintptr, value int32)
- func ActionList_SetImages(obj uintptr, value uintptr)
- func ActionList_SetName(obj uintptr, value string)
- func ActionList_SetOnChange(obj uintptr, fn interface{})
- func ActionList_SetState(obj uintptr, value TActionListState)
- func ActionList_SetTag(obj uintptr, value int)
- func ActionList_StaticClassType() TClass
- func ActionList_ToString(obj uintptr) string
- func Action_Assign(obj uintptr, Source uintptr)
- func Action_ClassName(obj uintptr) string
- func Action_ClassType(obj uintptr) TClass
- func Action_Create(obj uintptr) uintptr
- func Action_DisposeOf(obj uintptr)
- func Action_Equals(obj uintptr, Obj uintptr) bool
- func Action_Execute(obj uintptr) bool
- func Action_FindComponent(obj uintptr, AName string) uintptr
- func Action_Free(obj uintptr)
- func Action_GetAutoCheck(obj uintptr) bool
- func Action_GetCaption(obj uintptr) string
- func Action_GetChecked(obj uintptr) bool
- func Action_GetComponentCount(obj uintptr) int32
- func Action_GetComponentIndex(obj uintptr) int32
- func Action_GetComponents(obj uintptr, AIndex int32) uintptr
- func Action_GetEnabled(obj uintptr) bool
- func Action_GetGroupIndex(obj uintptr) int32
- func Action_GetHashCode(obj uintptr) int32
- func Action_GetHint(obj uintptr) string
- func Action_GetImageIndex(obj uintptr) int32
- func Action_GetImages(obj uintptr) uintptr
- func Action_GetIndex(obj uintptr) int32
- func Action_GetName(obj uintptr) string
- func Action_GetNamePath(obj uintptr) string
- func Action_GetOwner(obj uintptr) uintptr
- func Action_GetShortCut(obj uintptr) TShortCut
- func Action_GetTag(obj uintptr) int
- func Action_GetVisible(obj uintptr) bool
- func Action_HasParent(obj uintptr) bool
- func Action_InheritsFrom(obj uintptr, AClass TClass) bool
- func Action_InstanceSize(obj uintptr) int32
- func Action_SetAutoCheck(obj uintptr, value bool)
- func Action_SetCaption(obj uintptr, value string)
- func Action_SetChecked(obj uintptr, value bool)
- func Action_SetComponentIndex(obj uintptr, value int32)
- func Action_SetEnabled(obj uintptr, value bool)
- func Action_SetGroupIndex(obj uintptr, value int32)
- func Action_SetHint(obj uintptr, value string)
- func Action_SetImageIndex(obj uintptr, value int32)
- func Action_SetIndex(obj uintptr, value int32)
- func Action_SetName(obj uintptr, value string)
- func Action_SetOnExecute(obj uintptr, fn interface{})
- func Action_SetOnUpdate(obj uintptr, fn interface{})
- func Action_SetShortCut(obj uintptr, value TShortCut)
- func Action_SetTag(obj uintptr, value int)
- func Action_SetVisible(obj uintptr, value bool)
- func Action_StaticClassType() TClass
- func Action_ToString(obj uintptr) string
- func Action_Update(obj uintptr) bool
- func Application_ActivateHint(obj uintptr, CursorPos TPoint)
- func Application_Assign(obj uintptr, Source uintptr)
- func Application_BringToFront(obj uintptr)
- func Application_CancelHint(obj uintptr)
- func Application_ClassName(obj uintptr) string
- func Application_ClassType(obj uintptr) TClass
- func Application_Create(obj uintptr) uintptr
- func Application_CreateForm(app uintptr, initScale bool) uintptr
- func Application_DisposeOf(obj uintptr)
- func Application_Equals(obj uintptr, Obj uintptr) bool
- func Application_FindComponent(obj uintptr, AName string) uintptr
- func Application_Free(obj uintptr)
- func Application_GetBiDiMode(obj uintptr) TBiDiMode
- func Application_GetComponentCount(obj uintptr) int32
- func Application_GetComponentIndex(obj uintptr) int32
- func Application_GetComponents(obj uintptr, AIndex int32) uintptr
- func Application_GetDialogHandle(obj uintptr) HWND
- func Application_GetExeName(obj uintptr) string
- func Application_GetHandle(obj uintptr) HWND
- func Application_GetHashCode(obj uintptr) int32
- func Application_GetHint(obj uintptr) string
- func Application_GetHintColor(obj uintptr) TColor
- func Application_GetHintHidePause(obj uintptr) int32
- func Application_GetHintPause(obj uintptr) int32
- func Application_GetHintShortCuts(obj uintptr) bool
- func Application_GetHintShortPause(obj uintptr) int32
- func Application_GetIcon(obj uintptr) uintptr
- func Application_GetIsMetropolisUI(obj uintptr) bool
- func Application_GetMainForm(obj uintptr) uintptr
- func Application_GetMainFormHandle(obj uintptr) HWND
- func Application_GetMainFormOnTaskBar(obj uintptr) bool
- func Application_GetName(obj uintptr) string
- func Application_GetNamePath(obj uintptr) string
- func Application_GetOwner(obj uintptr) uintptr
- func Application_GetShowHint(obj uintptr) bool
- func Application_GetShowMainForm(obj uintptr) bool
- func Application_GetTag(obj uintptr) int
- func Application_GetTitle(obj uintptr) string
- func Application_HandleMessage(obj uintptr)
- func Application_HasParent(obj uintptr) bool
- func Application_HideHint(obj uintptr)
- func Application_InheritsFrom(obj uintptr, AClass TClass) bool
- func Application_Initialize(obj uintptr)
- func Application_Instance() uintptr
- func Application_InstanceSize(obj uintptr) int32
- func Application_MessageBox(obj uintptr, Text string, Caption string, Flags int32) int32
- func Application_Minimize(obj uintptr)
- func Application_ModalFinished(obj uintptr)
- func Application_ModalStarted(obj uintptr)
- func Application_NormalizeAllTopMosts(obj uintptr)
- func Application_NormalizeTopMosts(obj uintptr)
- func Application_ProcessMessages(obj uintptr)
- func Application_Restore(obj uintptr)
- func Application_RestoreTopMosts(obj uintptr)
- func Application_Run(app uintptr)
- func Application_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Application_SetComponentIndex(obj uintptr, value int32)
- func Application_SetDialogHandle(obj uintptr, value HWND)
- func Application_SetHandle(obj uintptr, value HWND)
- func Application_SetHint(obj uintptr, value string)
- func Application_SetHintColor(obj uintptr, value TColor)
- func Application_SetHintHidePause(obj uintptr, value int32)
- func Application_SetHintPause(obj uintptr, value int32)
- func Application_SetHintShortCuts(obj uintptr, value bool)
- func Application_SetHintShortPause(obj uintptr, value int32)
- func Application_SetIcon(obj uintptr, value uintptr)
- func Application_SetMainFormOnTaskBar(obj uintptr, value bool)
- func Application_SetName(obj uintptr, value string)
- func Application_SetOnException(obj uintptr, fn interface{})
- func Application_SetOnHelp(obj uintptr, fn interface{})
- func Application_SetOnHint(obj uintptr, fn interface{})
- func Application_SetOnMessage(obj uintptr, fn interface{})
- func Application_SetOnMinimize(obj uintptr, fn interface{})
- func Application_SetOnRestore(obj uintptr, fn interface{})
- func Application_SetOnShortCut(obj uintptr, fn interface{})
- func Application_SetShowHint(obj uintptr, value bool)
- func Application_SetShowMainForm(obj uintptr, value bool)
- func Application_SetTag(obj uintptr, value int)
- func Application_SetTitle(obj uintptr, value string)
- func Application_StaticClassType() TClass
- func Application_Terminate(obj uintptr)
- func Application_ToString(obj uintptr) string
- func BalloonHint_Assign(obj uintptr, Source uintptr)
- func BalloonHint_ClassName(obj uintptr) string
- func BalloonHint_ClassType(obj uintptr) TClass
- func BalloonHint_Create(obj uintptr) uintptr
- func BalloonHint_DisposeOf(obj uintptr)
- func BalloonHint_Equals(obj uintptr, Obj uintptr) bool
- func BalloonHint_FindComponent(obj uintptr, AName string) uintptr
- func BalloonHint_Free(obj uintptr)
- func BalloonHint_GetComponentCount(obj uintptr) int32
- func BalloonHint_GetComponentIndex(obj uintptr) int32
- func BalloonHint_GetComponents(obj uintptr, AIndex int32) uintptr
- func BalloonHint_GetDelay(obj uintptr) uint32
- func BalloonHint_GetDescription(obj uintptr) string
- func BalloonHint_GetHashCode(obj uintptr) int32
- func BalloonHint_GetHideAfter(obj uintptr) int32
- func BalloonHint_GetImageIndex(obj uintptr) int32
- func BalloonHint_GetImages(obj uintptr) uintptr
- func BalloonHint_GetName(obj uintptr) string
- func BalloonHint_GetNamePath(obj uintptr) string
- func BalloonHint_GetOwner(obj uintptr) uintptr
- func BalloonHint_GetShowingHint(obj uintptr) bool
- func BalloonHint_GetStyle(obj uintptr) TBalloonHintStyle
- func BalloonHint_GetTag(obj uintptr) int
- func BalloonHint_GetTitle(obj uintptr) string
- func BalloonHint_HasParent(obj uintptr) bool
- func BalloonHint_HideHint(obj uintptr)
- func BalloonHint_InheritsFrom(obj uintptr, AClass TClass) bool
- func BalloonHint_InstanceSize(obj uintptr) int32
- func BalloonHint_SetComponentIndex(obj uintptr, value int32)
- func BalloonHint_SetDelay(obj uintptr, value uint32)
- func BalloonHint_SetDescription(obj uintptr, value string)
- func BalloonHint_SetHideAfter(obj uintptr, value int32)
- func BalloonHint_SetImageIndex(obj uintptr, value int32)
- func BalloonHint_SetImages(obj uintptr, value uintptr)
- func BalloonHint_SetName(obj uintptr, value string)
- func BalloonHint_SetStyle(obj uintptr, value TBalloonHintStyle)
- func BalloonHint_SetTag(obj uintptr, value int)
- func BalloonHint_SetTitle(obj uintptr, value string)
- func BalloonHint_ShowHint(obj uintptr)
- func BalloonHint_StaticClassType() TClass
- func BalloonHint_ToString(obj uintptr) string
- func BeginAddEvent()
- func Bevel_Assign(obj uintptr, Source uintptr)
- func Bevel_BringToFront(obj uintptr)
- func Bevel_ClassName(obj uintptr) string
- func Bevel_ClassType(obj uintptr) TClass
- func Bevel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Bevel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Bevel_Create(obj uintptr) uintptr
- func Bevel_DisposeOf(obj uintptr)
- func Bevel_Dragging(obj uintptr) bool
- func Bevel_Equals(obj uintptr, Obj uintptr) bool
- func Bevel_FindComponent(obj uintptr, AName string) uintptr
- func Bevel_Free(obj uintptr)
- func Bevel_GetAction(obj uintptr) uintptr
- func Bevel_GetAlign(obj uintptr) TAlign
- func Bevel_GetAlignWithMargins(obj uintptr) bool
- func Bevel_GetAnchors(obj uintptr) TAnchors
- func Bevel_GetBiDiMode(obj uintptr) TBiDiMode
- func Bevel_GetBoundsRect(obj uintptr) TRect
- func Bevel_GetClientHeight(obj uintptr) int32
- func Bevel_GetClientOrigin(obj uintptr) TPoint
- func Bevel_GetClientRect(obj uintptr) TRect
- func Bevel_GetClientWidth(obj uintptr) int32
- func Bevel_GetComponentCount(obj uintptr) int32
- func Bevel_GetComponentIndex(obj uintptr) int32
- func Bevel_GetComponents(obj uintptr, AIndex int32) uintptr
- func Bevel_GetConstraints(obj uintptr) uintptr
- func Bevel_GetControlState(obj uintptr) TControlState
- func Bevel_GetControlStyle(obj uintptr) TControlStyle
- func Bevel_GetCursor(obj uintptr) TCursor
- func Bevel_GetCustomHint(obj uintptr) uintptr
- func Bevel_GetEnabled(obj uintptr) bool
- func Bevel_GetExplicitHeight(obj uintptr) int32
- func Bevel_GetExplicitLeft(obj uintptr) int32
- func Bevel_GetExplicitTop(obj uintptr) int32
- func Bevel_GetExplicitWidth(obj uintptr) int32
- func Bevel_GetFloating(obj uintptr) bool
- func Bevel_GetHashCode(obj uintptr) int32
- func Bevel_GetHeight(obj uintptr) int32
- func Bevel_GetHint(obj uintptr) string
- func Bevel_GetLeft(obj uintptr) int32
- func Bevel_GetMargins(obj uintptr) uintptr
- func Bevel_GetName(obj uintptr) string
- func Bevel_GetNamePath(obj uintptr) string
- func Bevel_GetOwner(obj uintptr) uintptr
- func Bevel_GetParent(obj uintptr) uintptr
- func Bevel_GetParentShowHint(obj uintptr) bool
- func Bevel_GetShape(obj uintptr) TBevelShape
- func Bevel_GetShowHint(obj uintptr) bool
- func Bevel_GetStyle(obj uintptr) TBevelStyle
- func Bevel_GetStyleElements(obj uintptr) TStyleElements
- func Bevel_GetTag(obj uintptr) int
- func Bevel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Bevel_GetTextLen(obj uintptr) int32
- func Bevel_GetTop(obj uintptr) int32
- func Bevel_GetVisible(obj uintptr) bool
- func Bevel_GetWidth(obj uintptr) int32
- func Bevel_HasParent(obj uintptr) bool
- func Bevel_Hide(obj uintptr)
- func Bevel_InheritsFrom(obj uintptr, AClass TClass) bool
- func Bevel_InstanceSize(obj uintptr) int32
- func Bevel_Invalidate(obj uintptr)
- func Bevel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Bevel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Bevel_Refresh(obj uintptr)
- func Bevel_Repaint(obj uintptr)
- func Bevel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Bevel_SendToBack(obj uintptr)
- func Bevel_SetAction(obj uintptr, value uintptr)
- func Bevel_SetAlign(obj uintptr, value TAlign)
- func Bevel_SetAlignWithMargins(obj uintptr, value bool)
- func Bevel_SetAnchors(obj uintptr, value TAnchors)
- func Bevel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Bevel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Bevel_SetBoundsRect(obj uintptr, value TRect)
- func Bevel_SetClientHeight(obj uintptr, value int32)
- func Bevel_SetClientWidth(obj uintptr, value int32)
- func Bevel_SetComponentIndex(obj uintptr, value int32)
- func Bevel_SetConstraints(obj uintptr, value uintptr)
- func Bevel_SetControlState(obj uintptr, value TControlState)
- func Bevel_SetControlStyle(obj uintptr, value TControlStyle)
- func Bevel_SetCursor(obj uintptr, value TCursor)
- func Bevel_SetCustomHint(obj uintptr, value uintptr)
- func Bevel_SetEnabled(obj uintptr, value bool)
- func Bevel_SetHeight(obj uintptr, value int32)
- func Bevel_SetHint(obj uintptr, value string)
- func Bevel_SetLeft(obj uintptr, value int32)
- func Bevel_SetMargins(obj uintptr, value uintptr)
- func Bevel_SetName(obj uintptr, value string)
- func Bevel_SetOnGesture(obj uintptr, fn interface{})
- func Bevel_SetParent(obj uintptr, value uintptr)
- func Bevel_SetParentShowHint(obj uintptr, value bool)
- func Bevel_SetShape(obj uintptr, value TBevelShape)
- func Bevel_SetShowHint(obj uintptr, value bool)
- func Bevel_SetStyle(obj uintptr, value TBevelStyle)
- func Bevel_SetStyleElements(obj uintptr, value TStyleElements)
- func Bevel_SetTag(obj uintptr, value int)
- func Bevel_SetTextBuf(obj uintptr, Buffer string)
- func Bevel_SetTop(obj uintptr, value int32)
- func Bevel_SetVisible(obj uintptr, value bool)
- func Bevel_SetWidth(obj uintptr, value int32)
- func Bevel_Show(obj uintptr)
- func Bevel_StaticClassType() TClass
- func Bevel_ToString(obj uintptr) string
- func Bevel_Update(obj uintptr)
- func BitBtn_Assign(obj uintptr, Source uintptr)
- func BitBtn_BringToFront(obj uintptr)
- func BitBtn_CanFocus(obj uintptr) bool
- func BitBtn_ClassName(obj uintptr) string
- func BitBtn_ClassType(obj uintptr) TClass
- func BitBtn_Click(obj uintptr)
- func BitBtn_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func BitBtn_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func BitBtn_ContainsControl(obj uintptr, Control uintptr) bool
- func BitBtn_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func BitBtn_Create(obj uintptr) uintptr
- func BitBtn_DisableAlign(obj uintptr)
- func BitBtn_DisposeOf(obj uintptr)
- func BitBtn_Dragging(obj uintptr) bool
- func BitBtn_EnableAlign(obj uintptr)
- func BitBtn_Equals(obj uintptr, Obj uintptr) bool
- func BitBtn_FindChildControl(obj uintptr, ControlName string) uintptr
- func BitBtn_FindComponent(obj uintptr, AName string) uintptr
- func BitBtn_FlipChildren(obj uintptr, AllLevels bool)
- func BitBtn_Focused(obj uintptr) bool
- func BitBtn_Free(obj uintptr)
- func BitBtn_GetAction(obj uintptr) uintptr
- func BitBtn_GetAlign(obj uintptr) TAlign
- func BitBtn_GetAlignDisabled(obj uintptr) bool
- func BitBtn_GetAlignWithMargins(obj uintptr) bool
- func BitBtn_GetAnchors(obj uintptr) TAnchors
- func BitBtn_GetBiDiMode(obj uintptr) TBiDiMode
- func BitBtn_GetBoundsRect(obj uintptr) TRect
- func BitBtn_GetBrush(obj uintptr) uintptr
- func BitBtn_GetCancel(obj uintptr) bool
- func BitBtn_GetCaption(obj uintptr) string
- func BitBtn_GetClientHeight(obj uintptr) int32
- func BitBtn_GetClientOrigin(obj uintptr) TPoint
- func BitBtn_GetClientRect(obj uintptr) TRect
- func BitBtn_GetClientWidth(obj uintptr) int32
- func BitBtn_GetCommandLinkHint(obj uintptr) string
- func BitBtn_GetComponentCount(obj uintptr) int32
- func BitBtn_GetComponentIndex(obj uintptr) int32
- func BitBtn_GetComponents(obj uintptr, AIndex int32) uintptr
- func BitBtn_GetConstraints(obj uintptr) uintptr
- func BitBtn_GetControlCount(obj uintptr) int32
- func BitBtn_GetControlState(obj uintptr) TControlState
- func BitBtn_GetControlStyle(obj uintptr) TControlStyle
- func BitBtn_GetControls(obj uintptr, Index int32) uintptr
- func BitBtn_GetCursor(obj uintptr) TCursor
- func BitBtn_GetCustomHint(obj uintptr) uintptr
- func BitBtn_GetDefault(obj uintptr) bool
- func BitBtn_GetDisabledImageIndex(obj uintptr) int32
- func BitBtn_GetDockClientCount(obj uintptr) int32
- func BitBtn_GetDockClients(obj uintptr, Index int32) uintptr
- func BitBtn_GetDockSite(obj uintptr) bool
- func BitBtn_GetDoubleBuffered(obj uintptr) bool
- func BitBtn_GetDragCursor(obj uintptr) TCursor
- func BitBtn_GetDragKind(obj uintptr) TDragKind
- func BitBtn_GetDragMode(obj uintptr) TDragMode
- func BitBtn_GetElevationRequired(obj uintptr) bool
- func BitBtn_GetEnabled(obj uintptr) bool
- func BitBtn_GetExplicitHeight(obj uintptr) int32
- func BitBtn_GetExplicitLeft(obj uintptr) int32
- func BitBtn_GetExplicitTop(obj uintptr) int32
- func BitBtn_GetExplicitWidth(obj uintptr) int32
- func BitBtn_GetFloating(obj uintptr) bool
- func BitBtn_GetFont(obj uintptr) uintptr
- func BitBtn_GetGlyph(obj uintptr) uintptr
- func BitBtn_GetHandle(obj uintptr) HWND
- func BitBtn_GetHashCode(obj uintptr) int32
- func BitBtn_GetHeight(obj uintptr) int32
- func BitBtn_GetHint(obj uintptr) string
- func BitBtn_GetHotImageIndex(obj uintptr) int32
- func BitBtn_GetImageAlignment(obj uintptr) TImageAlignment
- func BitBtn_GetImageIndex(obj uintptr) int32
- func BitBtn_GetImages(obj uintptr) uintptr
- func BitBtn_GetKind(obj uintptr) TBitBtnKind
- func BitBtn_GetLayout(obj uintptr) TButtonLayout
- func BitBtn_GetLeft(obj uintptr) int32
- func BitBtn_GetMargins(obj uintptr) uintptr
- func BitBtn_GetModalResult(obj uintptr) TModalResult
- func BitBtn_GetMouseInClient(obj uintptr) bool
- func BitBtn_GetName(obj uintptr) string
- func BitBtn_GetNamePath(obj uintptr) string
- func BitBtn_GetNumGlyphs(obj uintptr) TNumGlyphs
- func BitBtn_GetOwner(obj uintptr) uintptr
- func BitBtn_GetParent(obj uintptr) uintptr
- func BitBtn_GetParentDoubleBuffered(obj uintptr) bool
- func BitBtn_GetParentFont(obj uintptr) bool
- func BitBtn_GetParentShowHint(obj uintptr) bool
- func BitBtn_GetParentWindow(obj uintptr) HWND
- func BitBtn_GetPopupMenu(obj uintptr) uintptr
- func BitBtn_GetPressedImageIndex(obj uintptr) int32
- func BitBtn_GetSelectedImageIndex(obj uintptr) int32
- func BitBtn_GetShowHint(obj uintptr) bool
- func BitBtn_GetSpacing(obj uintptr) int32
- func BitBtn_GetStyle(obj uintptr) TButtonStyle
- func BitBtn_GetStyleElements(obj uintptr) TStyleElements
- func BitBtn_GetStylusHotImageIndex(obj uintptr) int32
- func BitBtn_GetTabOrder(obj uintptr) TTabOrder
- func BitBtn_GetTabStop(obj uintptr) bool
- func BitBtn_GetTag(obj uintptr) int
- func BitBtn_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func BitBtn_GetTextLen(obj uintptr) int32
- func BitBtn_GetTop(obj uintptr) int32
- func BitBtn_GetUseDockManager(obj uintptr) bool
- func BitBtn_GetVisible(obj uintptr) bool
- func BitBtn_GetVisibleDockClientCount(obj uintptr) int32
- func BitBtn_GetWidth(obj uintptr) int32
- func BitBtn_GetWordWrap(obj uintptr) bool
- func BitBtn_HandleAllocated(obj uintptr) bool
- func BitBtn_HasParent(obj uintptr) bool
- func BitBtn_Hide(obj uintptr)
- func BitBtn_InheritsFrom(obj uintptr, AClass TClass) bool
- func BitBtn_InsertControl(obj uintptr, AControl uintptr)
- func BitBtn_InstanceSize(obj uintptr) int32
- func BitBtn_Invalidate(obj uintptr)
- func BitBtn_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func BitBtn_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func BitBtn_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func BitBtn_Realign(obj uintptr)
- func BitBtn_Refresh(obj uintptr)
- func BitBtn_RemoveControl(obj uintptr, AControl uintptr)
- func BitBtn_Repaint(obj uintptr)
- func BitBtn_ScaleBy(obj uintptr, M int32, D int32)
- func BitBtn_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func BitBtn_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func BitBtn_SendToBack(obj uintptr)
- func BitBtn_SetAction(obj uintptr, value uintptr)
- func BitBtn_SetAlign(obj uintptr, value TAlign)
- func BitBtn_SetAlignWithMargins(obj uintptr, value bool)
- func BitBtn_SetAnchors(obj uintptr, value TAnchors)
- func BitBtn_SetBiDiMode(obj uintptr, value TBiDiMode)
- func BitBtn_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func BitBtn_SetBoundsRect(obj uintptr, value TRect)
- func BitBtn_SetCancel(obj uintptr, value bool)
- func BitBtn_SetCaption(obj uintptr, value string)
- func BitBtn_SetClientHeight(obj uintptr, value int32)
- func BitBtn_SetClientWidth(obj uintptr, value int32)
- func BitBtn_SetCommandLinkHint(obj uintptr, value string)
- func BitBtn_SetComponentIndex(obj uintptr, value int32)
- func BitBtn_SetConstraints(obj uintptr, value uintptr)
- func BitBtn_SetControlState(obj uintptr, value TControlState)
- func BitBtn_SetControlStyle(obj uintptr, value TControlStyle)
- func BitBtn_SetCursor(obj uintptr, value TCursor)
- func BitBtn_SetCustomHint(obj uintptr, value uintptr)
- func BitBtn_SetDefault(obj uintptr, value bool)
- func BitBtn_SetDisabledImageIndex(obj uintptr, value int32)
- func BitBtn_SetDockSite(obj uintptr, value bool)
- func BitBtn_SetDoubleBuffered(obj uintptr, value bool)
- func BitBtn_SetDragCursor(obj uintptr, value TCursor)
- func BitBtn_SetDragKind(obj uintptr, value TDragKind)
- func BitBtn_SetDragMode(obj uintptr, value TDragMode)
- func BitBtn_SetElevationRequired(obj uintptr, value bool)
- func BitBtn_SetEnabled(obj uintptr, value bool)
- func BitBtn_SetFocus(obj uintptr)
- func BitBtn_SetFont(obj uintptr, value uintptr)
- func BitBtn_SetGlyph(obj uintptr, value uintptr)
- func BitBtn_SetHeight(obj uintptr, value int32)
- func BitBtn_SetHint(obj uintptr, value string)
- func BitBtn_SetHotImageIndex(obj uintptr, value int32)
- func BitBtn_SetImageAlignment(obj uintptr, value TImageAlignment)
- func BitBtn_SetImageIndex(obj uintptr, value int32)
- func BitBtn_SetImages(obj uintptr, value uintptr)
- func BitBtn_SetKind(obj uintptr, value TBitBtnKind)
- func BitBtn_SetLayout(obj uintptr, value TButtonLayout)
- func BitBtn_SetLeft(obj uintptr, value int32)
- func BitBtn_SetMargins(obj uintptr, value uintptr)
- func BitBtn_SetModalResult(obj uintptr, value TModalResult)
- func BitBtn_SetName(obj uintptr, value string)
- func BitBtn_SetNumGlyphs(obj uintptr, value TNumGlyphs)
- func BitBtn_SetOnClick(obj uintptr, fn interface{})
- func BitBtn_SetOnContextPopup(obj uintptr, fn interface{})
- func BitBtn_SetOnDragDrop(obj uintptr, fn interface{})
- func BitBtn_SetOnDragOver(obj uintptr, fn interface{})
- func BitBtn_SetOnEndDock(obj uintptr, fn interface{})
- func BitBtn_SetOnEndDrag(obj uintptr, fn interface{})
- func BitBtn_SetOnEnter(obj uintptr, fn interface{})
- func BitBtn_SetOnExit(obj uintptr, fn interface{})
- func BitBtn_SetOnGesture(obj uintptr, fn interface{})
- func BitBtn_SetOnKeyDown(obj uintptr, fn interface{})
- func BitBtn_SetOnKeyPress(obj uintptr, fn interface{})
- func BitBtn_SetOnKeyUp(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseActivate(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseDown(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseEnter(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseLeave(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseMove(obj uintptr, fn interface{})
- func BitBtn_SetOnMouseUp(obj uintptr, fn interface{})
- func BitBtn_SetOnStartDock(obj uintptr, fn interface{})
- func BitBtn_SetParent(obj uintptr, value uintptr)
- func BitBtn_SetParentDoubleBuffered(obj uintptr, value bool)
- func BitBtn_SetParentFont(obj uintptr, value bool)
- func BitBtn_SetParentShowHint(obj uintptr, value bool)
- func BitBtn_SetParentWindow(obj uintptr, value HWND)
- func BitBtn_SetPopupMenu(obj uintptr, value uintptr)
- func BitBtn_SetPressedImageIndex(obj uintptr, value int32)
- func BitBtn_SetSelectedImageIndex(obj uintptr, value int32)
- func BitBtn_SetShowHint(obj uintptr, value bool)
- func BitBtn_SetSpacing(obj uintptr, value int32)
- func BitBtn_SetStyle(obj uintptr, value TButtonStyle)
- func BitBtn_SetStyleElements(obj uintptr, value TStyleElements)
- func BitBtn_SetStylusHotImageIndex(obj uintptr, value int32)
- func BitBtn_SetTabOrder(obj uintptr, value TTabOrder)
- func BitBtn_SetTabStop(obj uintptr, value bool)
- func BitBtn_SetTag(obj uintptr, value int)
- func BitBtn_SetTextBuf(obj uintptr, Buffer string)
- func BitBtn_SetTop(obj uintptr, value int32)
- func BitBtn_SetUseDockManager(obj uintptr, value bool)
- func BitBtn_SetVisible(obj uintptr, value bool)
- func BitBtn_SetWidth(obj uintptr, value int32)
- func BitBtn_SetWordWrap(obj uintptr, value bool)
- func BitBtn_Show(obj uintptr)
- func BitBtn_StaticClassType() TClass
- func BitBtn_ToString(obj uintptr) string
- func BitBtn_Update(obj uintptr)
- func BitBtn_UpdateControlState(obj uintptr)
- func Bitmap_Assign(obj uintptr, Source uintptr)
- func Bitmap_BeginUpdate(obj uintptr, aCanvasOnly bool)
- func Bitmap_ClassName(obj uintptr) string
- func Bitmap_ClassType(obj uintptr) TClass
- func Bitmap_Clear(obj uintptr)
- func Bitmap_Create() uintptr
- func Bitmap_DisposeOf(obj uintptr)
- func Bitmap_EndUpdate(obj uintptr, aStreamIsValid bool)
- func Bitmap_Equals(obj uintptr, Obj uintptr) bool
- func Bitmap_Free(obj uintptr)
- func Bitmap_FreeImage(obj uintptr)
- func Bitmap_GetAlphaFormat(obj uintptr) TAlphaFormat
- func Bitmap_GetCanvas(obj uintptr) uintptr
- func Bitmap_GetEmpty(obj uintptr) bool
- func Bitmap_GetHandle(obj uintptr) HBITMAP
- func Bitmap_GetHandleType(obj uintptr) TBitmapHandleType
- func Bitmap_GetHashCode(obj uintptr) int32
- func Bitmap_GetHeight(obj uintptr) int32
- func Bitmap_GetMaskHandle(obj uintptr) HBITMAP
- func Bitmap_GetModified(obj uintptr) bool
- func Bitmap_GetNamePath(obj uintptr) string
- func Bitmap_GetPalette(obj uintptr) HPALETTE
- func Bitmap_GetPaletteModified(obj uintptr) bool
- func Bitmap_GetPixelFormat(obj uintptr) TPixelFormat
- func Bitmap_GetScanLine(obj uintptr, Row int32) uintptr
- func Bitmap_GetTransparent(obj uintptr) bool
- func Bitmap_GetTransparentColor(obj uintptr) TColor
- func Bitmap_GetTransparentMode(obj uintptr) TTransparentMode
- func Bitmap_GetWidth(obj uintptr) int32
- func Bitmap_HandleAllocated(obj uintptr) bool
- func Bitmap_InheritsFrom(obj uintptr, AClass TClass) bool
- func Bitmap_InstanceSize(obj uintptr) int32
- func Bitmap_LoadFromDevice(obj uintptr, dc types.HDC)
- func Bitmap_LoadFromFile(obj uintptr, Filename string)
- func Bitmap_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)
- func Bitmap_LoadFromResourceName(obj uintptr, Instance uintptr, ResName string)
- func Bitmap_LoadFromStream(obj uintptr, Stream uintptr)
- func Bitmap_SaveToFile(obj uintptr, Filename string)
- func Bitmap_SaveToStream(obj uintptr, Stream uintptr)
- func Bitmap_SetAlphaFormat(obj uintptr, value TAlphaFormat)
- func Bitmap_SetHandle(obj uintptr, value HBITMAP)
- func Bitmap_SetHandleType(obj uintptr, value TBitmapHandleType)
- func Bitmap_SetHeight(obj uintptr, value int32)
- func Bitmap_SetMaskHandle(obj uintptr, value HBITMAP)
- func Bitmap_SetModified(obj uintptr, value bool)
- func Bitmap_SetOnChange(obj uintptr, fn interface{})
- func Bitmap_SetPalette(obj uintptr, value HPALETTE)
- func Bitmap_SetPaletteModified(obj uintptr, value bool)
- func Bitmap_SetPixelFormat(obj uintptr, value TPixelFormat)
- func Bitmap_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func Bitmap_SetTransparent(obj uintptr, value bool)
- func Bitmap_SetTransparentColor(obj uintptr, value TColor)
- func Bitmap_SetTransparentMode(obj uintptr, value TTransparentMode)
- func Bitmap_SetWidth(obj uintptr, value int32)
- func Bitmap_StaticClassType() TClass
- func Bitmap_ToString(obj uintptr) string
- func BoundLabel_Assign(obj uintptr, Source uintptr)
- func BoundLabel_BringToFront(obj uintptr)
- func BoundLabel_ClassName(obj uintptr) string
- func BoundLabel_ClassType(obj uintptr) TClass
- func BoundLabel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func BoundLabel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func BoundLabel_Create(obj uintptr) uintptr
- func BoundLabel_DisposeOf(obj uintptr)
- func BoundLabel_Dragging(obj uintptr) bool
- func BoundLabel_Equals(obj uintptr, Obj uintptr) bool
- func BoundLabel_FindComponent(obj uintptr, AName string) uintptr
- func BoundLabel_Free(obj uintptr)
- func BoundLabel_GetAction(obj uintptr) uintptr
- func BoundLabel_GetAlign(obj uintptr) TAlign
- func BoundLabel_GetAlignWithMargins(obj uintptr) bool
- func BoundLabel_GetAnchors(obj uintptr) TAnchors
- func BoundLabel_GetBiDiMode(obj uintptr) TBiDiMode
- func BoundLabel_GetBoundsRect(obj uintptr) TRect
- func BoundLabel_GetCanvas(obj uintptr) uintptr
- func BoundLabel_GetCaption(obj uintptr) string
- func BoundLabel_GetClientHeight(obj uintptr) int32
- func BoundLabel_GetClientOrigin(obj uintptr) TPoint
- func BoundLabel_GetClientRect(obj uintptr) TRect
- func BoundLabel_GetClientWidth(obj uintptr) int32
- func BoundLabel_GetColor(obj uintptr) TColor
- func BoundLabel_GetComponentCount(obj uintptr) int32
- func BoundLabel_GetComponentIndex(obj uintptr) int32
- func BoundLabel_GetComponents(obj uintptr, AIndex int32) uintptr
- func BoundLabel_GetConstraints(obj uintptr) uintptr
- func BoundLabel_GetControlState(obj uintptr) TControlState
- func BoundLabel_GetControlStyle(obj uintptr) TControlStyle
- func BoundLabel_GetCursor(obj uintptr) TCursor
- func BoundLabel_GetCustomHint(obj uintptr) uintptr
- func BoundLabel_GetDragCursor(obj uintptr) TCursor
- func BoundLabel_GetDragKind(obj uintptr) TDragKind
- func BoundLabel_GetDragMode(obj uintptr) TDragMode
- func BoundLabel_GetEnabled(obj uintptr) bool
- func BoundLabel_GetExplicitHeight(obj uintptr) int32
- func BoundLabel_GetExplicitLeft(obj uintptr) int32
- func BoundLabel_GetExplicitTop(obj uintptr) int32
- func BoundLabel_GetExplicitWidth(obj uintptr) int32
- func BoundLabel_GetFloating(obj uintptr) bool
- func BoundLabel_GetFont(obj uintptr) uintptr
- func BoundLabel_GetGlowSize(obj uintptr) int32
- func BoundLabel_GetHashCode(obj uintptr) int32
- func BoundLabel_GetHeight(obj uintptr) int32
- func BoundLabel_GetHint(obj uintptr) string
- func BoundLabel_GetLayout(obj uintptr) TTextLayout
- func BoundLabel_GetLeft(obj uintptr) int32
- func BoundLabel_GetMargins(obj uintptr) uintptr
- func BoundLabel_GetName(obj uintptr) string
- func BoundLabel_GetNamePath(obj uintptr) string
- func BoundLabel_GetOwner(obj uintptr) uintptr
- func BoundLabel_GetParent(obj uintptr) uintptr
- func BoundLabel_GetParentColor(obj uintptr) bool
- func BoundLabel_GetParentFont(obj uintptr) bool
- func BoundLabel_GetParentShowHint(obj uintptr) bool
- func BoundLabel_GetPopupMenu(obj uintptr) uintptr
- func BoundLabel_GetShowAccelChar(obj uintptr) bool
- func BoundLabel_GetShowHint(obj uintptr) bool
- func BoundLabel_GetStyleElements(obj uintptr) TStyleElements
- func BoundLabel_GetTag(obj uintptr) int
- func BoundLabel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func BoundLabel_GetTextLen(obj uintptr) int32
- func BoundLabel_GetTop(obj uintptr) int32
- func BoundLabel_GetTransparent(obj uintptr) bool
- func BoundLabel_GetVisible(obj uintptr) bool
- func BoundLabel_GetWidth(obj uintptr) int32
- func BoundLabel_GetWordWrap(obj uintptr) bool
- func BoundLabel_HasParent(obj uintptr) bool
- func BoundLabel_Hide(obj uintptr)
- func BoundLabel_InheritsFrom(obj uintptr, AClass TClass) bool
- func BoundLabel_InstanceSize(obj uintptr) int32
- func BoundLabel_Invalidate(obj uintptr)
- func BoundLabel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func BoundLabel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func BoundLabel_Refresh(obj uintptr)
- func BoundLabel_Repaint(obj uintptr)
- func BoundLabel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func BoundLabel_SendToBack(obj uintptr)
- func BoundLabel_SetAction(obj uintptr, value uintptr)
- func BoundLabel_SetAlign(obj uintptr, value TAlign)
- func BoundLabel_SetAlignWithMargins(obj uintptr, value bool)
- func BoundLabel_SetAnchors(obj uintptr, value TAnchors)
- func BoundLabel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func BoundLabel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func BoundLabel_SetBoundsRect(obj uintptr, value TRect)
- func BoundLabel_SetCaption(obj uintptr, value string)
- func BoundLabel_SetClientHeight(obj uintptr, value int32)
- func BoundLabel_SetClientWidth(obj uintptr, value int32)
- func BoundLabel_SetColor(obj uintptr, value TColor)
- func BoundLabel_SetComponentIndex(obj uintptr, value int32)
- func BoundLabel_SetConstraints(obj uintptr, value uintptr)
- func BoundLabel_SetControlState(obj uintptr, value TControlState)
- func BoundLabel_SetControlStyle(obj uintptr, value TControlStyle)
- func BoundLabel_SetCursor(obj uintptr, value TCursor)
- func BoundLabel_SetCustomHint(obj uintptr, value uintptr)
- func BoundLabel_SetDragCursor(obj uintptr, value TCursor)
- func BoundLabel_SetDragKind(obj uintptr, value TDragKind)
- func BoundLabel_SetDragMode(obj uintptr, value TDragMode)
- func BoundLabel_SetEnabled(obj uintptr, value bool)
- func BoundLabel_SetFont(obj uintptr, value uintptr)
- func BoundLabel_SetGlowSize(obj uintptr, value int32)
- func BoundLabel_SetHeight(obj uintptr, value int32)
- func BoundLabel_SetHint(obj uintptr, value string)
- func BoundLabel_SetLayout(obj uintptr, value TTextLayout)
- func BoundLabel_SetMargins(obj uintptr, value uintptr)
- func BoundLabel_SetName(obj uintptr, value string)
- func BoundLabel_SetOnClick(obj uintptr, fn interface{})
- func BoundLabel_SetOnContextPopup(obj uintptr, fn interface{})
- func BoundLabel_SetOnDblClick(obj uintptr, fn interface{})
- func BoundLabel_SetOnDragDrop(obj uintptr, fn interface{})
- func BoundLabel_SetOnDragOver(obj uintptr, fn interface{})
- func BoundLabel_SetOnEndDock(obj uintptr, fn interface{})
- func BoundLabel_SetOnEndDrag(obj uintptr, fn interface{})
- func BoundLabel_SetOnGesture(obj uintptr, fn interface{})
- func BoundLabel_SetOnMouseActivate(obj uintptr, fn interface{})
- func BoundLabel_SetOnMouseDown(obj uintptr, fn interface{})
- func BoundLabel_SetOnMouseMove(obj uintptr, fn interface{})
- func BoundLabel_SetOnMouseUp(obj uintptr, fn interface{})
- func BoundLabel_SetOnStartDock(obj uintptr, fn interface{})
- func BoundLabel_SetParent(obj uintptr, value uintptr)
- func BoundLabel_SetParentColor(obj uintptr, value bool)
- func BoundLabel_SetParentFont(obj uintptr, value bool)
- func BoundLabel_SetParentShowHint(obj uintptr, value bool)
- func BoundLabel_SetPopupMenu(obj uintptr, value uintptr)
- func BoundLabel_SetShowAccelChar(obj uintptr, value bool)
- func BoundLabel_SetShowHint(obj uintptr, value bool)
- func BoundLabel_SetStyleElements(obj uintptr, value TStyleElements)
- func BoundLabel_SetTag(obj uintptr, value int)
- func BoundLabel_SetTextBuf(obj uintptr, Buffer string)
- func BoundLabel_SetTransparent(obj uintptr, value bool)
- func BoundLabel_SetVisible(obj uintptr, value bool)
- func BoundLabel_SetWidth(obj uintptr, value int32)
- func BoundLabel_SetWordWrap(obj uintptr, value bool)
- func BoundLabel_Show(obj uintptr)
- func BoundLabel_StaticClassType() TClass
- func BoundLabel_ToString(obj uintptr) string
- func BoundLabel_Update(obj uintptr)
- func Brush_Assign(obj uintptr, Source uintptr)
- func Brush_ClassName(obj uintptr) string
- func Brush_ClassType(obj uintptr) TClass
- func Brush_Create() uintptr
- func Brush_DisposeOf(obj uintptr)
- func Brush_Equals(obj uintptr, Obj uintptr) bool
- func Brush_Free(obj uintptr)
- func Brush_GetBitmap(obj uintptr) uintptr
- func Brush_GetColor(obj uintptr) TColor
- func Brush_GetHandle(obj uintptr) HBRUSH
- func Brush_GetHashCode(obj uintptr) int32
- func Brush_GetNamePath(obj uintptr) string
- func Brush_GetStyle(obj uintptr) TBrushStyle
- func Brush_HandleAllocated(obj uintptr) bool
- func Brush_InheritsFrom(obj uintptr, AClass TClass) bool
- func Brush_InstanceSize(obj uintptr) int32
- func Brush_SetBitmap(obj uintptr, value uintptr)
- func Brush_SetColor(obj uintptr, value TColor)
- func Brush_SetHandle(obj uintptr, value HBRUSH)
- func Brush_SetOnChange(obj uintptr, fn interface{})
- func Brush_SetStyle(obj uintptr, value TBrushStyle)
- func Brush_StaticClassType() TClass
- func Brush_ToString(obj uintptr) string
- func Button_Assign(obj uintptr, Source uintptr)
- func Button_BringToFront(obj uintptr)
- func Button_CanFocus(obj uintptr) bool
- func Button_ClassName(obj uintptr) string
- func Button_ClassType(obj uintptr) TClass
- func Button_Click(obj uintptr)
- func Button_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Button_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Button_ContainsControl(obj uintptr, Control uintptr) bool
- func Button_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Button_Create(obj uintptr) uintptr
- func Button_DisableAlign(obj uintptr)
- func Button_DisposeOf(obj uintptr)
- func Button_Dragging(obj uintptr) bool
- func Button_EnableAlign(obj uintptr)
- func Button_Equals(obj uintptr, Obj uintptr) bool
- func Button_FindChildControl(obj uintptr, ControlName string) uintptr
- func Button_FindComponent(obj uintptr, AName string) uintptr
- func Button_FlipChildren(obj uintptr, AllLevels bool)
- func Button_Focused(obj uintptr) bool
- func Button_Free(obj uintptr)
- func Button_GetAction(obj uintptr) uintptr
- func Button_GetAlign(obj uintptr) TAlign
- func Button_GetAlignDisabled(obj uintptr) bool
- func Button_GetAlignWithMargins(obj uintptr) bool
- func Button_GetAnchors(obj uintptr) TAnchors
- func Button_GetBiDiMode(obj uintptr) TBiDiMode
- func Button_GetBoundsRect(obj uintptr) TRect
- func Button_GetBrush(obj uintptr) uintptr
- func Button_GetCancel(obj uintptr) bool
- func Button_GetCaption(obj uintptr) string
- func Button_GetClientHeight(obj uintptr) int32
- func Button_GetClientOrigin(obj uintptr) TPoint
- func Button_GetClientRect(obj uintptr) TRect
- func Button_GetClientWidth(obj uintptr) int32
- func Button_GetCommandLinkHint(obj uintptr) string
- func Button_GetComponentCount(obj uintptr) int32
- func Button_GetComponentIndex(obj uintptr) int32
- func Button_GetComponents(obj uintptr, AIndex int32) uintptr
- func Button_GetConstraints(obj uintptr) uintptr
- func Button_GetControlCount(obj uintptr) int32
- func Button_GetControlState(obj uintptr) TControlState
- func Button_GetControlStyle(obj uintptr) TControlStyle
- func Button_GetControls(obj uintptr, Index int32) uintptr
- func Button_GetCursor(obj uintptr) TCursor
- func Button_GetCustomHint(obj uintptr) uintptr
- func Button_GetDefault(obj uintptr) bool
- func Button_GetDisabledImageIndex(obj uintptr) int32
- func Button_GetDockClientCount(obj uintptr) int32
- func Button_GetDockClients(obj uintptr, Index int32) uintptr
- func Button_GetDockSite(obj uintptr) bool
- func Button_GetDoubleBuffered(obj uintptr) bool
- func Button_GetDragCursor(obj uintptr) TCursor
- func Button_GetDragKind(obj uintptr) TDragKind
- func Button_GetDragMode(obj uintptr) TDragMode
- func Button_GetElevationRequired(obj uintptr) bool
- func Button_GetEnabled(obj uintptr) bool
- func Button_GetExplicitHeight(obj uintptr) int32
- func Button_GetExplicitLeft(obj uintptr) int32
- func Button_GetExplicitTop(obj uintptr) int32
- func Button_GetExplicitWidth(obj uintptr) int32
- func Button_GetFloating(obj uintptr) bool
- func Button_GetFont(obj uintptr) uintptr
- func Button_GetHandle(obj uintptr) HWND
- func Button_GetHashCode(obj uintptr) int32
- func Button_GetHeight(obj uintptr) int32
- func Button_GetHint(obj uintptr) string
- func Button_GetHotImageIndex(obj uintptr) int32
- func Button_GetImageAlignment(obj uintptr) TImageAlignment
- func Button_GetImageIndex(obj uintptr) int32
- func Button_GetImages(obj uintptr) uintptr
- func Button_GetLeft(obj uintptr) int32
- func Button_GetMargins(obj uintptr) uintptr
- func Button_GetModalResult(obj uintptr) TModalResult
- func Button_GetMouseInClient(obj uintptr) bool
- func Button_GetName(obj uintptr) string
- func Button_GetNamePath(obj uintptr) string
- func Button_GetOwner(obj uintptr) uintptr
- func Button_GetParent(obj uintptr) uintptr
- func Button_GetParentDoubleBuffered(obj uintptr) bool
- func Button_GetParentFont(obj uintptr) bool
- func Button_GetParentShowHint(obj uintptr) bool
- func Button_GetParentWindow(obj uintptr) HWND
- func Button_GetPopupMenu(obj uintptr) uintptr
- func Button_GetPressedImageIndex(obj uintptr) int32
- func Button_GetSelectedImageIndex(obj uintptr) int32
- func Button_GetShowHint(obj uintptr) bool
- func Button_GetStyle(obj uintptr) TButtonStyle
- func Button_GetStyleElements(obj uintptr) TStyleElements
- func Button_GetStylusHotImageIndex(obj uintptr) int32
- func Button_GetTabOrder(obj uintptr) TTabOrder
- func Button_GetTabStop(obj uintptr) bool
- func Button_GetTag(obj uintptr) int
- func Button_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Button_GetTextLen(obj uintptr) int32
- func Button_GetTop(obj uintptr) int32
- func Button_GetUseDockManager(obj uintptr) bool
- func Button_GetVisible(obj uintptr) bool
- func Button_GetVisibleDockClientCount(obj uintptr) int32
- func Button_GetWidth(obj uintptr) int32
- func Button_GetWordWrap(obj uintptr) bool
- func Button_HandleAllocated(obj uintptr) bool
- func Button_HasParent(obj uintptr) bool
- func Button_Hide(obj uintptr)
- func Button_InheritsFrom(obj uintptr, AClass TClass) bool
- func Button_InsertControl(obj uintptr, AControl uintptr)
- func Button_InstanceSize(obj uintptr) int32
- func Button_Invalidate(obj uintptr)
- func Button_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Button_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Button_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Button_Realign(obj uintptr)
- func Button_Refresh(obj uintptr)
- func Button_RemoveControl(obj uintptr, AControl uintptr)
- func Button_Repaint(obj uintptr)
- func Button_ScaleBy(obj uintptr, M int32, D int32)
- func Button_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Button_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Button_SendToBack(obj uintptr)
- func Button_SetAction(obj uintptr, value uintptr)
- func Button_SetAlign(obj uintptr, value TAlign)
- func Button_SetAlignWithMargins(obj uintptr, value bool)
- func Button_SetAnchors(obj uintptr, value TAnchors)
- func Button_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Button_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Button_SetBoundsRect(obj uintptr, value TRect)
- func Button_SetCancel(obj uintptr, value bool)
- func Button_SetCaption(obj uintptr, value string)
- func Button_SetClientHeight(obj uintptr, value int32)
- func Button_SetClientWidth(obj uintptr, value int32)
- func Button_SetCommandLinkHint(obj uintptr, value string)
- func Button_SetComponentIndex(obj uintptr, value int32)
- func Button_SetConstraints(obj uintptr, value uintptr)
- func Button_SetControlState(obj uintptr, value TControlState)
- func Button_SetControlStyle(obj uintptr, value TControlStyle)
- func Button_SetCursor(obj uintptr, value TCursor)
- func Button_SetCustomHint(obj uintptr, value uintptr)
- func Button_SetDefault(obj uintptr, value bool)
- func Button_SetDisabledImageIndex(obj uintptr, value int32)
- func Button_SetDockSite(obj uintptr, value bool)
- func Button_SetDoubleBuffered(obj uintptr, value bool)
- func Button_SetDragCursor(obj uintptr, value TCursor)
- func Button_SetDragKind(obj uintptr, value TDragKind)
- func Button_SetDragMode(obj uintptr, value TDragMode)
- func Button_SetElevationRequired(obj uintptr, value bool)
- func Button_SetEnabled(obj uintptr, value bool)
- func Button_SetFocus(obj uintptr)
- func Button_SetFont(obj uintptr, value uintptr)
- func Button_SetHeight(obj uintptr, value int32)
- func Button_SetHint(obj uintptr, value string)
- func Button_SetHotImageIndex(obj uintptr, value int32)
- func Button_SetImageAlignment(obj uintptr, value TImageAlignment)
- func Button_SetImageIndex(obj uintptr, value int32)
- func Button_SetImages(obj uintptr, value uintptr)
- func Button_SetLeft(obj uintptr, value int32)
- func Button_SetMargins(obj uintptr, value uintptr)
- func Button_SetModalResult(obj uintptr, value TModalResult)
- func Button_SetName(obj uintptr, value string)
- func Button_SetOnClick(obj uintptr, fn interface{})
- func Button_SetOnContextPopup(obj uintptr, fn interface{})
- func Button_SetOnDragDrop(obj uintptr, fn interface{})
- func Button_SetOnDragOver(obj uintptr, fn interface{})
- func Button_SetOnEndDock(obj uintptr, fn interface{})
- func Button_SetOnEndDrag(obj uintptr, fn interface{})
- func Button_SetOnEnter(obj uintptr, fn interface{})
- func Button_SetOnExit(obj uintptr, fn interface{})
- func Button_SetOnGesture(obj uintptr, fn interface{})
- func Button_SetOnKeyDown(obj uintptr, fn interface{})
- func Button_SetOnKeyPress(obj uintptr, fn interface{})
- func Button_SetOnKeyUp(obj uintptr, fn interface{})
- func Button_SetOnMouseActivate(obj uintptr, fn interface{})
- func Button_SetOnMouseDown(obj uintptr, fn interface{})
- func Button_SetOnMouseEnter(obj uintptr, fn interface{})
- func Button_SetOnMouseLeave(obj uintptr, fn interface{})
- func Button_SetOnMouseMove(obj uintptr, fn interface{})
- func Button_SetOnMouseUp(obj uintptr, fn interface{})
- func Button_SetOnStartDock(obj uintptr, fn interface{})
- func Button_SetParent(obj uintptr, value uintptr)
- func Button_SetParentDoubleBuffered(obj uintptr, value bool)
- func Button_SetParentFont(obj uintptr, value bool)
- func Button_SetParentShowHint(obj uintptr, value bool)
- func Button_SetParentWindow(obj uintptr, value HWND)
- func Button_SetPopupMenu(obj uintptr, value uintptr)
- func Button_SetPressedImageIndex(obj uintptr, value int32)
- func Button_SetSelectedImageIndex(obj uintptr, value int32)
- func Button_SetShowHint(obj uintptr, value bool)
- func Button_SetStyle(obj uintptr, value TButtonStyle)
- func Button_SetStyleElements(obj uintptr, value TStyleElements)
- func Button_SetStylusHotImageIndex(obj uintptr, value int32)
- func Button_SetTabOrder(obj uintptr, value TTabOrder)
- func Button_SetTabStop(obj uintptr, value bool)
- func Button_SetTag(obj uintptr, value int)
- func Button_SetTextBuf(obj uintptr, Buffer string)
- func Button_SetTop(obj uintptr, value int32)
- func Button_SetUseDockManager(obj uintptr, value bool)
- func Button_SetVisible(obj uintptr, value bool)
- func Button_SetWidth(obj uintptr, value int32)
- func Button_SetWordWrap(obj uintptr, value bool)
- func Button_Show(obj uintptr)
- func Button_StaticClassType() TClass
- func Button_ToString(obj uintptr) string
- func Button_Update(obj uintptr)
- func Button_UpdateControlState(obj uintptr)
- func Canvas_AngleArc(obj uintptr, X int32, Y int32, Radius uint32, StartAngle float32, ...)
- func Canvas_Arc(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, ...)
- func Canvas_ArcTo(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, ...)
- func Canvas_Assign(obj uintptr, Source uintptr)
- func Canvas_BrushCopy(obj uintptr, dest TRect, bitmap uintptr, source TRect, color TColor)
- func Canvas_Chord(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, ...)
- func Canvas_ClassName(obj uintptr) string
- func Canvas_ClassType(obj uintptr) TClass
- func Canvas_CopyRect(obj uintptr, dest TRect, canvas uintptr, source TRect)
- func Canvas_Create() uintptr
- func Canvas_DisposeOf(obj uintptr)
- func Canvas_Draw1(obj uintptr, x, y int32, graphic uintptr)
- func Canvas_Draw2(obj uintptr, x, y int32, graphic uintptr, opacity uint8)
- func Canvas_DrawFocusRect(obj uintptr, aRect TRect)
- func Canvas_Ellipse(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32)
- func Canvas_Equals(obj uintptr, Obj uintptr) bool
- func Canvas_FillRect(obj uintptr, aRect TRect)
- func Canvas_FloodFill(obj uintptr, X int32, Y int32, Color TColor, FillStyle TFillStyle)
- func Canvas_FrameRect(obj uintptr, aRect TRect)
- func Canvas_Free(obj uintptr)
- func Canvas_GetBrush(obj uintptr) uintptr
- func Canvas_GetCopyMode(obj uintptr) int32
- func Canvas_GetFont(obj uintptr) uintptr
- func Canvas_GetHandle(obj uintptr) HDC
- func Canvas_GetHashCode(obj uintptr) int32
- func Canvas_GetNamePath(obj uintptr) string
- func Canvas_GetPen(obj uintptr) uintptr
- func Canvas_HandleAllocated(obj uintptr) bool
- func Canvas_InheritsFrom(obj uintptr, AClass TClass) bool
- func Canvas_InstanceSize(obj uintptr) int32
- func Canvas_LineTo(obj uintptr, X int32, Y int32)
- func Canvas_Lock(obj uintptr)
- func Canvas_MoveTo(obj uintptr, X int32, Y int32)
- func Canvas_Pie(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, ...)
- func Canvas_Pixels(obj uintptr, x, y int32) TColor
- func Canvas_PolyBezier(obj uintptr, points []TPoint)
- func Canvas_PolyBezierTo(obj uintptr, points []TPoint)
- func Canvas_Polygon(obj uintptr, points []TPoint)
- func Canvas_Polyline(obj uintptr, points []TPoint)
- func Canvas_Rectangle(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32)
- func Canvas_Refresh(obj uintptr)
- func Canvas_RoundRect(obj uintptr, X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32)
- func Canvas_SetBrush(obj uintptr, value uintptr)
- func Canvas_SetCopyMode(obj uintptr, value int32)
- func Canvas_SetFont(obj uintptr, value uintptr)
- func Canvas_SetHandle(obj uintptr, value HDC)
- func Canvas_SetOnChange(obj uintptr, fn interface{})
- func Canvas_SetOnChanging(obj uintptr, fn interface{})
- func Canvas_SetPen(obj uintptr, value uintptr)
- func Canvas_SetPixels(obj uintptr, x, y int32, value TColor)
- func Canvas_StaticClassType() TClass
- func Canvas_StretchDraw(obj uintptr, aRect TRect, graphic uintptr)
- func Canvas_TextExtent(obj uintptr, Text string) TSize
- func Canvas_TextHeight(obj uintptr, Text string) int32
- func Canvas_TextOut(obj uintptr, X int32, Y int32, Text string)
- func Canvas_TextRect1(obj uintptr, aRect TRect, x, y int32, text string)
- func Canvas_TextRect2(obj uintptr, aRect *TRect, text *string, textFormat TTextFormat)
- func Canvas_TextRect3(obj uintptr, aRect *TRect, text string, textFormat TTextFormat)
- func Canvas_TextWidth(obj uintptr, Text string) int32
- func Canvas_ToString(obj uintptr) string
- func CategoryPanelGroup_Assign(obj uintptr, Source uintptr)
- func CategoryPanelGroup_BringToFront(obj uintptr)
- func CategoryPanelGroup_CanFocus(obj uintptr) bool
- func CategoryPanelGroup_ClassName(obj uintptr) string
- func CategoryPanelGroup_ClassType(obj uintptr) TClass
- func CategoryPanelGroup_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CategoryPanelGroup_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func CategoryPanelGroup_CollapseAll(obj uintptr)
- func CategoryPanelGroup_ContainsControl(obj uintptr, Control uintptr) bool
- func CategoryPanelGroup_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func CategoryPanelGroup_Create(obj uintptr) uintptr
- func CategoryPanelGroup_DisableAlign(obj uintptr)
- func CategoryPanelGroup_DisableAutoRange(obj uintptr)
- func CategoryPanelGroup_DisposeOf(obj uintptr)
- func CategoryPanelGroup_Dragging(obj uintptr) bool
- func CategoryPanelGroup_EnableAlign(obj uintptr)
- func CategoryPanelGroup_EnableAutoRange(obj uintptr)
- func CategoryPanelGroup_Equals(obj uintptr, Obj uintptr) bool
- func CategoryPanelGroup_ExpandAll(obj uintptr)
- func CategoryPanelGroup_FindChildControl(obj uintptr, ControlName string) uintptr
- func CategoryPanelGroup_FindComponent(obj uintptr, AName string) uintptr
- func CategoryPanelGroup_FlipChildren(obj uintptr, AllLevels bool)
- func CategoryPanelGroup_Focused(obj uintptr) bool
- func CategoryPanelGroup_Free(obj uintptr)
- func CategoryPanelGroup_GetAction(obj uintptr) uintptr
- func CategoryPanelGroup_GetAlign(obj uintptr) TAlign
- func CategoryPanelGroup_GetAlignDisabled(obj uintptr) bool
- func CategoryPanelGroup_GetAlignWithMargins(obj uintptr) bool
- func CategoryPanelGroup_GetAnchors(obj uintptr) TAnchors
- func CategoryPanelGroup_GetBevelEdges(obj uintptr) TBevelEdges
- func CategoryPanelGroup_GetBevelInner(obj uintptr) TBevelCut
- func CategoryPanelGroup_GetBevelKind(obj uintptr) TBevelKind
- func CategoryPanelGroup_GetBevelOuter(obj uintptr) TBevelCut
- func CategoryPanelGroup_GetBiDiMode(obj uintptr) TBiDiMode
- func CategoryPanelGroup_GetBoundsRect(obj uintptr) TRect
- func CategoryPanelGroup_GetBrush(obj uintptr) uintptr
- func CategoryPanelGroup_GetChevronAlignment(obj uintptr) TAlignment
- func CategoryPanelGroup_GetChevronColor(obj uintptr) TColor
- func CategoryPanelGroup_GetChevronHotColor(obj uintptr) TColor
- func CategoryPanelGroup_GetClientHeight(obj uintptr) int32
- func CategoryPanelGroup_GetClientOrigin(obj uintptr) TPoint
- func CategoryPanelGroup_GetClientRect(obj uintptr) TRect
- func CategoryPanelGroup_GetClientWidth(obj uintptr) int32
- func CategoryPanelGroup_GetColor(obj uintptr) TColor
- func CategoryPanelGroup_GetComponentCount(obj uintptr) int32
- func CategoryPanelGroup_GetComponentIndex(obj uintptr) int32
- func CategoryPanelGroup_GetComponents(obj uintptr, AIndex int32) uintptr
- func CategoryPanelGroup_GetConstraints(obj uintptr) uintptr
- func CategoryPanelGroup_GetControlCount(obj uintptr) int32
- func CategoryPanelGroup_GetControlState(obj uintptr) TControlState
- func CategoryPanelGroup_GetControlStyle(obj uintptr) TControlStyle
- func CategoryPanelGroup_GetControls(obj uintptr, Index int32) uintptr
- func CategoryPanelGroup_GetCtl3D(obj uintptr) bool
- func CategoryPanelGroup_GetCursor(obj uintptr) TCursor
- func CategoryPanelGroup_GetCustomHint(obj uintptr) uintptr
- func CategoryPanelGroup_GetDockClientCount(obj uintptr) int32
- func CategoryPanelGroup_GetDockClients(obj uintptr, Index int32) uintptr
- func CategoryPanelGroup_GetDockSite(obj uintptr) bool
- func CategoryPanelGroup_GetDoubleBuffered(obj uintptr) bool
- func CategoryPanelGroup_GetDragCursor(obj uintptr) TCursor
- func CategoryPanelGroup_GetDragKind(obj uintptr) TDragKind
- func CategoryPanelGroup_GetDragMode(obj uintptr) TDragMode
- func CategoryPanelGroup_GetEnabled(obj uintptr) bool
- func CategoryPanelGroup_GetExplicitHeight(obj uintptr) int32
- func CategoryPanelGroup_GetExplicitLeft(obj uintptr) int32
- func CategoryPanelGroup_GetExplicitTop(obj uintptr) int32
- func CategoryPanelGroup_GetExplicitWidth(obj uintptr) int32
- func CategoryPanelGroup_GetFloating(obj uintptr) bool
- func CategoryPanelGroup_GetFont(obj uintptr) uintptr
- func CategoryPanelGroup_GetGradientBaseColor(obj uintptr) TColor
- func CategoryPanelGroup_GetGradientColor(obj uintptr) TColor
- func CategoryPanelGroup_GetGradientDirection(obj uintptr) TGradientDirection
- func CategoryPanelGroup_GetHandle(obj uintptr) HWND
- func CategoryPanelGroup_GetHashCode(obj uintptr) int32
- func CategoryPanelGroup_GetHeaderAlignment(obj uintptr) TAlignment
- func CategoryPanelGroup_GetHeaderFont(obj uintptr) uintptr
- func CategoryPanelGroup_GetHeaderHeight(obj uintptr) int32
- func CategoryPanelGroup_GetHeaderImage(obj uintptr) uintptr
- func CategoryPanelGroup_GetHeaderStyle(obj uintptr) THeaderStyle
- func CategoryPanelGroup_GetHeight(obj uintptr) int32
- func CategoryPanelGroup_GetHint(obj uintptr) string
- func CategoryPanelGroup_GetHorzScrollBar(obj uintptr) uintptr
- func CategoryPanelGroup_GetImages(obj uintptr) uintptr
- func CategoryPanelGroup_GetLeft(obj uintptr) int32
- func CategoryPanelGroup_GetMargins(obj uintptr) uintptr
- func CategoryPanelGroup_GetMouseInClient(obj uintptr) bool
- func CategoryPanelGroup_GetName(obj uintptr) string
- func CategoryPanelGroup_GetNamePath(obj uintptr) string
- func CategoryPanelGroup_GetOwner(obj uintptr) uintptr
- func CategoryPanelGroup_GetPanels(obj uintptr) uintptr
- func CategoryPanelGroup_GetParent(obj uintptr) uintptr
- func CategoryPanelGroup_GetParentBackground(obj uintptr) bool
- func CategoryPanelGroup_GetParentColor(obj uintptr) bool
- func CategoryPanelGroup_GetParentCtl3D(obj uintptr) bool
- func CategoryPanelGroup_GetParentDoubleBuffered(obj uintptr) bool
- func CategoryPanelGroup_GetParentFont(obj uintptr) bool
- func CategoryPanelGroup_GetParentShowHint(obj uintptr) bool
- func CategoryPanelGroup_GetParentWindow(obj uintptr) HWND
- func CategoryPanelGroup_GetPopupMenu(obj uintptr) uintptr
- func CategoryPanelGroup_GetShowHint(obj uintptr) bool
- func CategoryPanelGroup_GetStyleElements(obj uintptr) TStyleElements
- func CategoryPanelGroup_GetTabOrder(obj uintptr) TTabOrder
- func CategoryPanelGroup_GetTabStop(obj uintptr) bool
- func CategoryPanelGroup_GetTag(obj uintptr) int
- func CategoryPanelGroup_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func CategoryPanelGroup_GetTextLen(obj uintptr) int32
- func CategoryPanelGroup_GetTop(obj uintptr) int32
- func CategoryPanelGroup_GetUseDockManager(obj uintptr) bool
- func CategoryPanelGroup_GetVertScrollBar(obj uintptr) uintptr
- func CategoryPanelGroup_GetVisible(obj uintptr) bool
- func CategoryPanelGroup_GetVisibleDockClientCount(obj uintptr) int32
- func CategoryPanelGroup_GetWidth(obj uintptr) int32
- func CategoryPanelGroup_HandleAllocated(obj uintptr) bool
- func CategoryPanelGroup_HasParent(obj uintptr) bool
- func CategoryPanelGroup_Hide(obj uintptr)
- func CategoryPanelGroup_InheritsFrom(obj uintptr, AClass TClass) bool
- func CategoryPanelGroup_InsertControl(obj uintptr, AControl uintptr)
- func CategoryPanelGroup_InstanceSize(obj uintptr) int32
- func CategoryPanelGroup_Invalidate(obj uintptr)
- func CategoryPanelGroup_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func CategoryPanelGroup_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CategoryPanelGroup_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func CategoryPanelGroup_Realign(obj uintptr)
- func CategoryPanelGroup_Refresh(obj uintptr)
- func CategoryPanelGroup_RemoveControl(obj uintptr, AControl uintptr)
- func CategoryPanelGroup_Repaint(obj uintptr)
- func CategoryPanelGroup_ScaleBy(obj uintptr, M int32, D int32)
- func CategoryPanelGroup_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func CategoryPanelGroup_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func CategoryPanelGroup_ScrollInView(obj uintptr, AControl uintptr)
- func CategoryPanelGroup_SendToBack(obj uintptr)
- func CategoryPanelGroup_SetAction(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetAlign(obj uintptr, value TAlign)
- func CategoryPanelGroup_SetAlignWithMargins(obj uintptr, value bool)
- func CategoryPanelGroup_SetAnchors(obj uintptr, value TAnchors)
- func CategoryPanelGroup_SetBevelEdges(obj uintptr, value TBevelEdges)
- func CategoryPanelGroup_SetBevelInner(obj uintptr, value TBevelCut)
- func CategoryPanelGroup_SetBevelKind(obj uintptr, value TBevelKind)
- func CategoryPanelGroup_SetBevelOuter(obj uintptr, value TBevelCut)
- func CategoryPanelGroup_SetBiDiMode(obj uintptr, value TBiDiMode)
- func CategoryPanelGroup_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func CategoryPanelGroup_SetBoundsRect(obj uintptr, value TRect)
- func CategoryPanelGroup_SetChevronAlignment(obj uintptr, value TAlignment)
- func CategoryPanelGroup_SetChevronColor(obj uintptr, value TColor)
- func CategoryPanelGroup_SetChevronHotColor(obj uintptr, value TColor)
- func CategoryPanelGroup_SetClientHeight(obj uintptr, value int32)
- func CategoryPanelGroup_SetClientWidth(obj uintptr, value int32)
- func CategoryPanelGroup_SetColor(obj uintptr, value TColor)
- func CategoryPanelGroup_SetComponentIndex(obj uintptr, value int32)
- func CategoryPanelGroup_SetConstraints(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetControlState(obj uintptr, value TControlState)
- func CategoryPanelGroup_SetControlStyle(obj uintptr, value TControlStyle)
- func CategoryPanelGroup_SetCtl3D(obj uintptr, value bool)
- func CategoryPanelGroup_SetCursor(obj uintptr, value TCursor)
- func CategoryPanelGroup_SetCustomHint(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetDockSite(obj uintptr, value bool)
- func CategoryPanelGroup_SetDoubleBuffered(obj uintptr, value bool)
- func CategoryPanelGroup_SetDragCursor(obj uintptr, value TCursor)
- func CategoryPanelGroup_SetDragKind(obj uintptr, value TDragKind)
- func CategoryPanelGroup_SetDragMode(obj uintptr, value TDragMode)
- func CategoryPanelGroup_SetEnabled(obj uintptr, value bool)
- func CategoryPanelGroup_SetFocus(obj uintptr)
- func CategoryPanelGroup_SetFont(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetGradientBaseColor(obj uintptr, value TColor)
- func CategoryPanelGroup_SetGradientColor(obj uintptr, value TColor)
- func CategoryPanelGroup_SetGradientDirection(obj uintptr, value TGradientDirection)
- func CategoryPanelGroup_SetHeaderAlignment(obj uintptr, value TAlignment)
- func CategoryPanelGroup_SetHeaderFont(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetHeaderHeight(obj uintptr, value int32)
- func CategoryPanelGroup_SetHeaderImage(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetHeaderStyle(obj uintptr, value THeaderStyle)
- func CategoryPanelGroup_SetHeight(obj uintptr, value int32)
- func CategoryPanelGroup_SetHint(obj uintptr, value string)
- func CategoryPanelGroup_SetHorzScrollBar(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetImages(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetLeft(obj uintptr, value int32)
- func CategoryPanelGroup_SetMargins(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetName(obj uintptr, value string)
- func CategoryPanelGroup_SetOnAlignPosition(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnClick(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnContextPopup(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnDblClick(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnDockDrop(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnDragDrop(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnDragOver(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnEndDock(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnEndDrag(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnEnter(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnExit(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnGesture(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseActivate(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseDown(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseEnter(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseLeave(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseMove(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseUp(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseWheel(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnResize(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnStartDock(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetOnUnDock(obj uintptr, fn interface{})
- func CategoryPanelGroup_SetParent(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetParentBackground(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentColor(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentCtl3D(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentDoubleBuffered(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentFont(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentShowHint(obj uintptr, value bool)
- func CategoryPanelGroup_SetParentWindow(obj uintptr, value HWND)
- func CategoryPanelGroup_SetPopupMenu(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetShowHint(obj uintptr, value bool)
- func CategoryPanelGroup_SetStyleElements(obj uintptr, value TStyleElements)
- func CategoryPanelGroup_SetTabOrder(obj uintptr, value TTabOrder)
- func CategoryPanelGroup_SetTabStop(obj uintptr, value bool)
- func CategoryPanelGroup_SetTag(obj uintptr, value int)
- func CategoryPanelGroup_SetTextBuf(obj uintptr, Buffer string)
- func CategoryPanelGroup_SetTop(obj uintptr, value int32)
- func CategoryPanelGroup_SetUseDockManager(obj uintptr, value bool)
- func CategoryPanelGroup_SetVertScrollBar(obj uintptr, value uintptr)
- func CategoryPanelGroup_SetVisible(obj uintptr, value bool)
- func CategoryPanelGroup_SetWidth(obj uintptr, value int32)
- func CategoryPanelGroup_Show(obj uintptr)
- func CategoryPanelGroup_StaticClassType() TClass
- func CategoryPanelGroup_ToString(obj uintptr) string
- func CategoryPanelGroup_Update(obj uintptr)
- func CategoryPanelGroup_UpdateControlState(obj uintptr)
- func CategoryPanel_Assign(obj uintptr, Source uintptr)
- func CategoryPanel_BringToFront(obj uintptr)
- func CategoryPanel_CanFocus(obj uintptr) bool
- func CategoryPanel_ClassName(obj uintptr) string
- func CategoryPanel_ClassType(obj uintptr) TClass
- func CategoryPanel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CategoryPanel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func CategoryPanel_Collapse(obj uintptr)
- func CategoryPanel_ContainsControl(obj uintptr, Control uintptr) bool
- func CategoryPanel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func CategoryPanel_Create(obj uintptr) uintptr
- func CategoryPanel_DisableAlign(obj uintptr)
- func CategoryPanel_DisposeOf(obj uintptr)
- func CategoryPanel_Dragging(obj uintptr) bool
- func CategoryPanel_EnableAlign(obj uintptr)
- func CategoryPanel_Equals(obj uintptr, Obj uintptr) bool
- func CategoryPanel_Expand(obj uintptr)
- func CategoryPanel_FindChildControl(obj uintptr, ControlName string) uintptr
- func CategoryPanel_FindComponent(obj uintptr, AName string) uintptr
- func CategoryPanel_FlipChildren(obj uintptr, AllLevels bool)
- func CategoryPanel_Focused(obj uintptr) bool
- func CategoryPanel_Free(obj uintptr)
- func CategoryPanel_GetAction(obj uintptr) uintptr
- func CategoryPanel_GetAlign(obj uintptr) TAlign
- func CategoryPanel_GetAlignDisabled(obj uintptr) bool
- func CategoryPanel_GetAlignWithMargins(obj uintptr) bool
- func CategoryPanel_GetAnchors(obj uintptr) TAnchors
- func CategoryPanel_GetBiDiMode(obj uintptr) TBiDiMode
- func CategoryPanel_GetBoundsRect(obj uintptr) TRect
- func CategoryPanel_GetBrush(obj uintptr) uintptr
- func CategoryPanel_GetCaption(obj uintptr) string
- func CategoryPanel_GetClientHeight(obj uintptr) int32
- func CategoryPanel_GetClientOrigin(obj uintptr) TPoint
- func CategoryPanel_GetClientRect(obj uintptr) TRect
- func CategoryPanel_GetClientWidth(obj uintptr) int32
- func CategoryPanel_GetCollapsed(obj uintptr) bool
- func CategoryPanel_GetCollapsedHotImageIndex(obj uintptr) int32
- func CategoryPanel_GetCollapsedImageIndex(obj uintptr) int32
- func CategoryPanel_GetCollapsedPressedImageIndex(obj uintptr) int32
- func CategoryPanel_GetColor(obj uintptr) TColor
- func CategoryPanel_GetComponentCount(obj uintptr) int32
- func CategoryPanel_GetComponentIndex(obj uintptr) int32
- func CategoryPanel_GetComponents(obj uintptr, AIndex int32) uintptr
- func CategoryPanel_GetConstraints(obj uintptr) uintptr
- func CategoryPanel_GetControlCount(obj uintptr) int32
- func CategoryPanel_GetControlState(obj uintptr) TControlState
- func CategoryPanel_GetControlStyle(obj uintptr) TControlStyle
- func CategoryPanel_GetControls(obj uintptr, Index int32) uintptr
- func CategoryPanel_GetCtl3D(obj uintptr) bool
- func CategoryPanel_GetCursor(obj uintptr) TCursor
- func CategoryPanel_GetCustomHint(obj uintptr) uintptr
- func CategoryPanel_GetDockClientCount(obj uintptr) int32
- func CategoryPanel_GetDockClients(obj uintptr, Index int32) uintptr
- func CategoryPanel_GetDockSite(obj uintptr) bool
- func CategoryPanel_GetDoubleBuffered(obj uintptr) bool
- func CategoryPanel_GetDragCursor(obj uintptr) TCursor
- func CategoryPanel_GetDragKind(obj uintptr) TDragKind
- func CategoryPanel_GetDragMode(obj uintptr) TDragMode
- func CategoryPanel_GetEnabled(obj uintptr) bool
- func CategoryPanel_GetExpandedHotImageIndex(obj uintptr) int32
- func CategoryPanel_GetExpandedImageIndex(obj uintptr) int32
- func CategoryPanel_GetExpandedPressedImageIndex(obj uintptr) int32
- func CategoryPanel_GetExplicitHeight(obj uintptr) int32
- func CategoryPanel_GetExplicitLeft(obj uintptr) int32
- func CategoryPanel_GetExplicitTop(obj uintptr) int32
- func CategoryPanel_GetExplicitWidth(obj uintptr) int32
- func CategoryPanel_GetFloating(obj uintptr) bool
- func CategoryPanel_GetFont(obj uintptr) uintptr
- func CategoryPanel_GetFullRepaint(obj uintptr) bool
- func CategoryPanel_GetHandle(obj uintptr) HWND
- func CategoryPanel_GetHashCode(obj uintptr) int32
- func CategoryPanel_GetHeight(obj uintptr) int32
- func CategoryPanel_GetHint(obj uintptr) string
- func CategoryPanel_GetLeft(obj uintptr) int32
- func CategoryPanel_GetLocked(obj uintptr) bool
- func CategoryPanel_GetMargins(obj uintptr) uintptr
- func CategoryPanel_GetMouseInClient(obj uintptr) bool
- func CategoryPanel_GetName(obj uintptr) string
- func CategoryPanel_GetNamePath(obj uintptr) string
- func CategoryPanel_GetOwner(obj uintptr) uintptr
- func CategoryPanel_GetPanelGroup(obj uintptr) uintptr
- func CategoryPanel_GetParent(obj uintptr) uintptr
- func CategoryPanel_GetParentBackground(obj uintptr) bool
- func CategoryPanel_GetParentColor(obj uintptr) bool
- func CategoryPanel_GetParentCtl3D(obj uintptr) bool
- func CategoryPanel_GetParentDoubleBuffered(obj uintptr) bool
- func CategoryPanel_GetParentFont(obj uintptr) bool
- func CategoryPanel_GetParentShowHint(obj uintptr) bool
- func CategoryPanel_GetParentWindow(obj uintptr) HWND
- func CategoryPanel_GetPopupMenu(obj uintptr) uintptr
- func CategoryPanel_GetShowHint(obj uintptr) bool
- func CategoryPanel_GetStyleElements(obj uintptr) TStyleElements
- func CategoryPanel_GetTabOrder(obj uintptr) TTabOrder
- func CategoryPanel_GetTabStop(obj uintptr) bool
- func CategoryPanel_GetTag(obj uintptr) int
- func CategoryPanel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func CategoryPanel_GetTextLen(obj uintptr) int32
- func CategoryPanel_GetTop(obj uintptr) int32
- func CategoryPanel_GetUseDockManager(obj uintptr) bool
- func CategoryPanel_GetVisible(obj uintptr) bool
- func CategoryPanel_GetVisibleDockClientCount(obj uintptr) int32
- func CategoryPanel_GetWidth(obj uintptr) int32
- func CategoryPanel_HandleAllocated(obj uintptr) bool
- func CategoryPanel_HasParent(obj uintptr) bool
- func CategoryPanel_Hide(obj uintptr)
- func CategoryPanel_InheritsFrom(obj uintptr, AClass TClass) bool
- func CategoryPanel_InsertControl(obj uintptr, AControl uintptr)
- func CategoryPanel_InstanceSize(obj uintptr) int32
- func CategoryPanel_Invalidate(obj uintptr)
- func CategoryPanel_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func CategoryPanel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CategoryPanel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func CategoryPanel_Realign(obj uintptr)
- func CategoryPanel_Refresh(obj uintptr)
- func CategoryPanel_RemoveControl(obj uintptr, AControl uintptr)
- func CategoryPanel_Repaint(obj uintptr)
- func CategoryPanel_ScaleBy(obj uintptr, M int32, D int32)
- func CategoryPanel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func CategoryPanel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func CategoryPanel_SendToBack(obj uintptr)
- func CategoryPanel_SetAction(obj uintptr, value uintptr)
- func CategoryPanel_SetAlign(obj uintptr, value TAlign)
- func CategoryPanel_SetAlignWithMargins(obj uintptr, value bool)
- func CategoryPanel_SetAnchors(obj uintptr, value TAnchors)
- func CategoryPanel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func CategoryPanel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func CategoryPanel_SetBoundsRect(obj uintptr, value TRect)
- func CategoryPanel_SetCaption(obj uintptr, value string)
- func CategoryPanel_SetClientHeight(obj uintptr, value int32)
- func CategoryPanel_SetClientWidth(obj uintptr, value int32)
- func CategoryPanel_SetCollapsed(obj uintptr, value bool)
- func CategoryPanel_SetCollapsedHotImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetCollapsedImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetCollapsedPressedImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetColor(obj uintptr, value TColor)
- func CategoryPanel_SetComponentIndex(obj uintptr, value int32)
- func CategoryPanel_SetConstraints(obj uintptr, value uintptr)
- func CategoryPanel_SetControlState(obj uintptr, value TControlState)
- func CategoryPanel_SetControlStyle(obj uintptr, value TControlStyle)
- func CategoryPanel_SetCtl3D(obj uintptr, value bool)
- func CategoryPanel_SetCursor(obj uintptr, value TCursor)
- func CategoryPanel_SetCustomHint(obj uintptr, value uintptr)
- func CategoryPanel_SetDockSite(obj uintptr, value bool)
- func CategoryPanel_SetDoubleBuffered(obj uintptr, value bool)
- func CategoryPanel_SetDragCursor(obj uintptr, value TCursor)
- func CategoryPanel_SetDragKind(obj uintptr, value TDragKind)
- func CategoryPanel_SetDragMode(obj uintptr, value TDragMode)
- func CategoryPanel_SetEnabled(obj uintptr, value bool)
- func CategoryPanel_SetExpandedHotImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetExpandedImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetExpandedPressedImageIndex(obj uintptr, value int32)
- func CategoryPanel_SetFocus(obj uintptr)
- func CategoryPanel_SetFont(obj uintptr, value uintptr)
- func CategoryPanel_SetFullRepaint(obj uintptr, value bool)
- func CategoryPanel_SetHeight(obj uintptr, value int32)
- func CategoryPanel_SetHint(obj uintptr, value string)
- func CategoryPanel_SetLeft(obj uintptr, value int32)
- func CategoryPanel_SetLocked(obj uintptr, value bool)
- func CategoryPanel_SetMargins(obj uintptr, value uintptr)
- func CategoryPanel_SetName(obj uintptr, value string)
- func CategoryPanel_SetOnClick(obj uintptr, fn interface{})
- func CategoryPanel_SetOnContextPopup(obj uintptr, fn interface{})
- func CategoryPanel_SetOnDblClick(obj uintptr, fn interface{})
- func CategoryPanel_SetOnDockDrop(obj uintptr, fn interface{})
- func CategoryPanel_SetOnDragDrop(obj uintptr, fn interface{})
- func CategoryPanel_SetOnDragOver(obj uintptr, fn interface{})
- func CategoryPanel_SetOnEndDock(obj uintptr, fn interface{})
- func CategoryPanel_SetOnEndDrag(obj uintptr, fn interface{})
- func CategoryPanel_SetOnEnter(obj uintptr, fn interface{})
- func CategoryPanel_SetOnExit(obj uintptr, fn interface{})
- func CategoryPanel_SetOnGesture(obj uintptr, fn interface{})
- func CategoryPanel_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseActivate(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseDown(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseEnter(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseLeave(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseMove(obj uintptr, fn interface{})
- func CategoryPanel_SetOnMouseUp(obj uintptr, fn interface{})
- func CategoryPanel_SetOnStartDock(obj uintptr, fn interface{})
- func CategoryPanel_SetOnUnDock(obj uintptr, fn interface{})
- func CategoryPanel_SetPanelGroup(obj uintptr, value uintptr)
- func CategoryPanel_SetParent(obj uintptr, value uintptr)
- func CategoryPanel_SetParentBackground(obj uintptr, value bool)
- func CategoryPanel_SetParentColor(obj uintptr, value bool)
- func CategoryPanel_SetParentCtl3D(obj uintptr, value bool)
- func CategoryPanel_SetParentDoubleBuffered(obj uintptr, value bool)
- func CategoryPanel_SetParentFont(obj uintptr, value bool)
- func CategoryPanel_SetParentShowHint(obj uintptr, value bool)
- func CategoryPanel_SetParentWindow(obj uintptr, value HWND)
- func CategoryPanel_SetPopupMenu(obj uintptr, value uintptr)
- func CategoryPanel_SetShowHint(obj uintptr, value bool)
- func CategoryPanel_SetStyleElements(obj uintptr, value TStyleElements)
- func CategoryPanel_SetTabOrder(obj uintptr, value TTabOrder)
- func CategoryPanel_SetTabStop(obj uintptr, value bool)
- func CategoryPanel_SetTag(obj uintptr, value int)
- func CategoryPanel_SetTextBuf(obj uintptr, Buffer string)
- func CategoryPanel_SetTop(obj uintptr, value int32)
- func CategoryPanel_SetUseDockManager(obj uintptr, value bool)
- func CategoryPanel_SetVisible(obj uintptr, value bool)
- func CategoryPanel_SetWidth(obj uintptr, value int32)
- func CategoryPanel_Show(obj uintptr)
- func CategoryPanel_StaticClassType() TClass
- func CategoryPanel_ToString(obj uintptr) string
- func CategoryPanel_Update(obj uintptr)
- func CategoryPanel_UpdateControlState(obj uintptr)
- func CheckBox_Assign(obj uintptr, Source uintptr)
- func CheckBox_BringToFront(obj uintptr)
- func CheckBox_CanFocus(obj uintptr) bool
- func CheckBox_ClassName(obj uintptr) string
- func CheckBox_ClassType(obj uintptr) TClass
- func CheckBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CheckBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func CheckBox_ContainsControl(obj uintptr, Control uintptr) bool
- func CheckBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func CheckBox_Create(obj uintptr) uintptr
- func CheckBox_DisableAlign(obj uintptr)
- func CheckBox_DisposeOf(obj uintptr)
- func CheckBox_Dragging(obj uintptr) bool
- func CheckBox_EnableAlign(obj uintptr)
- func CheckBox_Equals(obj uintptr, Obj uintptr) bool
- func CheckBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func CheckBox_FindComponent(obj uintptr, AName string) uintptr
- func CheckBox_FlipChildren(obj uintptr, AllLevels bool)
- func CheckBox_Focused(obj uintptr) bool
- func CheckBox_Free(obj uintptr)
- func CheckBox_GetAction(obj uintptr) uintptr
- func CheckBox_GetAlign(obj uintptr) TAlign
- func CheckBox_GetAlignDisabled(obj uintptr) bool
- func CheckBox_GetAlignWithMargins(obj uintptr) bool
- func CheckBox_GetAlignment(obj uintptr) TLeftRight
- func CheckBox_GetAllowGrayed(obj uintptr) bool
- func CheckBox_GetAnchors(obj uintptr) TAnchors
- func CheckBox_GetBiDiMode(obj uintptr) TBiDiMode
- func CheckBox_GetBoundsRect(obj uintptr) TRect
- func CheckBox_GetBrush(obj uintptr) uintptr
- func CheckBox_GetCaption(obj uintptr) string
- func CheckBox_GetChecked(obj uintptr) bool
- func CheckBox_GetClientHeight(obj uintptr) int32
- func CheckBox_GetClientOrigin(obj uintptr) TPoint
- func CheckBox_GetClientRect(obj uintptr) TRect
- func CheckBox_GetClientWidth(obj uintptr) int32
- func CheckBox_GetColor(obj uintptr) TColor
- func CheckBox_GetComponentCount(obj uintptr) int32
- func CheckBox_GetComponentIndex(obj uintptr) int32
- func CheckBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func CheckBox_GetConstraints(obj uintptr) uintptr
- func CheckBox_GetControlCount(obj uintptr) int32
- func CheckBox_GetControlState(obj uintptr) TControlState
- func CheckBox_GetControlStyle(obj uintptr) TControlStyle
- func CheckBox_GetControls(obj uintptr, Index int32) uintptr
- func CheckBox_GetCtl3D(obj uintptr) bool
- func CheckBox_GetCursor(obj uintptr) TCursor
- func CheckBox_GetCustomHint(obj uintptr) uintptr
- func CheckBox_GetDockClientCount(obj uintptr) int32
- func CheckBox_GetDockClients(obj uintptr, Index int32) uintptr
- func CheckBox_GetDockSite(obj uintptr) bool
- func CheckBox_GetDoubleBuffered(obj uintptr) bool
- func CheckBox_GetDragCursor(obj uintptr) TCursor
- func CheckBox_GetDragKind(obj uintptr) TDragKind
- func CheckBox_GetDragMode(obj uintptr) TDragMode
- func CheckBox_GetEnabled(obj uintptr) bool
- func CheckBox_GetExplicitHeight(obj uintptr) int32
- func CheckBox_GetExplicitLeft(obj uintptr) int32
- func CheckBox_GetExplicitTop(obj uintptr) int32
- func CheckBox_GetExplicitWidth(obj uintptr) int32
- func CheckBox_GetFloating(obj uintptr) bool
- func CheckBox_GetFont(obj uintptr) uintptr
- func CheckBox_GetHandle(obj uintptr) HWND
- func CheckBox_GetHashCode(obj uintptr) int32
- func CheckBox_GetHeight(obj uintptr) int32
- func CheckBox_GetHint(obj uintptr) string
- func CheckBox_GetLeft(obj uintptr) int32
- func CheckBox_GetMargins(obj uintptr) uintptr
- func CheckBox_GetMouseInClient(obj uintptr) bool
- func CheckBox_GetName(obj uintptr) string
- func CheckBox_GetNamePath(obj uintptr) string
- func CheckBox_GetOwner(obj uintptr) uintptr
- func CheckBox_GetParent(obj uintptr) uintptr
- func CheckBox_GetParentColor(obj uintptr) bool
- func CheckBox_GetParentCtl3D(obj uintptr) bool
- func CheckBox_GetParentDoubleBuffered(obj uintptr) bool
- func CheckBox_GetParentFont(obj uintptr) bool
- func CheckBox_GetParentShowHint(obj uintptr) bool
- func CheckBox_GetParentWindow(obj uintptr) HWND
- func CheckBox_GetPopupMenu(obj uintptr) uintptr
- func CheckBox_GetShowHint(obj uintptr) bool
- func CheckBox_GetState(obj uintptr) TCheckBoxState
- func CheckBox_GetStyleElements(obj uintptr) TStyleElements
- func CheckBox_GetTabOrder(obj uintptr) TTabOrder
- func CheckBox_GetTabStop(obj uintptr) bool
- func CheckBox_GetTag(obj uintptr) int
- func CheckBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func CheckBox_GetTextLen(obj uintptr) int32
- func CheckBox_GetTop(obj uintptr) int32
- func CheckBox_GetUseDockManager(obj uintptr) bool
- func CheckBox_GetVisible(obj uintptr) bool
- func CheckBox_GetVisibleDockClientCount(obj uintptr) int32
- func CheckBox_GetWidth(obj uintptr) int32
- func CheckBox_GetWordWrap(obj uintptr) bool
- func CheckBox_HandleAllocated(obj uintptr) bool
- func CheckBox_HasParent(obj uintptr) bool
- func CheckBox_Hide(obj uintptr)
- func CheckBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func CheckBox_InsertControl(obj uintptr, AControl uintptr)
- func CheckBox_InstanceSize(obj uintptr) int32
- func CheckBox_Invalidate(obj uintptr)
- func CheckBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func CheckBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CheckBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func CheckBox_Realign(obj uintptr)
- func CheckBox_Refresh(obj uintptr)
- func CheckBox_RemoveControl(obj uintptr, AControl uintptr)
- func CheckBox_Repaint(obj uintptr)
- func CheckBox_ScaleBy(obj uintptr, M int32, D int32)
- func CheckBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func CheckBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func CheckBox_SendToBack(obj uintptr)
- func CheckBox_SetAction(obj uintptr, value uintptr)
- func CheckBox_SetAlign(obj uintptr, value TAlign)
- func CheckBox_SetAlignWithMargins(obj uintptr, value bool)
- func CheckBox_SetAlignment(obj uintptr, value TLeftRight)
- func CheckBox_SetAllowGrayed(obj uintptr, value bool)
- func CheckBox_SetAnchors(obj uintptr, value TAnchors)
- func CheckBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func CheckBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func CheckBox_SetBoundsRect(obj uintptr, value TRect)
- func CheckBox_SetCaption(obj uintptr, value string)
- func CheckBox_SetChecked(obj uintptr, value bool)
- func CheckBox_SetClientHeight(obj uintptr, value int32)
- func CheckBox_SetClientWidth(obj uintptr, value int32)
- func CheckBox_SetColor(obj uintptr, value TColor)
- func CheckBox_SetComponentIndex(obj uintptr, value int32)
- func CheckBox_SetConstraints(obj uintptr, value uintptr)
- func CheckBox_SetControlState(obj uintptr, value TControlState)
- func CheckBox_SetControlStyle(obj uintptr, value TControlStyle)
- func CheckBox_SetCtl3D(obj uintptr, value bool)
- func CheckBox_SetCursor(obj uintptr, value TCursor)
- func CheckBox_SetCustomHint(obj uintptr, value uintptr)
- func CheckBox_SetDockSite(obj uintptr, value bool)
- func CheckBox_SetDoubleBuffered(obj uintptr, value bool)
- func CheckBox_SetDragCursor(obj uintptr, value TCursor)
- func CheckBox_SetDragKind(obj uintptr, value TDragKind)
- func CheckBox_SetDragMode(obj uintptr, value TDragMode)
- func CheckBox_SetEnabled(obj uintptr, value bool)
- func CheckBox_SetFocus(obj uintptr)
- func CheckBox_SetFont(obj uintptr, value uintptr)
- func CheckBox_SetHeight(obj uintptr, value int32)
- func CheckBox_SetHint(obj uintptr, value string)
- func CheckBox_SetLeft(obj uintptr, value int32)
- func CheckBox_SetMargins(obj uintptr, value uintptr)
- func CheckBox_SetName(obj uintptr, value string)
- func CheckBox_SetOnClick(obj uintptr, fn interface{})
- func CheckBox_SetOnContextPopup(obj uintptr, fn interface{})
- func CheckBox_SetOnDragDrop(obj uintptr, fn interface{})
- func CheckBox_SetOnDragOver(obj uintptr, fn interface{})
- func CheckBox_SetOnEndDock(obj uintptr, fn interface{})
- func CheckBox_SetOnEndDrag(obj uintptr, fn interface{})
- func CheckBox_SetOnEnter(obj uintptr, fn interface{})
- func CheckBox_SetOnExit(obj uintptr, fn interface{})
- func CheckBox_SetOnGesture(obj uintptr, fn interface{})
- func CheckBox_SetOnKeyDown(obj uintptr, fn interface{})
- func CheckBox_SetOnKeyPress(obj uintptr, fn interface{})
- func CheckBox_SetOnKeyUp(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseDown(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseMove(obj uintptr, fn interface{})
- func CheckBox_SetOnMouseUp(obj uintptr, fn interface{})
- func CheckBox_SetOnStartDock(obj uintptr, fn interface{})
- func CheckBox_SetParent(obj uintptr, value uintptr)
- func CheckBox_SetParentColor(obj uintptr, value bool)
- func CheckBox_SetParentCtl3D(obj uintptr, value bool)
- func CheckBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func CheckBox_SetParentFont(obj uintptr, value bool)
- func CheckBox_SetParentShowHint(obj uintptr, value bool)
- func CheckBox_SetParentWindow(obj uintptr, value HWND)
- func CheckBox_SetPopupMenu(obj uintptr, value uintptr)
- func CheckBox_SetShowHint(obj uintptr, value bool)
- func CheckBox_SetState(obj uintptr, value TCheckBoxState)
- func CheckBox_SetStyleElements(obj uintptr, value TStyleElements)
- func CheckBox_SetTabOrder(obj uintptr, value TTabOrder)
- func CheckBox_SetTabStop(obj uintptr, value bool)
- func CheckBox_SetTag(obj uintptr, value int)
- func CheckBox_SetTextBuf(obj uintptr, Buffer string)
- func CheckBox_SetTop(obj uintptr, value int32)
- func CheckBox_SetUseDockManager(obj uintptr, value bool)
- func CheckBox_SetVisible(obj uintptr, value bool)
- func CheckBox_SetWidth(obj uintptr, value int32)
- func CheckBox_SetWordWrap(obj uintptr, value bool)
- func CheckBox_Show(obj uintptr)
- func CheckBox_StaticClassType() TClass
- func CheckBox_ToString(obj uintptr) string
- func CheckBox_Update(obj uintptr)
- func CheckBox_UpdateControlState(obj uintptr)
- func CheckListBox_AddItem(obj uintptr, Item string, AObject uintptr)
- func CheckListBox_Assign(obj uintptr, Source uintptr)
- func CheckListBox_BringToFront(obj uintptr)
- func CheckListBox_CanFocus(obj uintptr) bool
- func CheckListBox_CheckAll(obj uintptr, AState TCheckBoxState, AllowGrayed bool, AllowDisabled bool)
- func CheckListBox_ClassName(obj uintptr) string
- func CheckListBox_ClassType(obj uintptr) TClass
- func CheckListBox_Clear(obj uintptr)
- func CheckListBox_ClearSelection(obj uintptr)
- func CheckListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CheckListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func CheckListBox_ContainsControl(obj uintptr, Control uintptr) bool
- func CheckListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func CheckListBox_CopySelection(obj uintptr, Destination uintptr)
- func CheckListBox_Create(obj uintptr) uintptr
- func CheckListBox_DeleteSelected(obj uintptr)
- func CheckListBox_DisableAlign(obj uintptr)
- func CheckListBox_DisposeOf(obj uintptr)
- func CheckListBox_Dragging(obj uintptr) bool
- func CheckListBox_EnableAlign(obj uintptr)
- func CheckListBox_Equals(obj uintptr, Obj uintptr) bool
- func CheckListBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func CheckListBox_FindComponent(obj uintptr, AName string) uintptr
- func CheckListBox_FlipChildren(obj uintptr, AllLevels bool)
- func CheckListBox_Focused(obj uintptr) bool
- func CheckListBox_Free(obj uintptr)
- func CheckListBox_GetAction(obj uintptr) uintptr
- func CheckListBox_GetAlign(obj uintptr) TAlign
- func CheckListBox_GetAlignDisabled(obj uintptr) bool
- func CheckListBox_GetAlignWithMargins(obj uintptr) bool
- func CheckListBox_GetAllowGrayed(obj uintptr) bool
- func CheckListBox_GetAnchors(obj uintptr) TAnchors
- func CheckListBox_GetAutoComplete(obj uintptr) bool
- func CheckListBox_GetAutoCompleteDelay(obj uintptr) uint32
- func CheckListBox_GetBevelEdges(obj uintptr) TBevelEdges
- func CheckListBox_GetBevelInner(obj uintptr) TBevelCut
- func CheckListBox_GetBevelKind(obj uintptr) TBevelKind
- func CheckListBox_GetBevelOuter(obj uintptr) TBevelCut
- func CheckListBox_GetBiDiMode(obj uintptr) TBiDiMode
- func CheckListBox_GetBorderStyle(obj uintptr) TBorderStyle
- func CheckListBox_GetBoundsRect(obj uintptr) TRect
- func CheckListBox_GetBrush(obj uintptr) uintptr
- func CheckListBox_GetCanvas(obj uintptr) uintptr
- func CheckListBox_GetChecked(obj uintptr, Index int32) bool
- func CheckListBox_GetClientHeight(obj uintptr) int32
- func CheckListBox_GetClientOrigin(obj uintptr) TPoint
- func CheckListBox_GetClientRect(obj uintptr) TRect
- func CheckListBox_GetClientWidth(obj uintptr) int32
- func CheckListBox_GetColor(obj uintptr) TColor
- func CheckListBox_GetColumns(obj uintptr) int32
- func CheckListBox_GetComponentCount(obj uintptr) int32
- func CheckListBox_GetComponentIndex(obj uintptr) int32
- func CheckListBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func CheckListBox_GetConstraints(obj uintptr) uintptr
- func CheckListBox_GetControlCount(obj uintptr) int32
- func CheckListBox_GetControlState(obj uintptr) TControlState
- func CheckListBox_GetControlStyle(obj uintptr) TControlStyle
- func CheckListBox_GetControls(obj uintptr, Index int32) uintptr
- func CheckListBox_GetCount(obj uintptr) int32
- func CheckListBox_GetCtl3D(obj uintptr) bool
- func CheckListBox_GetCursor(obj uintptr) TCursor
- func CheckListBox_GetCustomHint(obj uintptr) uintptr
- func CheckListBox_GetDockClientCount(obj uintptr) int32
- func CheckListBox_GetDockClients(obj uintptr, Index int32) uintptr
- func CheckListBox_GetDockSite(obj uintptr) bool
- func CheckListBox_GetDoubleBuffered(obj uintptr) bool
- func CheckListBox_GetDragCursor(obj uintptr) TCursor
- func CheckListBox_GetDragKind(obj uintptr) TDragKind
- func CheckListBox_GetDragMode(obj uintptr) TDragMode
- func CheckListBox_GetEnabled(obj uintptr) bool
- func CheckListBox_GetExplicitHeight(obj uintptr) int32
- func CheckListBox_GetExplicitLeft(obj uintptr) int32
- func CheckListBox_GetExplicitTop(obj uintptr) int32
- func CheckListBox_GetExplicitWidth(obj uintptr) int32
- func CheckListBox_GetFlat(obj uintptr) bool
- func CheckListBox_GetFloating(obj uintptr) bool
- func CheckListBox_GetFont(obj uintptr) uintptr
- func CheckListBox_GetHandle(obj uintptr) HWND
- func CheckListBox_GetHashCode(obj uintptr) int32
- func CheckListBox_GetHeader(obj uintptr, Index int32) bool
- func CheckListBox_GetHeaderBackgroundColor(obj uintptr) TColor
- func CheckListBox_GetHeaderColor(obj uintptr) TColor
- func CheckListBox_GetHeight(obj uintptr) int32
- func CheckListBox_GetHint(obj uintptr) string
- func CheckListBox_GetItemEnabled(obj uintptr, Index int32) bool
- func CheckListBox_GetItemHeight(obj uintptr) int32
- func CheckListBox_GetItemIndex(obj uintptr) int32
- func CheckListBox_GetItems(obj uintptr) uintptr
- func CheckListBox_GetLeft(obj uintptr) int32
- func CheckListBox_GetMargins(obj uintptr) uintptr
- func CheckListBox_GetMouseInClient(obj uintptr) bool
- func CheckListBox_GetMultiSelect(obj uintptr) bool
- func CheckListBox_GetName(obj uintptr) string
- func CheckListBox_GetNamePath(obj uintptr) string
- func CheckListBox_GetOwner(obj uintptr) uintptr
- func CheckListBox_GetParent(obj uintptr) uintptr
- func CheckListBox_GetParentColor(obj uintptr) bool
- func CheckListBox_GetParentCtl3D(obj uintptr) bool
- func CheckListBox_GetParentDoubleBuffered(obj uintptr) bool
- func CheckListBox_GetParentFont(obj uintptr) bool
- func CheckListBox_GetParentShowHint(obj uintptr) bool
- func CheckListBox_GetParentWindow(obj uintptr) HWND
- func CheckListBox_GetPopupMenu(obj uintptr) uintptr
- func CheckListBox_GetSelCount(obj uintptr) int32
- func CheckListBox_GetSelected(obj uintptr, Index int32) bool
- func CheckListBox_GetShowHint(obj uintptr) bool
- func CheckListBox_GetSorted(obj uintptr) bool
- func CheckListBox_GetState(obj uintptr, Index int32) TCheckBoxState
- func CheckListBox_GetStyle(obj uintptr) TListBoxStyle
- func CheckListBox_GetStyleElements(obj uintptr) TStyleElements
- func CheckListBox_GetTabOrder(obj uintptr) TTabOrder
- func CheckListBox_GetTabStop(obj uintptr) bool
- func CheckListBox_GetTabWidth(obj uintptr) int32
- func CheckListBox_GetTag(obj uintptr) int
- func CheckListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func CheckListBox_GetTextLen(obj uintptr) int32
- func CheckListBox_GetTop(obj uintptr) int32
- func CheckListBox_GetUseDockManager(obj uintptr) bool
- func CheckListBox_GetVisible(obj uintptr) bool
- func CheckListBox_GetVisibleDockClientCount(obj uintptr) int32
- func CheckListBox_GetWidth(obj uintptr) int32
- func CheckListBox_HandleAllocated(obj uintptr) bool
- func CheckListBox_HasParent(obj uintptr) bool
- func CheckListBox_Hide(obj uintptr)
- func CheckListBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func CheckListBox_InsertControl(obj uintptr, AControl uintptr)
- func CheckListBox_InstanceSize(obj uintptr) int32
- func CheckListBox_Invalidate(obj uintptr)
- func CheckListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32
- func CheckListBox_ItemRect(obj uintptr, Index int32) TRect
- func CheckListBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func CheckListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CheckListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func CheckListBox_Realign(obj uintptr)
- func CheckListBox_Refresh(obj uintptr)
- func CheckListBox_RemoveControl(obj uintptr, AControl uintptr)
- func CheckListBox_Repaint(obj uintptr)
- func CheckListBox_ScaleBy(obj uintptr, M int32, D int32)
- func CheckListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func CheckListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func CheckListBox_SelectAll(obj uintptr)
- func CheckListBox_SendToBack(obj uintptr)
- func CheckListBox_SetAction(obj uintptr, value uintptr)
- func CheckListBox_SetAlign(obj uintptr, value TAlign)
- func CheckListBox_SetAlignWithMargins(obj uintptr, value bool)
- func CheckListBox_SetAllowGrayed(obj uintptr, value bool)
- func CheckListBox_SetAnchors(obj uintptr, value TAnchors)
- func CheckListBox_SetAutoComplete(obj uintptr, value bool)
- func CheckListBox_SetAutoCompleteDelay(obj uintptr, value uint32)
- func CheckListBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func CheckListBox_SetBevelInner(obj uintptr, value TBevelCut)
- func CheckListBox_SetBevelKind(obj uintptr, value TBevelKind)
- func CheckListBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func CheckListBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func CheckListBox_SetBorderStyle(obj uintptr, value TBorderStyle)
- func CheckListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func CheckListBox_SetBoundsRect(obj uintptr, value TRect)
- func CheckListBox_SetChecked(obj uintptr, Index int32, value bool)
- func CheckListBox_SetClientHeight(obj uintptr, value int32)
- func CheckListBox_SetClientWidth(obj uintptr, value int32)
- func CheckListBox_SetColor(obj uintptr, value TColor)
- func CheckListBox_SetColumns(obj uintptr, value int32)
- func CheckListBox_SetComponentIndex(obj uintptr, value int32)
- func CheckListBox_SetConstraints(obj uintptr, value uintptr)
- func CheckListBox_SetControlState(obj uintptr, value TControlState)
- func CheckListBox_SetControlStyle(obj uintptr, value TControlStyle)
- func CheckListBox_SetCount(obj uintptr, value int32)
- func CheckListBox_SetCtl3D(obj uintptr, value bool)
- func CheckListBox_SetCursor(obj uintptr, value TCursor)
- func CheckListBox_SetCustomHint(obj uintptr, value uintptr)
- func CheckListBox_SetDockSite(obj uintptr, value bool)
- func CheckListBox_SetDoubleBuffered(obj uintptr, value bool)
- func CheckListBox_SetDragCursor(obj uintptr, value TCursor)
- func CheckListBox_SetDragKind(obj uintptr, value TDragKind)
- func CheckListBox_SetDragMode(obj uintptr, value TDragMode)
- func CheckListBox_SetEnabled(obj uintptr, value bool)
- func CheckListBox_SetFlat(obj uintptr, value bool)
- func CheckListBox_SetFocus(obj uintptr)
- func CheckListBox_SetFont(obj uintptr, value uintptr)
- func CheckListBox_SetHeader(obj uintptr, Index int32, value bool)
- func CheckListBox_SetHeaderBackgroundColor(obj uintptr, value TColor)
- func CheckListBox_SetHeaderColor(obj uintptr, value TColor)
- func CheckListBox_SetHeight(obj uintptr, value int32)
- func CheckListBox_SetHint(obj uintptr, value string)
- func CheckListBox_SetItemEnabled(obj uintptr, Index int32, value bool)
- func CheckListBox_SetItemHeight(obj uintptr, value int32)
- func CheckListBox_SetItemIndex(obj uintptr, value int32)
- func CheckListBox_SetItems(obj uintptr, value uintptr)
- func CheckListBox_SetLeft(obj uintptr, value int32)
- func CheckListBox_SetMargins(obj uintptr, value uintptr)
- func CheckListBox_SetMultiSelect(obj uintptr, value bool)
- func CheckListBox_SetName(obj uintptr, value string)
- func CheckListBox_SetOnClick(obj uintptr, fn interface{})
- func CheckListBox_SetOnClickCheck(obj uintptr, fn interface{})
- func CheckListBox_SetOnContextPopup(obj uintptr, fn interface{})
- func CheckListBox_SetOnData(obj uintptr, fn interface{})
- func CheckListBox_SetOnDataFind(obj uintptr, fn interface{})
- func CheckListBox_SetOnDataObject(obj uintptr, fn interface{})
- func CheckListBox_SetOnDblClick(obj uintptr, fn interface{})
- func CheckListBox_SetOnDragDrop(obj uintptr, fn interface{})
- func CheckListBox_SetOnDragOver(obj uintptr, fn interface{})
- func CheckListBox_SetOnEndDock(obj uintptr, fn interface{})
- func CheckListBox_SetOnEndDrag(obj uintptr, fn interface{})
- func CheckListBox_SetOnEnter(obj uintptr, fn interface{})
- func CheckListBox_SetOnExit(obj uintptr, fn interface{})
- func CheckListBox_SetOnGesture(obj uintptr, fn interface{})
- func CheckListBox_SetOnKeyDown(obj uintptr, fn interface{})
- func CheckListBox_SetOnKeyPress(obj uintptr, fn interface{})
- func CheckListBox_SetOnKeyUp(obj uintptr, fn interface{})
- func CheckListBox_SetOnMeasureItem(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseDown(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseMove(obj uintptr, fn interface{})
- func CheckListBox_SetOnMouseUp(obj uintptr, fn interface{})
- func CheckListBox_SetOnStartDock(obj uintptr, fn interface{})
- func CheckListBox_SetParent(obj uintptr, value uintptr)
- func CheckListBox_SetParentColor(obj uintptr, value bool)
- func CheckListBox_SetParentCtl3D(obj uintptr, value bool)
- func CheckListBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func CheckListBox_SetParentFont(obj uintptr, value bool)
- func CheckListBox_SetParentShowHint(obj uintptr, value bool)
- func CheckListBox_SetParentWindow(obj uintptr, value HWND)
- func CheckListBox_SetPopupMenu(obj uintptr, value uintptr)
- func CheckListBox_SetSelected(obj uintptr, Index int32, value bool)
- func CheckListBox_SetShowHint(obj uintptr, value bool)
- func CheckListBox_SetSorted(obj uintptr, value bool)
- func CheckListBox_SetState(obj uintptr, Index int32, value TCheckBoxState)
- func CheckListBox_SetStyle(obj uintptr, value TListBoxStyle)
- func CheckListBox_SetStyleElements(obj uintptr, value TStyleElements)
- func CheckListBox_SetTabOrder(obj uintptr, value TTabOrder)
- func CheckListBox_SetTabStop(obj uintptr, value bool)
- func CheckListBox_SetTabWidth(obj uintptr, value int32)
- func CheckListBox_SetTag(obj uintptr, value int)
- func CheckListBox_SetTextBuf(obj uintptr, Buffer string)
- func CheckListBox_SetTop(obj uintptr, value int32)
- func CheckListBox_SetUseDockManager(obj uintptr, value bool)
- func CheckListBox_SetVisible(obj uintptr, value bool)
- func CheckListBox_SetWidth(obj uintptr, value int32)
- func CheckListBox_Show(obj uintptr)
- func CheckListBox_StaticClassType() TClass
- func CheckListBox_ToString(obj uintptr) string
- func CheckListBox_Update(obj uintptr)
- func CheckListBox_UpdateControlState(obj uintptr)
- func Clipboard_Assign(obj uintptr, Source uintptr)
- func Clipboard_ClassName(obj uintptr) string
- func Clipboard_ClassType(obj uintptr) TClass
- func Clipboard_Clear(obj uintptr)
- func Clipboard_Close(obj uintptr)
- func Clipboard_Create() uintptr
- func Clipboard_DisposeOf(obj uintptr)
- func Clipboard_Equals(obj uintptr, Obj uintptr) bool
- func Clipboard_Free(obj uintptr)
- func Clipboard_GetAsHandle(obj uintptr, Format uint16) uintptr
- func Clipboard_GetAsText(obj uintptr) string
- func Clipboard_GetFormatCount(obj uintptr) int32
- func Clipboard_GetFormats(obj uintptr, Index int32) uint16
- func Clipboard_GetHashCode(obj uintptr) int32
- func Clipboard_GetNamePath(obj uintptr) string
- func Clipboard_GetTextBuf(obj uintptr, Buffer string, BufSize int32) int32
- func Clipboard_HasFormat(obj uintptr, Format uint16) bool
- func Clipboard_InheritsFrom(obj uintptr, AClass TClass) bool
- func Clipboard_Instance() uintptr
- func Clipboard_InstanceSize(obj uintptr) int32
- func Clipboard_Open(obj uintptr)
- func Clipboard_SetAsHandle(obj uintptr, Format uint16, Value uintptr)
- func Clipboard_SetAsText(obj uintptr, value string)
- func Clipboard_SetClipboard(obj uintptr) uintptr
- func Clipboard_SetTextBuf(obj uintptr, Buffer string)
- func Clipboard_StaticClassType() TClass
- func Clipboard_ToString(obj uintptr) string
- func CollectionItem_Assign(obj uintptr, Source uintptr)
- func CollectionItem_ClassName(obj uintptr) string
- func CollectionItem_ClassType(obj uintptr) TClass
- func CollectionItem_Create() uintptr
- func CollectionItem_DisposeOf(obj uintptr)
- func CollectionItem_Equals(obj uintptr, Obj uintptr) bool
- func CollectionItem_Free(obj uintptr)
- func CollectionItem_GetCollection(obj uintptr) uintptr
- func CollectionItem_GetDisplayName(obj uintptr) string
- func CollectionItem_GetHashCode(obj uintptr) int32
- func CollectionItem_GetIndex(obj uintptr) int32
- func CollectionItem_GetNamePath(obj uintptr) string
- func CollectionItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func CollectionItem_InstanceSize(obj uintptr) int32
- func CollectionItem_SetCollection(obj uintptr, value uintptr)
- func CollectionItem_SetDisplayName(obj uintptr, value string)
- func CollectionItem_SetIndex(obj uintptr, value int32)
- func CollectionItem_StaticClassType() TClass
- func CollectionItem_ToString(obj uintptr) string
- func Collection_Add(obj uintptr) uintptr
- func Collection_Assign(obj uintptr, Source uintptr)
- func Collection_BeginUpdate(obj uintptr)
- func Collection_ClassName(obj uintptr) string
- func Collection_ClassType(obj uintptr) TClass
- func Collection_Clear(obj uintptr)
- func Collection_ClearAndResetID(obj uintptr)
- func Collection_Create() uintptr
- func Collection_Delete(obj uintptr, Index int32)
- func Collection_DisposeOf(obj uintptr)
- func Collection_EndUpdate(obj uintptr)
- func Collection_Equals(obj uintptr, Obj uintptr) bool
- func Collection_FindItemID(obj uintptr, ID int32) uintptr
- func Collection_Free(obj uintptr)
- func Collection_GetCapacity(obj uintptr) int32
- func Collection_GetCount(obj uintptr) int32
- func Collection_GetHashCode(obj uintptr) int32
- func Collection_GetItems(obj uintptr, Index int32) uintptr
- func Collection_GetNamePath(obj uintptr) string
- func Collection_InheritsFrom(obj uintptr, AClass TClass) bool
- func Collection_Insert(obj uintptr, Index int32) uintptr
- func Collection_InstanceSize(obj uintptr) int32
- func Collection_Owner(obj uintptr) uintptr
- func Collection_SetCapacity(obj uintptr, value int32)
- func Collection_SetItems(obj uintptr, Index int32, value uintptr)
- func Collection_StaticClassType() TClass
- func Collection_ToString(obj uintptr) string
- func ColorBox_AddItem(obj uintptr, Item string, AObject uintptr)
- func ColorBox_Assign(obj uintptr, Source uintptr)
- func ColorBox_BringToFront(obj uintptr)
- func ColorBox_CanFocus(obj uintptr) bool
- func ColorBox_ClassName(obj uintptr) string
- func ColorBox_ClassType(obj uintptr) TClass
- func ColorBox_Clear(obj uintptr)
- func ColorBox_ClearSelection(obj uintptr)
- func ColorBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ColorBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ColorBox_ContainsControl(obj uintptr, Control uintptr) bool
- func ColorBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ColorBox_CopySelection(obj uintptr, Destination uintptr)
- func ColorBox_Create(obj uintptr) uintptr
- func ColorBox_DeleteSelected(obj uintptr)
- func ColorBox_DisableAlign(obj uintptr)
- func ColorBox_DisposeOf(obj uintptr)
- func ColorBox_Dragging(obj uintptr) bool
- func ColorBox_EnableAlign(obj uintptr)
- func ColorBox_Equals(obj uintptr, Obj uintptr) bool
- func ColorBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func ColorBox_FindComponent(obj uintptr, AName string) uintptr
- func ColorBox_FlipChildren(obj uintptr, AllLevels bool)
- func ColorBox_Focused(obj uintptr) bool
- func ColorBox_Free(obj uintptr)
- func ColorBox_GetAction(obj uintptr) uintptr
- func ColorBox_GetAlign(obj uintptr) TAlign
- func ColorBox_GetAlignDisabled(obj uintptr) bool
- func ColorBox_GetAlignWithMargins(obj uintptr) bool
- func ColorBox_GetAnchors(obj uintptr) TAnchors
- func ColorBox_GetAutoCloseUp(obj uintptr) bool
- func ColorBox_GetAutoComplete(obj uintptr) bool
- func ColorBox_GetAutoCompleteDelay(obj uintptr) uint32
- func ColorBox_GetAutoDropDown(obj uintptr) bool
- func ColorBox_GetBevelEdges(obj uintptr) TBevelEdges
- func ColorBox_GetBevelInner(obj uintptr) TBevelCut
- func ColorBox_GetBevelKind(obj uintptr) TBevelKind
- func ColorBox_GetBevelOuter(obj uintptr) TBevelCut
- func ColorBox_GetBiDiMode(obj uintptr) TBiDiMode
- func ColorBox_GetBoundsRect(obj uintptr) TRect
- func ColorBox_GetBrush(obj uintptr) uintptr
- func ColorBox_GetCanvas(obj uintptr) uintptr
- func ColorBox_GetCharCase(obj uintptr) TEditCharCase
- func ColorBox_GetClientHeight(obj uintptr) int32
- func ColorBox_GetClientOrigin(obj uintptr) TPoint
- func ColorBox_GetClientRect(obj uintptr) TRect
- func ColorBox_GetClientWidth(obj uintptr) int32
- func ColorBox_GetColor(obj uintptr) TColor
- func ColorBox_GetColorNames(obj uintptr, Index int32) string
- func ColorBox_GetColors(obj uintptr, Index int32) TColor
- func ColorBox_GetComponentCount(obj uintptr) int32
- func ColorBox_GetComponentIndex(obj uintptr) int32
- func ColorBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func ColorBox_GetConstraints(obj uintptr) uintptr
- func ColorBox_GetControlCount(obj uintptr) int32
- func ColorBox_GetControlState(obj uintptr) TControlState
- func ColorBox_GetControlStyle(obj uintptr) TControlStyle
- func ColorBox_GetControls(obj uintptr, Index int32) uintptr
- func ColorBox_GetCtl3D(obj uintptr) bool
- func ColorBox_GetCursor(obj uintptr) TCursor
- func ColorBox_GetCustomHint(obj uintptr) uintptr
- func ColorBox_GetDefaultColorColor(obj uintptr) TColor
- func ColorBox_GetDockClientCount(obj uintptr) int32
- func ColorBox_GetDockClients(obj uintptr, Index int32) uintptr
- func ColorBox_GetDockSite(obj uintptr) bool
- func ColorBox_GetDoubleBuffered(obj uintptr) bool
- func ColorBox_GetDropDownCount(obj uintptr) int32
- func ColorBox_GetDroppedDown(obj uintptr) bool
- func ColorBox_GetEnabled(obj uintptr) bool
- func ColorBox_GetExplicitHeight(obj uintptr) int32
- func ColorBox_GetExplicitLeft(obj uintptr) int32
- func ColorBox_GetExplicitTop(obj uintptr) int32
- func ColorBox_GetExplicitWidth(obj uintptr) int32
- func ColorBox_GetFloating(obj uintptr) bool
- func ColorBox_GetFont(obj uintptr) uintptr
- func ColorBox_GetHandle(obj uintptr) HWND
- func ColorBox_GetHashCode(obj uintptr) int32
- func ColorBox_GetHeight(obj uintptr) int32
- func ColorBox_GetHint(obj uintptr) string
- func ColorBox_GetItemHeight(obj uintptr) int32
- func ColorBox_GetItemIndex(obj uintptr) int32
- func ColorBox_GetItems(obj uintptr) uintptr
- func ColorBox_GetLeft(obj uintptr) int32
- func ColorBox_GetMargins(obj uintptr) uintptr
- func ColorBox_GetMouseInClient(obj uintptr) bool
- func ColorBox_GetName(obj uintptr) string
- func ColorBox_GetNamePath(obj uintptr) string
- func ColorBox_GetNoneColorColor(obj uintptr) TColor
- func ColorBox_GetOwner(obj uintptr) uintptr
- func ColorBox_GetParent(obj uintptr) uintptr
- func ColorBox_GetParentColor(obj uintptr) bool
- func ColorBox_GetParentCtl3D(obj uintptr) bool
- func ColorBox_GetParentDoubleBuffered(obj uintptr) bool
- func ColorBox_GetParentFont(obj uintptr) bool
- func ColorBox_GetParentShowHint(obj uintptr) bool
- func ColorBox_GetParentWindow(obj uintptr) HWND
- func ColorBox_GetPopupMenu(obj uintptr) uintptr
- func ColorBox_GetSelLength(obj uintptr) int32
- func ColorBox_GetSelStart(obj uintptr) int32
- func ColorBox_GetSelText(obj uintptr) string
- func ColorBox_GetSelected(obj uintptr) TColor
- func ColorBox_GetShowHint(obj uintptr) bool
- func ColorBox_GetStyle(obj uintptr) TColorBoxStyle
- func ColorBox_GetStyleElements(obj uintptr) TStyleElements
- func ColorBox_GetTabOrder(obj uintptr) TTabOrder
- func ColorBox_GetTabStop(obj uintptr) bool
- func ColorBox_GetTag(obj uintptr) int
- func ColorBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ColorBox_GetTextHint(obj uintptr) string
- func ColorBox_GetTextLen(obj uintptr) int32
- func ColorBox_GetTop(obj uintptr) int32
- func ColorBox_GetUseDockManager(obj uintptr) bool
- func ColorBox_GetVisible(obj uintptr) bool
- func ColorBox_GetVisibleDockClientCount(obj uintptr) int32
- func ColorBox_GetWidth(obj uintptr) int32
- func ColorBox_HandleAllocated(obj uintptr) bool
- func ColorBox_HasParent(obj uintptr) bool
- func ColorBox_Hide(obj uintptr)
- func ColorBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func ColorBox_InsertControl(obj uintptr, AControl uintptr)
- func ColorBox_InstanceSize(obj uintptr) int32
- func ColorBox_Invalidate(obj uintptr)
- func ColorBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ColorBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ColorBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ColorBox_Realign(obj uintptr)
- func ColorBox_Refresh(obj uintptr)
- func ColorBox_RemoveControl(obj uintptr, AControl uintptr)
- func ColorBox_Repaint(obj uintptr)
- func ColorBox_ScaleBy(obj uintptr, M int32, D int32)
- func ColorBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ColorBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ColorBox_SelectAll(obj uintptr)
- func ColorBox_SendToBack(obj uintptr)
- func ColorBox_SetAction(obj uintptr, value uintptr)
- func ColorBox_SetAlign(obj uintptr, value TAlign)
- func ColorBox_SetAlignWithMargins(obj uintptr, value bool)
- func ColorBox_SetAnchors(obj uintptr, value TAnchors)
- func ColorBox_SetAutoCloseUp(obj uintptr, value bool)
- func ColorBox_SetAutoComplete(obj uintptr, value bool)
- func ColorBox_SetAutoCompleteDelay(obj uintptr, value uint32)
- func ColorBox_SetAutoDropDown(obj uintptr, value bool)
- func ColorBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ColorBox_SetBevelInner(obj uintptr, value TBevelCut)
- func ColorBox_SetBevelKind(obj uintptr, value TBevelKind)
- func ColorBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func ColorBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ColorBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ColorBox_SetBoundsRect(obj uintptr, value TRect)
- func ColorBox_SetCharCase(obj uintptr, value TEditCharCase)
- func ColorBox_SetClientHeight(obj uintptr, value int32)
- func ColorBox_SetClientWidth(obj uintptr, value int32)
- func ColorBox_SetColor(obj uintptr, value TColor)
- func ColorBox_SetComponentIndex(obj uintptr, value int32)
- func ColorBox_SetConstraints(obj uintptr, value uintptr)
- func ColorBox_SetControlState(obj uintptr, value TControlState)
- func ColorBox_SetControlStyle(obj uintptr, value TControlStyle)
- func ColorBox_SetCtl3D(obj uintptr, value bool)
- func ColorBox_SetCursor(obj uintptr, value TCursor)
- func ColorBox_SetCustomHint(obj uintptr, value uintptr)
- func ColorBox_SetDefaultColorColor(obj uintptr, value TColor)
- func ColorBox_SetDockSite(obj uintptr, value bool)
- func ColorBox_SetDoubleBuffered(obj uintptr, value bool)
- func ColorBox_SetDropDownCount(obj uintptr, value int32)
- func ColorBox_SetDroppedDown(obj uintptr, value bool)
- func ColorBox_SetEnabled(obj uintptr, value bool)
- func ColorBox_SetFocus(obj uintptr)
- func ColorBox_SetFont(obj uintptr, value uintptr)
- func ColorBox_SetHeight(obj uintptr, value int32)
- func ColorBox_SetHint(obj uintptr, value string)
- func ColorBox_SetItemHeight(obj uintptr, value int32)
- func ColorBox_SetItemIndex(obj uintptr, value int32)
- func ColorBox_SetItems(obj uintptr, value uintptr)
- func ColorBox_SetLeft(obj uintptr, value int32)
- func ColorBox_SetMargins(obj uintptr, value uintptr)
- func ColorBox_SetName(obj uintptr, value string)
- func ColorBox_SetNoneColorColor(obj uintptr, value TColor)
- func ColorBox_SetOnChange(obj uintptr, fn interface{})
- func ColorBox_SetOnClick(obj uintptr, fn interface{})
- func ColorBox_SetOnContextPopup(obj uintptr, fn interface{})
- func ColorBox_SetOnDragDrop(obj uintptr, fn interface{})
- func ColorBox_SetOnDragOver(obj uintptr, fn interface{})
- func ColorBox_SetOnDropDown(obj uintptr, fn interface{})
- func ColorBox_SetOnEndDock(obj uintptr, fn interface{})
- func ColorBox_SetOnEndDrag(obj uintptr, fn interface{})
- func ColorBox_SetOnEnter(obj uintptr, fn interface{})
- func ColorBox_SetOnExit(obj uintptr, fn interface{})
- func ColorBox_SetOnGesture(obj uintptr, fn interface{})
- func ColorBox_SetOnKeyDown(obj uintptr, fn interface{})
- func ColorBox_SetOnKeyPress(obj uintptr, fn interface{})
- func ColorBox_SetOnKeyUp(obj uintptr, fn interface{})
- func ColorBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func ColorBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func ColorBox_SetOnSelect(obj uintptr, fn interface{})
- func ColorBox_SetOnStartDock(obj uintptr, fn interface{})
- func ColorBox_SetParent(obj uintptr, value uintptr)
- func ColorBox_SetParentColor(obj uintptr, value bool)
- func ColorBox_SetParentCtl3D(obj uintptr, value bool)
- func ColorBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func ColorBox_SetParentFont(obj uintptr, value bool)
- func ColorBox_SetParentShowHint(obj uintptr, value bool)
- func ColorBox_SetParentWindow(obj uintptr, value HWND)
- func ColorBox_SetPopupMenu(obj uintptr, value uintptr)
- func ColorBox_SetSelLength(obj uintptr, value int32)
- func ColorBox_SetSelStart(obj uintptr, value int32)
- func ColorBox_SetSelText(obj uintptr, value string)
- func ColorBox_SetSelected(obj uintptr, value TColor)
- func ColorBox_SetShowHint(obj uintptr, value bool)
- func ColorBox_SetStyle(obj uintptr, value TColorBoxStyle)
- func ColorBox_SetStyleElements(obj uintptr, value TStyleElements)
- func ColorBox_SetTabOrder(obj uintptr, value TTabOrder)
- func ColorBox_SetTabStop(obj uintptr, value bool)
- func ColorBox_SetTag(obj uintptr, value int)
- func ColorBox_SetTextBuf(obj uintptr, Buffer string)
- func ColorBox_SetTextHint(obj uintptr, value string)
- func ColorBox_SetTop(obj uintptr, value int32)
- func ColorBox_SetUseDockManager(obj uintptr, value bool)
- func ColorBox_SetVisible(obj uintptr, value bool)
- func ColorBox_SetWidth(obj uintptr, value int32)
- func ColorBox_Show(obj uintptr)
- func ColorBox_StaticClassType() TClass
- func ColorBox_ToString(obj uintptr) string
- func ColorBox_Update(obj uintptr)
- func ColorBox_UpdateControlState(obj uintptr)
- func ColorDialog_Assign(obj uintptr, Source uintptr)
- func ColorDialog_ClassName(obj uintptr) string
- func ColorDialog_ClassType(obj uintptr) TClass
- func ColorDialog_Create(obj uintptr) uintptr
- func ColorDialog_DisposeOf(obj uintptr)
- func ColorDialog_Equals(obj uintptr, Obj uintptr) bool
- func ColorDialog_Execute(obj uintptr) bool
- func ColorDialog_FindComponent(obj uintptr, AName string) uintptr
- func ColorDialog_Free(obj uintptr)
- func ColorDialog_GetColor(obj uintptr) TColor
- func ColorDialog_GetComponentCount(obj uintptr) int32
- func ColorDialog_GetComponentIndex(obj uintptr) int32
- func ColorDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func ColorDialog_GetCtl3D(obj uintptr) bool
- func ColorDialog_GetHandle(obj uintptr) HWND
- func ColorDialog_GetHashCode(obj uintptr) int32
- func ColorDialog_GetName(obj uintptr) string
- func ColorDialog_GetNamePath(obj uintptr) string
- func ColorDialog_GetOptions(obj uintptr) TColorDialogOptions
- func ColorDialog_GetOwner(obj uintptr) uintptr
- func ColorDialog_GetTag(obj uintptr) int
- func ColorDialog_HasParent(obj uintptr) bool
- func ColorDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func ColorDialog_InstanceSize(obj uintptr) int32
- func ColorDialog_SetColor(obj uintptr, value TColor)
- func ColorDialog_SetComponentIndex(obj uintptr, value int32)
- func ColorDialog_SetCtl3D(obj uintptr, value bool)
- func ColorDialog_SetName(obj uintptr, value string)
- func ColorDialog_SetOnClose(obj uintptr, fn interface{})
- func ColorDialog_SetOnShow(obj uintptr, fn interface{})
- func ColorDialog_SetOptions(obj uintptr, value TColorDialogOptions)
- func ColorDialog_SetTag(obj uintptr, value int)
- func ColorDialog_StaticClassType() TClass
- func ColorDialog_ToString(obj uintptr) string
- func ColorListBox_AddItem(obj uintptr, Item string, AObject uintptr)
- func ColorListBox_Assign(obj uintptr, Source uintptr)
- func ColorListBox_BringToFront(obj uintptr)
- func ColorListBox_CanFocus(obj uintptr) bool
- func ColorListBox_ClassName(obj uintptr) string
- func ColorListBox_ClassType(obj uintptr) TClass
- func ColorListBox_Clear(obj uintptr)
- func ColorListBox_ClearSelection(obj uintptr)
- func ColorListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ColorListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ColorListBox_ContainsControl(obj uintptr, Control uintptr) bool
- func ColorListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ColorListBox_CopySelection(obj uintptr, Destination uintptr)
- func ColorListBox_Create(obj uintptr) uintptr
- func ColorListBox_DeleteSelected(obj uintptr)
- func ColorListBox_DisableAlign(obj uintptr)
- func ColorListBox_DisposeOf(obj uintptr)
- func ColorListBox_Dragging(obj uintptr) bool
- func ColorListBox_EnableAlign(obj uintptr)
- func ColorListBox_Equals(obj uintptr, Obj uintptr) bool
- func ColorListBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func ColorListBox_FindComponent(obj uintptr, AName string) uintptr
- func ColorListBox_FlipChildren(obj uintptr, AllLevels bool)
- func ColorListBox_Focused(obj uintptr) bool
- func ColorListBox_Free(obj uintptr)
- func ColorListBox_GetAction(obj uintptr) uintptr
- func ColorListBox_GetAlign(obj uintptr) TAlign
- func ColorListBox_GetAlignDisabled(obj uintptr) bool
- func ColorListBox_GetAlignWithMargins(obj uintptr) bool
- func ColorListBox_GetAnchors(obj uintptr) TAnchors
- func ColorListBox_GetAutoComplete(obj uintptr) bool
- func ColorListBox_GetAutoCompleteDelay(obj uintptr) uint32
- func ColorListBox_GetBevelEdges(obj uintptr) TBevelEdges
- func ColorListBox_GetBevelInner(obj uintptr) TBevelCut
- func ColorListBox_GetBevelKind(obj uintptr) TBevelKind
- func ColorListBox_GetBevelOuter(obj uintptr) TBevelCut
- func ColorListBox_GetBiDiMode(obj uintptr) TBiDiMode
- func ColorListBox_GetBoundsRect(obj uintptr) TRect
- func ColorListBox_GetBrush(obj uintptr) uintptr
- func ColorListBox_GetCanvas(obj uintptr) uintptr
- func ColorListBox_GetClientHeight(obj uintptr) int32
- func ColorListBox_GetClientOrigin(obj uintptr) TPoint
- func ColorListBox_GetClientRect(obj uintptr) TRect
- func ColorListBox_GetClientWidth(obj uintptr) int32
- func ColorListBox_GetColor(obj uintptr) TColor
- func ColorListBox_GetColorNames(obj uintptr, Index int32) string
- func ColorListBox_GetColors(obj uintptr, Index int32) TColor
- func ColorListBox_GetComponentCount(obj uintptr) int32
- func ColorListBox_GetComponentIndex(obj uintptr) int32
- func ColorListBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func ColorListBox_GetConstraints(obj uintptr) uintptr
- func ColorListBox_GetControlCount(obj uintptr) int32
- func ColorListBox_GetControlState(obj uintptr) TControlState
- func ColorListBox_GetControlStyle(obj uintptr) TControlStyle
- func ColorListBox_GetControls(obj uintptr, Index int32) uintptr
- func ColorListBox_GetCount(obj uintptr) int32
- func ColorListBox_GetCtl3D(obj uintptr) bool
- func ColorListBox_GetCursor(obj uintptr) TCursor
- func ColorListBox_GetCustomHint(obj uintptr) uintptr
- func ColorListBox_GetDefaultColorColor(obj uintptr) TColor
- func ColorListBox_GetDockClientCount(obj uintptr) int32
- func ColorListBox_GetDockClients(obj uintptr, Index int32) uintptr
- func ColorListBox_GetDockSite(obj uintptr) bool
- func ColorListBox_GetDoubleBuffered(obj uintptr) bool
- func ColorListBox_GetEnabled(obj uintptr) bool
- func ColorListBox_GetExplicitHeight(obj uintptr) int32
- func ColorListBox_GetExplicitLeft(obj uintptr) int32
- func ColorListBox_GetExplicitTop(obj uintptr) int32
- func ColorListBox_GetExplicitWidth(obj uintptr) int32
- func ColorListBox_GetFloating(obj uintptr) bool
- func ColorListBox_GetFont(obj uintptr) uintptr
- func ColorListBox_GetHandle(obj uintptr) HWND
- func ColorListBox_GetHashCode(obj uintptr) int32
- func ColorListBox_GetHeight(obj uintptr) int32
- func ColorListBox_GetHint(obj uintptr) string
- func ColorListBox_GetItemHeight(obj uintptr) int32
- func ColorListBox_GetItemIndex(obj uintptr) int32
- func ColorListBox_GetItems(obj uintptr) uintptr
- func ColorListBox_GetLeft(obj uintptr) int32
- func ColorListBox_GetMargins(obj uintptr) uintptr
- func ColorListBox_GetMouseInClient(obj uintptr) bool
- func ColorListBox_GetMultiSelect(obj uintptr) bool
- func ColorListBox_GetName(obj uintptr) string
- func ColorListBox_GetNamePath(obj uintptr) string
- func ColorListBox_GetNoneColorColor(obj uintptr) TColor
- func ColorListBox_GetOwner(obj uintptr) uintptr
- func ColorListBox_GetParent(obj uintptr) uintptr
- func ColorListBox_GetParentColor(obj uintptr) bool
- func ColorListBox_GetParentCtl3D(obj uintptr) bool
- func ColorListBox_GetParentDoubleBuffered(obj uintptr) bool
- func ColorListBox_GetParentFont(obj uintptr) bool
- func ColorListBox_GetParentShowHint(obj uintptr) bool
- func ColorListBox_GetParentWindow(obj uintptr) HWND
- func ColorListBox_GetPopupMenu(obj uintptr) uintptr
- func ColorListBox_GetSelCount(obj uintptr) int32
- func ColorListBox_GetSelected(obj uintptr) TColor
- func ColorListBox_GetShowHint(obj uintptr) bool
- func ColorListBox_GetStyle(obj uintptr) TColorBoxStyle
- func ColorListBox_GetStyleElements(obj uintptr) TStyleElements
- func ColorListBox_GetTabOrder(obj uintptr) TTabOrder
- func ColorListBox_GetTabStop(obj uintptr) bool
- func ColorListBox_GetTag(obj uintptr) int
- func ColorListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ColorListBox_GetTextLen(obj uintptr) int32
- func ColorListBox_GetTop(obj uintptr) int32
- func ColorListBox_GetUseDockManager(obj uintptr) bool
- func ColorListBox_GetVisible(obj uintptr) bool
- func ColorListBox_GetVisibleDockClientCount(obj uintptr) int32
- func ColorListBox_GetWidth(obj uintptr) int32
- func ColorListBox_HandleAllocated(obj uintptr) bool
- func ColorListBox_HasParent(obj uintptr) bool
- func ColorListBox_Hide(obj uintptr)
- func ColorListBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func ColorListBox_InsertControl(obj uintptr, AControl uintptr)
- func ColorListBox_InstanceSize(obj uintptr) int32
- func ColorListBox_Invalidate(obj uintptr)
- func ColorListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32
- func ColorListBox_ItemRect(obj uintptr, Index int32) TRect
- func ColorListBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ColorListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ColorListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ColorListBox_Realign(obj uintptr)
- func ColorListBox_Refresh(obj uintptr)
- func ColorListBox_RemoveControl(obj uintptr, AControl uintptr)
- func ColorListBox_Repaint(obj uintptr)
- func ColorListBox_ScaleBy(obj uintptr, M int32, D int32)
- func ColorListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ColorListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ColorListBox_SelectAll(obj uintptr)
- func ColorListBox_SendToBack(obj uintptr)
- func ColorListBox_SetAction(obj uintptr, value uintptr)
- func ColorListBox_SetAlign(obj uintptr, value TAlign)
- func ColorListBox_SetAlignWithMargins(obj uintptr, value bool)
- func ColorListBox_SetAnchors(obj uintptr, value TAnchors)
- func ColorListBox_SetAutoComplete(obj uintptr, value bool)
- func ColorListBox_SetAutoCompleteDelay(obj uintptr, value uint32)
- func ColorListBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ColorListBox_SetBevelInner(obj uintptr, value TBevelCut)
- func ColorListBox_SetBevelKind(obj uintptr, value TBevelKind)
- func ColorListBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func ColorListBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ColorListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ColorListBox_SetBoundsRect(obj uintptr, value TRect)
- func ColorListBox_SetClientHeight(obj uintptr, value int32)
- func ColorListBox_SetClientWidth(obj uintptr, value int32)
- func ColorListBox_SetColor(obj uintptr, value TColor)
- func ColorListBox_SetComponentIndex(obj uintptr, value int32)
- func ColorListBox_SetConstraints(obj uintptr, value uintptr)
- func ColorListBox_SetControlState(obj uintptr, value TControlState)
- func ColorListBox_SetControlStyle(obj uintptr, value TControlStyle)
- func ColorListBox_SetCount(obj uintptr, value int32)
- func ColorListBox_SetCtl3D(obj uintptr, value bool)
- func ColorListBox_SetCursor(obj uintptr, value TCursor)
- func ColorListBox_SetCustomHint(obj uintptr, value uintptr)
- func ColorListBox_SetDefaultColorColor(obj uintptr, value TColor)
- func ColorListBox_SetDockSite(obj uintptr, value bool)
- func ColorListBox_SetDoubleBuffered(obj uintptr, value bool)
- func ColorListBox_SetEnabled(obj uintptr, value bool)
- func ColorListBox_SetFocus(obj uintptr)
- func ColorListBox_SetFont(obj uintptr, value uintptr)
- func ColorListBox_SetHeight(obj uintptr, value int32)
- func ColorListBox_SetHint(obj uintptr, value string)
- func ColorListBox_SetItemHeight(obj uintptr, value int32)
- func ColorListBox_SetItemIndex(obj uintptr, value int32)
- func ColorListBox_SetItems(obj uintptr, value uintptr)
- func ColorListBox_SetLeft(obj uintptr, value int32)
- func ColorListBox_SetMargins(obj uintptr, value uintptr)
- func ColorListBox_SetMultiSelect(obj uintptr, value bool)
- func ColorListBox_SetName(obj uintptr, value string)
- func ColorListBox_SetNoneColorColor(obj uintptr, value TColor)
- func ColorListBox_SetOnClick(obj uintptr, fn interface{})
- func ColorListBox_SetOnContextPopup(obj uintptr, fn interface{})
- func ColorListBox_SetOnDblClick(obj uintptr, fn interface{})
- func ColorListBox_SetOnDragDrop(obj uintptr, fn interface{})
- func ColorListBox_SetOnDragOver(obj uintptr, fn interface{})
- func ColorListBox_SetOnEndDock(obj uintptr, fn interface{})
- func ColorListBox_SetOnEndDrag(obj uintptr, fn interface{})
- func ColorListBox_SetOnEnter(obj uintptr, fn interface{})
- func ColorListBox_SetOnExit(obj uintptr, fn interface{})
- func ColorListBox_SetOnGesture(obj uintptr, fn interface{})
- func ColorListBox_SetOnKeyDown(obj uintptr, fn interface{})
- func ColorListBox_SetOnKeyPress(obj uintptr, fn interface{})
- func ColorListBox_SetOnKeyUp(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseDown(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseMove(obj uintptr, fn interface{})
- func ColorListBox_SetOnMouseUp(obj uintptr, fn interface{})
- func ColorListBox_SetOnStartDock(obj uintptr, fn interface{})
- func ColorListBox_SetParent(obj uintptr, value uintptr)
- func ColorListBox_SetParentColor(obj uintptr, value bool)
- func ColorListBox_SetParentCtl3D(obj uintptr, value bool)
- func ColorListBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func ColorListBox_SetParentFont(obj uintptr, value bool)
- func ColorListBox_SetParentShowHint(obj uintptr, value bool)
- func ColorListBox_SetParentWindow(obj uintptr, value HWND)
- func ColorListBox_SetPopupMenu(obj uintptr, value uintptr)
- func ColorListBox_SetSelected(obj uintptr, value TColor)
- func ColorListBox_SetShowHint(obj uintptr, value bool)
- func ColorListBox_SetStyle(obj uintptr, value TColorBoxStyle)
- func ColorListBox_SetStyleElements(obj uintptr, value TStyleElements)
- func ColorListBox_SetTabOrder(obj uintptr, value TTabOrder)
- func ColorListBox_SetTabStop(obj uintptr, value bool)
- func ColorListBox_SetTag(obj uintptr, value int)
- func ColorListBox_SetTextBuf(obj uintptr, Buffer string)
- func ColorListBox_SetTop(obj uintptr, value int32)
- func ColorListBox_SetUseDockManager(obj uintptr, value bool)
- func ColorListBox_SetVisible(obj uintptr, value bool)
- func ColorListBox_SetWidth(obj uintptr, value int32)
- func ColorListBox_Show(obj uintptr)
- func ColorListBox_StaticClassType() TClass
- func ColorListBox_ToString(obj uintptr) string
- func ColorListBox_Update(obj uintptr)
- func ColorListBox_UpdateControlState(obj uintptr)
- func ComboBoxEx_AddItem(obj uintptr, Item string, AObject uintptr)
- func ComboBoxEx_Assign(obj uintptr, Source uintptr)
- func ComboBoxEx_BringToFront(obj uintptr)
- func ComboBoxEx_CanFocus(obj uintptr) bool
- func ComboBoxEx_ClassName(obj uintptr) string
- func ComboBoxEx_ClassType(obj uintptr) TClass
- func ComboBoxEx_Clear(obj uintptr)
- func ComboBoxEx_ClearSelection(obj uintptr)
- func ComboBoxEx_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ComboBoxEx_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ComboBoxEx_ContainsControl(obj uintptr, Control uintptr) bool
- func ComboBoxEx_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ComboBoxEx_CopySelection(obj uintptr, Destination uintptr)
- func ComboBoxEx_Create(obj uintptr) uintptr
- func ComboBoxEx_DeleteSelected(obj uintptr)
- func ComboBoxEx_DisableAlign(obj uintptr)
- func ComboBoxEx_DisposeOf(obj uintptr)
- func ComboBoxEx_Dragging(obj uintptr) bool
- func ComboBoxEx_EnableAlign(obj uintptr)
- func ComboBoxEx_Equals(obj uintptr, Obj uintptr) bool
- func ComboBoxEx_FindChildControl(obj uintptr, ControlName string) uintptr
- func ComboBoxEx_FindComponent(obj uintptr, AName string) uintptr
- func ComboBoxEx_FlipChildren(obj uintptr, AllLevels bool)
- func ComboBoxEx_Focused(obj uintptr) bool
- func ComboBoxEx_Free(obj uintptr)
- func ComboBoxEx_GetAction(obj uintptr) uintptr
- func ComboBoxEx_GetAlign(obj uintptr) TAlign
- func ComboBoxEx_GetAlignDisabled(obj uintptr) bool
- func ComboBoxEx_GetAlignWithMargins(obj uintptr) bool
- func ComboBoxEx_GetAnchors(obj uintptr) TAnchors
- func ComboBoxEx_GetAutoCompleteOptions(obj uintptr) TAutoCompleteOptions
- func ComboBoxEx_GetBiDiMode(obj uintptr) TBiDiMode
- func ComboBoxEx_GetBoundsRect(obj uintptr) TRect
- func ComboBoxEx_GetBrush(obj uintptr) uintptr
- func ComboBoxEx_GetCanvas(obj uintptr) uintptr
- func ComboBoxEx_GetClientHeight(obj uintptr) int32
- func ComboBoxEx_GetClientOrigin(obj uintptr) TPoint
- func ComboBoxEx_GetClientRect(obj uintptr) TRect
- func ComboBoxEx_GetClientWidth(obj uintptr) int32
- func ComboBoxEx_GetColor(obj uintptr) TColor
- func ComboBoxEx_GetComponentCount(obj uintptr) int32
- func ComboBoxEx_GetComponentIndex(obj uintptr) int32
- func ComboBoxEx_GetComponents(obj uintptr, AIndex int32) uintptr
- func ComboBoxEx_GetConstraints(obj uintptr) uintptr
- func ComboBoxEx_GetControlCount(obj uintptr) int32
- func ComboBoxEx_GetControlState(obj uintptr) TControlState
- func ComboBoxEx_GetControlStyle(obj uintptr) TControlStyle
- func ComboBoxEx_GetControls(obj uintptr, Index int32) uintptr
- func ComboBoxEx_GetCtl3D(obj uintptr) bool
- func ComboBoxEx_GetCursor(obj uintptr) TCursor
- func ComboBoxEx_GetCustomHint(obj uintptr) uintptr
- func ComboBoxEx_GetDockClientCount(obj uintptr) int32
- func ComboBoxEx_GetDockClients(obj uintptr, Index int32) uintptr
- func ComboBoxEx_GetDockSite(obj uintptr) bool
- func ComboBoxEx_GetDoubleBuffered(obj uintptr) bool
- func ComboBoxEx_GetDragCursor(obj uintptr) TCursor
- func ComboBoxEx_GetDragKind(obj uintptr) TDragKind
- func ComboBoxEx_GetDragMode(obj uintptr) TDragMode
- func ComboBoxEx_GetDropDownCount(obj uintptr) int32
- func ComboBoxEx_GetDroppedDown(obj uintptr) bool
- func ComboBoxEx_GetEnabled(obj uintptr) bool
- func ComboBoxEx_GetExplicitHeight(obj uintptr) int32
- func ComboBoxEx_GetExplicitLeft(obj uintptr) int32
- func ComboBoxEx_GetExplicitTop(obj uintptr) int32
- func ComboBoxEx_GetExplicitWidth(obj uintptr) int32
- func ComboBoxEx_GetFloating(obj uintptr) bool
- func ComboBoxEx_GetFont(obj uintptr) uintptr
- func ComboBoxEx_GetHandle(obj uintptr) HWND
- func ComboBoxEx_GetHashCode(obj uintptr) int32
- func ComboBoxEx_GetHeight(obj uintptr) int32
- func ComboBoxEx_GetHint(obj uintptr) string
- func ComboBoxEx_GetImages(obj uintptr) uintptr
- func ComboBoxEx_GetItemHeight(obj uintptr) int32
- func ComboBoxEx_GetItemIndex(obj uintptr) int32
- func ComboBoxEx_GetItems(obj uintptr) uintptr
- func ComboBoxEx_GetItemsEx(obj uintptr) uintptr
- func ComboBoxEx_GetLeft(obj uintptr) int32
- func ComboBoxEx_GetMargins(obj uintptr) uintptr
- func ComboBoxEx_GetMaxLength(obj uintptr) int32
- func ComboBoxEx_GetMouseInClient(obj uintptr) bool
- func ComboBoxEx_GetName(obj uintptr) string
- func ComboBoxEx_GetNamePath(obj uintptr) string
- func ComboBoxEx_GetOwner(obj uintptr) uintptr
- func ComboBoxEx_GetParent(obj uintptr) uintptr
- func ComboBoxEx_GetParentColor(obj uintptr) bool
- func ComboBoxEx_GetParentCtl3D(obj uintptr) bool
- func ComboBoxEx_GetParentDoubleBuffered(obj uintptr) bool
- func ComboBoxEx_GetParentFont(obj uintptr) bool
- func ComboBoxEx_GetParentShowHint(obj uintptr) bool
- func ComboBoxEx_GetParentWindow(obj uintptr) HWND
- func ComboBoxEx_GetPopupMenu(obj uintptr) uintptr
- func ComboBoxEx_GetSelLength(obj uintptr) int32
- func ComboBoxEx_GetSelStart(obj uintptr) int32
- func ComboBoxEx_GetSelText(obj uintptr) string
- func ComboBoxEx_GetShowHint(obj uintptr) bool
- func ComboBoxEx_GetStyle(obj uintptr) TComboBoxExStyle
- func ComboBoxEx_GetStyleElements(obj uintptr) TStyleElements
- func ComboBoxEx_GetStyleEx(obj uintptr) TComboBoxExStyles
- func ComboBoxEx_GetTabOrder(obj uintptr) TTabOrder
- func ComboBoxEx_GetTabStop(obj uintptr) bool
- func ComboBoxEx_GetTag(obj uintptr) int
- func ComboBoxEx_GetText(obj uintptr) string
- func ComboBoxEx_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ComboBoxEx_GetTextLen(obj uintptr) int32
- func ComboBoxEx_GetTop(obj uintptr) int32
- func ComboBoxEx_GetUseDockManager(obj uintptr) bool
- func ComboBoxEx_GetVisible(obj uintptr) bool
- func ComboBoxEx_GetVisibleDockClientCount(obj uintptr) int32
- func ComboBoxEx_GetWidth(obj uintptr) int32
- func ComboBoxEx_HandleAllocated(obj uintptr) bool
- func ComboBoxEx_HasParent(obj uintptr) bool
- func ComboBoxEx_Hide(obj uintptr)
- func ComboBoxEx_InheritsFrom(obj uintptr, AClass TClass) bool
- func ComboBoxEx_InsertControl(obj uintptr, AControl uintptr)
- func ComboBoxEx_InstanceSize(obj uintptr) int32
- func ComboBoxEx_Invalidate(obj uintptr)
- func ComboBoxEx_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ComboBoxEx_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ComboBoxEx_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ComboBoxEx_Realign(obj uintptr)
- func ComboBoxEx_Refresh(obj uintptr)
- func ComboBoxEx_RemoveControl(obj uintptr, AControl uintptr)
- func ComboBoxEx_Repaint(obj uintptr)
- func ComboBoxEx_ScaleBy(obj uintptr, M int32, D int32)
- func ComboBoxEx_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ComboBoxEx_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ComboBoxEx_SelectAll(obj uintptr)
- func ComboBoxEx_SendToBack(obj uintptr)
- func ComboBoxEx_SetAction(obj uintptr, value uintptr)
- func ComboBoxEx_SetAlign(obj uintptr, value TAlign)
- func ComboBoxEx_SetAlignWithMargins(obj uintptr, value bool)
- func ComboBoxEx_SetAnchors(obj uintptr, value TAnchors)
- func ComboBoxEx_SetAutoCompleteOptions(obj uintptr, value TAutoCompleteOptions)
- func ComboBoxEx_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ComboBoxEx_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ComboBoxEx_SetBoundsRect(obj uintptr, value TRect)
- func ComboBoxEx_SetClientHeight(obj uintptr, value int32)
- func ComboBoxEx_SetClientWidth(obj uintptr, value int32)
- func ComboBoxEx_SetColor(obj uintptr, value TColor)
- func ComboBoxEx_SetComponentIndex(obj uintptr, value int32)
- func ComboBoxEx_SetConstraints(obj uintptr, value uintptr)
- func ComboBoxEx_SetControlState(obj uintptr, value TControlState)
- func ComboBoxEx_SetControlStyle(obj uintptr, value TControlStyle)
- func ComboBoxEx_SetCtl3D(obj uintptr, value bool)
- func ComboBoxEx_SetCursor(obj uintptr, value TCursor)
- func ComboBoxEx_SetCustomHint(obj uintptr, value uintptr)
- func ComboBoxEx_SetDockSite(obj uintptr, value bool)
- func ComboBoxEx_SetDoubleBuffered(obj uintptr, value bool)
- func ComboBoxEx_SetDragCursor(obj uintptr, value TCursor)
- func ComboBoxEx_SetDragKind(obj uintptr, value TDragKind)
- func ComboBoxEx_SetDragMode(obj uintptr, value TDragMode)
- func ComboBoxEx_SetDropDownCount(obj uintptr, value int32)
- func ComboBoxEx_SetDroppedDown(obj uintptr, value bool)
- func ComboBoxEx_SetEnabled(obj uintptr, value bool)
- func ComboBoxEx_SetFocus(obj uintptr)
- func ComboBoxEx_SetFont(obj uintptr, value uintptr)
- func ComboBoxEx_SetHeight(obj uintptr, value int32)
- func ComboBoxEx_SetHint(obj uintptr, value string)
- func ComboBoxEx_SetImages(obj uintptr, value uintptr)
- func ComboBoxEx_SetItemHeight(obj uintptr, value int32)
- func ComboBoxEx_SetItemIndex(obj uintptr, value int32)
- func ComboBoxEx_SetItems(obj uintptr, value uintptr)
- func ComboBoxEx_SetItemsEx(obj uintptr, value uintptr)
- func ComboBoxEx_SetLeft(obj uintptr, value int32)
- func ComboBoxEx_SetMargins(obj uintptr, value uintptr)
- func ComboBoxEx_SetMaxLength(obj uintptr, value int32)
- func ComboBoxEx_SetName(obj uintptr, value string)
- func ComboBoxEx_SetOnBeginEdit(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnChange(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnClick(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnContextPopup(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnDblClick(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnDragDrop(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnDragOver(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnDropDown(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnEndDock(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnEndDrag(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnEndEdit(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnEnter(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnExit(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnGesture(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnKeyDown(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnKeyPress(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnKeyUp(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnMouseMove(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnSelect(obj uintptr, fn interface{})
- func ComboBoxEx_SetOnStartDock(obj uintptr, fn interface{})
- func ComboBoxEx_SetParent(obj uintptr, value uintptr)
- func ComboBoxEx_SetParentColor(obj uintptr, value bool)
- func ComboBoxEx_SetParentCtl3D(obj uintptr, value bool)
- func ComboBoxEx_SetParentDoubleBuffered(obj uintptr, value bool)
- func ComboBoxEx_SetParentFont(obj uintptr, value bool)
- func ComboBoxEx_SetParentShowHint(obj uintptr, value bool)
- func ComboBoxEx_SetParentWindow(obj uintptr, value HWND)
- func ComboBoxEx_SetPopupMenu(obj uintptr, value uintptr)
- func ComboBoxEx_SetSelLength(obj uintptr, value int32)
- func ComboBoxEx_SetSelStart(obj uintptr, value int32)
- func ComboBoxEx_SetSelText(obj uintptr, value string)
- func ComboBoxEx_SetShowHint(obj uintptr, value bool)
- func ComboBoxEx_SetStyle(obj uintptr, value TComboBoxExStyle)
- func ComboBoxEx_SetStyleElements(obj uintptr, value TStyleElements)
- func ComboBoxEx_SetStyleEx(obj uintptr, value TComboBoxExStyles)
- func ComboBoxEx_SetTabOrder(obj uintptr, value TTabOrder)
- func ComboBoxEx_SetTabStop(obj uintptr, value bool)
- func ComboBoxEx_SetTag(obj uintptr, value int)
- func ComboBoxEx_SetText(obj uintptr, value string)
- func ComboBoxEx_SetTextBuf(obj uintptr, Buffer string)
- func ComboBoxEx_SetTop(obj uintptr, value int32)
- func ComboBoxEx_SetUseDockManager(obj uintptr, value bool)
- func ComboBoxEx_SetVisible(obj uintptr, value bool)
- func ComboBoxEx_SetWidth(obj uintptr, value int32)
- func ComboBoxEx_Show(obj uintptr)
- func ComboBoxEx_StaticClassType() TClass
- func ComboBoxEx_ToString(obj uintptr) string
- func ComboBoxEx_Update(obj uintptr)
- func ComboBoxEx_UpdateControlState(obj uintptr)
- func ComboBox_AddItem(obj uintptr, Item string, AObject uintptr)
- func ComboBox_Assign(obj uintptr, Source uintptr)
- func ComboBox_BringToFront(obj uintptr)
- func ComboBox_CanFocus(obj uintptr) bool
- func ComboBox_ClassName(obj uintptr) string
- func ComboBox_ClassType(obj uintptr) TClass
- func ComboBox_Clear(obj uintptr)
- func ComboBox_ClearSelection(obj uintptr)
- func ComboBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ComboBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ComboBox_ContainsControl(obj uintptr, Control uintptr) bool
- func ComboBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ComboBox_CopySelection(obj uintptr, Destination uintptr)
- func ComboBox_Create(obj uintptr) uintptr
- func ComboBox_DeleteSelected(obj uintptr)
- func ComboBox_DisableAlign(obj uintptr)
- func ComboBox_DisposeOf(obj uintptr)
- func ComboBox_Dragging(obj uintptr) bool
- func ComboBox_EnableAlign(obj uintptr)
- func ComboBox_Equals(obj uintptr, Obj uintptr) bool
- func ComboBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func ComboBox_FindComponent(obj uintptr, AName string) uintptr
- func ComboBox_FlipChildren(obj uintptr, AllLevels bool)
- func ComboBox_Focused(obj uintptr) bool
- func ComboBox_Free(obj uintptr)
- func ComboBox_GetAction(obj uintptr) uintptr
- func ComboBox_GetAlign(obj uintptr) TAlign
- func ComboBox_GetAlignDisabled(obj uintptr) bool
- func ComboBox_GetAlignWithMargins(obj uintptr) bool
- func ComboBox_GetAnchors(obj uintptr) TAnchors
- func ComboBox_GetAutoCloseUp(obj uintptr) bool
- func ComboBox_GetAutoComplete(obj uintptr) bool
- func ComboBox_GetAutoCompleteDelay(obj uintptr) uint32
- func ComboBox_GetAutoDropDown(obj uintptr) bool
- func ComboBox_GetBevelEdges(obj uintptr) TBevelEdges
- func ComboBox_GetBevelInner(obj uintptr) TBevelCut
- func ComboBox_GetBevelKind(obj uintptr) TBevelKind
- func ComboBox_GetBevelOuter(obj uintptr) TBevelCut
- func ComboBox_GetBiDiMode(obj uintptr) TBiDiMode
- func ComboBox_GetBoundsRect(obj uintptr) TRect
- func ComboBox_GetBrush(obj uintptr) uintptr
- func ComboBox_GetCanvas(obj uintptr) uintptr
- func ComboBox_GetCharCase(obj uintptr) TEditCharCase
- func ComboBox_GetClientHeight(obj uintptr) int32
- func ComboBox_GetClientOrigin(obj uintptr) TPoint
- func ComboBox_GetClientRect(obj uintptr) TRect
- func ComboBox_GetClientWidth(obj uintptr) int32
- func ComboBox_GetColor(obj uintptr) TColor
- func ComboBox_GetComponentCount(obj uintptr) int32
- func ComboBox_GetComponentIndex(obj uintptr) int32
- func ComboBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func ComboBox_GetConstraints(obj uintptr) uintptr
- func ComboBox_GetControlCount(obj uintptr) int32
- func ComboBox_GetControlState(obj uintptr) TControlState
- func ComboBox_GetControlStyle(obj uintptr) TControlStyle
- func ComboBox_GetControls(obj uintptr, Index int32) uintptr
- func ComboBox_GetCtl3D(obj uintptr) bool
- func ComboBox_GetCursor(obj uintptr) TCursor
- func ComboBox_GetCustomHint(obj uintptr) uintptr
- func ComboBox_GetDockClientCount(obj uintptr) int32
- func ComboBox_GetDockClients(obj uintptr, Index int32) uintptr
- func ComboBox_GetDockSite(obj uintptr) bool
- func ComboBox_GetDoubleBuffered(obj uintptr) bool
- func ComboBox_GetDragCursor(obj uintptr) TCursor
- func ComboBox_GetDragKind(obj uintptr) TDragKind
- func ComboBox_GetDragMode(obj uintptr) TDragMode
- func ComboBox_GetDropDownCount(obj uintptr) int32
- func ComboBox_GetDroppedDown(obj uintptr) bool
- func ComboBox_GetEnabled(obj uintptr) bool
- func ComboBox_GetExplicitHeight(obj uintptr) int32
- func ComboBox_GetExplicitLeft(obj uintptr) int32
- func ComboBox_GetExplicitTop(obj uintptr) int32
- func ComboBox_GetExplicitWidth(obj uintptr) int32
- func ComboBox_GetFloating(obj uintptr) bool
- func ComboBox_GetFont(obj uintptr) uintptr
- func ComboBox_GetHandle(obj uintptr) HWND
- func ComboBox_GetHashCode(obj uintptr) int32
- func ComboBox_GetHeight(obj uintptr) int32
- func ComboBox_GetHint(obj uintptr) string
- func ComboBox_GetItemHeight(obj uintptr) int32
- func ComboBox_GetItemIndex(obj uintptr) int32
- func ComboBox_GetItems(obj uintptr) uintptr
- func ComboBox_GetLeft(obj uintptr) int32
- func ComboBox_GetMargins(obj uintptr) uintptr
- func ComboBox_GetMaxLength(obj uintptr) int32
- func ComboBox_GetMouseInClient(obj uintptr) bool
- func ComboBox_GetName(obj uintptr) string
- func ComboBox_GetNamePath(obj uintptr) string
- func ComboBox_GetOwner(obj uintptr) uintptr
- func ComboBox_GetParent(obj uintptr) uintptr
- func ComboBox_GetParentColor(obj uintptr) bool
- func ComboBox_GetParentCtl3D(obj uintptr) bool
- func ComboBox_GetParentDoubleBuffered(obj uintptr) bool
- func ComboBox_GetParentFont(obj uintptr) bool
- func ComboBox_GetParentShowHint(obj uintptr) bool
- func ComboBox_GetParentWindow(obj uintptr) HWND
- func ComboBox_GetPopupMenu(obj uintptr) uintptr
- func ComboBox_GetSelLength(obj uintptr) int32
- func ComboBox_GetSelStart(obj uintptr) int32
- func ComboBox_GetSelText(obj uintptr) string
- func ComboBox_GetShowHint(obj uintptr) bool
- func ComboBox_GetSorted(obj uintptr) bool
- func ComboBox_GetStyle(obj uintptr) TComboBoxStyle
- func ComboBox_GetStyleElements(obj uintptr) TStyleElements
- func ComboBox_GetTabOrder(obj uintptr) TTabOrder
- func ComboBox_GetTabStop(obj uintptr) bool
- func ComboBox_GetTag(obj uintptr) int
- func ComboBox_GetText(obj uintptr) string
- func ComboBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ComboBox_GetTextHint(obj uintptr) string
- func ComboBox_GetTextLen(obj uintptr) int32
- func ComboBox_GetTop(obj uintptr) int32
- func ComboBox_GetUseDockManager(obj uintptr) bool
- func ComboBox_GetVisible(obj uintptr) bool
- func ComboBox_GetVisibleDockClientCount(obj uintptr) int32
- func ComboBox_GetWidth(obj uintptr) int32
- func ComboBox_HandleAllocated(obj uintptr) bool
- func ComboBox_HasParent(obj uintptr) bool
- func ComboBox_Hide(obj uintptr)
- func ComboBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func ComboBox_InsertControl(obj uintptr, AControl uintptr)
- func ComboBox_InstanceSize(obj uintptr) int32
- func ComboBox_Invalidate(obj uintptr)
- func ComboBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ComboBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ComboBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ComboBox_Realign(obj uintptr)
- func ComboBox_Refresh(obj uintptr)
- func ComboBox_RemoveControl(obj uintptr, AControl uintptr)
- func ComboBox_Repaint(obj uintptr)
- func ComboBox_ScaleBy(obj uintptr, M int32, D int32)
- func ComboBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ComboBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ComboBox_SelectAll(obj uintptr)
- func ComboBox_SendToBack(obj uintptr)
- func ComboBox_SetAction(obj uintptr, value uintptr)
- func ComboBox_SetAlign(obj uintptr, value TAlign)
- func ComboBox_SetAlignWithMargins(obj uintptr, value bool)
- func ComboBox_SetAnchors(obj uintptr, value TAnchors)
- func ComboBox_SetAutoCloseUp(obj uintptr, value bool)
- func ComboBox_SetAutoComplete(obj uintptr, value bool)
- func ComboBox_SetAutoCompleteDelay(obj uintptr, value uint32)
- func ComboBox_SetAutoDropDown(obj uintptr, value bool)
- func ComboBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ComboBox_SetBevelInner(obj uintptr, value TBevelCut)
- func ComboBox_SetBevelKind(obj uintptr, value TBevelKind)
- func ComboBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func ComboBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ComboBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ComboBox_SetBoundsRect(obj uintptr, value TRect)
- func ComboBox_SetCharCase(obj uintptr, value TEditCharCase)
- func ComboBox_SetClientHeight(obj uintptr, value int32)
- func ComboBox_SetClientWidth(obj uintptr, value int32)
- func ComboBox_SetColor(obj uintptr, value TColor)
- func ComboBox_SetComponentIndex(obj uintptr, value int32)
- func ComboBox_SetConstraints(obj uintptr, value uintptr)
- func ComboBox_SetControlState(obj uintptr, value TControlState)
- func ComboBox_SetControlStyle(obj uintptr, value TControlStyle)
- func ComboBox_SetCtl3D(obj uintptr, value bool)
- func ComboBox_SetCursor(obj uintptr, value TCursor)
- func ComboBox_SetCustomHint(obj uintptr, value uintptr)
- func ComboBox_SetDockSite(obj uintptr, value bool)
- func ComboBox_SetDoubleBuffered(obj uintptr, value bool)
- func ComboBox_SetDragCursor(obj uintptr, value TCursor)
- func ComboBox_SetDragKind(obj uintptr, value TDragKind)
- func ComboBox_SetDragMode(obj uintptr, value TDragMode)
- func ComboBox_SetDropDownCount(obj uintptr, value int32)
- func ComboBox_SetDroppedDown(obj uintptr, value bool)
- func ComboBox_SetEnabled(obj uintptr, value bool)
- func ComboBox_SetFocus(obj uintptr)
- func ComboBox_SetFont(obj uintptr, value uintptr)
- func ComboBox_SetHeight(obj uintptr, value int32)
- func ComboBox_SetHint(obj uintptr, value string)
- func ComboBox_SetItemHeight(obj uintptr, value int32)
- func ComboBox_SetItemIndex(obj uintptr, value int32)
- func ComboBox_SetItems(obj uintptr, value uintptr)
- func ComboBox_SetLeft(obj uintptr, value int32)
- func ComboBox_SetMargins(obj uintptr, value uintptr)
- func ComboBox_SetMaxLength(obj uintptr, value int32)
- func ComboBox_SetName(obj uintptr, value string)
- func ComboBox_SetOnChange(obj uintptr, fn interface{})
- func ComboBox_SetOnClick(obj uintptr, fn interface{})
- func ComboBox_SetOnContextPopup(obj uintptr, fn interface{})
- func ComboBox_SetOnDblClick(obj uintptr, fn interface{})
- func ComboBox_SetOnDragDrop(obj uintptr, fn interface{})
- func ComboBox_SetOnDragOver(obj uintptr, fn interface{})
- func ComboBox_SetOnDrawItem(obj uintptr, fn interface{})
- func ComboBox_SetOnDropDown(obj uintptr, fn interface{})
- func ComboBox_SetOnEndDock(obj uintptr, fn interface{})
- func ComboBox_SetOnEndDrag(obj uintptr, fn interface{})
- func ComboBox_SetOnEnter(obj uintptr, fn interface{})
- func ComboBox_SetOnExit(obj uintptr, fn interface{})
- func ComboBox_SetOnGesture(obj uintptr, fn interface{})
- func ComboBox_SetOnKeyDown(obj uintptr, fn interface{})
- func ComboBox_SetOnKeyPress(obj uintptr, fn interface{})
- func ComboBox_SetOnKeyUp(obj uintptr, fn interface{})
- func ComboBox_SetOnMeasureItem(obj uintptr, fn interface{})
- func ComboBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func ComboBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func ComboBox_SetOnSelect(obj uintptr, fn interface{})
- func ComboBox_SetOnStartDock(obj uintptr, fn interface{})
- func ComboBox_SetParent(obj uintptr, value uintptr)
- func ComboBox_SetParentColor(obj uintptr, value bool)
- func ComboBox_SetParentCtl3D(obj uintptr, value bool)
- func ComboBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func ComboBox_SetParentFont(obj uintptr, value bool)
- func ComboBox_SetParentShowHint(obj uintptr, value bool)
- func ComboBox_SetParentWindow(obj uintptr, value HWND)
- func ComboBox_SetPopupMenu(obj uintptr, value uintptr)
- func ComboBox_SetSelLength(obj uintptr, value int32)
- func ComboBox_SetSelStart(obj uintptr, value int32)
- func ComboBox_SetSelText(obj uintptr, value string)
- func ComboBox_SetShowHint(obj uintptr, value bool)
- func ComboBox_SetSorted(obj uintptr, value bool)
- func ComboBox_SetStyle(obj uintptr, value TComboBoxStyle)
- func ComboBox_SetStyleElements(obj uintptr, value TStyleElements)
- func ComboBox_SetTabOrder(obj uintptr, value TTabOrder)
- func ComboBox_SetTabStop(obj uintptr, value bool)
- func ComboBox_SetTag(obj uintptr, value int)
- func ComboBox_SetText(obj uintptr, value string)
- func ComboBox_SetTextBuf(obj uintptr, Buffer string)
- func ComboBox_SetTextHint(obj uintptr, value string)
- func ComboBox_SetTop(obj uintptr, value int32)
- func ComboBox_SetUseDockManager(obj uintptr, value bool)
- func ComboBox_SetVisible(obj uintptr, value bool)
- func ComboBox_SetWidth(obj uintptr, value int32)
- func ComboBox_Show(obj uintptr)
- func ComboBox_StaticClassType() TClass
- func ComboBox_ToString(obj uintptr) string
- func ComboBox_Update(obj uintptr)
- func ComboBox_UpdateControlState(obj uintptr)
- func ComboExItem_Assign(obj uintptr, Source uintptr)
- func ComboExItem_ClassName(obj uintptr) string
- func ComboExItem_ClassType(obj uintptr) TClass
- func ComboExItem_DisposeOf(obj uintptr)
- func ComboExItem_Equals(obj uintptr, Obj uintptr) bool
- func ComboExItem_GetCaption(obj uintptr) string
- func ComboExItem_GetCollection(obj uintptr) uintptr
- func ComboExItem_GetData(obj uintptr) unsafe.Pointer
- func ComboExItem_GetDisplayName(obj uintptr) string
- func ComboExItem_GetHashCode(obj uintptr) int32
- func ComboExItem_GetImageIndex(obj uintptr) int32
- func ComboExItem_GetIndent(obj uintptr) int32
- func ComboExItem_GetIndex(obj uintptr) int32
- func ComboExItem_GetNamePath(obj uintptr) string
- func ComboExItem_GetOverlayImageIndex(obj uintptr) int32
- func ComboExItem_GetSelectedImageIndex(obj uintptr) int32
- func ComboExItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func ComboExItem_InstanceSize(obj uintptr) int32
- func ComboExItem_SetCaption(obj uintptr, value string)
- func ComboExItem_SetCollection(obj uintptr, value uintptr)
- func ComboExItem_SetData(obj uintptr, value unsafe.Pointer)
- func ComboExItem_SetDisplayName(obj uintptr, value string)
- func ComboExItem_SetImageIndex(obj uintptr, value int32)
- func ComboExItem_SetIndent(obj uintptr, value int32)
- func ComboExItem_SetIndex(obj uintptr, value int32)
- func ComboExItem_SetOverlayImageIndex(obj uintptr, value int32)
- func ComboExItem_SetSelectedImageIndex(obj uintptr, value int32)
- func ComboExItem_StaticClassType() TClass
- func ComboExItem_ToString(obj uintptr) string
- func ComboExItems_Add(obj uintptr) uintptr
- func ComboExItems_AddItem(obj uintptr, Caption string, ImageIndex int32, SelectedImageIndex int32, ...) uintptr
- func ComboExItems_Assign(obj uintptr, Source uintptr)
- func ComboExItems_BeginUpdate(obj uintptr)
- func ComboExItems_ClassName(obj uintptr) string
- func ComboExItems_ClassType(obj uintptr) TClass
- func ComboExItems_Clear(obj uintptr)
- func ComboExItems_ClearAndResetID(obj uintptr)
- func ComboExItems_Delete(obj uintptr, Index int32)
- func ComboExItems_DisposeOf(obj uintptr)
- func ComboExItems_EndUpdate(obj uintptr)
- func ComboExItems_Equals(obj uintptr, Obj uintptr) bool
- func ComboExItems_FindItemID(obj uintptr, ID int32) uintptr
- func ComboExItems_GetCapacity(obj uintptr) int32
- func ComboExItems_GetComboItems(obj uintptr, Index int32) uintptr
- func ComboExItems_GetCount(obj uintptr) int32
- func ComboExItems_GetHashCode(obj uintptr) int32
- func ComboExItems_GetNamePath(obj uintptr) string
- func ComboExItems_InheritsFrom(obj uintptr, AClass TClass) bool
- func ComboExItems_Insert(obj uintptr, Index int32) uintptr
- func ComboExItems_InstanceSize(obj uintptr) int32
- func ComboExItems_Owner(obj uintptr) uintptr
- func ComboExItems_SetCapacity(obj uintptr, value int32)
- func ComboExItems_StaticClassType() TClass
- func ComboExItems_ToString(obj uintptr) string
- func Component_Assign(obj uintptr, Source uintptr)
- func Component_ClassName(obj uintptr) string
- func Component_ClassType(obj uintptr) TClass
- func Component_Create(obj uintptr) uintptr
- func Component_DisposeOf(obj uintptr)
- func Component_Equals(obj uintptr, Obj uintptr) bool
- func Component_FindComponent(obj uintptr, AName string) uintptr
- func Component_Free(obj uintptr)
- func Component_GetComponentCount(obj uintptr) int32
- func Component_GetComponentIndex(obj uintptr) int32
- func Component_GetComponents(obj uintptr, AIndex int32) uintptr
- func Component_GetHashCode(obj uintptr) int32
- func Component_GetName(obj uintptr) string
- func Component_GetNamePath(obj uintptr) string
- func Component_GetOwner(obj uintptr) uintptr
- func Component_GetTag(obj uintptr) int
- func Component_HasParent(obj uintptr) bool
- func Component_InheritsFrom(obj uintptr, AClass TClass) bool
- func Component_InstanceSize(obj uintptr) int32
- func Component_SetComponentIndex(obj uintptr, value int32)
- func Component_SetName(obj uintptr, value string)
- func Component_SetTag(obj uintptr, value int)
- func Component_StaticClassType() TClass
- func Component_ToString(obj uintptr) string
- func ControlScrollBar_Assign(obj uintptr, Source uintptr)
- func ControlScrollBar_ChangeBiDiPosition(obj uintptr)
- func ControlScrollBar_ClassName(obj uintptr) string
- func ControlScrollBar_ClassType(obj uintptr) TClass
- func ControlScrollBar_DisposeOf(obj uintptr)
- func ControlScrollBar_Equals(obj uintptr, Obj uintptr) bool
- func ControlScrollBar_GetButtonSize(obj uintptr) int32
- func ControlScrollBar_GetColor(obj uintptr) TColor
- func ControlScrollBar_GetHashCode(obj uintptr) int32
- func ControlScrollBar_GetIncrement(obj uintptr) TScrollBarInc
- func ControlScrollBar_GetKind(obj uintptr) TScrollBarKind
- func ControlScrollBar_GetNamePath(obj uintptr) string
- func ControlScrollBar_GetParentColor(obj uintptr) bool
- func ControlScrollBar_GetPosition(obj uintptr) int32
- func ControlScrollBar_GetRange(obj uintptr) int32
- func ControlScrollBar_GetScrollPos(obj uintptr) int32
- func ControlScrollBar_GetSize(obj uintptr) int32
- func ControlScrollBar_GetSmooth(obj uintptr) bool
- func ControlScrollBar_GetStyle(obj uintptr) TScrollBarStyle
- func ControlScrollBar_GetThumbSize(obj uintptr) int32
- func ControlScrollBar_GetTracking(obj uintptr) bool
- func ControlScrollBar_GetVisible(obj uintptr) bool
- func ControlScrollBar_InheritsFrom(obj uintptr, AClass TClass) bool
- func ControlScrollBar_InstanceSize(obj uintptr) int32
- func ControlScrollBar_IsScrollBarVisible(obj uintptr) bool
- func ControlScrollBar_SetButtonSize(obj uintptr, value int32)
- func ControlScrollBar_SetColor(obj uintptr, value TColor)
- func ControlScrollBar_SetIncrement(obj uintptr, value TScrollBarInc)
- func ControlScrollBar_SetParentColor(obj uintptr, value bool)
- func ControlScrollBar_SetPosition(obj uintptr, value int32)
- func ControlScrollBar_SetRange(obj uintptr, value int32)
- func ControlScrollBar_SetSize(obj uintptr, value int32)
- func ControlScrollBar_SetSmooth(obj uintptr, value bool)
- func ControlScrollBar_SetStyle(obj uintptr, value TScrollBarStyle)
- func ControlScrollBar_SetThumbSize(obj uintptr, value int32)
- func ControlScrollBar_SetTracking(obj uintptr, value bool)
- func ControlScrollBar_SetVisible(obj uintptr, value bool)
- func ControlScrollBar_StaticClassType() TClass
- func ControlScrollBar_ToString(obj uintptr) string
- func Control_Assign(obj uintptr, Source uintptr)
- func Control_BringToFront(obj uintptr)
- func Control_ClassName(obj uintptr) string
- func Control_ClassType(obj uintptr) TClass
- func Control_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Control_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Control_Create(obj uintptr) uintptr
- func Control_DisposeOf(obj uintptr)
- func Control_Dragging(obj uintptr) bool
- func Control_Equals(obj uintptr, Obj uintptr) bool
- func Control_FindComponent(obj uintptr, AName string) uintptr
- func Control_Free(obj uintptr)
- func Control_GetAction(obj uintptr) uintptr
- func Control_GetAlign(obj uintptr) TAlign
- func Control_GetAlignWithMargins(obj uintptr) bool
- func Control_GetAnchors(obj uintptr) TAnchors
- func Control_GetBiDiMode(obj uintptr) TBiDiMode
- func Control_GetBoundsRect(obj uintptr) TRect
- func Control_GetClientHeight(obj uintptr) int32
- func Control_GetClientOrigin(obj uintptr) TPoint
- func Control_GetClientRect(obj uintptr) TRect
- func Control_GetClientWidth(obj uintptr) int32
- func Control_GetComponentCount(obj uintptr) int32
- func Control_GetComponentIndex(obj uintptr) int32
- func Control_GetComponents(obj uintptr, AIndex int32) uintptr
- func Control_GetConstraints(obj uintptr) uintptr
- func Control_GetControlState(obj uintptr) TControlState
- func Control_GetControlStyle(obj uintptr) TControlStyle
- func Control_GetCursor(obj uintptr) TCursor
- func Control_GetCustomHint(obj uintptr) uintptr
- func Control_GetEnabled(obj uintptr) bool
- func Control_GetExplicitHeight(obj uintptr) int32
- func Control_GetExplicitLeft(obj uintptr) int32
- func Control_GetExplicitTop(obj uintptr) int32
- func Control_GetExplicitWidth(obj uintptr) int32
- func Control_GetFloating(obj uintptr) bool
- func Control_GetHashCode(obj uintptr) int32
- func Control_GetHeight(obj uintptr) int32
- func Control_GetHint(obj uintptr) string
- func Control_GetLeft(obj uintptr) int32
- func Control_GetMargins(obj uintptr) uintptr
- func Control_GetName(obj uintptr) string
- func Control_GetNamePath(obj uintptr) string
- func Control_GetOwner(obj uintptr) uintptr
- func Control_GetParent(obj uintptr) uintptr
- func Control_GetShowHint(obj uintptr) bool
- func Control_GetStyleElements(obj uintptr) TStyleElements
- func Control_GetTag(obj uintptr) int
- func Control_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Control_GetTextLen(obj uintptr) int32
- func Control_GetTop(obj uintptr) int32
- func Control_GetVisible(obj uintptr) bool
- func Control_GetWidth(obj uintptr) int32
- func Control_HasParent(obj uintptr) bool
- func Control_Hide(obj uintptr)
- func Control_InheritsFrom(obj uintptr, AClass TClass) bool
- func Control_InstanceSize(obj uintptr) int32
- func Control_Invalidate(obj uintptr)
- func Control_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Control_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Control_Refresh(obj uintptr)
- func Control_Repaint(obj uintptr)
- func Control_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Control_SendToBack(obj uintptr)
- func Control_SetAction(obj uintptr, value uintptr)
- func Control_SetAlign(obj uintptr, value TAlign)
- func Control_SetAlignWithMargins(obj uintptr, value bool)
- func Control_SetAnchors(obj uintptr, value TAnchors)
- func Control_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Control_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Control_SetBoundsRect(obj uintptr, value TRect)
- func Control_SetClientHeight(obj uintptr, value int32)
- func Control_SetClientWidth(obj uintptr, value int32)
- func Control_SetComponentIndex(obj uintptr, value int32)
- func Control_SetConstraints(obj uintptr, value uintptr)
- func Control_SetControlState(obj uintptr, value TControlState)
- func Control_SetControlStyle(obj uintptr, value TControlStyle)
- func Control_SetCursor(obj uintptr, value TCursor)
- func Control_SetCustomHint(obj uintptr, value uintptr)
- func Control_SetEnabled(obj uintptr, value bool)
- func Control_SetHeight(obj uintptr, value int32)
- func Control_SetHint(obj uintptr, value string)
- func Control_SetLeft(obj uintptr, value int32)
- func Control_SetMargins(obj uintptr, value uintptr)
- func Control_SetName(obj uintptr, value string)
- func Control_SetOnGesture(obj uintptr, fn interface{})
- func Control_SetParent(obj uintptr, value uintptr)
- func Control_SetShowHint(obj uintptr, value bool)
- func Control_SetStyleElements(obj uintptr, value TStyleElements)
- func Control_SetTag(obj uintptr, value int)
- func Control_SetTextBuf(obj uintptr, Buffer string)
- func Control_SetTop(obj uintptr, value int32)
- func Control_SetVisible(obj uintptr, value bool)
- func Control_SetWidth(obj uintptr, value int32)
- func Control_Show(obj uintptr)
- func Control_StaticClassType() TClass
- func Control_ToString(obj uintptr) string
- func Control_Update(obj uintptr)
- func CoolBand_Assign(obj uintptr, Source uintptr)
- func CoolBand_ClassName(obj uintptr) string
- func CoolBand_ClassType(obj uintptr) TClass
- func CoolBand_Create() uintptr
- func CoolBand_DisposeOf(obj uintptr)
- func CoolBand_Equals(obj uintptr, Obj uintptr) bool
- func CoolBand_Free(obj uintptr)
- func CoolBand_GetBitmap(obj uintptr) uintptr
- func CoolBand_GetBorderStyle(obj uintptr) TBorderStyle
- func CoolBand_GetBreak(obj uintptr) bool
- func CoolBand_GetCollection(obj uintptr) uintptr
- func CoolBand_GetColor(obj uintptr) TColor
- func CoolBand_GetControl(obj uintptr) uintptr
- func CoolBand_GetDisplayName(obj uintptr) string
- func CoolBand_GetFixedBackground(obj uintptr) bool
- func CoolBand_GetFixedSize(obj uintptr) bool
- func CoolBand_GetHashCode(obj uintptr) int32
- func CoolBand_GetHeight(obj uintptr) int32
- func CoolBand_GetHorizontalOnly(obj uintptr) bool
- func CoolBand_GetImageIndex(obj uintptr) int32
- func CoolBand_GetIndex(obj uintptr) int32
- func CoolBand_GetMinHeight(obj uintptr) int32
- func CoolBand_GetMinWidth(obj uintptr) int32
- func CoolBand_GetNamePath(obj uintptr) string
- func CoolBand_GetParentBitmap(obj uintptr) bool
- func CoolBand_GetParentColor(obj uintptr) bool
- func CoolBand_GetText(obj uintptr) string
- func CoolBand_GetVisible(obj uintptr) bool
- func CoolBand_GetWidth(obj uintptr) int32
- func CoolBand_InheritsFrom(obj uintptr, AClass TClass) bool
- func CoolBand_InstanceSize(obj uintptr) int32
- func CoolBand_SetBitmap(obj uintptr, value uintptr)
- func CoolBand_SetBorderStyle(obj uintptr, value TBorderStyle)
- func CoolBand_SetBreak(obj uintptr, value bool)
- func CoolBand_SetCollection(obj uintptr, value uintptr)
- func CoolBand_SetColor(obj uintptr, value TColor)
- func CoolBand_SetControl(obj uintptr, value uintptr)
- func CoolBand_SetDisplayName(obj uintptr, value string)
- func CoolBand_SetFixedBackground(obj uintptr, value bool)
- func CoolBand_SetFixedSize(obj uintptr, value bool)
- func CoolBand_SetHorizontalOnly(obj uintptr, value bool)
- func CoolBand_SetImageIndex(obj uintptr, value int32)
- func CoolBand_SetIndex(obj uintptr, value int32)
- func CoolBand_SetMinHeight(obj uintptr, value int32)
- func CoolBand_SetMinWidth(obj uintptr, value int32)
- func CoolBand_SetParentBitmap(obj uintptr, value bool)
- func CoolBand_SetParentColor(obj uintptr, value bool)
- func CoolBand_SetText(obj uintptr, value string)
- func CoolBand_SetVisible(obj uintptr, value bool)
- func CoolBand_SetWidth(obj uintptr, value int32)
- func CoolBand_StaticClassType() TClass
- func CoolBand_ToString(obj uintptr) string
- func CoolBands_Add(obj uintptr) uintptr
- func CoolBands_Assign(obj uintptr, Source uintptr)
- func CoolBands_BeginUpdate(obj uintptr)
- func CoolBands_ClassName(obj uintptr) string
- func CoolBands_ClassType(obj uintptr) TClass
- func CoolBands_Clear(obj uintptr)
- func CoolBands_ClearAndResetID(obj uintptr)
- func CoolBands_Create() uintptr
- func CoolBands_Delete(obj uintptr, Index int32)
- func CoolBands_DisposeOf(obj uintptr)
- func CoolBands_EndUpdate(obj uintptr)
- func CoolBands_Equals(obj uintptr, Obj uintptr) bool
- func CoolBands_FindBand(obj uintptr, AControl uintptr) uintptr
- func CoolBands_FindItemID(obj uintptr, ID int32) uintptr
- func CoolBands_Free(obj uintptr)
- func CoolBands_GetCapacity(obj uintptr) int32
- func CoolBands_GetCoolBar(obj uintptr) uintptr
- func CoolBands_GetCount(obj uintptr) int32
- func CoolBands_GetHashCode(obj uintptr) int32
- func CoolBands_GetItems(obj uintptr, Index int32) uintptr
- func CoolBands_GetNamePath(obj uintptr) string
- func CoolBands_InheritsFrom(obj uintptr, AClass TClass) bool
- func CoolBands_Insert(obj uintptr, Index int32) uintptr
- func CoolBands_InstanceSize(obj uintptr) int32
- func CoolBands_Owner(obj uintptr) uintptr
- func CoolBands_SetCapacity(obj uintptr, value int32)
- func CoolBands_SetItems(obj uintptr, Index int32, value uintptr)
- func CoolBands_StaticClassType() TClass
- func CoolBands_ToString(obj uintptr) string
- func CoolBar_Assign(obj uintptr, Source uintptr)
- func CoolBar_BringToFront(obj uintptr)
- func CoolBar_CanFocus(obj uintptr) bool
- func CoolBar_ClassName(obj uintptr) string
- func CoolBar_ClassType(obj uintptr) TClass
- func CoolBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CoolBar_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func CoolBar_ContainsControl(obj uintptr, Control uintptr) bool
- func CoolBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func CoolBar_Create(obj uintptr) uintptr
- func CoolBar_DisableAlign(obj uintptr)
- func CoolBar_DisposeOf(obj uintptr)
- func CoolBar_Dragging(obj uintptr) bool
- func CoolBar_EnableAlign(obj uintptr)
- func CoolBar_Equals(obj uintptr, Obj uintptr) bool
- func CoolBar_FindChildControl(obj uintptr, ControlName string) uintptr
- func CoolBar_FindComponent(obj uintptr, AName string) uintptr
- func CoolBar_FlipChildren(obj uintptr, AllLevels bool)
- func CoolBar_Focused(obj uintptr) bool
- func CoolBar_Free(obj uintptr)
- func CoolBar_GetAction(obj uintptr) uintptr
- func CoolBar_GetAlign(obj uintptr) TAlign
- func CoolBar_GetAlignDisabled(obj uintptr) bool
- func CoolBar_GetAlignWithMargins(obj uintptr) bool
- func CoolBar_GetAnchors(obj uintptr) TAnchors
- func CoolBar_GetAutoSize(obj uintptr) bool
- func CoolBar_GetBandBorderStyle(obj uintptr) TBorderStyle
- func CoolBar_GetBandMaximize(obj uintptr) TCoolBandMaximize
- func CoolBar_GetBands(obj uintptr) uintptr
- func CoolBar_GetBiDiMode(obj uintptr) TBiDiMode
- func CoolBar_GetBitmap(obj uintptr) uintptr
- func CoolBar_GetBorderWidth(obj uintptr) int32
- func CoolBar_GetBoundsRect(obj uintptr) TRect
- func CoolBar_GetBrush(obj uintptr) uintptr
- func CoolBar_GetClientHeight(obj uintptr) int32
- func CoolBar_GetClientOrigin(obj uintptr) TPoint
- func CoolBar_GetClientRect(obj uintptr) TRect
- func CoolBar_GetClientWidth(obj uintptr) int32
- func CoolBar_GetColor(obj uintptr) TColor
- func CoolBar_GetComponentCount(obj uintptr) int32
- func CoolBar_GetComponentIndex(obj uintptr) int32
- func CoolBar_GetComponents(obj uintptr, AIndex int32) uintptr
- func CoolBar_GetConstraints(obj uintptr) uintptr
- func CoolBar_GetControlCount(obj uintptr) int32
- func CoolBar_GetControlState(obj uintptr) TControlState
- func CoolBar_GetControlStyle(obj uintptr) TControlStyle
- func CoolBar_GetControls(obj uintptr, Index int32) uintptr
- func CoolBar_GetCtl3D(obj uintptr) bool
- func CoolBar_GetCursor(obj uintptr) TCursor
- func CoolBar_GetCustomHint(obj uintptr) uintptr
- func CoolBar_GetDockClientCount(obj uintptr) int32
- func CoolBar_GetDockClients(obj uintptr, Index int32) uintptr
- func CoolBar_GetDockSite(obj uintptr) bool
- func CoolBar_GetDoubleBuffered(obj uintptr) bool
- func CoolBar_GetDragCursor(obj uintptr) TCursor
- func CoolBar_GetDragKind(obj uintptr) TDragKind
- func CoolBar_GetDragMode(obj uintptr) TDragMode
- func CoolBar_GetEdgeBorders(obj uintptr) TEdgeBorders
- func CoolBar_GetEdgeInner(obj uintptr) TEdgeStyle
- func CoolBar_GetEdgeOuter(obj uintptr) TEdgeStyle
- func CoolBar_GetEnabled(obj uintptr) bool
- func CoolBar_GetExplicitHeight(obj uintptr) int32
- func CoolBar_GetExplicitLeft(obj uintptr) int32
- func CoolBar_GetExplicitTop(obj uintptr) int32
- func CoolBar_GetExplicitWidth(obj uintptr) int32
- func CoolBar_GetFixedOrder(obj uintptr) bool
- func CoolBar_GetFixedSize(obj uintptr) bool
- func CoolBar_GetFloating(obj uintptr) bool
- func CoolBar_GetFont(obj uintptr) uintptr
- func CoolBar_GetHandle(obj uintptr) HWND
- func CoolBar_GetHashCode(obj uintptr) int32
- func CoolBar_GetHeight(obj uintptr) int32
- func CoolBar_GetHint(obj uintptr) string
- func CoolBar_GetImages(obj uintptr) uintptr
- func CoolBar_GetLeft(obj uintptr) int32
- func CoolBar_GetMargins(obj uintptr) uintptr
- func CoolBar_GetMouseInClient(obj uintptr) bool
- func CoolBar_GetName(obj uintptr) string
- func CoolBar_GetNamePath(obj uintptr) string
- func CoolBar_GetOwner(obj uintptr) uintptr
- func CoolBar_GetParent(obj uintptr) uintptr
- func CoolBar_GetParentColor(obj uintptr) bool
- func CoolBar_GetParentDoubleBuffered(obj uintptr) bool
- func CoolBar_GetParentFont(obj uintptr) bool
- func CoolBar_GetParentShowHint(obj uintptr) bool
- func CoolBar_GetParentWindow(obj uintptr) HWND
- func CoolBar_GetPopupMenu(obj uintptr) uintptr
- func CoolBar_GetShowHint(obj uintptr) bool
- func CoolBar_GetShowText(obj uintptr) bool
- func CoolBar_GetStyleElements(obj uintptr) TStyleElements
- func CoolBar_GetTabOrder(obj uintptr) TTabOrder
- func CoolBar_GetTabStop(obj uintptr) bool
- func CoolBar_GetTag(obj uintptr) int
- func CoolBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func CoolBar_GetTextLen(obj uintptr) int32
- func CoolBar_GetTop(obj uintptr) int32
- func CoolBar_GetUseDockManager(obj uintptr) bool
- func CoolBar_GetVertical(obj uintptr) bool
- func CoolBar_GetVisible(obj uintptr) bool
- func CoolBar_GetVisibleDockClientCount(obj uintptr) int32
- func CoolBar_GetWidth(obj uintptr) int32
- func CoolBar_HandleAllocated(obj uintptr) bool
- func CoolBar_HasParent(obj uintptr) bool
- func CoolBar_Hide(obj uintptr)
- func CoolBar_InheritsFrom(obj uintptr, AClass TClass) bool
- func CoolBar_InsertControl(obj uintptr, AControl uintptr)
- func CoolBar_InstanceSize(obj uintptr) int32
- func CoolBar_Invalidate(obj uintptr)
- func CoolBar_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func CoolBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func CoolBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func CoolBar_Realign(obj uintptr)
- func CoolBar_Refresh(obj uintptr)
- func CoolBar_RemoveControl(obj uintptr, AControl uintptr)
- func CoolBar_Repaint(obj uintptr)
- func CoolBar_ScaleBy(obj uintptr, M int32, D int32)
- func CoolBar_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func CoolBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func CoolBar_SendToBack(obj uintptr)
- func CoolBar_SetAction(obj uintptr, value uintptr)
- func CoolBar_SetAlign(obj uintptr, value TAlign)
- func CoolBar_SetAlignWithMargins(obj uintptr, value bool)
- func CoolBar_SetAnchors(obj uintptr, value TAnchors)
- func CoolBar_SetAutoSize(obj uintptr, value bool)
- func CoolBar_SetBandBorderStyle(obj uintptr, value TBorderStyle)
- func CoolBar_SetBandMaximize(obj uintptr, value TCoolBandMaximize)
- func CoolBar_SetBands(obj uintptr, value uintptr)
- func CoolBar_SetBiDiMode(obj uintptr, value TBiDiMode)
- func CoolBar_SetBitmap(obj uintptr, value uintptr)
- func CoolBar_SetBorderWidth(obj uintptr, value int32)
- func CoolBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func CoolBar_SetBoundsRect(obj uintptr, value TRect)
- func CoolBar_SetClientHeight(obj uintptr, value int32)
- func CoolBar_SetClientWidth(obj uintptr, value int32)
- func CoolBar_SetColor(obj uintptr, value TColor)
- func CoolBar_SetComponentIndex(obj uintptr, value int32)
- func CoolBar_SetConstraints(obj uintptr, value uintptr)
- func CoolBar_SetControlState(obj uintptr, value TControlState)
- func CoolBar_SetControlStyle(obj uintptr, value TControlStyle)
- func CoolBar_SetCtl3D(obj uintptr, value bool)
- func CoolBar_SetCursor(obj uintptr, value TCursor)
- func CoolBar_SetCustomHint(obj uintptr, value uintptr)
- func CoolBar_SetDockSite(obj uintptr, value bool)
- func CoolBar_SetDoubleBuffered(obj uintptr, value bool)
- func CoolBar_SetDragCursor(obj uintptr, value TCursor)
- func CoolBar_SetDragKind(obj uintptr, value TDragKind)
- func CoolBar_SetDragMode(obj uintptr, value TDragMode)
- func CoolBar_SetEdgeBorders(obj uintptr, value TEdgeBorders)
- func CoolBar_SetEdgeInner(obj uintptr, value TEdgeStyle)
- func CoolBar_SetEdgeOuter(obj uintptr, value TEdgeStyle)
- func CoolBar_SetEnabled(obj uintptr, value bool)
- func CoolBar_SetFixedOrder(obj uintptr, value bool)
- func CoolBar_SetFixedSize(obj uintptr, value bool)
- func CoolBar_SetFocus(obj uintptr)
- func CoolBar_SetFont(obj uintptr, value uintptr)
- func CoolBar_SetHeight(obj uintptr, value int32)
- func CoolBar_SetHint(obj uintptr, value string)
- func CoolBar_SetImages(obj uintptr, value uintptr)
- func CoolBar_SetLeft(obj uintptr, value int32)
- func CoolBar_SetMargins(obj uintptr, value uintptr)
- func CoolBar_SetName(obj uintptr, value string)
- func CoolBar_SetOnChange(obj uintptr, fn interface{})
- func CoolBar_SetOnClick(obj uintptr, fn interface{})
- func CoolBar_SetOnContextPopup(obj uintptr, fn interface{})
- func CoolBar_SetOnDblClick(obj uintptr, fn interface{})
- func CoolBar_SetOnDockDrop(obj uintptr, fn interface{})
- func CoolBar_SetOnDragDrop(obj uintptr, fn interface{})
- func CoolBar_SetOnDragOver(obj uintptr, fn interface{})
- func CoolBar_SetOnEndDock(obj uintptr, fn interface{})
- func CoolBar_SetOnEndDrag(obj uintptr, fn interface{})
- func CoolBar_SetOnGesture(obj uintptr, fn interface{})
- func CoolBar_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseActivate(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseDown(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseEnter(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseLeave(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseMove(obj uintptr, fn interface{})
- func CoolBar_SetOnMouseUp(obj uintptr, fn interface{})
- func CoolBar_SetOnResize(obj uintptr, fn interface{})
- func CoolBar_SetOnStartDock(obj uintptr, fn interface{})
- func CoolBar_SetOnUnDock(obj uintptr, fn interface{})
- func CoolBar_SetParent(obj uintptr, value uintptr)
- func CoolBar_SetParentColor(obj uintptr, value bool)
- func CoolBar_SetParentDoubleBuffered(obj uintptr, value bool)
- func CoolBar_SetParentFont(obj uintptr, value bool)
- func CoolBar_SetParentShowHint(obj uintptr, value bool)
- func CoolBar_SetParentWindow(obj uintptr, value HWND)
- func CoolBar_SetPopupMenu(obj uintptr, value uintptr)
- func CoolBar_SetShowHint(obj uintptr, value bool)
- func CoolBar_SetShowText(obj uintptr, value bool)
- func CoolBar_SetStyleElements(obj uintptr, value TStyleElements)
- func CoolBar_SetTabOrder(obj uintptr, value TTabOrder)
- func CoolBar_SetTabStop(obj uintptr, value bool)
- func CoolBar_SetTag(obj uintptr, value int)
- func CoolBar_SetTextBuf(obj uintptr, Buffer string)
- func CoolBar_SetTop(obj uintptr, value int32)
- func CoolBar_SetUseDockManager(obj uintptr, value bool)
- func CoolBar_SetVertical(obj uintptr, value bool)
- func CoolBar_SetVisible(obj uintptr, value bool)
- func CoolBar_SetWidth(obj uintptr, value int32)
- func CoolBar_Show(obj uintptr)
- func CoolBar_StaticClassType() TClass
- func CoolBar_ToString(obj uintptr) string
- func CoolBar_Update(obj uintptr)
- func CoolBar_UpdateControlState(obj uintptr)
- func CustomHint_Assign(obj uintptr, Source uintptr)
- func CustomHint_ClassName(obj uintptr) string
- func CustomHint_ClassType(obj uintptr) TClass
- func CustomHint_Create(obj uintptr) uintptr
- func CustomHint_DisposeOf(obj uintptr)
- func CustomHint_Equals(obj uintptr, Obj uintptr) bool
- func CustomHint_FindComponent(obj uintptr, AName string) uintptr
- func CustomHint_Free(obj uintptr)
- func CustomHint_GetComponentCount(obj uintptr) int32
- func CustomHint_GetComponentIndex(obj uintptr) int32
- func CustomHint_GetComponents(obj uintptr, AIndex int32) uintptr
- func CustomHint_GetDelay(obj uintptr) uint32
- func CustomHint_GetDescription(obj uintptr) string
- func CustomHint_GetHashCode(obj uintptr) int32
- func CustomHint_GetHideAfter(obj uintptr) int32
- func CustomHint_GetImageIndex(obj uintptr) int32
- func CustomHint_GetImages(obj uintptr) uintptr
- func CustomHint_GetName(obj uintptr) string
- func CustomHint_GetNamePath(obj uintptr) string
- func CustomHint_GetOwner(obj uintptr) uintptr
- func CustomHint_GetShowingHint(obj uintptr) bool
- func CustomHint_GetStyle(obj uintptr) TBalloonHintStyle
- func CustomHint_GetTag(obj uintptr) int
- func CustomHint_GetTitle(obj uintptr) string
- func CustomHint_HasParent(obj uintptr) bool
- func CustomHint_HideHint(obj uintptr)
- func CustomHint_InheritsFrom(obj uintptr, AClass TClass) bool
- func CustomHint_InstanceSize(obj uintptr) int32
- func CustomHint_SetComponentIndex(obj uintptr, value int32)
- func CustomHint_SetDelay(obj uintptr, value uint32)
- func CustomHint_SetDescription(obj uintptr, value string)
- func CustomHint_SetHideAfter(obj uintptr, value int32)
- func CustomHint_SetImageIndex(obj uintptr, value int32)
- func CustomHint_SetImages(obj uintptr, value uintptr)
- func CustomHint_SetName(obj uintptr, value string)
- func CustomHint_SetStyle(obj uintptr, value TBalloonHintStyle)
- func CustomHint_SetTag(obj uintptr, value int)
- func CustomHint_SetTitle(obj uintptr, value string)
- func CustomHint_ShowHint(obj uintptr)
- func CustomHint_StaticClassType() TClass
- func CustomHint_ToString(obj uintptr) string
- func DBoolToGoBool(val uintptr) bool
- func DCreateGUID() TGUID
- func DCreateShortCut(...) bool
- func DCreateURLShortCut(aDestPath, aShortCutName, aURL string)
- func DExtractFilePath(filename string) string
- func DFileExists(filename string) bool
- func DGUIDToString(guid TGUID) string
- func DGetDC(hWnd HWND) HDC
- func DGetLibResouceCount() int32
- func DGetLibResouceItem(aIndex int32) (ret TLibResouce)
- func DGetStringArrOf(p uintptr, index int) string
- func DInputBox(aCaption, aPrompt, aDefault string) string
- func DInputQuery(aCaption, aPrompt string, value *string) bool
- func DIsIconic(hWnd HWND) bool
- func DIsWindow(hWnd HWND) bool
- func DIsWindowVisible(hWnd HWND) bool
- func DIsZoomed(hWnd HWND) bool
- func DLibStringEncoding() TStringEncoding
- func DLibVersion() uint32
- func DMessageDlg(Msg string, DlgType TMsgDlgType, Buttons TMsgDlgButtons, HelpCtx int32) int32
- func DModifyLibResouce(aPtr uintptr, aValue string)
- func DMove(src, dest uintptr, llen int)
- func DPostMessage(hWd HWND, msg uint32, wParam, lParam uintptr) bool
- func DReleaseDC(hWnd HWND, dc HDC) int
- func DSelectDirectory1(options TSelectDirOpts) (bool, string)
- func DSelectDirectory2(caption, root string, options TSelectDirExtOpts, parent uintptr) (bool, string)
- func DSendMessage(hWd HWND, msg uint32, wParam, lParam uintptr) uintptr
- func DSetForegroundWindow(hWnd HWND) bool
- func DSetPropertySecValue(instance uintptr, propName, secPropName, value string)
- func DSetPropertyValue(instance uintptr, propName, value string)
- func DSetReportMemoryLeaksOnShutdown(v bool)
- func DShortCutToText(val TShortCut) string
- func DShowMessage(s string)
- func DStrLen(p uintptr) int
- func DStringToGUID(str string) TGUID
- func DSynchronize(fn func(), useMsg uintptr)
- func DSysLocale(aInfo *TSysLocale)
- func DSysOpen(filename string)
- func DTextToShortCut(val string) TShortCut
- func DWindowFromPoint(point TPoint) HWND
- func DateTimePicker_Assign(obj uintptr, Source uintptr)
- func DateTimePicker_BringToFront(obj uintptr)
- func DateTimePicker_CanFocus(obj uintptr) bool
- func DateTimePicker_ClassName(obj uintptr) string
- func DateTimePicker_ClassType(obj uintptr) TClass
- func DateTimePicker_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func DateTimePicker_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func DateTimePicker_ContainsControl(obj uintptr, Control uintptr) bool
- func DateTimePicker_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func DateTimePicker_Create(obj uintptr) uintptr
- func DateTimePicker_DisableAlign(obj uintptr)
- func DateTimePicker_DisposeOf(obj uintptr)
- func DateTimePicker_Dragging(obj uintptr) bool
- func DateTimePicker_EnableAlign(obj uintptr)
- func DateTimePicker_Equals(obj uintptr, Obj uintptr) bool
- func DateTimePicker_FindChildControl(obj uintptr, ControlName string) uintptr
- func DateTimePicker_FindComponent(obj uintptr, AName string) uintptr
- func DateTimePicker_FlipChildren(obj uintptr, AllLevels bool)
- func DateTimePicker_Focused(obj uintptr) bool
- func DateTimePicker_Free(obj uintptr)
- func DateTimePicker_GetAction(obj uintptr) uintptr
- func DateTimePicker_GetAlign(obj uintptr) TAlign
- func DateTimePicker_GetAlignDisabled(obj uintptr) bool
- func DateTimePicker_GetAlignWithMargins(obj uintptr) bool
- func DateTimePicker_GetAnchors(obj uintptr) TAnchors
- func DateTimePicker_GetBevelEdges(obj uintptr) TBevelEdges
- func DateTimePicker_GetBevelInner(obj uintptr) TBevelCut
- func DateTimePicker_GetBevelKind(obj uintptr) TBevelKind
- func DateTimePicker_GetBevelOuter(obj uintptr) TBevelCut
- func DateTimePicker_GetBiDiMode(obj uintptr) TBiDiMode
- func DateTimePicker_GetBoundsRect(obj uintptr) TRect
- func DateTimePicker_GetBrush(obj uintptr) uintptr
- func DateTimePicker_GetCalAlignment(obj uintptr) TDTCalAlignment
- func DateTimePicker_GetCalColors(obj uintptr) uintptr
- func DateTimePicker_GetChecked(obj uintptr) bool
- func DateTimePicker_GetClientHeight(obj uintptr) int32
- func DateTimePicker_GetClientOrigin(obj uintptr) TPoint
- func DateTimePicker_GetClientRect(obj uintptr) TRect
- func DateTimePicker_GetClientWidth(obj uintptr) int32
- func DateTimePicker_GetColor(obj uintptr) TColor
- func DateTimePicker_GetComponentCount(obj uintptr) int32
- func DateTimePicker_GetComponentIndex(obj uintptr) int32
- func DateTimePicker_GetComponents(obj uintptr, AIndex int32) uintptr
- func DateTimePicker_GetConstraints(obj uintptr) uintptr
- func DateTimePicker_GetControlCount(obj uintptr) int32
- func DateTimePicker_GetControlState(obj uintptr) TControlState
- func DateTimePicker_GetControlStyle(obj uintptr) TControlStyle
- func DateTimePicker_GetControls(obj uintptr, Index int32) uintptr
- func DateTimePicker_GetCursor(obj uintptr) TCursor
- func DateTimePicker_GetCustomHint(obj uintptr) uintptr
- func DateTimePicker_GetDate(obj uintptr) time.Time
- func DateTimePicker_GetDateFormat(obj uintptr) TDTDateFormat
- func DateTimePicker_GetDateMode(obj uintptr) TDTDateMode
- func DateTimePicker_GetDateTime(obj uintptr) time.Time
- func DateTimePicker_GetDockClientCount(obj uintptr) int32
- func DateTimePicker_GetDockClients(obj uintptr, Index int32) uintptr
- func DateTimePicker_GetDockSite(obj uintptr) bool
- func DateTimePicker_GetDoubleBuffered(obj uintptr) bool
- func DateTimePicker_GetDragCursor(obj uintptr) TCursor
- func DateTimePicker_GetDragKind(obj uintptr) TDragKind
- func DateTimePicker_GetDragMode(obj uintptr) TDragMode
- func DateTimePicker_GetDroppedDown(obj uintptr) bool
- func DateTimePicker_GetEnabled(obj uintptr) bool
- func DateTimePicker_GetExplicitHeight(obj uintptr) int32
- func DateTimePicker_GetExplicitLeft(obj uintptr) int32
- func DateTimePicker_GetExplicitTop(obj uintptr) int32
- func DateTimePicker_GetExplicitWidth(obj uintptr) int32
- func DateTimePicker_GetFloating(obj uintptr) bool
- func DateTimePicker_GetFont(obj uintptr) uintptr
- func DateTimePicker_GetFormat(obj uintptr) string
- func DateTimePicker_GetHandle(obj uintptr) HWND
- func DateTimePicker_GetHashCode(obj uintptr) int32
- func DateTimePicker_GetHeight(obj uintptr) int32
- func DateTimePicker_GetHint(obj uintptr) string
- func DateTimePicker_GetKind(obj uintptr) TDateTimeKind
- func DateTimePicker_GetLeft(obj uintptr) int32
- func DateTimePicker_GetMargins(obj uintptr) uintptr
- func DateTimePicker_GetMaxDate(obj uintptr) time.Time
- func DateTimePicker_GetMinDate(obj uintptr) time.Time
- func DateTimePicker_GetMouseInClient(obj uintptr) bool
- func DateTimePicker_GetName(obj uintptr) string
- func DateTimePicker_GetNamePath(obj uintptr) string
- func DateTimePicker_GetOwner(obj uintptr) uintptr
- func DateTimePicker_GetParent(obj uintptr) uintptr
- func DateTimePicker_GetParentColor(obj uintptr) bool
- func DateTimePicker_GetParentDoubleBuffered(obj uintptr) bool
- func DateTimePicker_GetParentFont(obj uintptr) bool
- func DateTimePicker_GetParentShowHint(obj uintptr) bool
- func DateTimePicker_GetParentWindow(obj uintptr) HWND
- func DateTimePicker_GetParseInput(obj uintptr) bool
- func DateTimePicker_GetPopupMenu(obj uintptr) uintptr
- func DateTimePicker_GetShowHint(obj uintptr) bool
- func DateTimePicker_GetStyleElements(obj uintptr) TStyleElements
- func DateTimePicker_GetTabOrder(obj uintptr) TTabOrder
- func DateTimePicker_GetTabStop(obj uintptr) bool
- func DateTimePicker_GetTag(obj uintptr) int
- func DateTimePicker_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func DateTimePicker_GetTextLen(obj uintptr) int32
- func DateTimePicker_GetTime(obj uintptr) time.Time
- func DateTimePicker_GetTop(obj uintptr) int32
- func DateTimePicker_GetUseDockManager(obj uintptr) bool
- func DateTimePicker_GetVisible(obj uintptr) bool
- func DateTimePicker_GetVisibleDockClientCount(obj uintptr) int32
- func DateTimePicker_GetWidth(obj uintptr) int32
- func DateTimePicker_HandleAllocated(obj uintptr) bool
- func DateTimePicker_HasParent(obj uintptr) bool
- func DateTimePicker_Hide(obj uintptr)
- func DateTimePicker_InheritsFrom(obj uintptr, AClass TClass) bool
- func DateTimePicker_InsertControl(obj uintptr, AControl uintptr)
- func DateTimePicker_InstanceSize(obj uintptr) int32
- func DateTimePicker_Invalidate(obj uintptr)
- func DateTimePicker_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func DateTimePicker_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func DateTimePicker_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func DateTimePicker_Realign(obj uintptr)
- func DateTimePicker_Refresh(obj uintptr)
- func DateTimePicker_RemoveControl(obj uintptr, AControl uintptr)
- func DateTimePicker_Repaint(obj uintptr)
- func DateTimePicker_ScaleBy(obj uintptr, M int32, D int32)
- func DateTimePicker_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func DateTimePicker_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func DateTimePicker_SendToBack(obj uintptr)
- func DateTimePicker_SetAction(obj uintptr, value uintptr)
- func DateTimePicker_SetAlign(obj uintptr, value TAlign)
- func DateTimePicker_SetAlignWithMargins(obj uintptr, value bool)
- func DateTimePicker_SetAnchors(obj uintptr, value TAnchors)
- func DateTimePicker_SetBevelEdges(obj uintptr, value TBevelEdges)
- func DateTimePicker_SetBevelInner(obj uintptr, value TBevelCut)
- func DateTimePicker_SetBevelKind(obj uintptr, value TBevelKind)
- func DateTimePicker_SetBevelOuter(obj uintptr, value TBevelCut)
- func DateTimePicker_SetBiDiMode(obj uintptr, value TBiDiMode)
- func DateTimePicker_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func DateTimePicker_SetBoundsRect(obj uintptr, value TRect)
- func DateTimePicker_SetCalAlignment(obj uintptr, value TDTCalAlignment)
- func DateTimePicker_SetCalColors(obj uintptr, value uintptr)
- func DateTimePicker_SetChecked(obj uintptr, value bool)
- func DateTimePicker_SetClientHeight(obj uintptr, value int32)
- func DateTimePicker_SetClientWidth(obj uintptr, value int32)
- func DateTimePicker_SetColor(obj uintptr, value TColor)
- func DateTimePicker_SetComponentIndex(obj uintptr, value int32)
- func DateTimePicker_SetConstraints(obj uintptr, value uintptr)
- func DateTimePicker_SetControlState(obj uintptr, value TControlState)
- func DateTimePicker_SetControlStyle(obj uintptr, value TControlStyle)
- func DateTimePicker_SetCursor(obj uintptr, value TCursor)
- func DateTimePicker_SetCustomHint(obj uintptr, value uintptr)
- func DateTimePicker_SetDate(obj uintptr, value time.Time)
- func DateTimePicker_SetDateFormat(obj uintptr, value TDTDateFormat)
- func DateTimePicker_SetDateMode(obj uintptr, value TDTDateMode)
- func DateTimePicker_SetDateTime(obj uintptr, value time.Time)
- func DateTimePicker_SetDockSite(obj uintptr, value bool)
- func DateTimePicker_SetDoubleBuffered(obj uintptr, value bool)
- func DateTimePicker_SetDragCursor(obj uintptr, value TCursor)
- func DateTimePicker_SetDragKind(obj uintptr, value TDragKind)
- func DateTimePicker_SetDragMode(obj uintptr, value TDragMode)
- func DateTimePicker_SetEnabled(obj uintptr, value bool)
- func DateTimePicker_SetFocus(obj uintptr)
- func DateTimePicker_SetFont(obj uintptr, value uintptr)
- func DateTimePicker_SetFormat(obj uintptr, value string)
- func DateTimePicker_SetHeight(obj uintptr, value int32)
- func DateTimePicker_SetHint(obj uintptr, value string)
- func DateTimePicker_SetKind(obj uintptr, value TDateTimeKind)
- func DateTimePicker_SetLeft(obj uintptr, value int32)
- func DateTimePicker_SetMargins(obj uintptr, value uintptr)
- func DateTimePicker_SetMaxDate(obj uintptr, value time.Time)
- func DateTimePicker_SetMinDate(obj uintptr, value time.Time)
- func DateTimePicker_SetName(obj uintptr, value string)
- func DateTimePicker_SetOnChange(obj uintptr, fn interface{})
- func DateTimePicker_SetOnClick(obj uintptr, fn interface{})
- func DateTimePicker_SetOnContextPopup(obj uintptr, fn interface{})
- func DateTimePicker_SetOnDragDrop(obj uintptr, fn interface{})
- func DateTimePicker_SetOnDragOver(obj uintptr, fn interface{})
- func DateTimePicker_SetOnDropDown(obj uintptr, fn interface{})
- func DateTimePicker_SetOnEndDock(obj uintptr, fn interface{})
- func DateTimePicker_SetOnEndDrag(obj uintptr, fn interface{})
- func DateTimePicker_SetOnEnter(obj uintptr, fn interface{})
- func DateTimePicker_SetOnExit(obj uintptr, fn interface{})
- func DateTimePicker_SetOnGesture(obj uintptr, fn interface{})
- func DateTimePicker_SetOnKeyDown(obj uintptr, fn interface{})
- func DateTimePicker_SetOnKeyPress(obj uintptr, fn interface{})
- func DateTimePicker_SetOnKeyUp(obj uintptr, fn interface{})
- func DateTimePicker_SetOnMouseEnter(obj uintptr, fn interface{})
- func DateTimePicker_SetOnMouseLeave(obj uintptr, fn interface{})
- func DateTimePicker_SetOnStartDock(obj uintptr, fn interface{})
- func DateTimePicker_SetParent(obj uintptr, value uintptr)
- func DateTimePicker_SetParentColor(obj uintptr, value bool)
- func DateTimePicker_SetParentDoubleBuffered(obj uintptr, value bool)
- func DateTimePicker_SetParentFont(obj uintptr, value bool)
- func DateTimePicker_SetParentShowHint(obj uintptr, value bool)
- func DateTimePicker_SetParentWindow(obj uintptr, value HWND)
- func DateTimePicker_SetParseInput(obj uintptr, value bool)
- func DateTimePicker_SetPopupMenu(obj uintptr, value uintptr)
- func DateTimePicker_SetShowHint(obj uintptr, value bool)
- func DateTimePicker_SetStyleElements(obj uintptr, value TStyleElements)
- func DateTimePicker_SetTabOrder(obj uintptr, value TTabOrder)
- func DateTimePicker_SetTabStop(obj uintptr, value bool)
- func DateTimePicker_SetTag(obj uintptr, value int)
- func DateTimePicker_SetTextBuf(obj uintptr, Buffer string)
- func DateTimePicker_SetTime(obj uintptr, value time.Time)
- func DateTimePicker_SetTop(obj uintptr, value int32)
- func DateTimePicker_SetUseDockManager(obj uintptr, value bool)
- func DateTimePicker_SetVisible(obj uintptr, value bool)
- func DateTimePicker_SetWidth(obj uintptr, value int32)
- func DateTimePicker_Show(obj uintptr)
- func DateTimePicker_StaticClassType() TClass
- func DateTimePicker_ToString(obj uintptr) string
- func DateTimePicker_Update(obj uintptr)
- func DateTimePicker_UpdateControlState(obj uintptr)
- func DragDockObject_Assign(obj uintptr, Source uintptr)
- func DragDockObject_ClassName(obj uintptr) string
- func DragDockObject_ClassType(obj uintptr) TClass
- func DragDockObject_Create() uintptr
- func DragDockObject_DisposeOf(obj uintptr)
- func DragDockObject_Equals(obj uintptr, Obj uintptr) bool
- func DragDockObject_Free(obj uintptr)
- func DragDockObject_GetAlwaysShowDragImages(obj uintptr) bool
- func DragDockObject_GetBrush(obj uintptr) uintptr
- func DragDockObject_GetCancelling(obj uintptr) bool
- func DragDockObject_GetControl(obj uintptr) uintptr
- func DragDockObject_GetDockRect(obj uintptr) TRect
- func DragDockObject_GetDragHandle(obj uintptr) HWND
- func DragDockObject_GetDragPos(obj uintptr) TPoint
- func DragDockObject_GetDragTarget(obj uintptr) uintptr
- func DragDockObject_GetDragTargetPos(obj uintptr) TPoint
- func DragDockObject_GetDropAlign(obj uintptr) TAlign
- func DragDockObject_GetDropOnControl(obj uintptr) uintptr
- func DragDockObject_GetDropped(obj uintptr) bool
- func DragDockObject_GetEraseDockRect(obj uintptr) TRect
- func DragDockObject_GetEraseWhenMoving(obj uintptr) bool
- func DragDockObject_GetFloating(obj uintptr) bool
- func DragDockObject_GetFrameWidth(obj uintptr) int32
- func DragDockObject_GetHashCode(obj uintptr) int32
- func DragDockObject_GetMouseDeltaX(obj uintptr) float64
- func DragDockObject_GetMouseDeltaY(obj uintptr) float64
- func DragDockObject_GetRightClickCancels(obj uintptr) bool
- func DragDockObject_HideDragImage(obj uintptr)
- func DragDockObject_InheritsFrom(obj uintptr, AClass TClass) bool
- func DragDockObject_InstanceSize(obj uintptr) int32
- func DragDockObject_SetAlwaysShowDragImages(obj uintptr, value bool)
- func DragDockObject_SetBrush(obj uintptr, value uintptr)
- func DragDockObject_SetCancelling(obj uintptr, value bool)
- func DragDockObject_SetControl(obj uintptr, value uintptr)
- func DragDockObject_SetDockRect(obj uintptr, value TRect)
- func DragDockObject_SetDragHandle(obj uintptr, value HWND)
- func DragDockObject_SetDragPos(obj uintptr, value TPoint)
- func DragDockObject_SetDragTarget(obj uintptr, value uintptr)
- func DragDockObject_SetDragTargetPos(obj uintptr, value TPoint)
- func DragDockObject_SetEraseDockRect(obj uintptr, value TRect)
- func DragDockObject_SetFloating(obj uintptr, value bool)
- func DragDockObject_SetRightClickCancels(obj uintptr, value bool)
- func DragDockObject_ShowDragImage(obj uintptr)
- func DragDockObject_StaticClassType() TClass
- func DragDockObject_ToString(obj uintptr) string
- func DragObject_Assign(obj uintptr, Source uintptr)
- func DragObject_ClassName(obj uintptr) string
- func DragObject_ClassType(obj uintptr) TClass
- func DragObject_Create() uintptr
- func DragObject_DisposeOf(obj uintptr)
- func DragObject_Equals(obj uintptr, Obj uintptr) bool
- func DragObject_Free(obj uintptr)
- func DragObject_GetAlwaysShowDragImages(obj uintptr) bool
- func DragObject_GetCancelling(obj uintptr) bool
- func DragObject_GetDragHandle(obj uintptr) HWND
- func DragObject_GetDragPos(obj uintptr) TPoint
- func DragObject_GetDragTarget(obj uintptr) uintptr
- func DragObject_GetDragTargetPos(obj uintptr) TPoint
- func DragObject_GetDropped(obj uintptr) bool
- func DragObject_GetHashCode(obj uintptr) int32
- func DragObject_GetMouseDeltaX(obj uintptr) float64
- func DragObject_GetMouseDeltaY(obj uintptr) float64
- func DragObject_GetRightClickCancels(obj uintptr) bool
- func DragObject_HideDragImage(obj uintptr)
- func DragObject_InheritsFrom(obj uintptr, AClass TClass) bool
- func DragObject_InstanceSize(obj uintptr) int32
- func DragObject_SetAlwaysShowDragImages(obj uintptr, value bool)
- func DragObject_SetCancelling(obj uintptr, value bool)
- func DragObject_SetDragHandle(obj uintptr, value HWND)
- func DragObject_SetDragPos(obj uintptr, value TPoint)
- func DragObject_SetDragTarget(obj uintptr, value uintptr)
- func DragObject_SetDragTargetPos(obj uintptr, value TPoint)
- func DragObject_SetRightClickCancels(obj uintptr, value bool)
- func DragObject_ShowDragImage(obj uintptr)
- func DragObject_StaticClassType() TClass
- func DragObject_ToString(obj uintptr) string
- func DrawGrid_Assign(obj uintptr, Source uintptr)
- func DrawGrid_BringToFront(obj uintptr)
- func DrawGrid_CanFocus(obj uintptr) bool
- func DrawGrid_CellRect(obj uintptr, ACol int32, ARow int32) TRect
- func DrawGrid_ClassName(obj uintptr) string
- func DrawGrid_ClassType(obj uintptr) TClass
- func DrawGrid_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func DrawGrid_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func DrawGrid_ContainsControl(obj uintptr, Control uintptr) bool
- func DrawGrid_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func DrawGrid_Create(obj uintptr) uintptr
- func DrawGrid_DisableAlign(obj uintptr)
- func DrawGrid_DisposeOf(obj uintptr)
- func DrawGrid_Dragging(obj uintptr) bool
- func DrawGrid_EnableAlign(obj uintptr)
- func DrawGrid_Equals(obj uintptr, Obj uintptr) bool
- func DrawGrid_FindChildControl(obj uintptr, ControlName string) uintptr
- func DrawGrid_FindComponent(obj uintptr, AName string) uintptr
- func DrawGrid_FlipChildren(obj uintptr, AllLevels bool)
- func DrawGrid_Focused(obj uintptr) bool
- func DrawGrid_Free(obj uintptr)
- func DrawGrid_GetAction(obj uintptr) uintptr
- func DrawGrid_GetAlign(obj uintptr) TAlign
- func DrawGrid_GetAlignDisabled(obj uintptr) bool
- func DrawGrid_GetAlignWithMargins(obj uintptr) bool
- func DrawGrid_GetAnchors(obj uintptr) TAnchors
- func DrawGrid_GetBevelEdges(obj uintptr) TBevelEdges
- func DrawGrid_GetBevelInner(obj uintptr) TBevelCut
- func DrawGrid_GetBevelKind(obj uintptr) TBevelKind
- func DrawGrid_GetBevelOuter(obj uintptr) TBevelCut
- func DrawGrid_GetBiDiMode(obj uintptr) TBiDiMode
- func DrawGrid_GetBorderStyle(obj uintptr) TBorderStyle
- func DrawGrid_GetBoundsRect(obj uintptr) TRect
- func DrawGrid_GetBrush(obj uintptr) uintptr
- func DrawGrid_GetCanvas(obj uintptr) uintptr
- func DrawGrid_GetClientHeight(obj uintptr) int32
- func DrawGrid_GetClientOrigin(obj uintptr) TPoint
- func DrawGrid_GetClientRect(obj uintptr) TRect
- func DrawGrid_GetClientWidth(obj uintptr) int32
- func DrawGrid_GetCol(obj uintptr) int32
- func DrawGrid_GetColCount(obj uintptr) int32
- func DrawGrid_GetColWidths(obj uintptr, Index int32) int32
- func DrawGrid_GetColor(obj uintptr) TColor
- func DrawGrid_GetComponentCount(obj uintptr) int32
- func DrawGrid_GetComponentIndex(obj uintptr) int32
- func DrawGrid_GetComponents(obj uintptr, AIndex int32) uintptr
- func DrawGrid_GetConstraints(obj uintptr) uintptr
- func DrawGrid_GetControlCount(obj uintptr) int32
- func DrawGrid_GetControlState(obj uintptr) TControlState
- func DrawGrid_GetControlStyle(obj uintptr) TControlStyle
- func DrawGrid_GetControls(obj uintptr, Index int32) uintptr
- func DrawGrid_GetCtl3D(obj uintptr) bool
- func DrawGrid_GetCursor(obj uintptr) TCursor
- func DrawGrid_GetCustomHint(obj uintptr) uintptr
- func DrawGrid_GetDefaultColWidth(obj uintptr) int32
- func DrawGrid_GetDefaultDrawing(obj uintptr) bool
- func DrawGrid_GetDefaultRowHeight(obj uintptr) int32
- func DrawGrid_GetDockClientCount(obj uintptr) int32
- func DrawGrid_GetDockClients(obj uintptr, Index int32) uintptr
- func DrawGrid_GetDockSite(obj uintptr) bool
- func DrawGrid_GetDoubleBuffered(obj uintptr) bool
- func DrawGrid_GetDragCursor(obj uintptr) TCursor
- func DrawGrid_GetDragKind(obj uintptr) TDragKind
- func DrawGrid_GetDragMode(obj uintptr) TDragMode
- func DrawGrid_GetDrawingStyle(obj uintptr) TGridDrawingStyle
- func DrawGrid_GetEditorMode(obj uintptr) bool
- func DrawGrid_GetEnabled(obj uintptr) bool
- func DrawGrid_GetExplicitHeight(obj uintptr) int32
- func DrawGrid_GetExplicitLeft(obj uintptr) int32
- func DrawGrid_GetExplicitTop(obj uintptr) int32
- func DrawGrid_GetExplicitWidth(obj uintptr) int32
- func DrawGrid_GetFixedColor(obj uintptr) TColor
- func DrawGrid_GetFixedCols(obj uintptr) int32
- func DrawGrid_GetFixedRows(obj uintptr) int32
- func DrawGrid_GetFloating(obj uintptr) bool
- func DrawGrid_GetFont(obj uintptr) uintptr
- func DrawGrid_GetGradientEndColor(obj uintptr) TColor
- func DrawGrid_GetGradientStartColor(obj uintptr) TColor
- func DrawGrid_GetGridHeight(obj uintptr) int32
- func DrawGrid_GetGridLineWidth(obj uintptr) int32
- func DrawGrid_GetGridWidth(obj uintptr) int32
- func DrawGrid_GetHandle(obj uintptr) HWND
- func DrawGrid_GetHashCode(obj uintptr) int32
- func DrawGrid_GetHeight(obj uintptr) int32
- func DrawGrid_GetHint(obj uintptr) string
- func DrawGrid_GetLeft(obj uintptr) int32
- func DrawGrid_GetLeftCol(obj uintptr) int32
- func DrawGrid_GetMargins(obj uintptr) uintptr
- func DrawGrid_GetMouseInClient(obj uintptr) bool
- func DrawGrid_GetName(obj uintptr) string
- func DrawGrid_GetNamePath(obj uintptr) string
- func DrawGrid_GetOptions(obj uintptr) TGridOptions
- func DrawGrid_GetOwner(obj uintptr) uintptr
- func DrawGrid_GetParent(obj uintptr) uintptr
- func DrawGrid_GetParentColor(obj uintptr) bool
- func DrawGrid_GetParentCtl3D(obj uintptr) bool
- func DrawGrid_GetParentDoubleBuffered(obj uintptr) bool
- func DrawGrid_GetParentFont(obj uintptr) bool
- func DrawGrid_GetParentShowHint(obj uintptr) bool
- func DrawGrid_GetParentWindow(obj uintptr) HWND
- func DrawGrid_GetPopupMenu(obj uintptr) uintptr
- func DrawGrid_GetRow(obj uintptr) int32
- func DrawGrid_GetRowCount(obj uintptr) int32
- func DrawGrid_GetRowHeights(obj uintptr, Index int32) int32
- func DrawGrid_GetScrollBars(obj uintptr) TScrollStyle
- func DrawGrid_GetSelection(obj uintptr) TGridRect
- func DrawGrid_GetShowHint(obj uintptr) bool
- func DrawGrid_GetStyleElements(obj uintptr) TStyleElements
- func DrawGrid_GetTabOrder(obj uintptr) TTabOrder
- func DrawGrid_GetTabStop(obj uintptr) bool
- func DrawGrid_GetTabStops(obj uintptr, Index int32) bool
- func DrawGrid_GetTag(obj uintptr) int
- func DrawGrid_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func DrawGrid_GetTextLen(obj uintptr) int32
- func DrawGrid_GetTop(obj uintptr) int32
- func DrawGrid_GetTopRow(obj uintptr) int32
- func DrawGrid_GetUseDockManager(obj uintptr) bool
- func DrawGrid_GetVisible(obj uintptr) bool
- func DrawGrid_GetVisibleColCount(obj uintptr) int32
- func DrawGrid_GetVisibleDockClientCount(obj uintptr) int32
- func DrawGrid_GetVisibleRowCount(obj uintptr) int32
- func DrawGrid_GetWidth(obj uintptr) int32
- func DrawGrid_HandleAllocated(obj uintptr) bool
- func DrawGrid_HasParent(obj uintptr) bool
- func DrawGrid_Hide(obj uintptr)
- func DrawGrid_InheritsFrom(obj uintptr, AClass TClass) bool
- func DrawGrid_InsertControl(obj uintptr, AControl uintptr)
- func DrawGrid_InstanceSize(obj uintptr) int32
- func DrawGrid_Invalidate(obj uintptr)
- func DrawGrid_MouseCoord(obj uintptr, X int32, Y int32) TGridCoord
- func DrawGrid_MouseToCell(obj uintptr, X int32, Y int32, ACol *int32, ARow *int32)
- func DrawGrid_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func DrawGrid_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func DrawGrid_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func DrawGrid_Realign(obj uintptr)
- func DrawGrid_Refresh(obj uintptr)
- func DrawGrid_RemoveControl(obj uintptr, AControl uintptr)
- func DrawGrid_Repaint(obj uintptr)
- func DrawGrid_ScaleBy(obj uintptr, M int32, D int32)
- func DrawGrid_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func DrawGrid_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func DrawGrid_SendToBack(obj uintptr)
- func DrawGrid_SetAction(obj uintptr, value uintptr)
- func DrawGrid_SetAlign(obj uintptr, value TAlign)
- func DrawGrid_SetAlignWithMargins(obj uintptr, value bool)
- func DrawGrid_SetAnchors(obj uintptr, value TAnchors)
- func DrawGrid_SetBevelEdges(obj uintptr, value TBevelEdges)
- func DrawGrid_SetBevelInner(obj uintptr, value TBevelCut)
- func DrawGrid_SetBevelKind(obj uintptr, value TBevelKind)
- func DrawGrid_SetBevelOuter(obj uintptr, value TBevelCut)
- func DrawGrid_SetBiDiMode(obj uintptr, value TBiDiMode)
- func DrawGrid_SetBorderStyle(obj uintptr, value TBorderStyle)
- func DrawGrid_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func DrawGrid_SetBoundsRect(obj uintptr, value TRect)
- func DrawGrid_SetClientHeight(obj uintptr, value int32)
- func DrawGrid_SetClientWidth(obj uintptr, value int32)
- func DrawGrid_SetCol(obj uintptr, value int32)
- func DrawGrid_SetColCount(obj uintptr, value int32)
- func DrawGrid_SetColWidths(obj uintptr, Index int32, value int32)
- func DrawGrid_SetColor(obj uintptr, value TColor)
- func DrawGrid_SetComponentIndex(obj uintptr, value int32)
- func DrawGrid_SetConstraints(obj uintptr, value uintptr)
- func DrawGrid_SetControlState(obj uintptr, value TControlState)
- func DrawGrid_SetControlStyle(obj uintptr, value TControlStyle)
- func DrawGrid_SetCtl3D(obj uintptr, value bool)
- func DrawGrid_SetCursor(obj uintptr, value TCursor)
- func DrawGrid_SetCustomHint(obj uintptr, value uintptr)
- func DrawGrid_SetDefaultColWidth(obj uintptr, value int32)
- func DrawGrid_SetDefaultDrawing(obj uintptr, value bool)
- func DrawGrid_SetDefaultRowHeight(obj uintptr, value int32)
- func DrawGrid_SetDockSite(obj uintptr, value bool)
- func DrawGrid_SetDoubleBuffered(obj uintptr, value bool)
- func DrawGrid_SetDragCursor(obj uintptr, value TCursor)
- func DrawGrid_SetDragKind(obj uintptr, value TDragKind)
- func DrawGrid_SetDragMode(obj uintptr, value TDragMode)
- func DrawGrid_SetDrawingStyle(obj uintptr, value TGridDrawingStyle)
- func DrawGrid_SetEditorMode(obj uintptr, value bool)
- func DrawGrid_SetEnabled(obj uintptr, value bool)
- func DrawGrid_SetFixedColor(obj uintptr, value TColor)
- func DrawGrid_SetFixedCols(obj uintptr, value int32)
- func DrawGrid_SetFixedRows(obj uintptr, value int32)
- func DrawGrid_SetFocus(obj uintptr)
- func DrawGrid_SetFont(obj uintptr, value uintptr)
- func DrawGrid_SetGradientEndColor(obj uintptr, value TColor)
- func DrawGrid_SetGradientStartColor(obj uintptr, value TColor)
- func DrawGrid_SetGridLineWidth(obj uintptr, value int32)
- func DrawGrid_SetHeight(obj uintptr, value int32)
- func DrawGrid_SetHint(obj uintptr, value string)
- func DrawGrid_SetLeft(obj uintptr, value int32)
- func DrawGrid_SetLeftCol(obj uintptr, value int32)
- func DrawGrid_SetMargins(obj uintptr, value uintptr)
- func DrawGrid_SetName(obj uintptr, value string)
- func DrawGrid_SetOnClick(obj uintptr, fn interface{})
- func DrawGrid_SetOnColumnMoved(obj uintptr, fn interface{})
- func DrawGrid_SetOnContextPopup(obj uintptr, fn interface{})
- func DrawGrid_SetOnDblClick(obj uintptr, fn interface{})
- func DrawGrid_SetOnDragDrop(obj uintptr, fn interface{})
- func DrawGrid_SetOnDragOver(obj uintptr, fn interface{})
- func DrawGrid_SetOnDrawCell(obj uintptr, fn interface{})
- func DrawGrid_SetOnEndDock(obj uintptr, fn interface{})
- func DrawGrid_SetOnEndDrag(obj uintptr, fn interface{})
- func DrawGrid_SetOnEnter(obj uintptr, fn interface{})
- func DrawGrid_SetOnExit(obj uintptr, fn interface{})
- func DrawGrid_SetOnFixedCellClick(obj uintptr, fn interface{})
- func DrawGrid_SetOnGesture(obj uintptr, fn interface{})
- func DrawGrid_SetOnGetEditMask(obj uintptr, fn interface{})
- func DrawGrid_SetOnGetEditText(obj uintptr, fn interface{})
- func DrawGrid_SetOnKeyDown(obj uintptr, fn interface{})
- func DrawGrid_SetOnKeyPress(obj uintptr, fn interface{})
- func DrawGrid_SetOnKeyUp(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseActivate(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseDown(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseEnter(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseLeave(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseMove(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseUp(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func DrawGrid_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func DrawGrid_SetOnRowMoved(obj uintptr, fn interface{})
- func DrawGrid_SetOnSelectCell(obj uintptr, fn interface{})
- func DrawGrid_SetOnSetEditText(obj uintptr, fn interface{})
- func DrawGrid_SetOnStartDock(obj uintptr, fn interface{})
- func DrawGrid_SetOnTopLeftChanged(obj uintptr, fn interface{})
- func DrawGrid_SetOptions(obj uintptr, value TGridOptions)
- func DrawGrid_SetParent(obj uintptr, value uintptr)
- func DrawGrid_SetParentColor(obj uintptr, value bool)
- func DrawGrid_SetParentCtl3D(obj uintptr, value bool)
- func DrawGrid_SetParentDoubleBuffered(obj uintptr, value bool)
- func DrawGrid_SetParentFont(obj uintptr, value bool)
- func DrawGrid_SetParentShowHint(obj uintptr, value bool)
- func DrawGrid_SetParentWindow(obj uintptr, value HWND)
- func DrawGrid_SetPopupMenu(obj uintptr, value uintptr)
- func DrawGrid_SetRow(obj uintptr, value int32)
- func DrawGrid_SetRowCount(obj uintptr, value int32)
- func DrawGrid_SetRowHeights(obj uintptr, Index int32, value int32)
- func DrawGrid_SetScrollBars(obj uintptr, value TScrollStyle)
- func DrawGrid_SetSelection(obj uintptr, value TGridRect)
- func DrawGrid_SetShowHint(obj uintptr, value bool)
- func DrawGrid_SetStyleElements(obj uintptr, value TStyleElements)
- func DrawGrid_SetTabOrder(obj uintptr, value TTabOrder)
- func DrawGrid_SetTabStop(obj uintptr, value bool)
- func DrawGrid_SetTabStops(obj uintptr, Index int32, value bool)
- func DrawGrid_SetTag(obj uintptr, value int)
- func DrawGrid_SetTextBuf(obj uintptr, Buffer string)
- func DrawGrid_SetTop(obj uintptr, value int32)
- func DrawGrid_SetTopRow(obj uintptr, value int32)
- func DrawGrid_SetUseDockManager(obj uintptr, value bool)
- func DrawGrid_SetVisible(obj uintptr, value bool)
- func DrawGrid_SetWidth(obj uintptr, value int32)
- func DrawGrid_Show(obj uintptr)
- func DrawGrid_StaticClassType() TClass
- func DrawGrid_ToString(obj uintptr) string
- func DrawGrid_Update(obj uintptr)
- func DrawGrid_UpdateControlState(obj uintptr)
- func Edit_Assign(obj uintptr, Source uintptr)
- func Edit_BringToFront(obj uintptr)
- func Edit_CanFocus(obj uintptr) bool
- func Edit_ClassName(obj uintptr) string
- func Edit_ClassType(obj uintptr) TClass
- func Edit_Clear(obj uintptr)
- func Edit_ClearSelection(obj uintptr)
- func Edit_ClearUndo(obj uintptr)
- func Edit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Edit_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Edit_ContainsControl(obj uintptr, Control uintptr) bool
- func Edit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Edit_CopyToClipboard(obj uintptr)
- func Edit_Create(obj uintptr) uintptr
- func Edit_CutToClipboard(obj uintptr)
- func Edit_DisableAlign(obj uintptr)
- func Edit_DisposeOf(obj uintptr)
- func Edit_Dragging(obj uintptr) bool
- func Edit_EnableAlign(obj uintptr)
- func Edit_Equals(obj uintptr, Obj uintptr) bool
- func Edit_FindChildControl(obj uintptr, ControlName string) uintptr
- func Edit_FindComponent(obj uintptr, AName string) uintptr
- func Edit_FlipChildren(obj uintptr, AllLevels bool)
- func Edit_Focused(obj uintptr) bool
- func Edit_Free(obj uintptr)
- func Edit_GetAction(obj uintptr) uintptr
- func Edit_GetAlign(obj uintptr) TAlign
- func Edit_GetAlignDisabled(obj uintptr) bool
- func Edit_GetAlignWithMargins(obj uintptr) bool
- func Edit_GetAlignment(obj uintptr) TAlignment
- func Edit_GetAnchors(obj uintptr) TAnchors
- func Edit_GetAutoSelect(obj uintptr) bool
- func Edit_GetAutoSize(obj uintptr) bool
- func Edit_GetBevelEdges(obj uintptr) TBevelEdges
- func Edit_GetBevelInner(obj uintptr) TBevelCut
- func Edit_GetBevelKind(obj uintptr) TBevelKind
- func Edit_GetBevelOuter(obj uintptr) TBevelCut
- func Edit_GetBiDiMode(obj uintptr) TBiDiMode
- func Edit_GetBorderStyle(obj uintptr) TBorderStyle
- func Edit_GetBoundsRect(obj uintptr) TRect
- func Edit_GetBrush(obj uintptr) uintptr
- func Edit_GetCanUndo(obj uintptr) bool
- func Edit_GetCharCase(obj uintptr) TEditCharCase
- func Edit_GetClientHeight(obj uintptr) int32
- func Edit_GetClientOrigin(obj uintptr) TPoint
- func Edit_GetClientRect(obj uintptr) TRect
- func Edit_GetClientWidth(obj uintptr) int32
- func Edit_GetColor(obj uintptr) TColor
- func Edit_GetComponentCount(obj uintptr) int32
- func Edit_GetComponentIndex(obj uintptr) int32
- func Edit_GetComponents(obj uintptr, AIndex int32) uintptr
- func Edit_GetConstraints(obj uintptr) uintptr
- func Edit_GetControlCount(obj uintptr) int32
- func Edit_GetControlState(obj uintptr) TControlState
- func Edit_GetControlStyle(obj uintptr) TControlStyle
- func Edit_GetControls(obj uintptr, Index int32) uintptr
- func Edit_GetCtl3D(obj uintptr) bool
- func Edit_GetCursor(obj uintptr) TCursor
- func Edit_GetCustomHint(obj uintptr) uintptr
- func Edit_GetDockClientCount(obj uintptr) int32
- func Edit_GetDockClients(obj uintptr, Index int32) uintptr
- func Edit_GetDockSite(obj uintptr) bool
- func Edit_GetDoubleBuffered(obj uintptr) bool
- func Edit_GetDragCursor(obj uintptr) TCursor
- func Edit_GetDragKind(obj uintptr) TDragKind
- func Edit_GetDragMode(obj uintptr) TDragMode
- func Edit_GetEnabled(obj uintptr) bool
- func Edit_GetExplicitHeight(obj uintptr) int32
- func Edit_GetExplicitLeft(obj uintptr) int32
- func Edit_GetExplicitTop(obj uintptr) int32
- func Edit_GetExplicitWidth(obj uintptr) int32
- func Edit_GetFloating(obj uintptr) bool
- func Edit_GetFont(obj uintptr) uintptr
- func Edit_GetHandle(obj uintptr) HWND
- func Edit_GetHashCode(obj uintptr) int32
- func Edit_GetHeight(obj uintptr) int32
- func Edit_GetHideSelection(obj uintptr) bool
- func Edit_GetHint(obj uintptr) string
- func Edit_GetLeft(obj uintptr) int32
- func Edit_GetMargins(obj uintptr) uintptr
- func Edit_GetMaxLength(obj uintptr) int32
- func Edit_GetModified(obj uintptr) bool
- func Edit_GetMouseInClient(obj uintptr) bool
- func Edit_GetName(obj uintptr) string
- func Edit_GetNamePath(obj uintptr) string
- func Edit_GetNumbersOnly(obj uintptr) bool
- func Edit_GetOwner(obj uintptr) uintptr
- func Edit_GetParent(obj uintptr) uintptr
- func Edit_GetParentColor(obj uintptr) bool
- func Edit_GetParentCtl3D(obj uintptr) bool
- func Edit_GetParentDoubleBuffered(obj uintptr) bool
- func Edit_GetParentFont(obj uintptr) bool
- func Edit_GetParentShowHint(obj uintptr) bool
- func Edit_GetParentWindow(obj uintptr) HWND
- func Edit_GetPasswordChar(obj uintptr) uint16
- func Edit_GetPopupMenu(obj uintptr) uintptr
- func Edit_GetReadOnly(obj uintptr) bool
- func Edit_GetSelLength(obj uintptr) int32
- func Edit_GetSelStart(obj uintptr) int32
- func Edit_GetSelText(obj uintptr) string
- func Edit_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Edit_GetShowHint(obj uintptr) bool
- func Edit_GetStyleElements(obj uintptr) TStyleElements
- func Edit_GetTabOrder(obj uintptr) TTabOrder
- func Edit_GetTabStop(obj uintptr) bool
- func Edit_GetTag(obj uintptr) int
- func Edit_GetText(obj uintptr) string
- func Edit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Edit_GetTextHint(obj uintptr) string
- func Edit_GetTextLen(obj uintptr) int32
- func Edit_GetTop(obj uintptr) int32
- func Edit_GetUseDockManager(obj uintptr) bool
- func Edit_GetVisible(obj uintptr) bool
- func Edit_GetVisibleDockClientCount(obj uintptr) int32
- func Edit_GetWidth(obj uintptr) int32
- func Edit_HandleAllocated(obj uintptr) bool
- func Edit_HasParent(obj uintptr) bool
- func Edit_Hide(obj uintptr)
- func Edit_InheritsFrom(obj uintptr, AClass TClass) bool
- func Edit_InsertControl(obj uintptr, AControl uintptr)
- func Edit_InstanceSize(obj uintptr) int32
- func Edit_Invalidate(obj uintptr)
- func Edit_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Edit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Edit_PasteFromClipboard(obj uintptr)
- func Edit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Edit_Realign(obj uintptr)
- func Edit_Refresh(obj uintptr)
- func Edit_RemoveControl(obj uintptr, AControl uintptr)
- func Edit_Repaint(obj uintptr)
- func Edit_ScaleBy(obj uintptr, M int32, D int32)
- func Edit_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Edit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Edit_SelectAll(obj uintptr)
- func Edit_SendToBack(obj uintptr)
- func Edit_SetAction(obj uintptr, value uintptr)
- func Edit_SetAlign(obj uintptr, value TAlign)
- func Edit_SetAlignWithMargins(obj uintptr, value bool)
- func Edit_SetAlignment(obj uintptr, value TAlignment)
- func Edit_SetAnchors(obj uintptr, value TAnchors)
- func Edit_SetAutoSelect(obj uintptr, value bool)
- func Edit_SetAutoSize(obj uintptr, value bool)
- func Edit_SetBevelEdges(obj uintptr, value TBevelEdges)
- func Edit_SetBevelInner(obj uintptr, value TBevelCut)
- func Edit_SetBevelKind(obj uintptr, value TBevelKind)
- func Edit_SetBevelOuter(obj uintptr, value TBevelCut)
- func Edit_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Edit_SetBorderStyle(obj uintptr, value TBorderStyle)
- func Edit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Edit_SetBoundsRect(obj uintptr, value TRect)
- func Edit_SetCharCase(obj uintptr, value TEditCharCase)
- func Edit_SetClientHeight(obj uintptr, value int32)
- func Edit_SetClientWidth(obj uintptr, value int32)
- func Edit_SetColor(obj uintptr, value TColor)
- func Edit_SetComponentIndex(obj uintptr, value int32)
- func Edit_SetConstraints(obj uintptr, value uintptr)
- func Edit_SetControlState(obj uintptr, value TControlState)
- func Edit_SetControlStyle(obj uintptr, value TControlStyle)
- func Edit_SetCtl3D(obj uintptr, value bool)
- func Edit_SetCursor(obj uintptr, value TCursor)
- func Edit_SetCustomHint(obj uintptr, value uintptr)
- func Edit_SetDockSite(obj uintptr, value bool)
- func Edit_SetDoubleBuffered(obj uintptr, value bool)
- func Edit_SetDragCursor(obj uintptr, value TCursor)
- func Edit_SetDragKind(obj uintptr, value TDragKind)
- func Edit_SetDragMode(obj uintptr, value TDragMode)
- func Edit_SetEnabled(obj uintptr, value bool)
- func Edit_SetFocus(obj uintptr)
- func Edit_SetFont(obj uintptr, value uintptr)
- func Edit_SetHeight(obj uintptr, value int32)
- func Edit_SetHideSelection(obj uintptr, value bool)
- func Edit_SetHint(obj uintptr, value string)
- func Edit_SetLeft(obj uintptr, value int32)
- func Edit_SetMargins(obj uintptr, value uintptr)
- func Edit_SetMaxLength(obj uintptr, value int32)
- func Edit_SetModified(obj uintptr, value bool)
- func Edit_SetName(obj uintptr, value string)
- func Edit_SetNumbersOnly(obj uintptr, value bool)
- func Edit_SetOnChange(obj uintptr, fn interface{})
- func Edit_SetOnClick(obj uintptr, fn interface{})
- func Edit_SetOnContextPopup(obj uintptr, fn interface{})
- func Edit_SetOnDblClick(obj uintptr, fn interface{})
- func Edit_SetOnDragDrop(obj uintptr, fn interface{})
- func Edit_SetOnDragOver(obj uintptr, fn interface{})
- func Edit_SetOnEndDock(obj uintptr, fn interface{})
- func Edit_SetOnEndDrag(obj uintptr, fn interface{})
- func Edit_SetOnEnter(obj uintptr, fn interface{})
- func Edit_SetOnExit(obj uintptr, fn interface{})
- func Edit_SetOnGesture(obj uintptr, fn interface{})
- func Edit_SetOnKeyDown(obj uintptr, fn interface{})
- func Edit_SetOnKeyPress(obj uintptr, fn interface{})
- func Edit_SetOnKeyUp(obj uintptr, fn interface{})
- func Edit_SetOnMouseActivate(obj uintptr, fn interface{})
- func Edit_SetOnMouseDown(obj uintptr, fn interface{})
- func Edit_SetOnMouseEnter(obj uintptr, fn interface{})
- func Edit_SetOnMouseLeave(obj uintptr, fn interface{})
- func Edit_SetOnMouseMove(obj uintptr, fn interface{})
- func Edit_SetOnMouseUp(obj uintptr, fn interface{})
- func Edit_SetOnStartDock(obj uintptr, fn interface{})
- func Edit_SetParent(obj uintptr, value uintptr)
- func Edit_SetParentColor(obj uintptr, value bool)
- func Edit_SetParentCtl3D(obj uintptr, value bool)
- func Edit_SetParentDoubleBuffered(obj uintptr, value bool)
- func Edit_SetParentFont(obj uintptr, value bool)
- func Edit_SetParentShowHint(obj uintptr, value bool)
- func Edit_SetParentWindow(obj uintptr, value HWND)
- func Edit_SetPasswordChar(obj uintptr, value uint16)
- func Edit_SetPopupMenu(obj uintptr, value uintptr)
- func Edit_SetReadOnly(obj uintptr, value bool)
- func Edit_SetSelLength(obj uintptr, value int32)
- func Edit_SetSelStart(obj uintptr, value int32)
- func Edit_SetSelText(obj uintptr, value string)
- func Edit_SetShowHint(obj uintptr, value bool)
- func Edit_SetStyleElements(obj uintptr, value TStyleElements)
- func Edit_SetTabOrder(obj uintptr, value TTabOrder)
- func Edit_SetTabStop(obj uintptr, value bool)
- func Edit_SetTag(obj uintptr, value int)
- func Edit_SetText(obj uintptr, value string)
- func Edit_SetTextBuf(obj uintptr, Buffer string)
- func Edit_SetTextHint(obj uintptr, value string)
- func Edit_SetTop(obj uintptr, value int32)
- func Edit_SetUseDockManager(obj uintptr, value bool)
- func Edit_SetVisible(obj uintptr, value bool)
- func Edit_SetWidth(obj uintptr, value int32)
- func Edit_Show(obj uintptr)
- func Edit_StaticClassType() TClass
- func Edit_ToString(obj uintptr) string
- func Edit_Undo(obj uintptr)
- func Edit_Update(obj uintptr)
- func Edit_UpdateControlState(obj uintptr)
- func EndAddEvent()
- func EventCallbackOf(Id uintptr) (interface{}, bool)
- func Exception_ClassName(obj uintptr) string
- func Exception_ClassType(obj uintptr) TClass
- func Exception_DisposeOf(obj uintptr)
- func Exception_Equals(obj uintptr, Obj uintptr) bool
- func Exception_GetBaseException(obj uintptr) uintptr
- func Exception_GetHashCode(obj uintptr) int32
- func Exception_GetInnerException(obj uintptr) uintptr
- func Exception_GetMessage(obj uintptr) string
- func Exception_GetStackInfo(obj uintptr) uintptr
- func Exception_GetStackTrace(obj uintptr) string
- func Exception_InheritsFrom(obj uintptr, AClass TClass) bool
- func Exception_InstanceSize(obj uintptr) int32
- func Exception_SetMessage(obj uintptr, value string)
- func Exception_StaticClassType() TClass
- func Exception_ToString(obj uintptr) string
- func FindDialog_Assign(obj uintptr, Source uintptr)
- func FindDialog_ClassName(obj uintptr) string
- func FindDialog_ClassType(obj uintptr) TClass
- func FindDialog_CloseDialog(obj uintptr)
- func FindDialog_Create(obj uintptr) uintptr
- func FindDialog_DisposeOf(obj uintptr)
- func FindDialog_Equals(obj uintptr, Obj uintptr) bool
- func FindDialog_Execute(obj uintptr) bool
- func FindDialog_FindComponent(obj uintptr, AName string) uintptr
- func FindDialog_Free(obj uintptr)
- func FindDialog_GetComponentCount(obj uintptr) int32
- func FindDialog_GetComponentIndex(obj uintptr) int32
- func FindDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func FindDialog_GetCtl3D(obj uintptr) bool
- func FindDialog_GetFindText(obj uintptr) string
- func FindDialog_GetHandle(obj uintptr) HWND
- func FindDialog_GetHashCode(obj uintptr) int32
- func FindDialog_GetLeft(obj uintptr) int32
- func FindDialog_GetName(obj uintptr) string
- func FindDialog_GetNamePath(obj uintptr) string
- func FindDialog_GetOptions(obj uintptr) TFindOptions
- func FindDialog_GetOwner(obj uintptr) uintptr
- func FindDialog_GetPosition(obj uintptr) TPoint
- func FindDialog_GetTag(obj uintptr) int
- func FindDialog_GetTop(obj uintptr) int32
- func FindDialog_HasParent(obj uintptr) bool
- func FindDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func FindDialog_InstanceSize(obj uintptr) int32
- func FindDialog_SetComponentIndex(obj uintptr, value int32)
- func FindDialog_SetCtl3D(obj uintptr, value bool)
- func FindDialog_SetFindText(obj uintptr, value string)
- func FindDialog_SetLeft(obj uintptr, value int32)
- func FindDialog_SetName(obj uintptr, value string)
- func FindDialog_SetOnClose(obj uintptr, fn interface{})
- func FindDialog_SetOnFind(obj uintptr, fn interface{})
- func FindDialog_SetOnShow(obj uintptr, fn interface{})
- func FindDialog_SetOptions(obj uintptr, value TFindOptions)
- func FindDialog_SetPosition(obj uintptr, value TPoint)
- func FindDialog_SetTag(obj uintptr, value int)
- func FindDialog_SetTop(obj uintptr, value int32)
- func FindDialog_StaticClassType() TClass
- func FindDialog_ToString(obj uintptr) string
- func FlowPanel_Assign(obj uintptr, Source uintptr)
- func FlowPanel_BringToFront(obj uintptr)
- func FlowPanel_CanFocus(obj uintptr) bool
- func FlowPanel_ClassName(obj uintptr) string
- func FlowPanel_ClassType(obj uintptr) TClass
- func FlowPanel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func FlowPanel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func FlowPanel_ContainsControl(obj uintptr, Control uintptr) bool
- func FlowPanel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func FlowPanel_Create(obj uintptr) uintptr
- func FlowPanel_DisableAlign(obj uintptr)
- func FlowPanel_DisposeOf(obj uintptr)
- func FlowPanel_Dragging(obj uintptr) bool
- func FlowPanel_EnableAlign(obj uintptr)
- func FlowPanel_Equals(obj uintptr, Obj uintptr) bool
- func FlowPanel_FindChildControl(obj uintptr, ControlName string) uintptr
- func FlowPanel_FindComponent(obj uintptr, AName string) uintptr
- func FlowPanel_FlipChildren(obj uintptr, AllLevels bool)
- func FlowPanel_Focused(obj uintptr) bool
- func FlowPanel_Free(obj uintptr)
- func FlowPanel_GetAction(obj uintptr) uintptr
- func FlowPanel_GetAlign(obj uintptr) TAlign
- func FlowPanel_GetAlignDisabled(obj uintptr) bool
- func FlowPanel_GetAlignWithMargins(obj uintptr) bool
- func FlowPanel_GetAlignment(obj uintptr) TAlignment
- func FlowPanel_GetAnchors(obj uintptr) TAnchors
- func FlowPanel_GetAutoSize(obj uintptr) bool
- func FlowPanel_GetAutoWrap(obj uintptr) bool
- func FlowPanel_GetBevelEdges(obj uintptr) TBevelEdges
- func FlowPanel_GetBevelInner(obj uintptr) TBevelCut
- func FlowPanel_GetBevelKind(obj uintptr) TBevelKind
- func FlowPanel_GetBevelOuter(obj uintptr) TBevelCut
- func FlowPanel_GetBiDiMode(obj uintptr) TBiDiMode
- func FlowPanel_GetBorderStyle(obj uintptr) TBorderStyle
- func FlowPanel_GetBorderWidth(obj uintptr) int32
- func FlowPanel_GetBoundsRect(obj uintptr) TRect
- func FlowPanel_GetBrush(obj uintptr) uintptr
- func FlowPanel_GetCaption(obj uintptr) string
- func FlowPanel_GetClientHeight(obj uintptr) int32
- func FlowPanel_GetClientOrigin(obj uintptr) TPoint
- func FlowPanel_GetClientRect(obj uintptr) TRect
- func FlowPanel_GetClientWidth(obj uintptr) int32
- func FlowPanel_GetColor(obj uintptr) TColor
- func FlowPanel_GetComponentCount(obj uintptr) int32
- func FlowPanel_GetComponentIndex(obj uintptr) int32
- func FlowPanel_GetComponents(obj uintptr, AIndex int32) uintptr
- func FlowPanel_GetConstraints(obj uintptr) uintptr
- func FlowPanel_GetControlCount(obj uintptr) int32
- func FlowPanel_GetControlIndex(obj uintptr, AControl uintptr) int32
- func FlowPanel_GetControlState(obj uintptr) TControlState
- func FlowPanel_GetControlStyle(obj uintptr) TControlStyle
- func FlowPanel_GetControls(obj uintptr, Index int32) uintptr
- func FlowPanel_GetCtl3D(obj uintptr) bool
- func FlowPanel_GetCursor(obj uintptr) TCursor
- func FlowPanel_GetCustomHint(obj uintptr) uintptr
- func FlowPanel_GetDockClientCount(obj uintptr) int32
- func FlowPanel_GetDockClients(obj uintptr, Index int32) uintptr
- func FlowPanel_GetDockSite(obj uintptr) bool
- func FlowPanel_GetDoubleBuffered(obj uintptr) bool
- func FlowPanel_GetDragCursor(obj uintptr) TCursor
- func FlowPanel_GetDragKind(obj uintptr) TDragKind
- func FlowPanel_GetDragMode(obj uintptr) TDragMode
- func FlowPanel_GetEnabled(obj uintptr) bool
- func FlowPanel_GetExplicitHeight(obj uintptr) int32
- func FlowPanel_GetExplicitLeft(obj uintptr) int32
- func FlowPanel_GetExplicitTop(obj uintptr) int32
- func FlowPanel_GetExplicitWidth(obj uintptr) int32
- func FlowPanel_GetFloating(obj uintptr) bool
- func FlowPanel_GetFlowStyle(obj uintptr) TFlowStyle
- func FlowPanel_GetFont(obj uintptr) uintptr
- func FlowPanel_GetFullRepaint(obj uintptr) bool
- func FlowPanel_GetHandle(obj uintptr) HWND
- func FlowPanel_GetHashCode(obj uintptr) int32
- func FlowPanel_GetHeight(obj uintptr) int32
- func FlowPanel_GetHint(obj uintptr) string
- func FlowPanel_GetLeft(obj uintptr) int32
- func FlowPanel_GetLocked(obj uintptr) bool
- func FlowPanel_GetMargins(obj uintptr) uintptr
- func FlowPanel_GetMouseInClient(obj uintptr) bool
- func FlowPanel_GetName(obj uintptr) string
- func FlowPanel_GetNamePath(obj uintptr) string
- func FlowPanel_GetOwner(obj uintptr) uintptr
- func FlowPanel_GetParent(obj uintptr) uintptr
- func FlowPanel_GetParentBackground(obj uintptr) bool
- func FlowPanel_GetParentColor(obj uintptr) bool
- func FlowPanel_GetParentCtl3D(obj uintptr) bool
- func FlowPanel_GetParentDoubleBuffered(obj uintptr) bool
- func FlowPanel_GetParentFont(obj uintptr) bool
- func FlowPanel_GetParentShowHint(obj uintptr) bool
- func FlowPanel_GetParentWindow(obj uintptr) HWND
- func FlowPanel_GetPopupMenu(obj uintptr) uintptr
- func FlowPanel_GetShowCaption(obj uintptr) bool
- func FlowPanel_GetShowHint(obj uintptr) bool
- func FlowPanel_GetStyleElements(obj uintptr) TStyleElements
- func FlowPanel_GetTabOrder(obj uintptr) TTabOrder
- func FlowPanel_GetTabStop(obj uintptr) bool
- func FlowPanel_GetTag(obj uintptr) int
- func FlowPanel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func FlowPanel_GetTextLen(obj uintptr) int32
- func FlowPanel_GetTop(obj uintptr) int32
- func FlowPanel_GetUseDockManager(obj uintptr) bool
- func FlowPanel_GetVisible(obj uintptr) bool
- func FlowPanel_GetVisibleDockClientCount(obj uintptr) int32
- func FlowPanel_GetWidth(obj uintptr) int32
- func FlowPanel_HandleAllocated(obj uintptr) bool
- func FlowPanel_HasParent(obj uintptr) bool
- func FlowPanel_Hide(obj uintptr)
- func FlowPanel_InheritsFrom(obj uintptr, AClass TClass) bool
- func FlowPanel_InsertControl(obj uintptr, AControl uintptr)
- func FlowPanel_InstanceSize(obj uintptr) int32
- func FlowPanel_Invalidate(obj uintptr)
- func FlowPanel_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func FlowPanel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func FlowPanel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func FlowPanel_Realign(obj uintptr)
- func FlowPanel_Refresh(obj uintptr)
- func FlowPanel_RemoveControl(obj uintptr, AControl uintptr)
- func FlowPanel_Repaint(obj uintptr)
- func FlowPanel_ScaleBy(obj uintptr, M int32, D int32)
- func FlowPanel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func FlowPanel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func FlowPanel_SendToBack(obj uintptr)
- func FlowPanel_SetAction(obj uintptr, value uintptr)
- func FlowPanel_SetAlign(obj uintptr, value TAlign)
- func FlowPanel_SetAlignWithMargins(obj uintptr, value bool)
- func FlowPanel_SetAlignment(obj uintptr, value TAlignment)
- func FlowPanel_SetAnchors(obj uintptr, value TAnchors)
- func FlowPanel_SetAutoSize(obj uintptr, value bool)
- func FlowPanel_SetAutoWrap(obj uintptr, value bool)
- func FlowPanel_SetBevelEdges(obj uintptr, value TBevelEdges)
- func FlowPanel_SetBevelInner(obj uintptr, value TBevelCut)
- func FlowPanel_SetBevelKind(obj uintptr, value TBevelKind)
- func FlowPanel_SetBevelOuter(obj uintptr, value TBevelCut)
- func FlowPanel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func FlowPanel_SetBorderStyle(obj uintptr, value TBorderStyle)
- func FlowPanel_SetBorderWidth(obj uintptr, value int32)
- func FlowPanel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func FlowPanel_SetBoundsRect(obj uintptr, value TRect)
- func FlowPanel_SetCaption(obj uintptr, value string)
- func FlowPanel_SetClientHeight(obj uintptr, value int32)
- func FlowPanel_SetClientWidth(obj uintptr, value int32)
- func FlowPanel_SetColor(obj uintptr, value TColor)
- func FlowPanel_SetComponentIndex(obj uintptr, value int32)
- func FlowPanel_SetConstraints(obj uintptr, value uintptr)
- func FlowPanel_SetControlIndex(obj uintptr, AControl uintptr, Index int32)
- func FlowPanel_SetControlState(obj uintptr, value TControlState)
- func FlowPanel_SetControlStyle(obj uintptr, value TControlStyle)
- func FlowPanel_SetCtl3D(obj uintptr, value bool)
- func FlowPanel_SetCursor(obj uintptr, value TCursor)
- func FlowPanel_SetCustomHint(obj uintptr, value uintptr)
- func FlowPanel_SetDockSite(obj uintptr, value bool)
- func FlowPanel_SetDoubleBuffered(obj uintptr, value bool)
- func FlowPanel_SetDragCursor(obj uintptr, value TCursor)
- func FlowPanel_SetDragKind(obj uintptr, value TDragKind)
- func FlowPanel_SetDragMode(obj uintptr, value TDragMode)
- func FlowPanel_SetEnabled(obj uintptr, value bool)
- func FlowPanel_SetFlowStyle(obj uintptr, value TFlowStyle)
- func FlowPanel_SetFocus(obj uintptr)
- func FlowPanel_SetFont(obj uintptr, value uintptr)
- func FlowPanel_SetFullRepaint(obj uintptr, value bool)
- func FlowPanel_SetHeight(obj uintptr, value int32)
- func FlowPanel_SetHint(obj uintptr, value string)
- func FlowPanel_SetLeft(obj uintptr, value int32)
- func FlowPanel_SetLocked(obj uintptr, value bool)
- func FlowPanel_SetMargins(obj uintptr, value uintptr)
- func FlowPanel_SetName(obj uintptr, value string)
- func FlowPanel_SetOnAlignPosition(obj uintptr, fn interface{})
- func FlowPanel_SetOnClick(obj uintptr, fn interface{})
- func FlowPanel_SetOnContextPopup(obj uintptr, fn interface{})
- func FlowPanel_SetOnDblClick(obj uintptr, fn interface{})
- func FlowPanel_SetOnDockDrop(obj uintptr, fn interface{})
- func FlowPanel_SetOnDragDrop(obj uintptr, fn interface{})
- func FlowPanel_SetOnDragOver(obj uintptr, fn interface{})
- func FlowPanel_SetOnEndDock(obj uintptr, fn interface{})
- func FlowPanel_SetOnEndDrag(obj uintptr, fn interface{})
- func FlowPanel_SetOnEnter(obj uintptr, fn interface{})
- func FlowPanel_SetOnExit(obj uintptr, fn interface{})
- func FlowPanel_SetOnGesture(obj uintptr, fn interface{})
- func FlowPanel_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseActivate(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseDown(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseEnter(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseLeave(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseMove(obj uintptr, fn interface{})
- func FlowPanel_SetOnMouseUp(obj uintptr, fn interface{})
- func FlowPanel_SetOnResize(obj uintptr, fn interface{})
- func FlowPanel_SetOnStartDock(obj uintptr, fn interface{})
- func FlowPanel_SetOnUnDock(obj uintptr, fn interface{})
- func FlowPanel_SetParent(obj uintptr, value uintptr)
- func FlowPanel_SetParentBackground(obj uintptr, value bool)
- func FlowPanel_SetParentColor(obj uintptr, value bool)
- func FlowPanel_SetParentCtl3D(obj uintptr, value bool)
- func FlowPanel_SetParentDoubleBuffered(obj uintptr, value bool)
- func FlowPanel_SetParentFont(obj uintptr, value bool)
- func FlowPanel_SetParentShowHint(obj uintptr, value bool)
- func FlowPanel_SetParentWindow(obj uintptr, value HWND)
- func FlowPanel_SetPopupMenu(obj uintptr, value uintptr)
- func FlowPanel_SetShowCaption(obj uintptr, value bool)
- func FlowPanel_SetShowHint(obj uintptr, value bool)
- func FlowPanel_SetStyleElements(obj uintptr, value TStyleElements)
- func FlowPanel_SetTabOrder(obj uintptr, value TTabOrder)
- func FlowPanel_SetTabStop(obj uintptr, value bool)
- func FlowPanel_SetTag(obj uintptr, value int)
- func FlowPanel_SetTextBuf(obj uintptr, Buffer string)
- func FlowPanel_SetTop(obj uintptr, value int32)
- func FlowPanel_SetUseDockManager(obj uintptr, value bool)
- func FlowPanel_SetVisible(obj uintptr, value bool)
- func FlowPanel_SetWidth(obj uintptr, value int32)
- func FlowPanel_Show(obj uintptr)
- func FlowPanel_StaticClassType() TClass
- func FlowPanel_ToString(obj uintptr) string
- func FlowPanel_Update(obj uintptr)
- func FlowPanel_UpdateControlState(obj uintptr)
- func FontDialog_Assign(obj uintptr, Source uintptr)
- func FontDialog_ClassName(obj uintptr) string
- func FontDialog_ClassType(obj uintptr) TClass
- func FontDialog_Create(obj uintptr) uintptr
- func FontDialog_DisposeOf(obj uintptr)
- func FontDialog_Equals(obj uintptr, Obj uintptr) bool
- func FontDialog_Execute(obj uintptr) bool
- func FontDialog_FindComponent(obj uintptr, AName string) uintptr
- func FontDialog_Free(obj uintptr)
- func FontDialog_GetComponentCount(obj uintptr) int32
- func FontDialog_GetComponentIndex(obj uintptr) int32
- func FontDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func FontDialog_GetCtl3D(obj uintptr) bool
- func FontDialog_GetFont(obj uintptr) uintptr
- func FontDialog_GetHandle(obj uintptr) HWND
- func FontDialog_GetHashCode(obj uintptr) int32
- func FontDialog_GetName(obj uintptr) string
- func FontDialog_GetNamePath(obj uintptr) string
- func FontDialog_GetOptions(obj uintptr) TFontDialogOptions
- func FontDialog_GetOwner(obj uintptr) uintptr
- func FontDialog_GetTag(obj uintptr) int
- func FontDialog_HasParent(obj uintptr) bool
- func FontDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func FontDialog_InstanceSize(obj uintptr) int32
- func FontDialog_SetComponentIndex(obj uintptr, value int32)
- func FontDialog_SetCtl3D(obj uintptr, value bool)
- func FontDialog_SetFont(obj uintptr, value uintptr)
- func FontDialog_SetName(obj uintptr, value string)
- func FontDialog_SetOnClose(obj uintptr, fn interface{})
- func FontDialog_SetOnShow(obj uintptr, fn interface{})
- func FontDialog_SetOptions(obj uintptr, value TFontDialogOptions)
- func FontDialog_SetTag(obj uintptr, value int)
- func FontDialog_StaticClassType() TClass
- func FontDialog_ToString(obj uintptr) string
- func Font_Assign(obj uintptr, Source uintptr)
- func Font_ClassName(obj uintptr) string
- func Font_ClassType(obj uintptr) TClass
- func Font_Create() uintptr
- func Font_DisposeOf(obj uintptr)
- func Font_Equals(obj uintptr, Obj uintptr) bool
- func Font_Free(obj uintptr)
- func Font_GetCharset(obj uintptr) TFontCharset
- func Font_GetColor(obj uintptr) TColor
- func Font_GetHandle(obj uintptr) HFONT
- func Font_GetHashCode(obj uintptr) int32
- func Font_GetHeight(obj uintptr) int32
- func Font_GetName(obj uintptr) string
- func Font_GetNamePath(obj uintptr) string
- func Font_GetOrientation(obj uintptr) int32
- func Font_GetPitch(obj uintptr) TFontPitch
- func Font_GetPixelsPerInch(obj uintptr) int32
- func Font_GetQuality(obj uintptr) TFontQuality
- func Font_GetSize(obj uintptr) int32
- func Font_GetStyle(obj uintptr) TFontStyles
- func Font_HandleAllocated(obj uintptr) bool
- func Font_InheritsFrom(obj uintptr, AClass TClass) bool
- func Font_InstanceSize(obj uintptr) int32
- func Font_SetCharset(obj uintptr, value TFontCharset)
- func Font_SetColor(obj uintptr, value TColor)
- func Font_SetHandle(obj uintptr, value HFONT)
- func Font_SetHeight(obj uintptr, value int32)
- func Font_SetName(obj uintptr, value string)
- func Font_SetOnChange(obj uintptr, fn interface{})
- func Font_SetOrientation(obj uintptr, value int32)
- func Font_SetPitch(obj uintptr, value TFontPitch)
- func Font_SetPixelsPerInch(obj uintptr, value int32)
- func Font_SetQuality(obj uintptr, value TFontQuality)
- func Font_SetSize(obj uintptr, value int32)
- func Font_SetStyle(obj uintptr, value TFontStyles)
- func Font_StaticClassType() TClass
- func Font_ToString(obj uintptr) string
- func Form_Assign(obj uintptr, Source uintptr)
- func Form_BringToFront(obj uintptr)
- func Form_CanFocus(obj uintptr) bool
- func Form_ClassName(obj uintptr) string
- func Form_ClassType(obj uintptr) TClass
- func Form_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Form_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Form_Close(obj uintptr)
- func Form_ContainsControl(obj uintptr, Control uintptr) bool
- func Form_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Form_Create(obj uintptr) uintptr
- func Form_Create2(owner uintptr, initScale bool) uintptr
- func Form_DisableAlign(obj uintptr)
- func Form_DisableAutoRange(obj uintptr)
- func Form_DisposeOf(obj uintptr)
- func Form_Dragging(obj uintptr) bool
- func Form_EnableAlign(obj uintptr)
- func Form_EnableAutoRange(obj uintptr)
- func Form_EnabledMaximize(obj uintptr, val bool)
- func Form_EnabledMinimize(obj uintptr, val bool)
- func Form_EnabledSystemMenu(obj uintptr, val bool)
- func Form_Equals(obj uintptr, Obj uintptr) bool
- func Form_FindChildControl(obj uintptr, ControlName string) uintptr
- func Form_FindComponent(obj uintptr, AName string) uintptr
- func Form_FlipChildren(obj uintptr, AllLevels bool)
- func Form_Focused(obj uintptr) bool
- func Form_Free(obj uintptr)
- func Form_GetAction(obj uintptr) uintptr
- func Form_GetAlign(obj uintptr) TAlign
- func Form_GetAlignDisabled(obj uintptr) bool
- func Form_GetAlignWithMargins(obj uintptr) bool
- func Form_GetAllowDropFiles(obj uintptr) bool
- func Form_GetAlphaBlend(obj uintptr) bool
- func Form_GetAlphaBlendValue(obj uintptr) uint8
- func Form_GetAnchors(obj uintptr) TAnchors
- func Form_GetAutoScroll(obj uintptr) bool
- func Form_GetAutoSize(obj uintptr) bool
- func Form_GetBiDiMode(obj uintptr) TBiDiMode
- func Form_GetBorderIcons(obj uintptr) TBorderIcons
- func Form_GetBorderStyle(obj uintptr) TFormBorderStyle
- func Form_GetBorderWidth(obj uintptr) int32
- func Form_GetBoundsRect(obj uintptr) TRect
- func Form_GetBrush(obj uintptr) uintptr
- func Form_GetCanvas(obj uintptr) uintptr
- func Form_GetCaption(obj uintptr) string
- func Form_GetClientHeight(obj uintptr) int32
- func Form_GetClientOrigin(obj uintptr) TPoint
- func Form_GetClientRect(obj uintptr) TRect
- func Form_GetClientWidth(obj uintptr) int32
- func Form_GetColor(obj uintptr) TColor
- func Form_GetComponentCount(obj uintptr) int32
- func Form_GetComponentIndex(obj uintptr) int32
- func Form_GetComponents(obj uintptr, AIndex int32) uintptr
- func Form_GetConstraints(obj uintptr) uintptr
- func Form_GetControlCount(obj uintptr) int32
- func Form_GetControlState(obj uintptr) TControlState
- func Form_GetControlStyle(obj uintptr) TControlStyle
- func Form_GetControls(obj uintptr, Index int32) uintptr
- func Form_GetCtl3D(obj uintptr) bool
- func Form_GetCursor(obj uintptr) TCursor
- func Form_GetCustomHint(obj uintptr) uintptr
- func Form_GetDefaultMonitor(obj uintptr) TDefaultMonitor
- func Form_GetDockClientCount(obj uintptr) int32
- func Form_GetDockClients(obj uintptr, Index int32) uintptr
- func Form_GetDockSite(obj uintptr) bool
- func Form_GetDoubleBuffered(obj uintptr) bool
- func Form_GetDragKind(obj uintptr) TDragKind
- func Form_GetDragMode(obj uintptr) TDragMode
- func Form_GetDropTarget(obj uintptr) bool
- func Form_GetEnabled(obj uintptr) bool
- func Form_GetExplicitHeight(obj uintptr) int32
- func Form_GetExplicitLeft(obj uintptr) int32
- func Form_GetExplicitTop(obj uintptr) int32
- func Form_GetExplicitWidth(obj uintptr) int32
- func Form_GetFloating(obj uintptr) bool
- func Form_GetFont(obj uintptr) uintptr
- func Form_GetFormStyle(obj uintptr) TFormStyle
- func Form_GetHandle(obj uintptr) HWND
- func Form_GetHashCode(obj uintptr) int32
- func Form_GetHeight(obj uintptr) int32
- func Form_GetHint(obj uintptr) string
- func Form_GetHorzScrollBar(obj uintptr) uintptr
- func Form_GetIcon(obj uintptr) uintptr
- func Form_GetKeyPreview(obj uintptr) bool
- func Form_GetLeft(obj uintptr) int32
- func Form_GetMargins(obj uintptr) uintptr
- func Form_GetMenu(obj uintptr) uintptr
- func Form_GetModalResult(obj uintptr) TModalResult
- func Form_GetMonitor(obj uintptr) uintptr
- func Form_GetMouseInClient(obj uintptr) bool
- func Form_GetName(obj uintptr) string
- func Form_GetNamePath(obj uintptr) string
- func Form_GetOwner(obj uintptr) uintptr
- func Form_GetParent(obj uintptr) uintptr
- func Form_GetParentDoubleBuffered(obj uintptr) bool
- func Form_GetParentFont(obj uintptr) bool
- func Form_GetParentWindow(obj uintptr) HWND
- func Form_GetPixelsPerInch(obj uintptr) int32
- func Form_GetPopupMenu(obj uintptr) uintptr
- func Form_GetPosition(obj uintptr) TPosition
- func Form_GetScaled(obj uintptr) bool
- func Form_GetShowHint(obj uintptr) bool
- func Form_GetStyleElements(obj uintptr) TStyleElements
- func Form_GetTabOrder(obj uintptr) TTabOrder
- func Form_GetTabStop(obj uintptr) bool
- func Form_GetTag(obj uintptr) int
- func Form_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Form_GetTextLen(obj uintptr) int32
- func Form_GetTop(obj uintptr) int32
- func Form_GetTransparentColor(obj uintptr) bool
- func Form_GetTransparentColorValue(obj uintptr) TColor
- func Form_GetUseDockManager(obj uintptr) bool
- func Form_GetVertScrollBar(obj uintptr) uintptr
- func Form_GetVisible(obj uintptr) bool
- func Form_GetVisibleDockClientCount(obj uintptr) int32
- func Form_GetWidth(obj uintptr) int32
- func Form_GetWindowState(obj uintptr) TWindowState
- func Form_HandleAllocated(obj uintptr) bool
- func Form_HasParent(obj uintptr) bool
- func Form_Hide(obj uintptr)
- func Form_InheritedWndProc(obj uintptr, msg *types.TMessage)
- func Form_InheritsFrom(obj uintptr, AClass TClass) bool
- func Form_InsertControl(obj uintptr, AControl uintptr)
- func Form_InstanceSize(obj uintptr) int32
- func Form_Invalidate(obj uintptr)
- func Form_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Form_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Form_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Form_Print(obj uintptr)
- func Form_Realign(obj uintptr)
- func Form_Refresh(obj uintptr)
- func Form_RemoveControl(obj uintptr, AControl uintptr)
- func Form_Repaint(obj uintptr)
- func Form_ScaleBy(obj uintptr, M int32, D int32)
- func Form_ScaleControlsForDpi(obj uintptr, newPPI int32)
- func Form_ScaleForCurrentDpi(obj uintptr)
- func Form_ScaleForPPI(obj uintptr, newPPI int32)
- func Form_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Form_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Form_ScrollInView(obj uintptr, AControl uintptr)
- func Form_SendToBack(obj uintptr)
- func Form_SetAction(obj uintptr, value uintptr)
- func Form_SetAlign(obj uintptr, value TAlign)
- func Form_SetAlignWithMargins(obj uintptr, value bool)
- func Form_SetAllowDropFiles(obj uintptr, val bool)
- func Form_SetAlphaBlend(obj uintptr, value bool)
- func Form_SetAlphaBlendValue(obj uintptr, value uint8)
- func Form_SetAnchors(obj uintptr, value TAnchors)
- func Form_SetAutoScroll(obj uintptr, value bool)
- func Form_SetAutoSize(obj uintptr, value bool)
- func Form_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Form_SetBorderIcons(obj uintptr, value TBorderIcons)
- func Form_SetBorderStyle(obj uintptr, value TFormBorderStyle)
- func Form_SetBorderWidth(obj uintptr, value int32)
- func Form_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Form_SetBoundsRect(obj uintptr, value TRect)
- func Form_SetCaption(obj uintptr, value string)
- func Form_SetClientHeight(obj uintptr, value int32)
- func Form_SetClientWidth(obj uintptr, value int32)
- func Form_SetColor(obj uintptr, value TColor)
- func Form_SetComponentIndex(obj uintptr, value int32)
- func Form_SetConstraints(obj uintptr, value uintptr)
- func Form_SetControlState(obj uintptr, value TControlState)
- func Form_SetControlStyle(obj uintptr, value TControlStyle)
- func Form_SetCtl3D(obj uintptr, value bool)
- func Form_SetCursor(obj uintptr, value TCursor)
- func Form_SetCustomHint(obj uintptr, value uintptr)
- func Form_SetDefaultMonitor(obj uintptr, value TDefaultMonitor)
- func Form_SetDockSite(obj uintptr, value bool)
- func Form_SetDoubleBuffered(obj uintptr, value bool)
- func Form_SetDragKind(obj uintptr, value TDragKind)
- func Form_SetDragMode(obj uintptr, value TDragMode)
- func Form_SetDropTarget(obj uintptr, value bool)
- func Form_SetEnabled(obj uintptr, value bool)
- func Form_SetFocus(obj uintptr)
- func Form_SetFont(obj uintptr, value uintptr)
- func Form_SetFormStyle(obj uintptr, value TFormStyle)
- func Form_SetHeight(obj uintptr, value int32)
- func Form_SetHint(obj uintptr, value string)
- func Form_SetHorzScrollBar(obj uintptr, value uintptr)
- func Form_SetIcon(obj uintptr, value uintptr)
- func Form_SetKeyPreview(obj uintptr, value bool)
- func Form_SetLeft(obj uintptr, value int32)
- func Form_SetMargins(obj uintptr, value uintptr)
- func Form_SetMenu(obj uintptr, value uintptr)
- func Form_SetModalResult(obj uintptr, value TModalResult)
- func Form_SetName(obj uintptr, value string)
- func Form_SetOnActivate(obj uintptr, fn interface{})
- func Form_SetOnAlignPosition(obj uintptr, fn interface{})
- func Form_SetOnClick(obj uintptr, fn interface{})
- func Form_SetOnClose(obj uintptr, fn interface{})
- func Form_SetOnCloseQuery(obj uintptr, fn interface{})
- func Form_SetOnConstrainedResize(obj uintptr, fn interface{})
- func Form_SetOnContextPopup(obj uintptr, fn interface{})
- func Form_SetOnDblClick(obj uintptr, fn interface{})
- func Form_SetOnDeactivate(obj uintptr, fn interface{})
- func Form_SetOnDestroy(obj uintptr, fn interface{})
- func Form_SetOnDockDrop(obj uintptr, fn interface{})
- func Form_SetOnDragDrop(obj uintptr, fn interface{})
- func Form_SetOnDragOver(obj uintptr, fn interface{})
- func Form_SetOnDropFiles(obj uintptr, fn interface{})
- func Form_SetOnEndDock(obj uintptr, fn interface{})
- func Form_SetOnGesture(obj uintptr, fn interface{})
- func Form_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func Form_SetOnHelp(obj uintptr, fn interface{})
- func Form_SetOnHide(obj uintptr, fn interface{})
- func Form_SetOnKeyDown(obj uintptr, fn interface{})
- func Form_SetOnKeyPress(obj uintptr, fn interface{})
- func Form_SetOnKeyUp(obj uintptr, fn interface{})
- func Form_SetOnMouseActivate(obj uintptr, fn interface{})
- func Form_SetOnMouseDown(obj uintptr, fn interface{})
- func Form_SetOnMouseEnter(obj uintptr, fn interface{})
- func Form_SetOnMouseLeave(obj uintptr, fn interface{})
- func Form_SetOnMouseMove(obj uintptr, fn interface{})
- func Form_SetOnMouseUp(obj uintptr, fn interface{})
- func Form_SetOnMouseWheel(obj uintptr, fn interface{})
- func Form_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func Form_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func Form_SetOnPaint(obj uintptr, fn interface{})
- func Form_SetOnResize(obj uintptr, fn interface{})
- func Form_SetOnShortCut(obj uintptr, fn interface{})
- func Form_SetOnShow(obj uintptr, fn interface{})
- func Form_SetOnStartDock(obj uintptr, fn interface{})
- func Form_SetOnStyleChanged(obj uintptr, fn interface{})
- func Form_SetOnUnDock(obj uintptr, fn interface{})
- func Form_SetOnWndProc(obj uintptr, fn interface{})
- func Form_SetParent(obj uintptr, value uintptr)
- func Form_SetParentDoubleBuffered(obj uintptr, value bool)
- func Form_SetParentFont(obj uintptr, value bool)
- func Form_SetParentWindow(obj uintptr, value HWND)
- func Form_SetPixelsPerInch(obj uintptr, value int32)
- func Form_SetPopupMenu(obj uintptr, value uintptr)
- func Form_SetPosition(obj uintptr, value TPosition)
- func Form_SetScaled(obj uintptr, value bool)
- func Form_SetShowHint(obj uintptr, value bool)
- func Form_SetShowInTaskBar(obj uintptr, val types.TShowInTaskbar)
- func Form_SetStyleElements(obj uintptr, value TStyleElements)
- func Form_SetTabOrder(obj uintptr, value TTabOrder)
- func Form_SetTabStop(obj uintptr, value bool)
- func Form_SetTag(obj uintptr, value int)
- func Form_SetTextBuf(obj uintptr, Buffer string)
- func Form_SetTop(obj uintptr, value int32)
- func Form_SetTransparentColor(obj uintptr, value bool)
- func Form_SetTransparentColorValue(obj uintptr, value TColor)
- func Form_SetUseDockManager(obj uintptr, value bool)
- func Form_SetVertScrollBar(obj uintptr, value uintptr)
- func Form_SetVisible(obj uintptr, value bool)
- func Form_SetWidth(obj uintptr, value int32)
- func Form_SetWindowState(obj uintptr, value TWindowState)
- func Form_Show(obj uintptr)
- func Form_ShowInTaskBar(obj uintptr) types.TShowInTaskbar
- func Form_ShowModal(obj uintptr) int32
- func Form_StaticClassType() TClass
- func Form_ToString(obj uintptr) string
- func Form_Update(obj uintptr)
- func Form_UpdateControlState(obj uintptr)
- func Frame_Assign(obj uintptr, Source uintptr)
- func Frame_BringToFront(obj uintptr)
- func Frame_CanFocus(obj uintptr) bool
- func Frame_ClassName(obj uintptr) string
- func Frame_ClassType(obj uintptr) TClass
- func Frame_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Frame_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Frame_ContainsControl(obj uintptr, Control uintptr) bool
- func Frame_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Frame_Create(obj uintptr) uintptr
- func Frame_DisableAlign(obj uintptr)
- func Frame_DisableAutoRange(obj uintptr)
- func Frame_DisposeOf(obj uintptr)
- func Frame_Dragging(obj uintptr) bool
- func Frame_EnableAlign(obj uintptr)
- func Frame_EnableAutoRange(obj uintptr)
- func Frame_Equals(obj uintptr, Obj uintptr) bool
- func Frame_FindChildControl(obj uintptr, ControlName string) uintptr
- func Frame_FindComponent(obj uintptr, AName string) uintptr
- func Frame_FlipChildren(obj uintptr, AllLevels bool)
- func Frame_Focused(obj uintptr) bool
- func Frame_Free(obj uintptr)
- func Frame_GetAction(obj uintptr) uintptr
- func Frame_GetAlign(obj uintptr) TAlign
- func Frame_GetAlignDisabled(obj uintptr) bool
- func Frame_GetAlignWithMargins(obj uintptr) bool
- func Frame_GetAnchors(obj uintptr) TAnchors
- func Frame_GetAutoScroll(obj uintptr) bool
- func Frame_GetAutoSize(obj uintptr) bool
- func Frame_GetBiDiMode(obj uintptr) TBiDiMode
- func Frame_GetBoundsRect(obj uintptr) TRect
- func Frame_GetBrush(obj uintptr) uintptr
- func Frame_GetClientHeight(obj uintptr) int32
- func Frame_GetClientOrigin(obj uintptr) TPoint
- func Frame_GetClientRect(obj uintptr) TRect
- func Frame_GetClientWidth(obj uintptr) int32
- func Frame_GetColor(obj uintptr) TColor
- func Frame_GetComponentCount(obj uintptr) int32
- func Frame_GetComponentIndex(obj uintptr) int32
- func Frame_GetComponents(obj uintptr, AIndex int32) uintptr
- func Frame_GetConstraints(obj uintptr) uintptr
- func Frame_GetControlCount(obj uintptr) int32
- func Frame_GetControlState(obj uintptr) TControlState
- func Frame_GetControlStyle(obj uintptr) TControlStyle
- func Frame_GetControls(obj uintptr, Index int32) uintptr
- func Frame_GetCtl3D(obj uintptr) bool
- func Frame_GetCursor(obj uintptr) TCursor
- func Frame_GetCustomHint(obj uintptr) uintptr
- func Frame_GetDockClientCount(obj uintptr) int32
- func Frame_GetDockClients(obj uintptr, Index int32) uintptr
- func Frame_GetDockSite(obj uintptr) bool
- func Frame_GetDoubleBuffered(obj uintptr) bool
- func Frame_GetDragCursor(obj uintptr) TCursor
- func Frame_GetDragKind(obj uintptr) TDragKind
- func Frame_GetDragMode(obj uintptr) TDragMode
- func Frame_GetEnabled(obj uintptr) bool
- func Frame_GetExplicitHeight(obj uintptr) int32
- func Frame_GetExplicitLeft(obj uintptr) int32
- func Frame_GetExplicitTop(obj uintptr) int32
- func Frame_GetExplicitWidth(obj uintptr) int32
- func Frame_GetFloating(obj uintptr) bool
- func Frame_GetFont(obj uintptr) uintptr
- func Frame_GetHandle(obj uintptr) HWND
- func Frame_GetHashCode(obj uintptr) int32
- func Frame_GetHeight(obj uintptr) int32
- func Frame_GetHint(obj uintptr) string
- func Frame_GetHorzScrollBar(obj uintptr) uintptr
- func Frame_GetLeft(obj uintptr) int32
- func Frame_GetMargins(obj uintptr) uintptr
- func Frame_GetMouseInClient(obj uintptr) bool
- func Frame_GetName(obj uintptr) string
- func Frame_GetNamePath(obj uintptr) string
- func Frame_GetOwner(obj uintptr) uintptr
- func Frame_GetParent(obj uintptr) uintptr
- func Frame_GetParentBackground(obj uintptr) bool
- func Frame_GetParentColor(obj uintptr) bool
- func Frame_GetParentCtl3D(obj uintptr) bool
- func Frame_GetParentDoubleBuffered(obj uintptr) bool
- func Frame_GetParentFont(obj uintptr) bool
- func Frame_GetParentShowHint(obj uintptr) bool
- func Frame_GetParentWindow(obj uintptr) HWND
- func Frame_GetPopupMenu(obj uintptr) uintptr
- func Frame_GetShowHint(obj uintptr) bool
- func Frame_GetStyleElements(obj uintptr) TStyleElements
- func Frame_GetTabOrder(obj uintptr) TTabOrder
- func Frame_GetTabStop(obj uintptr) bool
- func Frame_GetTag(obj uintptr) int
- func Frame_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Frame_GetTextLen(obj uintptr) int32
- func Frame_GetTop(obj uintptr) int32
- func Frame_GetUseDockManager(obj uintptr) bool
- func Frame_GetVertScrollBar(obj uintptr) uintptr
- func Frame_GetVisible(obj uintptr) bool
- func Frame_GetVisibleDockClientCount(obj uintptr) int32
- func Frame_GetWidth(obj uintptr) int32
- func Frame_HandleAllocated(obj uintptr) bool
- func Frame_HasParent(obj uintptr) bool
- func Frame_Hide(obj uintptr)
- func Frame_InheritsFrom(obj uintptr, AClass TClass) bool
- func Frame_InsertControl(obj uintptr, AControl uintptr)
- func Frame_InstanceSize(obj uintptr) int32
- func Frame_Invalidate(obj uintptr)
- func Frame_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Frame_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Frame_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Frame_Realign(obj uintptr)
- func Frame_Refresh(obj uintptr)
- func Frame_RemoveControl(obj uintptr, AControl uintptr)
- func Frame_Repaint(obj uintptr)
- func Frame_ScaleBy(obj uintptr, M int32, D int32)
- func Frame_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Frame_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Frame_ScrollInView(obj uintptr, AControl uintptr)
- func Frame_SendToBack(obj uintptr)
- func Frame_SetAction(obj uintptr, value uintptr)
- func Frame_SetAlign(obj uintptr, value TAlign)
- func Frame_SetAlignWithMargins(obj uintptr, value bool)
- func Frame_SetAnchors(obj uintptr, value TAnchors)
- func Frame_SetAutoScroll(obj uintptr, value bool)
- func Frame_SetAutoSize(obj uintptr, value bool)
- func Frame_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Frame_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Frame_SetBoundsRect(obj uintptr, value TRect)
- func Frame_SetClientHeight(obj uintptr, value int32)
- func Frame_SetClientWidth(obj uintptr, value int32)
- func Frame_SetColor(obj uintptr, value TColor)
- func Frame_SetComponentIndex(obj uintptr, value int32)
- func Frame_SetConstraints(obj uintptr, value uintptr)
- func Frame_SetControlState(obj uintptr, value TControlState)
- func Frame_SetControlStyle(obj uintptr, value TControlStyle)
- func Frame_SetCtl3D(obj uintptr, value bool)
- func Frame_SetCursor(obj uintptr, value TCursor)
- func Frame_SetCustomHint(obj uintptr, value uintptr)
- func Frame_SetDockSite(obj uintptr, value bool)
- func Frame_SetDoubleBuffered(obj uintptr, value bool)
- func Frame_SetDragCursor(obj uintptr, value TCursor)
- func Frame_SetDragKind(obj uintptr, value TDragKind)
- func Frame_SetDragMode(obj uintptr, value TDragMode)
- func Frame_SetEnabled(obj uintptr, value bool)
- func Frame_SetFocus(obj uintptr)
- func Frame_SetFont(obj uintptr, value uintptr)
- func Frame_SetHeight(obj uintptr, value int32)
- func Frame_SetHint(obj uintptr, value string)
- func Frame_SetHorzScrollBar(obj uintptr, value uintptr)
- func Frame_SetLeft(obj uintptr, value int32)
- func Frame_SetMargins(obj uintptr, value uintptr)
- func Frame_SetName(obj uintptr, value string)
- func Frame_SetOnAlignPosition(obj uintptr, fn interface{})
- func Frame_SetOnClick(obj uintptr, fn interface{})
- func Frame_SetOnContextPopup(obj uintptr, fn interface{})
- func Frame_SetOnDblClick(obj uintptr, fn interface{})
- func Frame_SetOnDockDrop(obj uintptr, fn interface{})
- func Frame_SetOnDragDrop(obj uintptr, fn interface{})
- func Frame_SetOnDragOver(obj uintptr, fn interface{})
- func Frame_SetOnEndDock(obj uintptr, fn interface{})
- func Frame_SetOnEndDrag(obj uintptr, fn interface{})
- func Frame_SetOnEnter(obj uintptr, fn interface{})
- func Frame_SetOnExit(obj uintptr, fn interface{})
- func Frame_SetOnGesture(obj uintptr, fn interface{})
- func Frame_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func Frame_SetOnMouseActivate(obj uintptr, fn interface{})
- func Frame_SetOnMouseDown(obj uintptr, fn interface{})
- func Frame_SetOnMouseEnter(obj uintptr, fn interface{})
- func Frame_SetOnMouseLeave(obj uintptr, fn interface{})
- func Frame_SetOnMouseMove(obj uintptr, fn interface{})
- func Frame_SetOnMouseUp(obj uintptr, fn interface{})
- func Frame_SetOnMouseWheel(obj uintptr, fn interface{})
- func Frame_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func Frame_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func Frame_SetOnResize(obj uintptr, fn interface{})
- func Frame_SetOnStartDock(obj uintptr, fn interface{})
- func Frame_SetOnUnDock(obj uintptr, fn interface{})
- func Frame_SetParent(obj uintptr, value uintptr)
- func Frame_SetParentBackground(obj uintptr, value bool)
- func Frame_SetParentColor(obj uintptr, value bool)
- func Frame_SetParentCtl3D(obj uintptr, value bool)
- func Frame_SetParentDoubleBuffered(obj uintptr, value bool)
- func Frame_SetParentFont(obj uintptr, value bool)
- func Frame_SetParentShowHint(obj uintptr, value bool)
- func Frame_SetParentWindow(obj uintptr, value HWND)
- func Frame_SetPopupMenu(obj uintptr, value uintptr)
- func Frame_SetShowHint(obj uintptr, value bool)
- func Frame_SetStyleElements(obj uintptr, value TStyleElements)
- func Frame_SetTabOrder(obj uintptr, value TTabOrder)
- func Frame_SetTabStop(obj uintptr, value bool)
- func Frame_SetTag(obj uintptr, value int)
- func Frame_SetTextBuf(obj uintptr, Buffer string)
- func Frame_SetTop(obj uintptr, value int32)
- func Frame_SetUseDockManager(obj uintptr, value bool)
- func Frame_SetVertScrollBar(obj uintptr, value uintptr)
- func Frame_SetVisible(obj uintptr, value bool)
- func Frame_SetWidth(obj uintptr, value int32)
- func Frame_Show(obj uintptr)
- func Frame_StaticClassType() TClass
- func Frame_ToString(obj uintptr) string
- func Frame_Update(obj uintptr)
- func Frame_UpdateControlState(obj uintptr)
- func GIFFrame_Assign(obj uintptr, Source uintptr)
- func GIFFrame_ClassName(obj uintptr) string
- func GIFFrame_ClassType(obj uintptr) TClass
- func GIFFrame_Clear(obj uintptr)
- func GIFFrame_Create() uintptr
- func GIFFrame_DisposeOf(obj uintptr)
- func GIFFrame_Equals(obj uintptr, Obj uintptr) bool
- func GIFFrame_Free(obj uintptr)
- func GIFFrame_GetBitmap(obj uintptr) uintptr
- func GIFFrame_GetBitsPerPixel(obj uintptr) int32
- func GIFFrame_GetBoundsRect(obj uintptr) TRect
- func GIFFrame_GetClientRect(obj uintptr) TRect
- func GIFFrame_GetData(obj uintptr) uintptr
- func GIFFrame_GetDataSize(obj uintptr) int32
- func GIFFrame_GetEmpty(obj uintptr) bool
- func GIFFrame_GetHasBitmap(obj uintptr) bool
- func GIFFrame_GetHashCode(obj uintptr) int32
- func GIFFrame_GetHeight(obj uintptr) uint16
- func GIFFrame_GetLeft(obj uintptr) uint16
- func GIFFrame_GetNamePath(obj uintptr) string
- func GIFFrame_GetPalette(obj uintptr) HPALETTE
- func GIFFrame_GetTop(obj uintptr) uint16
- func GIFFrame_GetTransparent(obj uintptr) bool
- func GIFFrame_GetVersion(obj uintptr) TGIFVersion
- func GIFFrame_GetWidth(obj uintptr) uint16
- func GIFFrame_InheritsFrom(obj uintptr, AClass TClass) bool
- func GIFFrame_InstanceSize(obj uintptr) int32
- func GIFFrame_LoadFromFile(obj uintptr, Filename string)
- func GIFFrame_LoadFromStream(obj uintptr, Stream uintptr)
- func GIFFrame_SaveToFile(obj uintptr, Filename string)
- func GIFFrame_SaveToStream(obj uintptr, Stream uintptr)
- func GIFFrame_SetBitmap(obj uintptr, value uintptr)
- func GIFFrame_SetBoundsRect(obj uintptr, value TRect)
- func GIFFrame_SetHasBitmap(obj uintptr, value bool)
- func GIFFrame_SetHeight(obj uintptr, value uint16)
- func GIFFrame_SetLeft(obj uintptr, value uint16)
- func GIFFrame_SetPalette(obj uintptr, value HPALETTE)
- func GIFFrame_SetTop(obj uintptr, value uint16)
- func GIFFrame_SetWidth(obj uintptr, value uint16)
- func GIFFrame_StaticClassType() TClass
- func GIFFrame_ToString(obj uintptr) string
- func GIFImage_Add(obj uintptr, Source uintptr) uintptr
- func GIFImage_Assign(obj uintptr, Source uintptr)
- func GIFImage_ClassName(obj uintptr) string
- func GIFImage_ClassType(obj uintptr) TClass
- func GIFImage_Clear(obj uintptr)
- func GIFImage_Create() uintptr
- func GIFImage_DisposeOf(obj uintptr)
- func GIFImage_Equals(obj uintptr, Obj uintptr) bool
- func GIFImage_Free(obj uintptr)
- func GIFImage_GetAnimate(obj uintptr) bool
- func GIFImage_GetAnimateLoop(obj uintptr) TGIFAnimationLoop
- func GIFImage_GetAnimationSpeed(obj uintptr) int32
- func GIFImage_GetAspectRatio(obj uintptr) uint8
- func GIFImage_GetBackgroundColor(obj uintptr) TColor
- func GIFImage_GetBitmap(obj uintptr) uintptr
- func GIFImage_GetBitsPerPixel(obj uintptr) int32
- func GIFImage_GetEmpty(obj uintptr) bool
- func GIFImage_GetHashCode(obj uintptr) int32
- func GIFImage_GetHeight(obj uintptr) int32
- func GIFImage_GetIsTransparent(obj uintptr) bool
- func GIFImage_GetModified(obj uintptr) bool
- func GIFImage_GetNamePath(obj uintptr) string
- func GIFImage_GetPalette(obj uintptr) HPALETTE
- func GIFImage_GetPaletteModified(obj uintptr) bool
- func GIFImage_GetShouldDither(obj uintptr) bool
- func GIFImage_GetTransparent(obj uintptr) bool
- func GIFImage_GetVersion(obj uintptr) TGIFVersion
- func GIFImage_GetWidth(obj uintptr) int32
- func GIFImage_InheritsFrom(obj uintptr, AClass TClass) bool
- func GIFImage_InstanceSize(obj uintptr) int32
- func GIFImage_LoadFromFile(obj uintptr, Filename string)
- func GIFImage_LoadFromStream(obj uintptr, Stream uintptr)
- func GIFImage_ResumeDraw(obj uintptr)
- func GIFImage_SaveToFile(obj uintptr, Filename string)
- func GIFImage_SaveToStream(obj uintptr, Stream uintptr)
- func GIFImage_SetAnimate(obj uintptr, value bool)
- func GIFImage_SetAnimateLoop(obj uintptr, value TGIFAnimationLoop)
- func GIFImage_SetAnimationSpeed(obj uintptr, value int32)
- func GIFImage_SetAspectRatio(obj uintptr, value uint8)
- func GIFImage_SetBackgroundColor(obj uintptr, value TColor)
- func GIFImage_SetHeight(obj uintptr, value int32)
- func GIFImage_SetModified(obj uintptr, value bool)
- func GIFImage_SetOnChange(obj uintptr, fn interface{})
- func GIFImage_SetOnPaint(obj uintptr, fn interface{})
- func GIFImage_SetPalette(obj uintptr, value HPALETTE)
- func GIFImage_SetPaletteModified(obj uintptr, value bool)
- func GIFImage_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func GIFImage_SetTransparent(obj uintptr, value bool)
- func GIFImage_SetWidth(obj uintptr, value int32)
- func GIFImage_StaticClassType() TClass
- func GIFImage_StopDraw(obj uintptr)
- func GIFImage_SuspendDraw(obj uintptr)
- func GIFImage_ToString(obj uintptr) string
- func Gauge_AddProgress(obj uintptr, Value int32)
- func Gauge_Assign(obj uintptr, Source uintptr)
- func Gauge_BringToFront(obj uintptr)
- func Gauge_ClassName(obj uintptr) string
- func Gauge_ClassType(obj uintptr) TClass
- func Gauge_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Gauge_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Gauge_Create(obj uintptr) uintptr
- func Gauge_DisposeOf(obj uintptr)
- func Gauge_Dragging(obj uintptr) bool
- func Gauge_Equals(obj uintptr, Obj uintptr) bool
- func Gauge_FindComponent(obj uintptr, AName string) uintptr
- func Gauge_Free(obj uintptr)
- func Gauge_GetAction(obj uintptr) uintptr
- func Gauge_GetAlign(obj uintptr) TAlign
- func Gauge_GetAlignWithMargins(obj uintptr) bool
- func Gauge_GetAnchors(obj uintptr) TAnchors
- func Gauge_GetBackColor(obj uintptr) TColor
- func Gauge_GetBiDiMode(obj uintptr) TBiDiMode
- func Gauge_GetBorderStyle(obj uintptr) TBorderStyle
- func Gauge_GetBoundsRect(obj uintptr) TRect
- func Gauge_GetClientHeight(obj uintptr) int32
- func Gauge_GetClientOrigin(obj uintptr) TPoint
- func Gauge_GetClientRect(obj uintptr) TRect
- func Gauge_GetClientWidth(obj uintptr) int32
- func Gauge_GetColor(obj uintptr) TColor
- func Gauge_GetComponentCount(obj uintptr) int32
- func Gauge_GetComponentIndex(obj uintptr) int32
- func Gauge_GetComponents(obj uintptr, AIndex int32) uintptr
- func Gauge_GetConstraints(obj uintptr) uintptr
- func Gauge_GetControlState(obj uintptr) TControlState
- func Gauge_GetControlStyle(obj uintptr) TControlStyle
- func Gauge_GetCursor(obj uintptr) TCursor
- func Gauge_GetCustomHint(obj uintptr) uintptr
- func Gauge_GetEnabled(obj uintptr) bool
- func Gauge_GetExplicitHeight(obj uintptr) int32
- func Gauge_GetExplicitLeft(obj uintptr) int32
- func Gauge_GetExplicitTop(obj uintptr) int32
- func Gauge_GetExplicitWidth(obj uintptr) int32
- func Gauge_GetFloating(obj uintptr) bool
- func Gauge_GetFont(obj uintptr) uintptr
- func Gauge_GetForeColor(obj uintptr) TColor
- func Gauge_GetHashCode(obj uintptr) int32
- func Gauge_GetHeight(obj uintptr) int32
- func Gauge_GetHint(obj uintptr) string
- func Gauge_GetKind(obj uintptr) TGaugeKind
- func Gauge_GetLeft(obj uintptr) int32
- func Gauge_GetMargins(obj uintptr) uintptr
- func Gauge_GetMaxValue(obj uintptr) int32
- func Gauge_GetMinValue(obj uintptr) int32
- func Gauge_GetName(obj uintptr) string
- func Gauge_GetNamePath(obj uintptr) string
- func Gauge_GetOwner(obj uintptr) uintptr
- func Gauge_GetParent(obj uintptr) uintptr
- func Gauge_GetParentColor(obj uintptr) bool
- func Gauge_GetParentFont(obj uintptr) bool
- func Gauge_GetParentShowHint(obj uintptr) bool
- func Gauge_GetPercentDone(obj uintptr) int32
- func Gauge_GetPopupMenu(obj uintptr) uintptr
- func Gauge_GetProgress(obj uintptr) int32
- func Gauge_GetShowHint(obj uintptr) bool
- func Gauge_GetShowText(obj uintptr) bool
- func Gauge_GetStyleElements(obj uintptr) TStyleElements
- func Gauge_GetTag(obj uintptr) int
- func Gauge_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Gauge_GetTextLen(obj uintptr) int32
- func Gauge_GetTop(obj uintptr) int32
- func Gauge_GetVisible(obj uintptr) bool
- func Gauge_GetWidth(obj uintptr) int32
- func Gauge_HasParent(obj uintptr) bool
- func Gauge_Hide(obj uintptr)
- func Gauge_InheritsFrom(obj uintptr, AClass TClass) bool
- func Gauge_InstanceSize(obj uintptr) int32
- func Gauge_Invalidate(obj uintptr)
- func Gauge_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Gauge_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Gauge_Refresh(obj uintptr)
- func Gauge_Repaint(obj uintptr)
- func Gauge_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Gauge_SendToBack(obj uintptr)
- func Gauge_SetAction(obj uintptr, value uintptr)
- func Gauge_SetAlign(obj uintptr, value TAlign)
- func Gauge_SetAlignWithMargins(obj uintptr, value bool)
- func Gauge_SetAnchors(obj uintptr, value TAnchors)
- func Gauge_SetBackColor(obj uintptr, value TColor)
- func Gauge_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Gauge_SetBorderStyle(obj uintptr, value TBorderStyle)
- func Gauge_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Gauge_SetBoundsRect(obj uintptr, value TRect)
- func Gauge_SetClientHeight(obj uintptr, value int32)
- func Gauge_SetClientWidth(obj uintptr, value int32)
- func Gauge_SetColor(obj uintptr, value TColor)
- func Gauge_SetComponentIndex(obj uintptr, value int32)
- func Gauge_SetConstraints(obj uintptr, value uintptr)
- func Gauge_SetControlState(obj uintptr, value TControlState)
- func Gauge_SetControlStyle(obj uintptr, value TControlStyle)
- func Gauge_SetCursor(obj uintptr, value TCursor)
- func Gauge_SetCustomHint(obj uintptr, value uintptr)
- func Gauge_SetEnabled(obj uintptr, value bool)
- func Gauge_SetFont(obj uintptr, value uintptr)
- func Gauge_SetForeColor(obj uintptr, value TColor)
- func Gauge_SetHeight(obj uintptr, value int32)
- func Gauge_SetHint(obj uintptr, value string)
- func Gauge_SetKind(obj uintptr, value TGaugeKind)
- func Gauge_SetLeft(obj uintptr, value int32)
- func Gauge_SetMargins(obj uintptr, value uintptr)
- func Gauge_SetMaxValue(obj uintptr, value int32)
- func Gauge_SetMinValue(obj uintptr, value int32)
- func Gauge_SetName(obj uintptr, value string)
- func Gauge_SetOnGesture(obj uintptr, fn interface{})
- func Gauge_SetParent(obj uintptr, value uintptr)
- func Gauge_SetParentColor(obj uintptr, value bool)
- func Gauge_SetParentFont(obj uintptr, value bool)
- func Gauge_SetParentShowHint(obj uintptr, value bool)
- func Gauge_SetPopupMenu(obj uintptr, value uintptr)
- func Gauge_SetProgress(obj uintptr, value int32)
- func Gauge_SetShowHint(obj uintptr, value bool)
- func Gauge_SetShowText(obj uintptr, value bool)
- func Gauge_SetStyleElements(obj uintptr, value TStyleElements)
- func Gauge_SetTag(obj uintptr, value int)
- func Gauge_SetTextBuf(obj uintptr, Buffer string)
- func Gauge_SetTop(obj uintptr, value int32)
- func Gauge_SetVisible(obj uintptr, value bool)
- func Gauge_SetWidth(obj uintptr, value int32)
- func Gauge_Show(obj uintptr)
- func Gauge_StaticClassType() TClass
- func Gauge_ToString(obj uintptr) string
- func Gauge_Update(obj uintptr)
- func GetLibVcl() *dylib.LazyDLL
- func GetaddEventToMapFn() func(f interface{}) uintptr
- func GoBoolToDBool(val bool) uintptr
- func Graphic_Assign(obj uintptr, Source uintptr)
- func Graphic_ClassName(obj uintptr) string
- func Graphic_ClassType(obj uintptr) TClass
- func Graphic_Create() uintptr
- func Graphic_DisposeOf(obj uintptr)
- func Graphic_Equals(obj uintptr, Obj uintptr) bool
- func Graphic_Free(obj uintptr)
- func Graphic_GetEmpty(obj uintptr) bool
- func Graphic_GetHashCode(obj uintptr) int32
- func Graphic_GetHeight(obj uintptr) int32
- func Graphic_GetModified(obj uintptr) bool
- func Graphic_GetNamePath(obj uintptr) string
- func Graphic_GetPalette(obj uintptr) HPALETTE
- func Graphic_GetPaletteModified(obj uintptr) bool
- func Graphic_GetTransparent(obj uintptr) bool
- func Graphic_GetWidth(obj uintptr) int32
- func Graphic_InheritsFrom(obj uintptr, AClass TClass) bool
- func Graphic_InstanceSize(obj uintptr) int32
- func Graphic_LoadFromFile(obj uintptr, Filename string)
- func Graphic_LoadFromStream(obj uintptr, Stream uintptr)
- func Graphic_SaveToFile(obj uintptr, Filename string)
- func Graphic_SaveToStream(obj uintptr, Stream uintptr)
- func Graphic_SetHeight(obj uintptr, value int32)
- func Graphic_SetModified(obj uintptr, value bool)
- func Graphic_SetOnChange(obj uintptr, fn interface{})
- func Graphic_SetPalette(obj uintptr, value HPALETTE)
- func Graphic_SetPaletteModified(obj uintptr, value bool)
- func Graphic_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func Graphic_SetTransparent(obj uintptr, value bool)
- func Graphic_SetWidth(obj uintptr, value int32)
- func Graphic_StaticClassType() TClass
- func Graphic_ToString(obj uintptr) string
- func GroupBox_Assign(obj uintptr, Source uintptr)
- func GroupBox_BringToFront(obj uintptr)
- func GroupBox_CanFocus(obj uintptr) bool
- func GroupBox_ClassName(obj uintptr) string
- func GroupBox_ClassType(obj uintptr) TClass
- func GroupBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func GroupBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func GroupBox_ContainsControl(obj uintptr, Control uintptr) bool
- func GroupBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func GroupBox_Create(obj uintptr) uintptr
- func GroupBox_DisableAlign(obj uintptr)
- func GroupBox_DisposeOf(obj uintptr)
- func GroupBox_Dragging(obj uintptr) bool
- func GroupBox_EnableAlign(obj uintptr)
- func GroupBox_Equals(obj uintptr, Obj uintptr) bool
- func GroupBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func GroupBox_FindComponent(obj uintptr, AName string) uintptr
- func GroupBox_FlipChildren(obj uintptr, AllLevels bool)
- func GroupBox_Focused(obj uintptr) bool
- func GroupBox_Free(obj uintptr)
- func GroupBox_GetAction(obj uintptr) uintptr
- func GroupBox_GetAlign(obj uintptr) TAlign
- func GroupBox_GetAlignDisabled(obj uintptr) bool
- func GroupBox_GetAlignWithMargins(obj uintptr) bool
- func GroupBox_GetAnchors(obj uintptr) TAnchors
- func GroupBox_GetBiDiMode(obj uintptr) TBiDiMode
- func GroupBox_GetBoundsRect(obj uintptr) TRect
- func GroupBox_GetBrush(obj uintptr) uintptr
- func GroupBox_GetCaption(obj uintptr) string
- func GroupBox_GetClientHeight(obj uintptr) int32
- func GroupBox_GetClientOrigin(obj uintptr) TPoint
- func GroupBox_GetClientRect(obj uintptr) TRect
- func GroupBox_GetClientWidth(obj uintptr) int32
- func GroupBox_GetColor(obj uintptr) TColor
- func GroupBox_GetComponentCount(obj uintptr) int32
- func GroupBox_GetComponentIndex(obj uintptr) int32
- func GroupBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func GroupBox_GetConstraints(obj uintptr) uintptr
- func GroupBox_GetControlCount(obj uintptr) int32
- func GroupBox_GetControlState(obj uintptr) TControlState
- func GroupBox_GetControlStyle(obj uintptr) TControlStyle
- func GroupBox_GetControls(obj uintptr, Index int32) uintptr
- func GroupBox_GetCtl3D(obj uintptr) bool
- func GroupBox_GetCursor(obj uintptr) TCursor
- func GroupBox_GetCustomHint(obj uintptr) uintptr
- func GroupBox_GetDockClientCount(obj uintptr) int32
- func GroupBox_GetDockClients(obj uintptr, Index int32) uintptr
- func GroupBox_GetDockSite(obj uintptr) bool
- func GroupBox_GetDoubleBuffered(obj uintptr) bool
- func GroupBox_GetDragCursor(obj uintptr) TCursor
- func GroupBox_GetDragKind(obj uintptr) TDragKind
- func GroupBox_GetDragMode(obj uintptr) TDragMode
- func GroupBox_GetEnabled(obj uintptr) bool
- func GroupBox_GetExplicitHeight(obj uintptr) int32
- func GroupBox_GetExplicitLeft(obj uintptr) int32
- func GroupBox_GetExplicitTop(obj uintptr) int32
- func GroupBox_GetExplicitWidth(obj uintptr) int32
- func GroupBox_GetFloating(obj uintptr) bool
- func GroupBox_GetFont(obj uintptr) uintptr
- func GroupBox_GetHandle(obj uintptr) HWND
- func GroupBox_GetHashCode(obj uintptr) int32
- func GroupBox_GetHeight(obj uintptr) int32
- func GroupBox_GetHint(obj uintptr) string
- func GroupBox_GetLeft(obj uintptr) int32
- func GroupBox_GetMargins(obj uintptr) uintptr
- func GroupBox_GetMouseInClient(obj uintptr) bool
- func GroupBox_GetName(obj uintptr) string
- func GroupBox_GetNamePath(obj uintptr) string
- func GroupBox_GetOwner(obj uintptr) uintptr
- func GroupBox_GetParent(obj uintptr) uintptr
- func GroupBox_GetParentBackground(obj uintptr) bool
- func GroupBox_GetParentColor(obj uintptr) bool
- func GroupBox_GetParentCtl3D(obj uintptr) bool
- func GroupBox_GetParentDoubleBuffered(obj uintptr) bool
- func GroupBox_GetParentFont(obj uintptr) bool
- func GroupBox_GetParentShowHint(obj uintptr) bool
- func GroupBox_GetParentWindow(obj uintptr) HWND
- func GroupBox_GetPopupMenu(obj uintptr) uintptr
- func GroupBox_GetShowHint(obj uintptr) bool
- func GroupBox_GetStyleElements(obj uintptr) TStyleElements
- func GroupBox_GetTabOrder(obj uintptr) TTabOrder
- func GroupBox_GetTabStop(obj uintptr) bool
- func GroupBox_GetTag(obj uintptr) int
- func GroupBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func GroupBox_GetTextLen(obj uintptr) int32
- func GroupBox_GetTop(obj uintptr) int32
- func GroupBox_GetUseDockManager(obj uintptr) bool
- func GroupBox_GetVisible(obj uintptr) bool
- func GroupBox_GetVisibleDockClientCount(obj uintptr) int32
- func GroupBox_GetWidth(obj uintptr) int32
- func GroupBox_HandleAllocated(obj uintptr) bool
- func GroupBox_HasParent(obj uintptr) bool
- func GroupBox_Hide(obj uintptr)
- func GroupBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func GroupBox_InsertControl(obj uintptr, AControl uintptr)
- func GroupBox_InstanceSize(obj uintptr) int32
- func GroupBox_Invalidate(obj uintptr)
- func GroupBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func GroupBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func GroupBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func GroupBox_Realign(obj uintptr)
- func GroupBox_Refresh(obj uintptr)
- func GroupBox_RemoveControl(obj uintptr, AControl uintptr)
- func GroupBox_Repaint(obj uintptr)
- func GroupBox_ScaleBy(obj uintptr, M int32, D int32)
- func GroupBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func GroupBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func GroupBox_SendToBack(obj uintptr)
- func GroupBox_SetAction(obj uintptr, value uintptr)
- func GroupBox_SetAlign(obj uintptr, value TAlign)
- func GroupBox_SetAlignWithMargins(obj uintptr, value bool)
- func GroupBox_SetAnchors(obj uintptr, value TAnchors)
- func GroupBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func GroupBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func GroupBox_SetBoundsRect(obj uintptr, value TRect)
- func GroupBox_SetCaption(obj uintptr, value string)
- func GroupBox_SetClientHeight(obj uintptr, value int32)
- func GroupBox_SetClientWidth(obj uintptr, value int32)
- func GroupBox_SetColor(obj uintptr, value TColor)
- func GroupBox_SetComponentIndex(obj uintptr, value int32)
- func GroupBox_SetConstraints(obj uintptr, value uintptr)
- func GroupBox_SetControlState(obj uintptr, value TControlState)
- func GroupBox_SetControlStyle(obj uintptr, value TControlStyle)
- func GroupBox_SetCtl3D(obj uintptr, value bool)
- func GroupBox_SetCursor(obj uintptr, value TCursor)
- func GroupBox_SetCustomHint(obj uintptr, value uintptr)
- func GroupBox_SetDockSite(obj uintptr, value bool)
- func GroupBox_SetDoubleBuffered(obj uintptr, value bool)
- func GroupBox_SetDragCursor(obj uintptr, value TCursor)
- func GroupBox_SetDragKind(obj uintptr, value TDragKind)
- func GroupBox_SetDragMode(obj uintptr, value TDragMode)
- func GroupBox_SetEnabled(obj uintptr, value bool)
- func GroupBox_SetFocus(obj uintptr)
- func GroupBox_SetFont(obj uintptr, value uintptr)
- func GroupBox_SetHeight(obj uintptr, value int32)
- func GroupBox_SetHint(obj uintptr, value string)
- func GroupBox_SetLeft(obj uintptr, value int32)
- func GroupBox_SetMargins(obj uintptr, value uintptr)
- func GroupBox_SetName(obj uintptr, value string)
- func GroupBox_SetOnAlignPosition(obj uintptr, fn interface{})
- func GroupBox_SetOnClick(obj uintptr, fn interface{})
- func GroupBox_SetOnContextPopup(obj uintptr, fn interface{})
- func GroupBox_SetOnDblClick(obj uintptr, fn interface{})
- func GroupBox_SetOnDockDrop(obj uintptr, fn interface{})
- func GroupBox_SetOnDragDrop(obj uintptr, fn interface{})
- func GroupBox_SetOnDragOver(obj uintptr, fn interface{})
- func GroupBox_SetOnEndDock(obj uintptr, fn interface{})
- func GroupBox_SetOnEndDrag(obj uintptr, fn interface{})
- func GroupBox_SetOnEnter(obj uintptr, fn interface{})
- func GroupBox_SetOnExit(obj uintptr, fn interface{})
- func GroupBox_SetOnGesture(obj uintptr, fn interface{})
- func GroupBox_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseDown(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseMove(obj uintptr, fn interface{})
- func GroupBox_SetOnMouseUp(obj uintptr, fn interface{})
- func GroupBox_SetOnStartDock(obj uintptr, fn interface{})
- func GroupBox_SetOnUnDock(obj uintptr, fn interface{})
- func GroupBox_SetParent(obj uintptr, value uintptr)
- func GroupBox_SetParentBackground(obj uintptr, value bool)
- func GroupBox_SetParentColor(obj uintptr, value bool)
- func GroupBox_SetParentCtl3D(obj uintptr, value bool)
- func GroupBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func GroupBox_SetParentFont(obj uintptr, value bool)
- func GroupBox_SetParentShowHint(obj uintptr, value bool)
- func GroupBox_SetParentWindow(obj uintptr, value HWND)
- func GroupBox_SetPopupMenu(obj uintptr, value uintptr)
- func GroupBox_SetShowHint(obj uintptr, value bool)
- func GroupBox_SetStyleElements(obj uintptr, value TStyleElements)
- func GroupBox_SetTabOrder(obj uintptr, value TTabOrder)
- func GroupBox_SetTabStop(obj uintptr, value bool)
- func GroupBox_SetTag(obj uintptr, value int)
- func GroupBox_SetTextBuf(obj uintptr, Buffer string)
- func GroupBox_SetTop(obj uintptr, value int32)
- func GroupBox_SetUseDockManager(obj uintptr, value bool)
- func GroupBox_SetVisible(obj uintptr, value bool)
- func GroupBox_SetWidth(obj uintptr, value int32)
- func GroupBox_Show(obj uintptr)
- func GroupBox_StaticClassType() TClass
- func GroupBox_ToString(obj uintptr) string
- func GroupBox_Update(obj uintptr)
- func GroupBox_UpdateControlState(obj uintptr)
- func HeaderControl_Assign(obj uintptr, Source uintptr)
- func HeaderControl_BringToFront(obj uintptr)
- func HeaderControl_CanFocus(obj uintptr) bool
- func HeaderControl_ClassName(obj uintptr) string
- func HeaderControl_ClassType(obj uintptr) TClass
- func HeaderControl_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func HeaderControl_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func HeaderControl_ContainsControl(obj uintptr, Control uintptr) bool
- func HeaderControl_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func HeaderControl_Create(obj uintptr) uintptr
- func HeaderControl_DisableAlign(obj uintptr)
- func HeaderControl_DisposeOf(obj uintptr)
- func HeaderControl_Dragging(obj uintptr) bool
- func HeaderControl_EnableAlign(obj uintptr)
- func HeaderControl_Equals(obj uintptr, Obj uintptr) bool
- func HeaderControl_FindChildControl(obj uintptr, ControlName string) uintptr
- func HeaderControl_FindComponent(obj uintptr, AName string) uintptr
- func HeaderControl_FlipChildren(obj uintptr, AllLevels bool)
- func HeaderControl_Focused(obj uintptr) bool
- func HeaderControl_Free(obj uintptr)
- func HeaderControl_GetAction(obj uintptr) uintptr
- func HeaderControl_GetAlign(obj uintptr) TAlign
- func HeaderControl_GetAlignDisabled(obj uintptr) bool
- func HeaderControl_GetAlignWithMargins(obj uintptr) bool
- func HeaderControl_GetAnchors(obj uintptr) TAnchors
- func HeaderControl_GetBiDiMode(obj uintptr) TBiDiMode
- func HeaderControl_GetBorderWidth(obj uintptr) int32
- func HeaderControl_GetBoundsRect(obj uintptr) TRect
- func HeaderControl_GetBrush(obj uintptr) uintptr
- func HeaderControl_GetCanvas(obj uintptr) uintptr
- func HeaderControl_GetClientHeight(obj uintptr) int32
- func HeaderControl_GetClientOrigin(obj uintptr) TPoint
- func HeaderControl_GetClientRect(obj uintptr) TRect
- func HeaderControl_GetClientWidth(obj uintptr) int32
- func HeaderControl_GetComponentCount(obj uintptr) int32
- func HeaderControl_GetComponentIndex(obj uintptr) int32
- func HeaderControl_GetComponents(obj uintptr, AIndex int32) uintptr
- func HeaderControl_GetConstraints(obj uintptr) uintptr
- func HeaderControl_GetControlCount(obj uintptr) int32
- func HeaderControl_GetControlState(obj uintptr) TControlState
- func HeaderControl_GetControlStyle(obj uintptr) TControlStyle
- func HeaderControl_GetControls(obj uintptr, Index int32) uintptr
- func HeaderControl_GetCursor(obj uintptr) TCursor
- func HeaderControl_GetCustomHint(obj uintptr) uintptr
- func HeaderControl_GetDockClientCount(obj uintptr) int32
- func HeaderControl_GetDockClients(obj uintptr, Index int32) uintptr
- func HeaderControl_GetDockSite(obj uintptr) bool
- func HeaderControl_GetDoubleBuffered(obj uintptr) bool
- func HeaderControl_GetDragCursor(obj uintptr) TCursor
- func HeaderControl_GetDragKind(obj uintptr) TDragKind
- func HeaderControl_GetDragMode(obj uintptr) TDragMode
- func HeaderControl_GetEnabled(obj uintptr) bool
- func HeaderControl_GetExplicitHeight(obj uintptr) int32
- func HeaderControl_GetExplicitLeft(obj uintptr) int32
- func HeaderControl_GetExplicitTop(obj uintptr) int32
- func HeaderControl_GetExplicitWidth(obj uintptr) int32
- func HeaderControl_GetFloating(obj uintptr) bool
- func HeaderControl_GetFont(obj uintptr) uintptr
- func HeaderControl_GetFullDrag(obj uintptr) bool
- func HeaderControl_GetHandle(obj uintptr) HWND
- func HeaderControl_GetHashCode(obj uintptr) int32
- func HeaderControl_GetHeight(obj uintptr) int32
- func HeaderControl_GetHint(obj uintptr) string
- func HeaderControl_GetHotTrack(obj uintptr) bool
- func HeaderControl_GetImages(obj uintptr) uintptr
- func HeaderControl_GetLeft(obj uintptr) int32
- func HeaderControl_GetMargins(obj uintptr) uintptr
- func HeaderControl_GetMouseInClient(obj uintptr) bool
- func HeaderControl_GetName(obj uintptr) string
- func HeaderControl_GetNamePath(obj uintptr) string
- func HeaderControl_GetOwner(obj uintptr) uintptr
- func HeaderControl_GetParent(obj uintptr) uintptr
- func HeaderControl_GetParentDoubleBuffered(obj uintptr) bool
- func HeaderControl_GetParentFont(obj uintptr) bool
- func HeaderControl_GetParentShowHint(obj uintptr) bool
- func HeaderControl_GetParentWindow(obj uintptr) HWND
- func HeaderControl_GetPopupMenu(obj uintptr) uintptr
- func HeaderControl_GetSections(obj uintptr) uintptr
- func HeaderControl_GetShowHint(obj uintptr) bool
- func HeaderControl_GetStyle(obj uintptr) THeaderStyle
- func HeaderControl_GetStyleElements(obj uintptr) TStyleElements
- func HeaderControl_GetTabOrder(obj uintptr) TTabOrder
- func HeaderControl_GetTabStop(obj uintptr) bool
- func HeaderControl_GetTag(obj uintptr) int
- func HeaderControl_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func HeaderControl_GetTextLen(obj uintptr) int32
- func HeaderControl_GetTop(obj uintptr) int32
- func HeaderControl_GetUseDockManager(obj uintptr) bool
- func HeaderControl_GetVisible(obj uintptr) bool
- func HeaderControl_GetVisibleDockClientCount(obj uintptr) int32
- func HeaderControl_GetWidth(obj uintptr) int32
- func HeaderControl_HandleAllocated(obj uintptr) bool
- func HeaderControl_HasParent(obj uintptr) bool
- func HeaderControl_Hide(obj uintptr)
- func HeaderControl_InheritsFrom(obj uintptr, AClass TClass) bool
- func HeaderControl_InsertControl(obj uintptr, AControl uintptr)
- func HeaderControl_InstanceSize(obj uintptr) int32
- func HeaderControl_Invalidate(obj uintptr)
- func HeaderControl_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func HeaderControl_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func HeaderControl_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func HeaderControl_Realign(obj uintptr)
- func HeaderControl_Refresh(obj uintptr)
- func HeaderControl_RemoveControl(obj uintptr, AControl uintptr)
- func HeaderControl_Repaint(obj uintptr)
- func HeaderControl_ScaleBy(obj uintptr, M int32, D int32)
- func HeaderControl_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func HeaderControl_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func HeaderControl_SendToBack(obj uintptr)
- func HeaderControl_SetAction(obj uintptr, value uintptr)
- func HeaderControl_SetAlign(obj uintptr, value TAlign)
- func HeaderControl_SetAlignWithMargins(obj uintptr, value bool)
- func HeaderControl_SetAnchors(obj uintptr, value TAnchors)
- func HeaderControl_SetBiDiMode(obj uintptr, value TBiDiMode)
- func HeaderControl_SetBorderWidth(obj uintptr, value int32)
- func HeaderControl_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func HeaderControl_SetBoundsRect(obj uintptr, value TRect)
- func HeaderControl_SetClientHeight(obj uintptr, value int32)
- func HeaderControl_SetClientWidth(obj uintptr, value int32)
- func HeaderControl_SetComponentIndex(obj uintptr, value int32)
- func HeaderControl_SetConstraints(obj uintptr, value uintptr)
- func HeaderControl_SetControlState(obj uintptr, value TControlState)
- func HeaderControl_SetControlStyle(obj uintptr, value TControlStyle)
- func HeaderControl_SetCursor(obj uintptr, value TCursor)
- func HeaderControl_SetCustomHint(obj uintptr, value uintptr)
- func HeaderControl_SetDockSite(obj uintptr, value bool)
- func HeaderControl_SetDoubleBuffered(obj uintptr, value bool)
- func HeaderControl_SetDragCursor(obj uintptr, value TCursor)
- func HeaderControl_SetDragKind(obj uintptr, value TDragKind)
- func HeaderControl_SetDragMode(obj uintptr, value TDragMode)
- func HeaderControl_SetEnabled(obj uintptr, value bool)
- func HeaderControl_SetFocus(obj uintptr)
- func HeaderControl_SetFont(obj uintptr, value uintptr)
- func HeaderControl_SetFullDrag(obj uintptr, value bool)
- func HeaderControl_SetHeight(obj uintptr, value int32)
- func HeaderControl_SetHint(obj uintptr, value string)
- func HeaderControl_SetHotTrack(obj uintptr, value bool)
- func HeaderControl_SetImages(obj uintptr, value uintptr)
- func HeaderControl_SetLeft(obj uintptr, value int32)
- func HeaderControl_SetMargins(obj uintptr, value uintptr)
- func HeaderControl_SetName(obj uintptr, value string)
- func HeaderControl_SetOnContextPopup(obj uintptr, fn interface{})
- func HeaderControl_SetOnDragDrop(obj uintptr, fn interface{})
- func HeaderControl_SetOnDragOver(obj uintptr, fn interface{})
- func HeaderControl_SetOnDrawSection(obj uintptr, fn interface{})
- func HeaderControl_SetOnEndDock(obj uintptr, fn interface{})
- func HeaderControl_SetOnEndDrag(obj uintptr, fn interface{})
- func HeaderControl_SetOnGesture(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseActivate(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseDown(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseEnter(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseLeave(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseMove(obj uintptr, fn interface{})
- func HeaderControl_SetOnMouseUp(obj uintptr, fn interface{})
- func HeaderControl_SetOnResize(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionCheck(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionClick(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionDrag(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionEndDrag(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionResize(obj uintptr, fn interface{})
- func HeaderControl_SetOnSectionTrack(obj uintptr, fn interface{})
- func HeaderControl_SetOnStartDock(obj uintptr, fn interface{})
- func HeaderControl_SetParent(obj uintptr, value uintptr)
- func HeaderControl_SetParentDoubleBuffered(obj uintptr, value bool)
- func HeaderControl_SetParentFont(obj uintptr, value bool)
- func HeaderControl_SetParentShowHint(obj uintptr, value bool)
- func HeaderControl_SetParentWindow(obj uintptr, value HWND)
- func HeaderControl_SetPopupMenu(obj uintptr, value uintptr)
- func HeaderControl_SetSections(obj uintptr, value uintptr)
- func HeaderControl_SetShowHint(obj uintptr, value bool)
- func HeaderControl_SetStyle(obj uintptr, value THeaderStyle)
- func HeaderControl_SetStyleElements(obj uintptr, value TStyleElements)
- func HeaderControl_SetTabOrder(obj uintptr, value TTabOrder)
- func HeaderControl_SetTabStop(obj uintptr, value bool)
- func HeaderControl_SetTag(obj uintptr, value int)
- func HeaderControl_SetTextBuf(obj uintptr, Buffer string)
- func HeaderControl_SetTop(obj uintptr, value int32)
- func HeaderControl_SetUseDockManager(obj uintptr, value bool)
- func HeaderControl_SetVisible(obj uintptr, value bool)
- func HeaderControl_SetWidth(obj uintptr, value int32)
- func HeaderControl_Show(obj uintptr)
- func HeaderControl_StaticClassType() TClass
- func HeaderControl_ToString(obj uintptr) string
- func HeaderControl_Update(obj uintptr)
- func HeaderControl_UpdateControlState(obj uintptr)
- func HeaderSection_Assign(obj uintptr, Source uintptr)
- func HeaderSection_ClassName(obj uintptr) string
- func HeaderSection_ClassType(obj uintptr) TClass
- func HeaderSection_Create() uintptr
- func HeaderSection_DisposeOf(obj uintptr)
- func HeaderSection_Equals(obj uintptr, Obj uintptr) bool
- func HeaderSection_Free(obj uintptr)
- func HeaderSection_GetAlignment(obj uintptr) TAlignment
- func HeaderSection_GetAllowClick(obj uintptr) bool
- func HeaderSection_GetAutoSize(obj uintptr) bool
- func HeaderSection_GetBiDiMode(obj uintptr) TBiDiMode
- func HeaderSection_GetCheckBox(obj uintptr) bool
- func HeaderSection_GetChecked(obj uintptr) bool
- func HeaderSection_GetCollection(obj uintptr) uintptr
- func HeaderSection_GetDisplayName(obj uintptr) string
- func HeaderSection_GetFixedWidth(obj uintptr) bool
- func HeaderSection_GetHashCode(obj uintptr) int32
- func HeaderSection_GetImageIndex(obj uintptr) int32
- func HeaderSection_GetIndex(obj uintptr) int32
- func HeaderSection_GetLeft(obj uintptr) int32
- func HeaderSection_GetMaxWidth(obj uintptr) int32
- func HeaderSection_GetMinWidth(obj uintptr) int32
- func HeaderSection_GetNamePath(obj uintptr) string
- func HeaderSection_GetRight(obj uintptr) int32
- func HeaderSection_GetStyle(obj uintptr) THeaderSectionStyle
- func HeaderSection_GetText(obj uintptr) string
- func HeaderSection_GetWidth(obj uintptr) int32
- func HeaderSection_InheritsFrom(obj uintptr, AClass TClass) bool
- func HeaderSection_InstanceSize(obj uintptr) int32
- func HeaderSection_SetAlignment(obj uintptr, value TAlignment)
- func HeaderSection_SetAllowClick(obj uintptr, value bool)
- func HeaderSection_SetAutoSize(obj uintptr, value bool)
- func HeaderSection_SetBiDiMode(obj uintptr, value TBiDiMode)
- func HeaderSection_SetCheckBox(obj uintptr, value bool)
- func HeaderSection_SetChecked(obj uintptr, value bool)
- func HeaderSection_SetCollection(obj uintptr, value uintptr)
- func HeaderSection_SetDisplayName(obj uintptr, value string)
- func HeaderSection_SetFixedWidth(obj uintptr, value bool)
- func HeaderSection_SetImageIndex(obj uintptr, value int32)
- func HeaderSection_SetIndex(obj uintptr, value int32)
- func HeaderSection_SetMaxWidth(obj uintptr, value int32)
- func HeaderSection_SetMinWidth(obj uintptr, value int32)
- func HeaderSection_SetStyle(obj uintptr, value THeaderSectionStyle)
- func HeaderSection_SetText(obj uintptr, value string)
- func HeaderSection_SetWidth(obj uintptr, value int32)
- func HeaderSection_StaticClassType() TClass
- func HeaderSection_ToString(obj uintptr) string
- func HeaderSections_Add(obj uintptr) uintptr
- func HeaderSections_AddItem(obj uintptr, Item uintptr, Index int32) uintptr
- func HeaderSections_Assign(obj uintptr, Source uintptr)
- func HeaderSections_BeginUpdate(obj uintptr)
- func HeaderSections_ClassName(obj uintptr) string
- func HeaderSections_ClassType(obj uintptr) TClass
- func HeaderSections_Clear(obj uintptr)
- func HeaderSections_ClearAndResetID(obj uintptr)
- func HeaderSections_Create() uintptr
- func HeaderSections_Delete(obj uintptr, Index int32)
- func HeaderSections_DisposeOf(obj uintptr)
- func HeaderSections_EndUpdate(obj uintptr)
- func HeaderSections_Equals(obj uintptr, Obj uintptr) bool
- func HeaderSections_FindItemID(obj uintptr, ID int32) uintptr
- func HeaderSections_Free(obj uintptr)
- func HeaderSections_GetCapacity(obj uintptr) int32
- func HeaderSections_GetCount(obj uintptr) int32
- func HeaderSections_GetHashCode(obj uintptr) int32
- func HeaderSections_GetItems(obj uintptr, Index int32) uintptr
- func HeaderSections_GetNamePath(obj uintptr) string
- func HeaderSections_InheritsFrom(obj uintptr, AClass TClass) bool
- func HeaderSections_Insert(obj uintptr, Index int32) uintptr
- func HeaderSections_InstanceSize(obj uintptr) int32
- func HeaderSections_Owner(obj uintptr) uintptr
- func HeaderSections_SetCapacity(obj uintptr, value int32)
- func HeaderSections_SetItems(obj uintptr, Index int32, value uintptr)
- func HeaderSections_StaticClassType() TClass
- func HeaderSections_ToString(obj uintptr) string
- func HotKey_Assign(obj uintptr, Source uintptr)
- func HotKey_BringToFront(obj uintptr)
- func HotKey_CanFocus(obj uintptr) bool
- func HotKey_ClassName(obj uintptr) string
- func HotKey_ClassType(obj uintptr) TClass
- func HotKey_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func HotKey_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func HotKey_ContainsControl(obj uintptr, Control uintptr) bool
- func HotKey_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func HotKey_Create(obj uintptr) uintptr
- func HotKey_DisableAlign(obj uintptr)
- func HotKey_DisposeOf(obj uintptr)
- func HotKey_Dragging(obj uintptr) bool
- func HotKey_EnableAlign(obj uintptr)
- func HotKey_Equals(obj uintptr, Obj uintptr) bool
- func HotKey_FindChildControl(obj uintptr, ControlName string) uintptr
- func HotKey_FindComponent(obj uintptr, AName string) uintptr
- func HotKey_FlipChildren(obj uintptr, AllLevels bool)
- func HotKey_Focused(obj uintptr) bool
- func HotKey_Free(obj uintptr)
- func HotKey_GetAction(obj uintptr) uintptr
- func HotKey_GetAlign(obj uintptr) TAlign
- func HotKey_GetAlignDisabled(obj uintptr) bool
- func HotKey_GetAlignWithMargins(obj uintptr) bool
- func HotKey_GetAnchors(obj uintptr) TAnchors
- func HotKey_GetAutoSize(obj uintptr) bool
- func HotKey_GetBiDiMode(obj uintptr) TBiDiMode
- func HotKey_GetBoundsRect(obj uintptr) TRect
- func HotKey_GetBrush(obj uintptr) uintptr
- func HotKey_GetClientHeight(obj uintptr) int32
- func HotKey_GetClientOrigin(obj uintptr) TPoint
- func HotKey_GetClientRect(obj uintptr) TRect
- func HotKey_GetClientWidth(obj uintptr) int32
- func HotKey_GetComponentCount(obj uintptr) int32
- func HotKey_GetComponentIndex(obj uintptr) int32
- func HotKey_GetComponents(obj uintptr, AIndex int32) uintptr
- func HotKey_GetConstraints(obj uintptr) uintptr
- func HotKey_GetControlCount(obj uintptr) int32
- func HotKey_GetControlState(obj uintptr) TControlState
- func HotKey_GetControlStyle(obj uintptr) TControlStyle
- func HotKey_GetControls(obj uintptr, Index int32) uintptr
- func HotKey_GetCursor(obj uintptr) TCursor
- func HotKey_GetCustomHint(obj uintptr) uintptr
- func HotKey_GetDockClientCount(obj uintptr) int32
- func HotKey_GetDockClients(obj uintptr, Index int32) uintptr
- func HotKey_GetDockSite(obj uintptr) bool
- func HotKey_GetDoubleBuffered(obj uintptr) bool
- func HotKey_GetEnabled(obj uintptr) bool
- func HotKey_GetExplicitHeight(obj uintptr) int32
- func HotKey_GetExplicitLeft(obj uintptr) int32
- func HotKey_GetExplicitTop(obj uintptr) int32
- func HotKey_GetExplicitWidth(obj uintptr) int32
- func HotKey_GetFloating(obj uintptr) bool
- func HotKey_GetHandle(obj uintptr) HWND
- func HotKey_GetHashCode(obj uintptr) int32
- func HotKey_GetHeight(obj uintptr) int32
- func HotKey_GetHint(obj uintptr) string
- func HotKey_GetLeft(obj uintptr) int32
- func HotKey_GetMargins(obj uintptr) uintptr
- func HotKey_GetMouseInClient(obj uintptr) bool
- func HotKey_GetName(obj uintptr) string
- func HotKey_GetNamePath(obj uintptr) string
- func HotKey_GetOwner(obj uintptr) uintptr
- func HotKey_GetParent(obj uintptr) uintptr
- func HotKey_GetParentDoubleBuffered(obj uintptr) bool
- func HotKey_GetParentShowHint(obj uintptr) bool
- func HotKey_GetParentWindow(obj uintptr) HWND
- func HotKey_GetPopupMenu(obj uintptr) uintptr
- func HotKey_GetShowHint(obj uintptr) bool
- func HotKey_GetStyleElements(obj uintptr) TStyleElements
- func HotKey_GetTabOrder(obj uintptr) TTabOrder
- func HotKey_GetTabStop(obj uintptr) bool
- func HotKey_GetTag(obj uintptr) int
- func HotKey_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func HotKey_GetTextLen(obj uintptr) int32
- func HotKey_GetTop(obj uintptr) int32
- func HotKey_GetUseDockManager(obj uintptr) bool
- func HotKey_GetVisible(obj uintptr) bool
- func HotKey_GetVisibleDockClientCount(obj uintptr) int32
- func HotKey_GetWidth(obj uintptr) int32
- func HotKey_HandleAllocated(obj uintptr) bool
- func HotKey_HasParent(obj uintptr) bool
- func HotKey_Hide(obj uintptr)
- func HotKey_InheritsFrom(obj uintptr, AClass TClass) bool
- func HotKey_InsertControl(obj uintptr, AControl uintptr)
- func HotKey_InstanceSize(obj uintptr) int32
- func HotKey_Invalidate(obj uintptr)
- func HotKey_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func HotKey_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func HotKey_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func HotKey_Realign(obj uintptr)
- func HotKey_Refresh(obj uintptr)
- func HotKey_RemoveControl(obj uintptr, AControl uintptr)
- func HotKey_Repaint(obj uintptr)
- func HotKey_ScaleBy(obj uintptr, M int32, D int32)
- func HotKey_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func HotKey_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func HotKey_SendToBack(obj uintptr)
- func HotKey_SetAction(obj uintptr, value uintptr)
- func HotKey_SetAlign(obj uintptr, value TAlign)
- func HotKey_SetAlignWithMargins(obj uintptr, value bool)
- func HotKey_SetAnchors(obj uintptr, value TAnchors)
- func HotKey_SetAutoSize(obj uintptr, value bool)
- func HotKey_SetBiDiMode(obj uintptr, value TBiDiMode)
- func HotKey_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func HotKey_SetBoundsRect(obj uintptr, value TRect)
- func HotKey_SetClientHeight(obj uintptr, value int32)
- func HotKey_SetClientWidth(obj uintptr, value int32)
- func HotKey_SetComponentIndex(obj uintptr, value int32)
- func HotKey_SetConstraints(obj uintptr, value uintptr)
- func HotKey_SetControlState(obj uintptr, value TControlState)
- func HotKey_SetControlStyle(obj uintptr, value TControlStyle)
- func HotKey_SetCursor(obj uintptr, value TCursor)
- func HotKey_SetCustomHint(obj uintptr, value uintptr)
- func HotKey_SetDockSite(obj uintptr, value bool)
- func HotKey_SetDoubleBuffered(obj uintptr, value bool)
- func HotKey_SetEnabled(obj uintptr, value bool)
- func HotKey_SetFocus(obj uintptr)
- func HotKey_SetHeight(obj uintptr, value int32)
- func HotKey_SetHint(obj uintptr, value string)
- func HotKey_SetLeft(obj uintptr, value int32)
- func HotKey_SetMargins(obj uintptr, value uintptr)
- func HotKey_SetName(obj uintptr, value string)
- func HotKey_SetOnChange(obj uintptr, fn interface{})
- func HotKey_SetOnContextPopup(obj uintptr, fn interface{})
- func HotKey_SetOnEnter(obj uintptr, fn interface{})
- func HotKey_SetOnExit(obj uintptr, fn interface{})
- func HotKey_SetOnGesture(obj uintptr, fn interface{})
- func HotKey_SetOnMouseActivate(obj uintptr, fn interface{})
- func HotKey_SetOnMouseDown(obj uintptr, fn interface{})
- func HotKey_SetOnMouseEnter(obj uintptr, fn interface{})
- func HotKey_SetOnMouseLeave(obj uintptr, fn interface{})
- func HotKey_SetOnMouseMove(obj uintptr, fn interface{})
- func HotKey_SetOnMouseUp(obj uintptr, fn interface{})
- func HotKey_SetParent(obj uintptr, value uintptr)
- func HotKey_SetParentDoubleBuffered(obj uintptr, value bool)
- func HotKey_SetParentShowHint(obj uintptr, value bool)
- func HotKey_SetParentWindow(obj uintptr, value HWND)
- func HotKey_SetPopupMenu(obj uintptr, value uintptr)
- func HotKey_SetShowHint(obj uintptr, value bool)
- func HotKey_SetStyleElements(obj uintptr, value TStyleElements)
- func HotKey_SetTabOrder(obj uintptr, value TTabOrder)
- func HotKey_SetTabStop(obj uintptr, value bool)
- func HotKey_SetTag(obj uintptr, value int)
- func HotKey_SetTextBuf(obj uintptr, Buffer string)
- func HotKey_SetTop(obj uintptr, value int32)
- func HotKey_SetUseDockManager(obj uintptr, value bool)
- func HotKey_SetVisible(obj uintptr, value bool)
- func HotKey_SetWidth(obj uintptr, value int32)
- func HotKey_Show(obj uintptr)
- func HotKey_StaticClassType() TClass
- func HotKey_ToString(obj uintptr) string
- func HotKey_Update(obj uintptr)
- func HotKey_UpdateControlState(obj uintptr)
- func IconOptions_Assign(obj uintptr, Source uintptr)
- func IconOptions_ClassName(obj uintptr) string
- func IconOptions_ClassType(obj uintptr) TClass
- func IconOptions_DisposeOf(obj uintptr)
- func IconOptions_Equals(obj uintptr, Obj uintptr) bool
- func IconOptions_GetArrangement(obj uintptr) TIconArrangement
- func IconOptions_GetAutoArrange(obj uintptr) bool
- func IconOptions_GetHashCode(obj uintptr) int32
- func IconOptions_GetNamePath(obj uintptr) string
- func IconOptions_InheritsFrom(obj uintptr, AClass TClass) bool
- func IconOptions_InstanceSize(obj uintptr) int32
- func IconOptions_SetArrangement(obj uintptr, value TIconArrangement)
- func IconOptions_SetAutoArrange(obj uintptr, value bool)
- func IconOptions_StaticClassType() TClass
- func IconOptions_ToString(obj uintptr) string
- func Icon_Assign(obj uintptr, Source uintptr)
- func Icon_ClassName(obj uintptr) string
- func Icon_ClassType(obj uintptr) TClass
- func Icon_Create() uintptr
- func Icon_DisposeOf(obj uintptr)
- func Icon_Equals(obj uintptr, Obj uintptr) bool
- func Icon_Free(obj uintptr)
- func Icon_GetEmpty(obj uintptr) bool
- func Icon_GetHandle(obj uintptr) HICON
- func Icon_GetHashCode(obj uintptr) int32
- func Icon_GetHeight(obj uintptr) int32
- func Icon_GetModified(obj uintptr) bool
- func Icon_GetNamePath(obj uintptr) string
- func Icon_GetPalette(obj uintptr) HPALETTE
- func Icon_GetPaletteModified(obj uintptr) bool
- func Icon_GetTransparent(obj uintptr) bool
- func Icon_GetWidth(obj uintptr) int32
- func Icon_HandleAllocated(obj uintptr) bool
- func Icon_InheritsFrom(obj uintptr, AClass TClass) bool
- func Icon_InstanceSize(obj uintptr) int32
- func Icon_LoadFromFile(obj uintptr, Filename string)
- func Icon_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)
- func Icon_LoadFromResourceName(obj uintptr, Instance uintptr, ResName string)
- func Icon_LoadFromStream(obj uintptr, Stream uintptr)
- func Icon_SaveToFile(obj uintptr, Filename string)
- func Icon_SaveToStream(obj uintptr, Stream uintptr)
- func Icon_SetHandle(obj uintptr, value HICON)
- func Icon_SetHeight(obj uintptr, value int32)
- func Icon_SetModified(obj uintptr, value bool)
- func Icon_SetOnChange(obj uintptr, fn interface{})
- func Icon_SetPalette(obj uintptr, value HPALETTE)
- func Icon_SetPaletteModified(obj uintptr, value bool)
- func Icon_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func Icon_SetTransparent(obj uintptr, value bool)
- func Icon_SetWidth(obj uintptr, value int32)
- func Icon_StaticClassType() TClass
- func Icon_ToString(obj uintptr) string
- func ImageButton_Assign(obj uintptr, Source uintptr)
- func ImageButton_BringToFront(obj uintptr)
- func ImageButton_ClassName(obj uintptr) string
- func ImageButton_ClassType(obj uintptr) TClass
- func ImageButton_Click(obj uintptr)
- func ImageButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ImageButton_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ImageButton_Create(obj uintptr) uintptr
- func ImageButton_DisposeOf(obj uintptr)
- func ImageButton_Dragging(obj uintptr) bool
- func ImageButton_Equals(obj uintptr, Obj uintptr) bool
- func ImageButton_FindComponent(obj uintptr, AName string) uintptr
- func ImageButton_Free(obj uintptr)
- func ImageButton_GetAction(obj uintptr) uintptr
- func ImageButton_GetAlign(obj uintptr) TAlign
- func ImageButton_GetAlignWithMargins(obj uintptr) bool
- func ImageButton_GetAnchors(obj uintptr) TAnchors
- func ImageButton_GetAutoSize(obj uintptr) bool
- func ImageButton_GetBiDiMode(obj uintptr) TBiDiMode
- func ImageButton_GetBoundsRect(obj uintptr) TRect
- func ImageButton_GetCaption(obj uintptr) string
- func ImageButton_GetClientHeight(obj uintptr) int32
- func ImageButton_GetClientOrigin(obj uintptr) TPoint
- func ImageButton_GetClientRect(obj uintptr) TRect
- func ImageButton_GetClientWidth(obj uintptr) int32
- func ImageButton_GetComponentCount(obj uintptr) int32
- func ImageButton_GetComponentIndex(obj uintptr) int32
- func ImageButton_GetComponents(obj uintptr, AIndex int32) uintptr
- func ImageButton_GetConstraints(obj uintptr) uintptr
- func ImageButton_GetControlState(obj uintptr) TControlState
- func ImageButton_GetControlStyle(obj uintptr) TControlStyle
- func ImageButton_GetCursor(obj uintptr) TCursor
- func ImageButton_GetCustomHint(obj uintptr) uintptr
- func ImageButton_GetDragCursor(obj uintptr) TCursor
- func ImageButton_GetDragKind(obj uintptr) TDragKind
- func ImageButton_GetDragMode(obj uintptr) TDragMode
- func ImageButton_GetEnabled(obj uintptr) bool
- func ImageButton_GetExplicitHeight(obj uintptr) int32
- func ImageButton_GetExplicitLeft(obj uintptr) int32
- func ImageButton_GetExplicitTop(obj uintptr) int32
- func ImageButton_GetExplicitWidth(obj uintptr) int32
- func ImageButton_GetFloating(obj uintptr) bool
- func ImageButton_GetFont(obj uintptr) uintptr
- func ImageButton_GetHashCode(obj uintptr) int32
- func ImageButton_GetHeight(obj uintptr) int32
- func ImageButton_GetHint(obj uintptr) string
- func ImageButton_GetImageCount(obj uintptr) int32
- func ImageButton_GetLeft(obj uintptr) int32
- func ImageButton_GetMargins(obj uintptr) uintptr
- func ImageButton_GetModalResult(obj uintptr) TModalResult
- func ImageButton_GetName(obj uintptr) string
- func ImageButton_GetNamePath(obj uintptr) string
- func ImageButton_GetOwner(obj uintptr) uintptr
- func ImageButton_GetParent(obj uintptr) uintptr
- func ImageButton_GetParentFont(obj uintptr) bool
- func ImageButton_GetParentShowHint(obj uintptr) bool
- func ImageButton_GetPicture(obj uintptr) uintptr
- func ImageButton_GetPopupMenu(obj uintptr) uintptr
- func ImageButton_GetShowCaption(obj uintptr) bool
- func ImageButton_GetShowHint(obj uintptr) bool
- func ImageButton_GetStyleElements(obj uintptr) TStyleElements
- func ImageButton_GetTag(obj uintptr) int
- func ImageButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ImageButton_GetTextLen(obj uintptr) int32
- func ImageButton_GetTop(obj uintptr) int32
- func ImageButton_GetVisible(obj uintptr) bool
- func ImageButton_GetWidth(obj uintptr) int32
- func ImageButton_HasParent(obj uintptr) bool
- func ImageButton_Hide(obj uintptr)
- func ImageButton_InheritsFrom(obj uintptr, AClass TClass) bool
- func ImageButton_InstanceSize(obj uintptr) int32
- func ImageButton_Invalidate(obj uintptr)
- func ImageButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ImageButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ImageButton_Refresh(obj uintptr)
- func ImageButton_Repaint(obj uintptr)
- func ImageButton_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ImageButton_SendToBack(obj uintptr)
- func ImageButton_SetAction(obj uintptr, value uintptr)
- func ImageButton_SetAlign(obj uintptr, value TAlign)
- func ImageButton_SetAlignWithMargins(obj uintptr, value bool)
- func ImageButton_SetAnchors(obj uintptr, value TAnchors)
- func ImageButton_SetAutoSize(obj uintptr, value bool)
- func ImageButton_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ImageButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ImageButton_SetBoundsRect(obj uintptr, value TRect)
- func ImageButton_SetCaption(obj uintptr, value string)
- func ImageButton_SetClientHeight(obj uintptr, value int32)
- func ImageButton_SetClientWidth(obj uintptr, value int32)
- func ImageButton_SetComponentIndex(obj uintptr, value int32)
- func ImageButton_SetConstraints(obj uintptr, value uintptr)
- func ImageButton_SetControlState(obj uintptr, value TControlState)
- func ImageButton_SetControlStyle(obj uintptr, value TControlStyle)
- func ImageButton_SetCursor(obj uintptr, value TCursor)
- func ImageButton_SetCustomHint(obj uintptr, value uintptr)
- func ImageButton_SetDragCursor(obj uintptr, value TCursor)
- func ImageButton_SetDragKind(obj uintptr, value TDragKind)
- func ImageButton_SetDragMode(obj uintptr, value TDragMode)
- func ImageButton_SetEnabled(obj uintptr, value bool)
- func ImageButton_SetFont(obj uintptr, value uintptr)
- func ImageButton_SetHeight(obj uintptr, value int32)
- func ImageButton_SetHint(obj uintptr, value string)
- func ImageButton_SetImageCount(obj uintptr, value int32)
- func ImageButton_SetLeft(obj uintptr, value int32)
- func ImageButton_SetMargins(obj uintptr, value uintptr)
- func ImageButton_SetModalResult(obj uintptr, value TModalResult)
- func ImageButton_SetName(obj uintptr, value string)
- func ImageButton_SetOnClick(obj uintptr, fn interface{})
- func ImageButton_SetOnContextPopup(obj uintptr, fn interface{})
- func ImageButton_SetOnDblClick(obj uintptr, fn interface{})
- func ImageButton_SetOnDragDrop(obj uintptr, fn interface{})
- func ImageButton_SetOnDragOver(obj uintptr, fn interface{})
- func ImageButton_SetOnEndDock(obj uintptr, fn interface{})
- func ImageButton_SetOnEndDrag(obj uintptr, fn interface{})
- func ImageButton_SetOnGesture(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseActivate(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseDown(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseEnter(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseLeave(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseMove(obj uintptr, fn interface{})
- func ImageButton_SetOnMouseUp(obj uintptr, fn interface{})
- func ImageButton_SetParent(obj uintptr, value uintptr)
- func ImageButton_SetParentFont(obj uintptr, value bool)
- func ImageButton_SetParentShowHint(obj uintptr, value bool)
- func ImageButton_SetPicture(obj uintptr, value uintptr)
- func ImageButton_SetPopupMenu(obj uintptr, value uintptr)
- func ImageButton_SetShowCaption(obj uintptr, value bool)
- func ImageButton_SetShowHint(obj uintptr, value bool)
- func ImageButton_SetStyleElements(obj uintptr, value TStyleElements)
- func ImageButton_SetTag(obj uintptr, value int)
- func ImageButton_SetTextBuf(obj uintptr, Buffer string)
- func ImageButton_SetTop(obj uintptr, value int32)
- func ImageButton_SetVisible(obj uintptr, value bool)
- func ImageButton_SetWidth(obj uintptr, value int32)
- func ImageButton_Show(obj uintptr)
- func ImageButton_StaticClassType() TClass
- func ImageButton_ToString(obj uintptr) string
- func ImageButton_Update(obj uintptr)
- func ImageList_Add(obj uintptr, Image uintptr, Mask uintptr) int32
- func ImageList_AddIcon(obj uintptr, Image uintptr) int32
- func ImageList_AddImage(obj uintptr, Value uintptr, Index int32) int32
- func ImageList_AddImages(obj uintptr, Value uintptr)
- func ImageList_AddMasked(obj uintptr, Image uintptr, MaskColor TColor) int32
- func ImageList_Assign(obj uintptr, Source uintptr)
- func ImageList_BeginUpdate(obj uintptr)
- func ImageList_ClassName(obj uintptr) string
- func ImageList_ClassType(obj uintptr) TClass
- func ImageList_Clear(obj uintptr)
- func ImageList_Create(obj uintptr) uintptr
- func ImageList_Delete(obj uintptr, Index int32)
- func ImageList_DisposeOf(obj uintptr)
- func ImageList_Draw1(obj uintptr, canvas uintptr, x, y, index int32, enabled bool)
- func ImageList_Draw2(obj uintptr, canvas uintptr, x, y, index int32, drawingStyle TDrawingStyle, ...)
- func ImageList_DrawOverlay1(obj uintptr, canvas uintptr, x, y, imageIndex int32, overlay uint8, ...)
- func ImageList_DrawOverlay2(obj, canvas uintptr, x, y, imageIndex int32, overlay uint8, ...)
- func ImageList_EndUpdate(obj uintptr)
- func ImageList_Equals(obj uintptr, Obj uintptr) bool
- func ImageList_FileLoad(obj uintptr, ResType TResType, Name string, MaskColor TColor) bool
- func ImageList_FindComponent(obj uintptr, AName string) uintptr
- func ImageList_Free(obj uintptr)
- func ImageList_GetAllocBy(obj uintptr) int32
- func ImageList_GetBitmap(obj uintptr, Index int32, Image uintptr) bool
- func ImageList_GetBkColor(obj uintptr) TColor
- func ImageList_GetBlendColor(obj uintptr) TColor
- func ImageList_GetColorDepth(obj uintptr) TColorDepth
- func ImageList_GetComponentCount(obj uintptr) int32
- func ImageList_GetComponentIndex(obj uintptr) int32
- func ImageList_GetComponents(obj uintptr, AIndex int32) uintptr
- func ImageList_GetCount(obj uintptr) int32
- func ImageList_GetDragCursor(obj uintptr) TCursor
- func ImageList_GetDragging(obj uintptr) bool
- func ImageList_GetDrawingStyle(obj uintptr) TDrawingStyle
- func ImageList_GetGrayscaleFactor(obj uintptr) uint8
- func ImageList_GetHandle(obj uintptr) uintptr
- func ImageList_GetHashCode(obj uintptr) int32
- func ImageList_GetHeight(obj uintptr) int32
- func ImageList_GetHotSpot(obj uintptr) TPoint
- func ImageList_GetIcon1(obj uintptr, index int32, image uintptr)
- func ImageList_GetIcon2(obj uintptr, index int32, image uintptr, drawingStyle TDrawingStyle, ...)
- func ImageList_GetImageBitmap(obj uintptr) HBITMAP
- func ImageList_GetImageType(obj uintptr) TImageType
- func ImageList_GetMaskBitmap(obj uintptr) HBITMAP
- func ImageList_GetMasked(obj uintptr) bool
- func ImageList_GetName(obj uintptr) string
- func ImageList_GetNamePath(obj uintptr) string
- func ImageList_GetOwner(obj uintptr) uintptr
- func ImageList_GetResource(obj uintptr, ResType TResType, Name string, Width int32, ...) bool
- func ImageList_GetShareImages(obj uintptr) bool
- func ImageList_GetTag(obj uintptr) int
- func ImageList_GetWidth(obj uintptr) int32
- func ImageList_HandleAllocated(obj uintptr) bool
- func ImageList_HasParent(obj uintptr) bool
- func ImageList_HideDragImage(obj uintptr)
- func ImageList_InheritsFrom(obj uintptr, AClass TClass) bool
- func ImageList_Insert(obj uintptr, Index int32, Image uintptr, Mask uintptr)
- func ImageList_InsertIcon(obj uintptr, Index int32, Image uintptr)
- func ImageList_InsertMasked(obj uintptr, Index int32, Image uintptr, MaskColor TColor)
- func ImageList_InstanceSize(obj uintptr) int32
- func ImageList_Move(obj uintptr, CurIndex int32, NewIndex int32)
- func ImageList_Overlay(obj uintptr, ImageIndex int32, Overlay uint8) bool
- func ImageList_Replace(obj uintptr, Index int32, Image uintptr, Mask uintptr)
- func ImageList_ReplaceIcon(obj uintptr, Index int32, Image uintptr)
- func ImageList_ReplaceMasked(obj uintptr, Index int32, NewImage uintptr, MaskColor TColor)
- func ImageList_ResInstLoad(obj uintptr, Instance uintptr, ResType TResType, Name string, MaskColor TColor) bool
- func ImageList_ResourceLoad(obj uintptr, ResType TResType, Name string, MaskColor TColor) bool
- func ImageList_SetAllocBy(obj uintptr, value int32)
- func ImageList_SetBkColor(obj uintptr, value TColor)
- func ImageList_SetBlendColor(obj uintptr, value TColor)
- func ImageList_SetColorDepth(obj uintptr, value TColorDepth)
- func ImageList_SetComponentIndex(obj uintptr, value int32)
- func ImageList_SetDragCursor(obj uintptr, value TCursor)
- func ImageList_SetDrawingStyle(obj uintptr, value TDrawingStyle)
- func ImageList_SetGrayscaleFactor(obj uintptr, value uint8)
- func ImageList_SetHandle(obj uintptr, value uintptr)
- func ImageList_SetHeight(obj uintptr, value int32)
- func ImageList_SetImageType(obj uintptr, value TImageType)
- func ImageList_SetMasked(obj uintptr, value bool)
- func ImageList_SetName(obj uintptr, value string)
- func ImageList_SetOnChange(obj uintptr, fn interface{})
- func ImageList_SetShareImages(obj uintptr, value bool)
- func ImageList_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func ImageList_SetTag(obj uintptr, value int)
- func ImageList_SetWidth(obj uintptr, value int32)
- func ImageList_ShowDragImage(obj uintptr)
- func ImageList_StaticClassType() TClass
- func ImageList_ToString(obj uintptr) string
- func Image_Assign(obj uintptr, Source uintptr)
- func Image_BringToFront(obj uintptr)
- func Image_ClassName(obj uintptr) string
- func Image_ClassType(obj uintptr) TClass
- func Image_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Image_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Image_Create(obj uintptr) uintptr
- func Image_DisposeOf(obj uintptr)
- func Image_Dragging(obj uintptr) bool
- func Image_Equals(obj uintptr, Obj uintptr) bool
- func Image_FindComponent(obj uintptr, AName string) uintptr
- func Image_Free(obj uintptr)
- func Image_GetAction(obj uintptr) uintptr
- func Image_GetAlign(obj uintptr) TAlign
- func Image_GetAlignWithMargins(obj uintptr) bool
- func Image_GetAnchors(obj uintptr) TAnchors
- func Image_GetAutoSize(obj uintptr) bool
- func Image_GetBiDiMode(obj uintptr) TBiDiMode
- func Image_GetBoundsRect(obj uintptr) TRect
- func Image_GetCanvas(obj uintptr) uintptr
- func Image_GetCenter(obj uintptr) bool
- func Image_GetClientHeight(obj uintptr) int32
- func Image_GetClientOrigin(obj uintptr) TPoint
- func Image_GetClientRect(obj uintptr) TRect
- func Image_GetClientWidth(obj uintptr) int32
- func Image_GetComponentCount(obj uintptr) int32
- func Image_GetComponentIndex(obj uintptr) int32
- func Image_GetComponents(obj uintptr, AIndex int32) uintptr
- func Image_GetConstraints(obj uintptr) uintptr
- func Image_GetControlState(obj uintptr) TControlState
- func Image_GetControlStyle(obj uintptr) TControlStyle
- func Image_GetCursor(obj uintptr) TCursor
- func Image_GetCustomHint(obj uintptr) uintptr
- func Image_GetDragCursor(obj uintptr) TCursor
- func Image_GetDragKind(obj uintptr) TDragKind
- func Image_GetDragMode(obj uintptr) TDragMode
- func Image_GetEnabled(obj uintptr) bool
- func Image_GetExplicitHeight(obj uintptr) int32
- func Image_GetExplicitLeft(obj uintptr) int32
- func Image_GetExplicitTop(obj uintptr) int32
- func Image_GetExplicitWidth(obj uintptr) int32
- func Image_GetFloating(obj uintptr) bool
- func Image_GetHashCode(obj uintptr) int32
- func Image_GetHeight(obj uintptr) int32
- func Image_GetHint(obj uintptr) string
- func Image_GetIncrementalDisplay(obj uintptr) bool
- func Image_GetLeft(obj uintptr) int32
- func Image_GetMargins(obj uintptr) uintptr
- func Image_GetName(obj uintptr) string
- func Image_GetNamePath(obj uintptr) string
- func Image_GetOwner(obj uintptr) uintptr
- func Image_GetParent(obj uintptr) uintptr
- func Image_GetParentShowHint(obj uintptr) bool
- func Image_GetPicture(obj uintptr) uintptr
- func Image_GetPopupMenu(obj uintptr) uintptr
- func Image_GetProportional(obj uintptr) bool
- func Image_GetShowHint(obj uintptr) bool
- func Image_GetStretch(obj uintptr) bool
- func Image_GetStyleElements(obj uintptr) TStyleElements
- func Image_GetTag(obj uintptr) int
- func Image_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Image_GetTextLen(obj uintptr) int32
- func Image_GetTop(obj uintptr) int32
- func Image_GetTransparent(obj uintptr) bool
- func Image_GetVisible(obj uintptr) bool
- func Image_GetWidth(obj uintptr) int32
- func Image_HasParent(obj uintptr) bool
- func Image_Hide(obj uintptr)
- func Image_InheritsFrom(obj uintptr, AClass TClass) bool
- func Image_InstanceSize(obj uintptr) int32
- func Image_Invalidate(obj uintptr)
- func Image_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Image_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Image_Refresh(obj uintptr)
- func Image_Repaint(obj uintptr)
- func Image_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Image_SendToBack(obj uintptr)
- func Image_SetAction(obj uintptr, value uintptr)
- func Image_SetAlign(obj uintptr, value TAlign)
- func Image_SetAlignWithMargins(obj uintptr, value bool)
- func Image_SetAnchors(obj uintptr, value TAnchors)
- func Image_SetAutoSize(obj uintptr, value bool)
- func Image_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Image_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Image_SetBoundsRect(obj uintptr, value TRect)
- func Image_SetCenter(obj uintptr, value bool)
- func Image_SetClientHeight(obj uintptr, value int32)
- func Image_SetClientWidth(obj uintptr, value int32)
- func Image_SetComponentIndex(obj uintptr, value int32)
- func Image_SetConstraints(obj uintptr, value uintptr)
- func Image_SetControlState(obj uintptr, value TControlState)
- func Image_SetControlStyle(obj uintptr, value TControlStyle)
- func Image_SetCursor(obj uintptr, value TCursor)
- func Image_SetCustomHint(obj uintptr, value uintptr)
- func Image_SetDragCursor(obj uintptr, value TCursor)
- func Image_SetDragKind(obj uintptr, value TDragKind)
- func Image_SetDragMode(obj uintptr, value TDragMode)
- func Image_SetEnabled(obj uintptr, value bool)
- func Image_SetHeight(obj uintptr, value int32)
- func Image_SetHint(obj uintptr, value string)
- func Image_SetIncrementalDisplay(obj uintptr, value bool)
- func Image_SetLeft(obj uintptr, value int32)
- func Image_SetMargins(obj uintptr, value uintptr)
- func Image_SetName(obj uintptr, value string)
- func Image_SetOnClick(obj uintptr, fn interface{})
- func Image_SetOnContextPopup(obj uintptr, fn interface{})
- func Image_SetOnDblClick(obj uintptr, fn interface{})
- func Image_SetOnDragDrop(obj uintptr, fn interface{})
- func Image_SetOnDragOver(obj uintptr, fn interface{})
- func Image_SetOnEndDock(obj uintptr, fn interface{})
- func Image_SetOnEndDrag(obj uintptr, fn interface{})
- func Image_SetOnGesture(obj uintptr, fn interface{})
- func Image_SetOnMouseActivate(obj uintptr, fn interface{})
- func Image_SetOnMouseDown(obj uintptr, fn interface{})
- func Image_SetOnMouseEnter(obj uintptr, fn interface{})
- func Image_SetOnMouseLeave(obj uintptr, fn interface{})
- func Image_SetOnMouseMove(obj uintptr, fn interface{})
- func Image_SetOnMouseUp(obj uintptr, fn interface{})
- func Image_SetOnStartDock(obj uintptr, fn interface{})
- func Image_SetParent(obj uintptr, value uintptr)
- func Image_SetParentShowHint(obj uintptr, value bool)
- func Image_SetPicture(obj uintptr, value uintptr)
- func Image_SetPopupMenu(obj uintptr, value uintptr)
- func Image_SetProportional(obj uintptr, value bool)
- func Image_SetShowHint(obj uintptr, value bool)
- func Image_SetStretch(obj uintptr, value bool)
- func Image_SetStyleElements(obj uintptr, value TStyleElements)
- func Image_SetTag(obj uintptr, value int)
- func Image_SetTextBuf(obj uintptr, Buffer string)
- func Image_SetTop(obj uintptr, value int32)
- func Image_SetTransparent(obj uintptr, value bool)
- func Image_SetVisible(obj uintptr, value bool)
- func Image_SetWidth(obj uintptr, value int32)
- func Image_Show(obj uintptr)
- func Image_StaticClassType() TClass
- func Image_ToString(obj uintptr) string
- func Image_Update(obj uintptr)
- func IniFile_ClassName(obj uintptr) string
- func IniFile_ClassType(obj uintptr) TClass
- func IniFile_Create(filename string) uintptr
- func IniFile_DeleteKey(obj uintptr, Section string, Ident string)
- func IniFile_DisposeOf(obj uintptr)
- func IniFile_Equals(obj uintptr, Obj uintptr) bool
- func IniFile_EraseSection(obj uintptr, Section string)
- func IniFile_Free(obj uintptr)
- func IniFile_GetFileName(obj uintptr) string
- func IniFile_GetHashCode(obj uintptr) int32
- func IniFile_InheritsFrom(obj uintptr, AClass TClass) bool
- func IniFile_InstanceSize(obj uintptr) int32
- func IniFile_ReadBool(obj uintptr, Section string, Ident string, Default bool) bool
- func IniFile_ReadDate(obj uintptr, Section string, Name string, Default time.Time) time.Time
- func IniFile_ReadDateTime(obj uintptr, Section string, Name string, Default time.Time) time.Time
- func IniFile_ReadFloat(obj uintptr, Section string, Name string, Default float64) float64
- func IniFile_ReadInteger(obj uintptr, Section string, Ident string, Default int32) int32
- func IniFile_ReadSectionValues(obj uintptr, Section string, Strings uintptr)
- func IniFile_ReadSections(obj uintptr, Strings uintptr)
- func IniFile_ReadString(obj uintptr, Section string, Ident string, Default string) string
- func IniFile_ReadSubSections(obj uintptr, Section string, Strings uintptr, Recurse bool)
- func IniFile_ReadTime(obj uintptr, Section string, Name string, Default time.Time) time.Time
- func IniFile_SectionExists(obj uintptr, Section string) bool
- func IniFile_StaticClassType() TClass
- func IniFile_ToString(obj uintptr) string
- func IniFile_UpdateFile(obj uintptr)
- func IniFile_ValueExists(obj uintptr, Section string, Ident string) bool
- func IniFile_WriteBool(obj uintptr, Section string, Ident string, Value bool)
- func IniFile_WriteDate(obj uintptr, Section string, Name string, Value time.Time)
- func IniFile_WriteDateTime(obj uintptr, Section string, Name string, Value time.Time)
- func IniFile_WriteFloat(obj uintptr, Section string, Name string, Value float64)
- func IniFile_WriteInteger(obj uintptr, Section string, Ident string, Value int32)
- func IniFile_WriteString(obj uintptr, Section string, Ident string, Value string)
- func IniFile_WriteTime(obj uintptr, Section string, Name string, Value time.Time)
- func IsNil(val interface{}) bool
- func JPEGImage_Assign(obj uintptr, Source uintptr)
- func JPEGImage_ClassName(obj uintptr) string
- func JPEGImage_ClassType(obj uintptr) TClass
- func JPEGImage_Create() uintptr
- func JPEGImage_DisposeOf(obj uintptr)
- func JPEGImage_Equals(obj uintptr, Obj uintptr) bool
- func JPEGImage_Free(obj uintptr)
- func JPEGImage_GetCanvas(obj uintptr) uintptr
- func JPEGImage_GetEmpty(obj uintptr) bool
- func JPEGImage_GetHashCode(obj uintptr) int32
- func JPEGImage_GetHeight(obj uintptr) int32
- func JPEGImage_GetModified(obj uintptr) bool
- func JPEGImage_GetNamePath(obj uintptr) string
- func JPEGImage_GetPalette(obj uintptr) HPALETTE
- func JPEGImage_GetPaletteModified(obj uintptr) bool
- func JPEGImage_GetPerformance(obj uintptr) TJPEGPerformance
- func JPEGImage_GetPixelFormat(obj uintptr) TJPEGPixelFormat
- func JPEGImage_GetProgressiveDisplay(obj uintptr) bool
- func JPEGImage_GetScale(obj uintptr) TJPEGScale
- func JPEGImage_GetSmoothing(obj uintptr) bool
- func JPEGImage_GetTransparent(obj uintptr) bool
- func JPEGImage_GetWidth(obj uintptr) int32
- func JPEGImage_InheritsFrom(obj uintptr, AClass TClass) bool
- func JPEGImage_InstanceSize(obj uintptr) int32
- func JPEGImage_LoadFromFile(obj uintptr, Filename string)
- func JPEGImage_LoadFromStream(obj uintptr, Stream uintptr)
- func JPEGImage_SaveToFile(obj uintptr, Filename string)
- func JPEGImage_SaveToStream(obj uintptr, Stream uintptr)
- func JPEGImage_SetHeight(obj uintptr, value int32)
- func JPEGImage_SetModified(obj uintptr, value bool)
- func JPEGImage_SetOnChange(obj uintptr, fn interface{})
- func JPEGImage_SetPalette(obj uintptr, value HPALETTE)
- func JPEGImage_SetPaletteModified(obj uintptr, value bool)
- func JPEGImage_SetPerformance(obj uintptr, value TJPEGPerformance)
- func JPEGImage_SetPixelFormat(obj uintptr, value TJPEGPixelFormat)
- func JPEGImage_SetProgressiveDisplay(obj uintptr, value bool)
- func JPEGImage_SetScale(obj uintptr, value TJPEGScale)
- func JPEGImage_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func JPEGImage_SetSmoothing(obj uintptr, value bool)
- func JPEGImage_SetTransparent(obj uintptr, value bool)
- func JPEGImage_SetWidth(obj uintptr, value int32)
- func JPEGImage_StaticClassType() TClass
- func JPEGImage_ToString(obj uintptr) string
- func JumpCategories_Add(obj uintptr) uintptr
- func JumpCategories_Assign(obj uintptr, Source uintptr)
- func JumpCategories_BeginUpdate(obj uintptr)
- func JumpCategories_ClassName(obj uintptr) string
- func JumpCategories_ClassType(obj uintptr) TClass
- func JumpCategories_Clear(obj uintptr)
- func JumpCategories_ClearAndResetID(obj uintptr)
- func JumpCategories_Delete(obj uintptr, Index int32)
- func JumpCategories_DisposeOf(obj uintptr)
- func JumpCategories_EndUpdate(obj uintptr)
- func JumpCategories_Equals(obj uintptr, Obj uintptr) bool
- func JumpCategories_FindItemID(obj uintptr, ID int32) uintptr
- func JumpCategories_GetCapacity(obj uintptr) int32
- func JumpCategories_GetCategoryIndex(obj uintptr, CategoryName string) int32
- func JumpCategories_GetCount(obj uintptr) int32
- func JumpCategories_GetHashCode(obj uintptr) int32
- func JumpCategories_GetItems(obj uintptr, Index int32) uintptr
- func JumpCategories_GetNamePath(obj uintptr) string
- func JumpCategories_InheritsFrom(obj uintptr, AClass TClass) bool
- func JumpCategories_Insert(obj uintptr, Index int32) uintptr
- func JumpCategories_InstanceSize(obj uintptr) int32
- func JumpCategories_Owner(obj uintptr) uintptr
- func JumpCategories_SetCapacity(obj uintptr, value int32)
- func JumpCategories_SetItems(obj uintptr, Index int32, value uintptr)
- func JumpCategories_SetOnChange(obj uintptr, fn interface{})
- func JumpCategories_StaticClassType() TClass
- func JumpCategories_ToString(obj uintptr) string
- func JumpCategoryItem_Assign(obj uintptr, Source uintptr)
- func JumpCategoryItem_ClassName(obj uintptr) string
- func JumpCategoryItem_ClassType(obj uintptr) TClass
- func JumpCategoryItem_Create() uintptr
- func JumpCategoryItem_DisposeOf(obj uintptr)
- func JumpCategoryItem_Equals(obj uintptr, Obj uintptr) bool
- func JumpCategoryItem_Free(obj uintptr)
- func JumpCategoryItem_GetCategoryName(obj uintptr) string
- func JumpCategoryItem_GetCollection(obj uintptr) uintptr
- func JumpCategoryItem_GetDisplayName(obj uintptr) string
- func JumpCategoryItem_GetHashCode(obj uintptr) int32
- func JumpCategoryItem_GetIndex(obj uintptr) int32
- func JumpCategoryItem_GetItems(obj uintptr) uintptr
- func JumpCategoryItem_GetNamePath(obj uintptr) string
- func JumpCategoryItem_GetVisible(obj uintptr) bool
- func JumpCategoryItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func JumpCategoryItem_InstanceSize(obj uintptr) int32
- func JumpCategoryItem_SetCategoryName(obj uintptr, value string)
- func JumpCategoryItem_SetCollection(obj uintptr, value uintptr)
- func JumpCategoryItem_SetDisplayName(obj uintptr, value string)
- func JumpCategoryItem_SetIndex(obj uintptr, value int32)
- func JumpCategoryItem_SetItems(obj uintptr, value uintptr)
- func JumpCategoryItem_SetVisible(obj uintptr, value bool)
- func JumpCategoryItem_StaticClassType() TClass
- func JumpCategoryItem_ToString(obj uintptr) string
- func JumpListCollection_Add(obj uintptr) uintptr
- func JumpListCollection_Assign(obj uintptr, Source uintptr)
- func JumpListCollection_BeginUpdate(obj uintptr)
- func JumpListCollection_ClassName(obj uintptr) string
- func JumpListCollection_ClassType(obj uintptr) TClass
- func JumpListCollection_Clear(obj uintptr)
- func JumpListCollection_ClearAndResetID(obj uintptr)
- func JumpListCollection_Delete(obj uintptr, Index int32)
- func JumpListCollection_DisposeOf(obj uintptr)
- func JumpListCollection_EndUpdate(obj uintptr)
- func JumpListCollection_Equals(obj uintptr, Obj uintptr) bool
- func JumpListCollection_FindItemID(obj uintptr, ID int32) uintptr
- func JumpListCollection_GetCapacity(obj uintptr) int32
- func JumpListCollection_GetCount(obj uintptr) int32
- func JumpListCollection_GetHashCode(obj uintptr) int32
- func JumpListCollection_GetItems(obj uintptr, Index int32) uintptr
- func JumpListCollection_GetNamePath(obj uintptr) string
- func JumpListCollection_InheritsFrom(obj uintptr, AClass TClass) bool
- func JumpListCollection_Insert(obj uintptr, Index int32) uintptr
- func JumpListCollection_InstanceSize(obj uintptr) int32
- func JumpListCollection_Owner(obj uintptr) uintptr
- func JumpListCollection_SetCapacity(obj uintptr, value int32)
- func JumpListCollection_SetItems(obj uintptr, Index int32, value uintptr)
- func JumpListCollection_SetOnChange(obj uintptr, fn interface{})
- func JumpListCollection_StaticClassType() TClass
- func JumpListCollection_ToString(obj uintptr) string
- func JumpListItem_Assign(obj uintptr, Source uintptr)
- func JumpListItem_ClassName(obj uintptr) string
- func JumpListItem_ClassType(obj uintptr) TClass
- func JumpListItem_Create() uintptr
- func JumpListItem_DisposeOf(obj uintptr)
- func JumpListItem_Equals(obj uintptr, Obj uintptr) bool
- func JumpListItem_Free(obj uintptr)
- func JumpListItem_GetArguments(obj uintptr) string
- func JumpListItem_GetCollection(obj uintptr) uintptr
- func JumpListItem_GetDisplayName(obj uintptr) string
- func JumpListItem_GetFriendlyName(obj uintptr) string
- func JumpListItem_GetHashCode(obj uintptr) int32
- func JumpListItem_GetIcon(obj uintptr) string
- func JumpListItem_GetIndex(obj uintptr) int32
- func JumpListItem_GetIsSeparator(obj uintptr) bool
- func JumpListItem_GetNamePath(obj uintptr) string
- func JumpListItem_GetPath(obj uintptr) string
- func JumpListItem_GetVisible(obj uintptr) bool
- func JumpListItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func JumpListItem_InstanceSize(obj uintptr) int32
- func JumpListItem_SetArguments(obj uintptr, value string)
- func JumpListItem_SetCollection(obj uintptr, value uintptr)
- func JumpListItem_SetDisplayName(obj uintptr, value string)
- func JumpListItem_SetFriendlyName(obj uintptr, value string)
- func JumpListItem_SetIcon(obj uintptr, value string)
- func JumpListItem_SetIndex(obj uintptr, value int32)
- func JumpListItem_SetIsSeparator(obj uintptr, value bool)
- func JumpListItem_SetPath(obj uintptr, value string)
- func JumpListItem_SetVisible(obj uintptr, value bool)
- func JumpListItem_StaticClassType() TClass
- func JumpListItem_ToString(obj uintptr) string
- func JumpList_AddCategory(obj uintptr, CategoryName string) int32
- func JumpList_AddItemToCategory(obj uintptr, CategoryIndex int32, FriendlyName string, Path string, ...) uintptr
- func JumpList_AddTask(obj uintptr, FriendlyName string, Path string, Arguments string, Icon string) uintptr
- func JumpList_AddTaskSeparator(obj uintptr) uintptr
- func JumpList_AddToRecent(obj uintptr, Path string)
- func JumpList_Assign(obj uintptr, Source uintptr)
- func JumpList_ClassName(obj uintptr) string
- func JumpList_ClassType(obj uintptr) TClass
- func JumpList_Create(obj uintptr) uintptr
- func JumpList_DeleteList(obj uintptr) bool
- func JumpList_DisposeOf(obj uintptr)
- func JumpList_Equals(obj uintptr, Obj uintptr) bool
- func JumpList_FindComponent(obj uintptr, AName string) uintptr
- func JumpList_Free(obj uintptr)
- func JumpList_GetApplicationID(obj uintptr) string
- func JumpList_GetAutoRefresh(obj uintptr) bool
- func JumpList_GetComponentCount(obj uintptr) int32
- func JumpList_GetComponentIndex(obj uintptr) int32
- func JumpList_GetComponents(obj uintptr, AIndex int32) uintptr
- func JumpList_GetCustomCategories(obj uintptr) uintptr
- func JumpList_GetEnabled(obj uintptr) bool
- func JumpList_GetHashCode(obj uintptr) int32
- func JumpList_GetName(obj uintptr) string
- func JumpList_GetNamePath(obj uintptr) string
- func JumpList_GetOwner(obj uintptr) uintptr
- func JumpList_GetShowFrequent(obj uintptr) bool
- func JumpList_GetShowRecent(obj uintptr) bool
- func JumpList_GetTag(obj uintptr) int
- func JumpList_GetTaskList(obj uintptr) uintptr
- func JumpList_HasParent(obj uintptr) bool
- func JumpList_InheritsFrom(obj uintptr, AClass TClass) bool
- func JumpList_InstanceSize(obj uintptr) int32
- func JumpList_RemoveAllFromRecent(obj uintptr, AppModelID string) bool
- func JumpList_RemoveFromRecent(obj uintptr, Path string, AppModelID string) bool
- func JumpList_SetApplicationID(obj uintptr, value string)
- func JumpList_SetAutoRefresh(obj uintptr, value bool)
- func JumpList_SetComponentIndex(obj uintptr, value int32)
- func JumpList_SetCustomCategories(obj uintptr, value uintptr)
- func JumpList_SetEnabled(obj uintptr, value bool)
- func JumpList_SetName(obj uintptr, value string)
- func JumpList_SetOnItemDeleted(obj uintptr, fn interface{})
- func JumpList_SetOnItemsLoaded(obj uintptr, fn interface{})
- func JumpList_SetOnListUpdateError(obj uintptr, fn interface{})
- func JumpList_SetShowFrequent(obj uintptr, value bool)
- func JumpList_SetShowRecent(obj uintptr, value bool)
- func JumpList_SetTag(obj uintptr, value int)
- func JumpList_SetTaskList(obj uintptr, value uintptr)
- func JumpList_StaticClassType() TClass
- func JumpList_ToString(obj uintptr) string
- func JumpList_UpdateList(obj uintptr) bool
- func Label_Assign(obj uintptr, Source uintptr)
- func Label_BringToFront(obj uintptr)
- func Label_ClassName(obj uintptr) string
- func Label_ClassType(obj uintptr) TClass
- func Label_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Label_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Label_Create(obj uintptr) uintptr
- func Label_DisposeOf(obj uintptr)
- func Label_Dragging(obj uintptr) bool
- func Label_Equals(obj uintptr, Obj uintptr) bool
- func Label_FindComponent(obj uintptr, AName string) uintptr
- func Label_Free(obj uintptr)
- func Label_GetAction(obj uintptr) uintptr
- func Label_GetAlign(obj uintptr) TAlign
- func Label_GetAlignWithMargins(obj uintptr) bool
- func Label_GetAlignment(obj uintptr) TAlignment
- func Label_GetAnchors(obj uintptr) TAnchors
- func Label_GetAutoSize(obj uintptr) bool
- func Label_GetBiDiMode(obj uintptr) TBiDiMode
- func Label_GetBoundsRect(obj uintptr) TRect
- func Label_GetCanvas(obj uintptr) uintptr
- func Label_GetCaption(obj uintptr) string
- func Label_GetClientHeight(obj uintptr) int32
- func Label_GetClientOrigin(obj uintptr) TPoint
- func Label_GetClientRect(obj uintptr) TRect
- func Label_GetClientWidth(obj uintptr) int32
- func Label_GetColor(obj uintptr) TColor
- func Label_GetComponentCount(obj uintptr) int32
- func Label_GetComponentIndex(obj uintptr) int32
- func Label_GetComponents(obj uintptr, AIndex int32) uintptr
- func Label_GetConstraints(obj uintptr) uintptr
- func Label_GetControlState(obj uintptr) TControlState
- func Label_GetControlStyle(obj uintptr) TControlStyle
- func Label_GetCursor(obj uintptr) TCursor
- func Label_GetCustomHint(obj uintptr) uintptr
- func Label_GetDragCursor(obj uintptr) TCursor
- func Label_GetDragKind(obj uintptr) TDragKind
- func Label_GetDragMode(obj uintptr) TDragMode
- func Label_GetEllipsisPosition(obj uintptr) TEllipsisPosition
- func Label_GetEnabled(obj uintptr) bool
- func Label_GetExplicitHeight(obj uintptr) int32
- func Label_GetExplicitLeft(obj uintptr) int32
- func Label_GetExplicitTop(obj uintptr) int32
- func Label_GetExplicitWidth(obj uintptr) int32
- func Label_GetFloating(obj uintptr) bool
- func Label_GetFont(obj uintptr) uintptr
- func Label_GetGlowSize(obj uintptr) int32
- func Label_GetHashCode(obj uintptr) int32
- func Label_GetHeight(obj uintptr) int32
- func Label_GetHint(obj uintptr) string
- func Label_GetLayout(obj uintptr) TTextLayout
- func Label_GetLeft(obj uintptr) int32
- func Label_GetMargins(obj uintptr) uintptr
- func Label_GetName(obj uintptr) string
- func Label_GetNamePath(obj uintptr) string
- func Label_GetOwner(obj uintptr) uintptr
- func Label_GetParent(obj uintptr) uintptr
- func Label_GetParentColor(obj uintptr) bool
- func Label_GetParentFont(obj uintptr) bool
- func Label_GetParentShowHint(obj uintptr) bool
- func Label_GetPopupMenu(obj uintptr) uintptr
- func Label_GetShowAccelChar(obj uintptr) bool
- func Label_GetShowHint(obj uintptr) bool
- func Label_GetStyleElements(obj uintptr) TStyleElements
- func Label_GetTag(obj uintptr) int
- func Label_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Label_GetTextLen(obj uintptr) int32
- func Label_GetTop(obj uintptr) int32
- func Label_GetTransparent(obj uintptr) bool
- func Label_GetVisible(obj uintptr) bool
- func Label_GetWidth(obj uintptr) int32
- func Label_GetWordWrap(obj uintptr) bool
- func Label_HasParent(obj uintptr) bool
- func Label_Hide(obj uintptr)
- func Label_InheritsFrom(obj uintptr, AClass TClass) bool
- func Label_InstanceSize(obj uintptr) int32
- func Label_Invalidate(obj uintptr)
- func Label_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Label_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Label_Refresh(obj uintptr)
- func Label_Repaint(obj uintptr)
- func Label_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Label_SendToBack(obj uintptr)
- func Label_SetAction(obj uintptr, value uintptr)
- func Label_SetAlign(obj uintptr, value TAlign)
- func Label_SetAlignWithMargins(obj uintptr, value bool)
- func Label_SetAlignment(obj uintptr, value TAlignment)
- func Label_SetAnchors(obj uintptr, value TAnchors)
- func Label_SetAutoSize(obj uintptr, value bool)
- func Label_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Label_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Label_SetBoundsRect(obj uintptr, value TRect)
- func Label_SetCaption(obj uintptr, value string)
- func Label_SetClientHeight(obj uintptr, value int32)
- func Label_SetClientWidth(obj uintptr, value int32)
- func Label_SetColor(obj uintptr, value TColor)
- func Label_SetComponentIndex(obj uintptr, value int32)
- func Label_SetConstraints(obj uintptr, value uintptr)
- func Label_SetControlState(obj uintptr, value TControlState)
- func Label_SetControlStyle(obj uintptr, value TControlStyle)
- func Label_SetCursor(obj uintptr, value TCursor)
- func Label_SetCustomHint(obj uintptr, value uintptr)
- func Label_SetDragCursor(obj uintptr, value TCursor)
- func Label_SetDragKind(obj uintptr, value TDragKind)
- func Label_SetDragMode(obj uintptr, value TDragMode)
- func Label_SetEllipsisPosition(obj uintptr, value TEllipsisPosition)
- func Label_SetEnabled(obj uintptr, value bool)
- func Label_SetFont(obj uintptr, value uintptr)
- func Label_SetGlowSize(obj uintptr, value int32)
- func Label_SetHeight(obj uintptr, value int32)
- func Label_SetHint(obj uintptr, value string)
- func Label_SetLayout(obj uintptr, value TTextLayout)
- func Label_SetLeft(obj uintptr, value int32)
- func Label_SetMargins(obj uintptr, value uintptr)
- func Label_SetName(obj uintptr, value string)
- func Label_SetOnClick(obj uintptr, fn interface{})
- func Label_SetOnContextPopup(obj uintptr, fn interface{})
- func Label_SetOnDblClick(obj uintptr, fn interface{})
- func Label_SetOnDragDrop(obj uintptr, fn interface{})
- func Label_SetOnDragOver(obj uintptr, fn interface{})
- func Label_SetOnEndDock(obj uintptr, fn interface{})
- func Label_SetOnEndDrag(obj uintptr, fn interface{})
- func Label_SetOnGesture(obj uintptr, fn interface{})
- func Label_SetOnMouseActivate(obj uintptr, fn interface{})
- func Label_SetOnMouseDown(obj uintptr, fn interface{})
- func Label_SetOnMouseEnter(obj uintptr, fn interface{})
- func Label_SetOnMouseLeave(obj uintptr, fn interface{})
- func Label_SetOnMouseMove(obj uintptr, fn interface{})
- func Label_SetOnMouseUp(obj uintptr, fn interface{})
- func Label_SetOnStartDock(obj uintptr, fn interface{})
- func Label_SetParent(obj uintptr, value uintptr)
- func Label_SetParentColor(obj uintptr, value bool)
- func Label_SetParentFont(obj uintptr, value bool)
- func Label_SetParentShowHint(obj uintptr, value bool)
- func Label_SetPopupMenu(obj uintptr, value uintptr)
- func Label_SetShowAccelChar(obj uintptr, value bool)
- func Label_SetShowHint(obj uintptr, value bool)
- func Label_SetStyleElements(obj uintptr, value TStyleElements)
- func Label_SetTag(obj uintptr, value int)
- func Label_SetTextBuf(obj uintptr, Buffer string)
- func Label_SetTop(obj uintptr, value int32)
- func Label_SetTransparent(obj uintptr, value bool)
- func Label_SetVisible(obj uintptr, value bool)
- func Label_SetWidth(obj uintptr, value int32)
- func Label_SetWordWrap(obj uintptr, value bool)
- func Label_Show(obj uintptr)
- func Label_StaticClassType() TClass
- func Label_ToString(obj uintptr) string
- func Label_Update(obj uintptr)
- func LabeledEdit_Assign(obj uintptr, Source uintptr)
- func LabeledEdit_BringToFront(obj uintptr)
- func LabeledEdit_CanFocus(obj uintptr) bool
- func LabeledEdit_ClassName(obj uintptr) string
- func LabeledEdit_ClassType(obj uintptr) TClass
- func LabeledEdit_Clear(obj uintptr)
- func LabeledEdit_ClearSelection(obj uintptr)
- func LabeledEdit_ClearUndo(obj uintptr)
- func LabeledEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func LabeledEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func LabeledEdit_ContainsControl(obj uintptr, Control uintptr) bool
- func LabeledEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func LabeledEdit_CopyToClipboard(obj uintptr)
- func LabeledEdit_Create(obj uintptr) uintptr
- func LabeledEdit_CutToClipboard(obj uintptr)
- func LabeledEdit_DisableAlign(obj uintptr)
- func LabeledEdit_DisposeOf(obj uintptr)
- func LabeledEdit_Dragging(obj uintptr) bool
- func LabeledEdit_EnableAlign(obj uintptr)
- func LabeledEdit_Equals(obj uintptr, Obj uintptr) bool
- func LabeledEdit_FindChildControl(obj uintptr, ControlName string) uintptr
- func LabeledEdit_FindComponent(obj uintptr, AName string) uintptr
- func LabeledEdit_FlipChildren(obj uintptr, AllLevels bool)
- func LabeledEdit_Focused(obj uintptr) bool
- func LabeledEdit_Free(obj uintptr)
- func LabeledEdit_GetAction(obj uintptr) uintptr
- func LabeledEdit_GetAlign(obj uintptr) TAlign
- func LabeledEdit_GetAlignDisabled(obj uintptr) bool
- func LabeledEdit_GetAlignWithMargins(obj uintptr) bool
- func LabeledEdit_GetAlignment(obj uintptr) TAlignment
- func LabeledEdit_GetAnchors(obj uintptr) TAnchors
- func LabeledEdit_GetAutoSelect(obj uintptr) bool
- func LabeledEdit_GetAutoSize(obj uintptr) bool
- func LabeledEdit_GetBevelEdges(obj uintptr) TBevelEdges
- func LabeledEdit_GetBevelInner(obj uintptr) TBevelCut
- func LabeledEdit_GetBevelKind(obj uintptr) TBevelKind
- func LabeledEdit_GetBevelOuter(obj uintptr) TBevelCut
- func LabeledEdit_GetBiDiMode(obj uintptr) TBiDiMode
- func LabeledEdit_GetBorderStyle(obj uintptr) TBorderStyle
- func LabeledEdit_GetBoundsRect(obj uintptr) TRect
- func LabeledEdit_GetBrush(obj uintptr) uintptr
- func LabeledEdit_GetCanUndo(obj uintptr) bool
- func LabeledEdit_GetCharCase(obj uintptr) TEditCharCase
- func LabeledEdit_GetClientHeight(obj uintptr) int32
- func LabeledEdit_GetClientOrigin(obj uintptr) TPoint
- func LabeledEdit_GetClientRect(obj uintptr) TRect
- func LabeledEdit_GetClientWidth(obj uintptr) int32
- func LabeledEdit_GetColor(obj uintptr) TColor
- func LabeledEdit_GetComponentCount(obj uintptr) int32
- func LabeledEdit_GetComponentIndex(obj uintptr) int32
- func LabeledEdit_GetComponents(obj uintptr, AIndex int32) uintptr
- func LabeledEdit_GetConstraints(obj uintptr) uintptr
- func LabeledEdit_GetControlCount(obj uintptr) int32
- func LabeledEdit_GetControlState(obj uintptr) TControlState
- func LabeledEdit_GetControlStyle(obj uintptr) TControlStyle
- func LabeledEdit_GetControls(obj uintptr, Index int32) uintptr
- func LabeledEdit_GetCtl3D(obj uintptr) bool
- func LabeledEdit_GetCursor(obj uintptr) TCursor
- func LabeledEdit_GetCustomHint(obj uintptr) uintptr
- func LabeledEdit_GetDockClientCount(obj uintptr) int32
- func LabeledEdit_GetDockClients(obj uintptr, Index int32) uintptr
- func LabeledEdit_GetDockSite(obj uintptr) bool
- func LabeledEdit_GetDoubleBuffered(obj uintptr) bool
- func LabeledEdit_GetDragCursor(obj uintptr) TCursor
- func LabeledEdit_GetDragKind(obj uintptr) TDragKind
- func LabeledEdit_GetDragMode(obj uintptr) TDragMode
- func LabeledEdit_GetEditLabel(obj uintptr) uintptr
- func LabeledEdit_GetEnabled(obj uintptr) bool
- func LabeledEdit_GetExplicitHeight(obj uintptr) int32
- func LabeledEdit_GetExplicitLeft(obj uintptr) int32
- func LabeledEdit_GetExplicitTop(obj uintptr) int32
- func LabeledEdit_GetExplicitWidth(obj uintptr) int32
- func LabeledEdit_GetFloating(obj uintptr) bool
- func LabeledEdit_GetFont(obj uintptr) uintptr
- func LabeledEdit_GetHandle(obj uintptr) HWND
- func LabeledEdit_GetHashCode(obj uintptr) int32
- func LabeledEdit_GetHeight(obj uintptr) int32
- func LabeledEdit_GetHideSelection(obj uintptr) bool
- func LabeledEdit_GetHint(obj uintptr) string
- func LabeledEdit_GetLabelPosition(obj uintptr) TLabelPosition
- func LabeledEdit_GetLabelSpacing(obj uintptr) int32
- func LabeledEdit_GetLeft(obj uintptr) int32
- func LabeledEdit_GetMargins(obj uintptr) uintptr
- func LabeledEdit_GetMaxLength(obj uintptr) int32
- func LabeledEdit_GetModified(obj uintptr) bool
- func LabeledEdit_GetMouseInClient(obj uintptr) bool
- func LabeledEdit_GetName(obj uintptr) string
- func LabeledEdit_GetNamePath(obj uintptr) string
- func LabeledEdit_GetNumbersOnly(obj uintptr) bool
- func LabeledEdit_GetOwner(obj uintptr) uintptr
- func LabeledEdit_GetParent(obj uintptr) uintptr
- func LabeledEdit_GetParentColor(obj uintptr) bool
- func LabeledEdit_GetParentCtl3D(obj uintptr) bool
- func LabeledEdit_GetParentDoubleBuffered(obj uintptr) bool
- func LabeledEdit_GetParentFont(obj uintptr) bool
- func LabeledEdit_GetParentShowHint(obj uintptr) bool
- func LabeledEdit_GetParentWindow(obj uintptr) HWND
- func LabeledEdit_GetPasswordChar(obj uintptr) uint16
- func LabeledEdit_GetPopupMenu(obj uintptr) uintptr
- func LabeledEdit_GetReadOnly(obj uintptr) bool
- func LabeledEdit_GetSelLength(obj uintptr) int32
- func LabeledEdit_GetSelStart(obj uintptr) int32
- func LabeledEdit_GetSelText(obj uintptr) string
- func LabeledEdit_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func LabeledEdit_GetShowHint(obj uintptr) bool
- func LabeledEdit_GetStyleElements(obj uintptr) TStyleElements
- func LabeledEdit_GetTabOrder(obj uintptr) TTabOrder
- func LabeledEdit_GetTabStop(obj uintptr) bool
- func LabeledEdit_GetTag(obj uintptr) int
- func LabeledEdit_GetText(obj uintptr) string
- func LabeledEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func LabeledEdit_GetTextHint(obj uintptr) string
- func LabeledEdit_GetTextLen(obj uintptr) int32
- func LabeledEdit_GetTop(obj uintptr) int32
- func LabeledEdit_GetUseDockManager(obj uintptr) bool
- func LabeledEdit_GetVisible(obj uintptr) bool
- func LabeledEdit_GetVisibleDockClientCount(obj uintptr) int32
- func LabeledEdit_GetWidth(obj uintptr) int32
- func LabeledEdit_HandleAllocated(obj uintptr) bool
- func LabeledEdit_HasParent(obj uintptr) bool
- func LabeledEdit_Hide(obj uintptr)
- func LabeledEdit_InheritsFrom(obj uintptr, AClass TClass) bool
- func LabeledEdit_InsertControl(obj uintptr, AControl uintptr)
- func LabeledEdit_InstanceSize(obj uintptr) int32
- func LabeledEdit_Invalidate(obj uintptr)
- func LabeledEdit_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func LabeledEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func LabeledEdit_PasteFromClipboard(obj uintptr)
- func LabeledEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func LabeledEdit_Realign(obj uintptr)
- func LabeledEdit_Refresh(obj uintptr)
- func LabeledEdit_RemoveControl(obj uintptr, AControl uintptr)
- func LabeledEdit_Repaint(obj uintptr)
- func LabeledEdit_ScaleBy(obj uintptr, M int32, D int32)
- func LabeledEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func LabeledEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func LabeledEdit_SelectAll(obj uintptr)
- func LabeledEdit_SendToBack(obj uintptr)
- func LabeledEdit_SetAction(obj uintptr, value uintptr)
- func LabeledEdit_SetAlign(obj uintptr, value TAlign)
- func LabeledEdit_SetAlignWithMargins(obj uintptr, value bool)
- func LabeledEdit_SetAlignment(obj uintptr, value TAlignment)
- func LabeledEdit_SetAnchors(obj uintptr, value TAnchors)
- func LabeledEdit_SetAutoSelect(obj uintptr, value bool)
- func LabeledEdit_SetAutoSize(obj uintptr, value bool)
- func LabeledEdit_SetBevelEdges(obj uintptr, value TBevelEdges)
- func LabeledEdit_SetBevelInner(obj uintptr, value TBevelCut)
- func LabeledEdit_SetBevelKind(obj uintptr, value TBevelKind)
- func LabeledEdit_SetBevelOuter(obj uintptr, value TBevelCut)
- func LabeledEdit_SetBiDiMode(obj uintptr, value TBiDiMode)
- func LabeledEdit_SetBorderStyle(obj uintptr, value TBorderStyle)
- func LabeledEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func LabeledEdit_SetBoundsRect(obj uintptr, value TRect)
- func LabeledEdit_SetCharCase(obj uintptr, value TEditCharCase)
- func LabeledEdit_SetClientHeight(obj uintptr, value int32)
- func LabeledEdit_SetClientWidth(obj uintptr, value int32)
- func LabeledEdit_SetColor(obj uintptr, value TColor)
- func LabeledEdit_SetComponentIndex(obj uintptr, value int32)
- func LabeledEdit_SetConstraints(obj uintptr, value uintptr)
- func LabeledEdit_SetControlState(obj uintptr, value TControlState)
- func LabeledEdit_SetControlStyle(obj uintptr, value TControlStyle)
- func LabeledEdit_SetCtl3D(obj uintptr, value bool)
- func LabeledEdit_SetCursor(obj uintptr, value TCursor)
- func LabeledEdit_SetCustomHint(obj uintptr, value uintptr)
- func LabeledEdit_SetDockSite(obj uintptr, value bool)
- func LabeledEdit_SetDoubleBuffered(obj uintptr, value bool)
- func LabeledEdit_SetDragCursor(obj uintptr, value TCursor)
- func LabeledEdit_SetDragKind(obj uintptr, value TDragKind)
- func LabeledEdit_SetDragMode(obj uintptr, value TDragMode)
- func LabeledEdit_SetEnabled(obj uintptr, value bool)
- func LabeledEdit_SetFocus(obj uintptr)
- func LabeledEdit_SetFont(obj uintptr, value uintptr)
- func LabeledEdit_SetHeight(obj uintptr, value int32)
- func LabeledEdit_SetHideSelection(obj uintptr, value bool)
- func LabeledEdit_SetHint(obj uintptr, value string)
- func LabeledEdit_SetLabelPosition(obj uintptr, value TLabelPosition)
- func LabeledEdit_SetLabelSpacing(obj uintptr, value int32)
- func LabeledEdit_SetLeft(obj uintptr, value int32)
- func LabeledEdit_SetMargins(obj uintptr, value uintptr)
- func LabeledEdit_SetMaxLength(obj uintptr, value int32)
- func LabeledEdit_SetModified(obj uintptr, value bool)
- func LabeledEdit_SetName(obj uintptr, value string)
- func LabeledEdit_SetNumbersOnly(obj uintptr, value bool)
- func LabeledEdit_SetOnChange(obj uintptr, fn interface{})
- func LabeledEdit_SetOnClick(obj uintptr, fn interface{})
- func LabeledEdit_SetOnContextPopup(obj uintptr, fn interface{})
- func LabeledEdit_SetOnDblClick(obj uintptr, fn interface{})
- func LabeledEdit_SetOnDragDrop(obj uintptr, fn interface{})
- func LabeledEdit_SetOnDragOver(obj uintptr, fn interface{})
- func LabeledEdit_SetOnEndDock(obj uintptr, fn interface{})
- func LabeledEdit_SetOnEndDrag(obj uintptr, fn interface{})
- func LabeledEdit_SetOnEnter(obj uintptr, fn interface{})
- func LabeledEdit_SetOnExit(obj uintptr, fn interface{})
- func LabeledEdit_SetOnGesture(obj uintptr, fn interface{})
- func LabeledEdit_SetOnKeyDown(obj uintptr, fn interface{})
- func LabeledEdit_SetOnKeyPress(obj uintptr, fn interface{})
- func LabeledEdit_SetOnKeyUp(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseActivate(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseDown(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseEnter(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseLeave(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseMove(obj uintptr, fn interface{})
- func LabeledEdit_SetOnMouseUp(obj uintptr, fn interface{})
- func LabeledEdit_SetOnStartDock(obj uintptr, fn interface{})
- func LabeledEdit_SetParent(obj uintptr, value uintptr)
- func LabeledEdit_SetParentColor(obj uintptr, value bool)
- func LabeledEdit_SetParentCtl3D(obj uintptr, value bool)
- func LabeledEdit_SetParentDoubleBuffered(obj uintptr, value bool)
- func LabeledEdit_SetParentFont(obj uintptr, value bool)
- func LabeledEdit_SetParentShowHint(obj uintptr, value bool)
- func LabeledEdit_SetParentWindow(obj uintptr, value HWND)
- func LabeledEdit_SetPasswordChar(obj uintptr, value uint16)
- func LabeledEdit_SetPopupMenu(obj uintptr, value uintptr)
- func LabeledEdit_SetReadOnly(obj uintptr, value bool)
- func LabeledEdit_SetSelLength(obj uintptr, value int32)
- func LabeledEdit_SetSelStart(obj uintptr, value int32)
- func LabeledEdit_SetSelText(obj uintptr, value string)
- func LabeledEdit_SetShowHint(obj uintptr, value bool)
- func LabeledEdit_SetStyleElements(obj uintptr, value TStyleElements)
- func LabeledEdit_SetTabOrder(obj uintptr, value TTabOrder)
- func LabeledEdit_SetTabStop(obj uintptr, value bool)
- func LabeledEdit_SetTag(obj uintptr, value int)
- func LabeledEdit_SetText(obj uintptr, value string)
- func LabeledEdit_SetTextBuf(obj uintptr, Buffer string)
- func LabeledEdit_SetTextHint(obj uintptr, value string)
- func LabeledEdit_SetTop(obj uintptr, value int32)
- func LabeledEdit_SetUseDockManager(obj uintptr, value bool)
- func LabeledEdit_SetVisible(obj uintptr, value bool)
- func LabeledEdit_SetWidth(obj uintptr, value int32)
- func LabeledEdit_SetupInternalLabel(obj uintptr)
- func LabeledEdit_Show(obj uintptr)
- func LabeledEdit_StaticClassType() TClass
- func LabeledEdit_ToString(obj uintptr) string
- func LabeledEdit_Undo(obj uintptr)
- func LabeledEdit_Update(obj uintptr)
- func LabeledEdit_UpdateControlState(obj uintptr)
- func LinkLabel_Assign(obj uintptr, Source uintptr)
- func LinkLabel_BringToFront(obj uintptr)
- func LinkLabel_CanFocus(obj uintptr) bool
- func LinkLabel_ClassName(obj uintptr) string
- func LinkLabel_ClassType(obj uintptr) TClass
- func LinkLabel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func LinkLabel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func LinkLabel_ContainsControl(obj uintptr, Control uintptr) bool
- func LinkLabel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func LinkLabel_Create(obj uintptr) uintptr
- func LinkLabel_DisableAlign(obj uintptr)
- func LinkLabel_DisposeOf(obj uintptr)
- func LinkLabel_Dragging(obj uintptr) bool
- func LinkLabel_EnableAlign(obj uintptr)
- func LinkLabel_Equals(obj uintptr, Obj uintptr) bool
- func LinkLabel_FindChildControl(obj uintptr, ControlName string) uintptr
- func LinkLabel_FindComponent(obj uintptr, AName string) uintptr
- func LinkLabel_FlipChildren(obj uintptr, AllLevels bool)
- func LinkLabel_Focused(obj uintptr) bool
- func LinkLabel_Free(obj uintptr)
- func LinkLabel_GetAction(obj uintptr) uintptr
- func LinkLabel_GetAlign(obj uintptr) TAlign
- func LinkLabel_GetAlignDisabled(obj uintptr) bool
- func LinkLabel_GetAlignWithMargins(obj uintptr) bool
- func LinkLabel_GetAlignment(obj uintptr) TLinkAlignment
- func LinkLabel_GetAnchors(obj uintptr) TAnchors
- func LinkLabel_GetAutoSize(obj uintptr) bool
- func LinkLabel_GetBevelEdges(obj uintptr) TBevelEdges
- func LinkLabel_GetBevelInner(obj uintptr) TBevelCut
- func LinkLabel_GetBevelKind(obj uintptr) TBevelKind
- func LinkLabel_GetBevelOuter(obj uintptr) TBevelCut
- func LinkLabel_GetBiDiMode(obj uintptr) TBiDiMode
- func LinkLabel_GetBoundsRect(obj uintptr) TRect
- func LinkLabel_GetBrush(obj uintptr) uintptr
- func LinkLabel_GetCaption(obj uintptr) string
- func LinkLabel_GetClientHeight(obj uintptr) int32
- func LinkLabel_GetClientOrigin(obj uintptr) TPoint
- func LinkLabel_GetClientRect(obj uintptr) TRect
- func LinkLabel_GetClientWidth(obj uintptr) int32
- func LinkLabel_GetColor(obj uintptr) TColor
- func LinkLabel_GetComponentCount(obj uintptr) int32
- func LinkLabel_GetComponentIndex(obj uintptr) int32
- func LinkLabel_GetComponents(obj uintptr, AIndex int32) uintptr
- func LinkLabel_GetConstraints(obj uintptr) uintptr
- func LinkLabel_GetControlCount(obj uintptr) int32
- func LinkLabel_GetControlState(obj uintptr) TControlState
- func LinkLabel_GetControlStyle(obj uintptr) TControlStyle
- func LinkLabel_GetControls(obj uintptr, Index int32) uintptr
- func LinkLabel_GetCursor(obj uintptr) TCursor
- func LinkLabel_GetCustomHint(obj uintptr) uintptr
- func LinkLabel_GetDockClientCount(obj uintptr) int32
- func LinkLabel_GetDockClients(obj uintptr, Index int32) uintptr
- func LinkLabel_GetDockSite(obj uintptr) bool
- func LinkLabel_GetDoubleBuffered(obj uintptr) bool
- func LinkLabel_GetDragCursor(obj uintptr) TCursor
- func LinkLabel_GetDragKind(obj uintptr) TDragKind
- func LinkLabel_GetDragMode(obj uintptr) TDragMode
- func LinkLabel_GetEnabled(obj uintptr) bool
- func LinkLabel_GetExplicitHeight(obj uintptr) int32
- func LinkLabel_GetExplicitLeft(obj uintptr) int32
- func LinkLabel_GetExplicitTop(obj uintptr) int32
- func LinkLabel_GetExplicitWidth(obj uintptr) int32
- func LinkLabel_GetFloating(obj uintptr) bool
- func LinkLabel_GetFont(obj uintptr) uintptr
- func LinkLabel_GetHandle(obj uintptr) HWND
- func LinkLabel_GetHashCode(obj uintptr) int32
- func LinkLabel_GetHeight(obj uintptr) int32
- func LinkLabel_GetHint(obj uintptr) string
- func LinkLabel_GetLeft(obj uintptr) int32
- func LinkLabel_GetMargins(obj uintptr) uintptr
- func LinkLabel_GetMouseInClient(obj uintptr) bool
- func LinkLabel_GetName(obj uintptr) string
- func LinkLabel_GetNamePath(obj uintptr) string
- func LinkLabel_GetOwner(obj uintptr) uintptr
- func LinkLabel_GetParent(obj uintptr) uintptr
- func LinkLabel_GetParentColor(obj uintptr) bool
- func LinkLabel_GetParentDoubleBuffered(obj uintptr) bool
- func LinkLabel_GetParentFont(obj uintptr) bool
- func LinkLabel_GetParentShowHint(obj uintptr) bool
- func LinkLabel_GetParentWindow(obj uintptr) HWND
- func LinkLabel_GetPopupMenu(obj uintptr) uintptr
- func LinkLabel_GetShowHint(obj uintptr) bool
- func LinkLabel_GetStyleElements(obj uintptr) TStyleElements
- func LinkLabel_GetTabOrder(obj uintptr) TTabOrder
- func LinkLabel_GetTabStop(obj uintptr) bool
- func LinkLabel_GetTag(obj uintptr) int
- func LinkLabel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func LinkLabel_GetTextLen(obj uintptr) int32
- func LinkLabel_GetTop(obj uintptr) int32
- func LinkLabel_GetUseDockManager(obj uintptr) bool
- func LinkLabel_GetUseVisualStyle(obj uintptr) bool
- func LinkLabel_GetVisible(obj uintptr) bool
- func LinkLabel_GetVisibleDockClientCount(obj uintptr) int32
- func LinkLabel_GetWidth(obj uintptr) int32
- func LinkLabel_HandleAllocated(obj uintptr) bool
- func LinkLabel_HasParent(obj uintptr) bool
- func LinkLabel_Hide(obj uintptr)
- func LinkLabel_InheritsFrom(obj uintptr, AClass TClass) bool
- func LinkLabel_InsertControl(obj uintptr, AControl uintptr)
- func LinkLabel_InstanceSize(obj uintptr) int32
- func LinkLabel_Invalidate(obj uintptr)
- func LinkLabel_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func LinkLabel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func LinkLabel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func LinkLabel_Realign(obj uintptr)
- func LinkLabel_Refresh(obj uintptr)
- func LinkLabel_RemoveControl(obj uintptr, AControl uintptr)
- func LinkLabel_Repaint(obj uintptr)
- func LinkLabel_ScaleBy(obj uintptr, M int32, D int32)
- func LinkLabel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func LinkLabel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func LinkLabel_SendToBack(obj uintptr)
- func LinkLabel_SetAction(obj uintptr, value uintptr)
- func LinkLabel_SetAlign(obj uintptr, value TAlign)
- func LinkLabel_SetAlignWithMargins(obj uintptr, value bool)
- func LinkLabel_SetAlignment(obj uintptr, value TLinkAlignment)
- func LinkLabel_SetAnchors(obj uintptr, value TAnchors)
- func LinkLabel_SetAutoSize(obj uintptr, value bool)
- func LinkLabel_SetBevelEdges(obj uintptr, value TBevelEdges)
- func LinkLabel_SetBevelInner(obj uintptr, value TBevelCut)
- func LinkLabel_SetBevelKind(obj uintptr, value TBevelKind)
- func LinkLabel_SetBevelOuter(obj uintptr, value TBevelCut)
- func LinkLabel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func LinkLabel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func LinkLabel_SetBoundsRect(obj uintptr, value TRect)
- func LinkLabel_SetCaption(obj uintptr, value string)
- func LinkLabel_SetClientHeight(obj uintptr, value int32)
- func LinkLabel_SetClientWidth(obj uintptr, value int32)
- func LinkLabel_SetColor(obj uintptr, value TColor)
- func LinkLabel_SetComponentIndex(obj uintptr, value int32)
- func LinkLabel_SetConstraints(obj uintptr, value uintptr)
- func LinkLabel_SetControlState(obj uintptr, value TControlState)
- func LinkLabel_SetControlStyle(obj uintptr, value TControlStyle)
- func LinkLabel_SetCursor(obj uintptr, value TCursor)
- func LinkLabel_SetCustomHint(obj uintptr, value uintptr)
- func LinkLabel_SetDockSite(obj uintptr, value bool)
- func LinkLabel_SetDoubleBuffered(obj uintptr, value bool)
- func LinkLabel_SetDragCursor(obj uintptr, value TCursor)
- func LinkLabel_SetDragKind(obj uintptr, value TDragKind)
- func LinkLabel_SetDragMode(obj uintptr, value TDragMode)
- func LinkLabel_SetEnabled(obj uintptr, value bool)
- func LinkLabel_SetFocus(obj uintptr)
- func LinkLabel_SetFont(obj uintptr, value uintptr)
- func LinkLabel_SetHeight(obj uintptr, value int32)
- func LinkLabel_SetHint(obj uintptr, value string)
- func LinkLabel_SetLeft(obj uintptr, value int32)
- func LinkLabel_SetMargins(obj uintptr, value uintptr)
- func LinkLabel_SetName(obj uintptr, value string)
- func LinkLabel_SetOnClick(obj uintptr, fn interface{})
- func LinkLabel_SetOnContextPopup(obj uintptr, fn interface{})
- func LinkLabel_SetOnDblClick(obj uintptr, fn interface{})
- func LinkLabel_SetOnDragDrop(obj uintptr, fn interface{})
- func LinkLabel_SetOnDragOver(obj uintptr, fn interface{})
- func LinkLabel_SetOnEndDock(obj uintptr, fn interface{})
- func LinkLabel_SetOnEndDrag(obj uintptr, fn interface{})
- func LinkLabel_SetOnGesture(obj uintptr, fn interface{})
- func LinkLabel_SetOnLinkClick(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseActivate(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseDown(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseEnter(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseLeave(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseMove(obj uintptr, fn interface{})
- func LinkLabel_SetOnMouseUp(obj uintptr, fn interface{})
- func LinkLabel_SetOnStartDock(obj uintptr, fn interface{})
- func LinkLabel_SetParent(obj uintptr, value uintptr)
- func LinkLabel_SetParentColor(obj uintptr, value bool)
- func LinkLabel_SetParentDoubleBuffered(obj uintptr, value bool)
- func LinkLabel_SetParentFont(obj uintptr, value bool)
- func LinkLabel_SetParentShowHint(obj uintptr, value bool)
- func LinkLabel_SetParentWindow(obj uintptr, value HWND)
- func LinkLabel_SetPopupMenu(obj uintptr, value uintptr)
- func LinkLabel_SetShowHint(obj uintptr, value bool)
- func LinkLabel_SetStyleElements(obj uintptr, value TStyleElements)
- func LinkLabel_SetTabOrder(obj uintptr, value TTabOrder)
- func LinkLabel_SetTabStop(obj uintptr, value bool)
- func LinkLabel_SetTag(obj uintptr, value int)
- func LinkLabel_SetTextBuf(obj uintptr, Buffer string)
- func LinkLabel_SetTop(obj uintptr, value int32)
- func LinkLabel_SetUseDockManager(obj uintptr, value bool)
- func LinkLabel_SetUseVisualStyle(obj uintptr, value bool)
- func LinkLabel_SetVisible(obj uintptr, value bool)
- func LinkLabel_SetWidth(obj uintptr, value int32)
- func LinkLabel_Show(obj uintptr)
- func LinkLabel_StaticClassType() TClass
- func LinkLabel_ToString(obj uintptr) string
- func LinkLabel_Update(obj uintptr)
- func LinkLabel_UpdateControlState(obj uintptr)
- func ListBox_AddItem(obj uintptr, Item string, AObject uintptr)
- func ListBox_Assign(obj uintptr, Source uintptr)
- func ListBox_BringToFront(obj uintptr)
- func ListBox_CanFocus(obj uintptr) bool
- func ListBox_ClassName(obj uintptr) string
- func ListBox_ClassType(obj uintptr) TClass
- func ListBox_Clear(obj uintptr)
- func ListBox_ClearSelection(obj uintptr)
- func ListBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ListBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ListBox_ContainsControl(obj uintptr, Control uintptr) bool
- func ListBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ListBox_CopySelection(obj uintptr, Destination uintptr)
- func ListBox_Create(obj uintptr) uintptr
- func ListBox_DeleteSelected(obj uintptr)
- func ListBox_DisableAlign(obj uintptr)
- func ListBox_DisposeOf(obj uintptr)
- func ListBox_Dragging(obj uintptr) bool
- func ListBox_EnableAlign(obj uintptr)
- func ListBox_Equals(obj uintptr, Obj uintptr) bool
- func ListBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func ListBox_FindComponent(obj uintptr, AName string) uintptr
- func ListBox_FlipChildren(obj uintptr, AllLevels bool)
- func ListBox_Focused(obj uintptr) bool
- func ListBox_Free(obj uintptr)
- func ListBox_GetAction(obj uintptr) uintptr
- func ListBox_GetAlign(obj uintptr) TAlign
- func ListBox_GetAlignDisabled(obj uintptr) bool
- func ListBox_GetAlignWithMargins(obj uintptr) bool
- func ListBox_GetAnchors(obj uintptr) TAnchors
- func ListBox_GetAutoComplete(obj uintptr) bool
- func ListBox_GetAutoCompleteDelay(obj uintptr) uint32
- func ListBox_GetBevelEdges(obj uintptr) TBevelEdges
- func ListBox_GetBevelInner(obj uintptr) TBevelCut
- func ListBox_GetBevelKind(obj uintptr) TBevelKind
- func ListBox_GetBevelOuter(obj uintptr) TBevelCut
- func ListBox_GetBiDiMode(obj uintptr) TBiDiMode
- func ListBox_GetBorderStyle(obj uintptr) TBorderStyle
- func ListBox_GetBoundsRect(obj uintptr) TRect
- func ListBox_GetBrush(obj uintptr) uintptr
- func ListBox_GetCanvas(obj uintptr) uintptr
- func ListBox_GetClientHeight(obj uintptr) int32
- func ListBox_GetClientOrigin(obj uintptr) TPoint
- func ListBox_GetClientRect(obj uintptr) TRect
- func ListBox_GetClientWidth(obj uintptr) int32
- func ListBox_GetColor(obj uintptr) TColor
- func ListBox_GetColumns(obj uintptr) int32
- func ListBox_GetComponentCount(obj uintptr) int32
- func ListBox_GetComponentIndex(obj uintptr) int32
- func ListBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func ListBox_GetConstraints(obj uintptr) uintptr
- func ListBox_GetControlCount(obj uintptr) int32
- func ListBox_GetControlState(obj uintptr) TControlState
- func ListBox_GetControlStyle(obj uintptr) TControlStyle
- func ListBox_GetControls(obj uintptr, Index int32) uintptr
- func ListBox_GetCount(obj uintptr) int32
- func ListBox_GetCtl3D(obj uintptr) bool
- func ListBox_GetCursor(obj uintptr) TCursor
- func ListBox_GetCustomHint(obj uintptr) uintptr
- func ListBox_GetDockClientCount(obj uintptr) int32
- func ListBox_GetDockClients(obj uintptr, Index int32) uintptr
- func ListBox_GetDockSite(obj uintptr) bool
- func ListBox_GetDoubleBuffered(obj uintptr) bool
- func ListBox_GetDragCursor(obj uintptr) TCursor
- func ListBox_GetDragKind(obj uintptr) TDragKind
- func ListBox_GetDragMode(obj uintptr) TDragMode
- func ListBox_GetEnabled(obj uintptr) bool
- func ListBox_GetExplicitHeight(obj uintptr) int32
- func ListBox_GetExplicitLeft(obj uintptr) int32
- func ListBox_GetExplicitTop(obj uintptr) int32
- func ListBox_GetExplicitWidth(obj uintptr) int32
- func ListBox_GetFloating(obj uintptr) bool
- func ListBox_GetFont(obj uintptr) uintptr
- func ListBox_GetHandle(obj uintptr) HWND
- func ListBox_GetHashCode(obj uintptr) int32
- func ListBox_GetHeight(obj uintptr) int32
- func ListBox_GetHint(obj uintptr) string
- func ListBox_GetItemHeight(obj uintptr) int32
- func ListBox_GetItemIndex(obj uintptr) int32
- func ListBox_GetItems(obj uintptr) uintptr
- func ListBox_GetLeft(obj uintptr) int32
- func ListBox_GetMargins(obj uintptr) uintptr
- func ListBox_GetMouseInClient(obj uintptr) bool
- func ListBox_GetMultiSelect(obj uintptr) bool
- func ListBox_GetName(obj uintptr) string
- func ListBox_GetNamePath(obj uintptr) string
- func ListBox_GetOwner(obj uintptr) uintptr
- func ListBox_GetParent(obj uintptr) uintptr
- func ListBox_GetParentColor(obj uintptr) bool
- func ListBox_GetParentCtl3D(obj uintptr) bool
- func ListBox_GetParentDoubleBuffered(obj uintptr) bool
- func ListBox_GetParentFont(obj uintptr) bool
- func ListBox_GetParentShowHint(obj uintptr) bool
- func ListBox_GetParentWindow(obj uintptr) HWND
- func ListBox_GetPopupMenu(obj uintptr) uintptr
- func ListBox_GetSelCount(obj uintptr) int32
- func ListBox_GetSelected(obj uintptr, Index int32) bool
- func ListBox_GetShowHint(obj uintptr) bool
- func ListBox_GetSorted(obj uintptr) bool
- func ListBox_GetStyle(obj uintptr) TListBoxStyle
- func ListBox_GetStyleElements(obj uintptr) TStyleElements
- func ListBox_GetTabOrder(obj uintptr) TTabOrder
- func ListBox_GetTabStop(obj uintptr) bool
- func ListBox_GetTabWidth(obj uintptr) int32
- func ListBox_GetTag(obj uintptr) int
- func ListBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ListBox_GetTextLen(obj uintptr) int32
- func ListBox_GetTop(obj uintptr) int32
- func ListBox_GetUseDockManager(obj uintptr) bool
- func ListBox_GetVisible(obj uintptr) bool
- func ListBox_GetVisibleDockClientCount(obj uintptr) int32
- func ListBox_GetWidth(obj uintptr) int32
- func ListBox_HandleAllocated(obj uintptr) bool
- func ListBox_HasParent(obj uintptr) bool
- func ListBox_Hide(obj uintptr)
- func ListBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListBox_InsertControl(obj uintptr, AControl uintptr)
- func ListBox_InstanceSize(obj uintptr) int32
- func ListBox_Invalidate(obj uintptr)
- func ListBox_ItemAtPos(obj uintptr, Pos TPoint, Existing bool) int32
- func ListBox_ItemRect(obj uintptr, Index int32) TRect
- func ListBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ListBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ListBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ListBox_Realign(obj uintptr)
- func ListBox_Refresh(obj uintptr)
- func ListBox_RemoveControl(obj uintptr, AControl uintptr)
- func ListBox_Repaint(obj uintptr)
- func ListBox_ScaleBy(obj uintptr, M int32, D int32)
- func ListBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ListBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ListBox_SelectAll(obj uintptr)
- func ListBox_SendToBack(obj uintptr)
- func ListBox_SetAction(obj uintptr, value uintptr)
- func ListBox_SetAlign(obj uintptr, value TAlign)
- func ListBox_SetAlignWithMargins(obj uintptr, value bool)
- func ListBox_SetAnchors(obj uintptr, value TAnchors)
- func ListBox_SetAutoComplete(obj uintptr, value bool)
- func ListBox_SetAutoCompleteDelay(obj uintptr, value uint32)
- func ListBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ListBox_SetBevelInner(obj uintptr, value TBevelCut)
- func ListBox_SetBevelKind(obj uintptr, value TBevelKind)
- func ListBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func ListBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ListBox_SetBorderStyle(obj uintptr, value TBorderStyle)
- func ListBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ListBox_SetBoundsRect(obj uintptr, value TRect)
- func ListBox_SetClientHeight(obj uintptr, value int32)
- func ListBox_SetClientWidth(obj uintptr, value int32)
- func ListBox_SetColor(obj uintptr, value TColor)
- func ListBox_SetColumns(obj uintptr, value int32)
- func ListBox_SetComponentIndex(obj uintptr, value int32)
- func ListBox_SetConstraints(obj uintptr, value uintptr)
- func ListBox_SetControlState(obj uintptr, value TControlState)
- func ListBox_SetControlStyle(obj uintptr, value TControlStyle)
- func ListBox_SetCount(obj uintptr, value int32)
- func ListBox_SetCtl3D(obj uintptr, value bool)
- func ListBox_SetCursor(obj uintptr, value TCursor)
- func ListBox_SetCustomHint(obj uintptr, value uintptr)
- func ListBox_SetDockSite(obj uintptr, value bool)
- func ListBox_SetDoubleBuffered(obj uintptr, value bool)
- func ListBox_SetDragCursor(obj uintptr, value TCursor)
- func ListBox_SetDragKind(obj uintptr, value TDragKind)
- func ListBox_SetDragMode(obj uintptr, value TDragMode)
- func ListBox_SetEnabled(obj uintptr, value bool)
- func ListBox_SetFocus(obj uintptr)
- func ListBox_SetFont(obj uintptr, value uintptr)
- func ListBox_SetHeight(obj uintptr, value int32)
- func ListBox_SetHint(obj uintptr, value string)
- func ListBox_SetItemHeight(obj uintptr, value int32)
- func ListBox_SetItemIndex(obj uintptr, value int32)
- func ListBox_SetItems(obj uintptr, value uintptr)
- func ListBox_SetLeft(obj uintptr, value int32)
- func ListBox_SetMargins(obj uintptr, value uintptr)
- func ListBox_SetMultiSelect(obj uintptr, value bool)
- func ListBox_SetName(obj uintptr, value string)
- func ListBox_SetOnClick(obj uintptr, fn interface{})
- func ListBox_SetOnContextPopup(obj uintptr, fn interface{})
- func ListBox_SetOnData(obj uintptr, fn interface{})
- func ListBox_SetOnDataFind(obj uintptr, fn interface{})
- func ListBox_SetOnDataObject(obj uintptr, fn interface{})
- func ListBox_SetOnDblClick(obj uintptr, fn interface{})
- func ListBox_SetOnDragDrop(obj uintptr, fn interface{})
- func ListBox_SetOnDragOver(obj uintptr, fn interface{})
- func ListBox_SetOnDrawItem(obj uintptr, fn interface{})
- func ListBox_SetOnEndDock(obj uintptr, fn interface{})
- func ListBox_SetOnEndDrag(obj uintptr, fn interface{})
- func ListBox_SetOnEnter(obj uintptr, fn interface{})
- func ListBox_SetOnExit(obj uintptr, fn interface{})
- func ListBox_SetOnGesture(obj uintptr, fn interface{})
- func ListBox_SetOnKeyDown(obj uintptr, fn interface{})
- func ListBox_SetOnKeyPress(obj uintptr, fn interface{})
- func ListBox_SetOnKeyUp(obj uintptr, fn interface{})
- func ListBox_SetOnMeasureItem(obj uintptr, fn interface{})
- func ListBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func ListBox_SetOnMouseDown(obj uintptr, fn interface{})
- func ListBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func ListBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func ListBox_SetOnMouseMove(obj uintptr, fn interface{})
- func ListBox_SetOnMouseUp(obj uintptr, fn interface{})
- func ListBox_SetOnStartDock(obj uintptr, fn interface{})
- func ListBox_SetParent(obj uintptr, value uintptr)
- func ListBox_SetParentColor(obj uintptr, value bool)
- func ListBox_SetParentCtl3D(obj uintptr, value bool)
- func ListBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func ListBox_SetParentFont(obj uintptr, value bool)
- func ListBox_SetParentShowHint(obj uintptr, value bool)
- func ListBox_SetParentWindow(obj uintptr, value HWND)
- func ListBox_SetPopupMenu(obj uintptr, value uintptr)
- func ListBox_SetSelected(obj uintptr, Index int32, value bool)
- func ListBox_SetShowHint(obj uintptr, value bool)
- func ListBox_SetSorted(obj uintptr, value bool)
- func ListBox_SetStyle(obj uintptr, value TListBoxStyle)
- func ListBox_SetStyleElements(obj uintptr, value TStyleElements)
- func ListBox_SetTabOrder(obj uintptr, value TTabOrder)
- func ListBox_SetTabStop(obj uintptr, value bool)
- func ListBox_SetTabWidth(obj uintptr, value int32)
- func ListBox_SetTag(obj uintptr, value int)
- func ListBox_SetTextBuf(obj uintptr, Buffer string)
- func ListBox_SetTop(obj uintptr, value int32)
- func ListBox_SetUseDockManager(obj uintptr, value bool)
- func ListBox_SetVisible(obj uintptr, value bool)
- func ListBox_SetWidth(obj uintptr, value int32)
- func ListBox_Show(obj uintptr)
- func ListBox_StaticClassType() TClass
- func ListBox_ToString(obj uintptr) string
- func ListBox_Update(obj uintptr)
- func ListBox_UpdateControlState(obj uintptr)
- func ListColumn_Assign(obj uintptr, Source uintptr)
- func ListColumn_ClassName(obj uintptr) string
- func ListColumn_ClassType(obj uintptr) TClass
- func ListColumn_Create() uintptr
- func ListColumn_DisposeOf(obj uintptr)
- func ListColumn_Equals(obj uintptr, Obj uintptr) bool
- func ListColumn_Free(obj uintptr)
- func ListColumn_GetAlignment(obj uintptr) TAlignment
- func ListColumn_GetAutoSize(obj uintptr) bool
- func ListColumn_GetCaption(obj uintptr) string
- func ListColumn_GetCollection(obj uintptr) uintptr
- func ListColumn_GetDisplayName(obj uintptr) string
- func ListColumn_GetHashCode(obj uintptr) int32
- func ListColumn_GetImageIndex(obj uintptr) int32
- func ListColumn_GetIndex(obj uintptr) int32
- func ListColumn_GetMaxWidth(obj uintptr) int32
- func ListColumn_GetMinWidth(obj uintptr) int32
- func ListColumn_GetNamePath(obj uintptr) string
- func ListColumn_GetTag(obj uintptr) int32
- func ListColumn_GetWidth(obj uintptr) int32
- func ListColumn_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListColumn_InstanceSize(obj uintptr) int32
- func ListColumn_SetAlignment(obj uintptr, value TAlignment)
- func ListColumn_SetAutoSize(obj uintptr, value bool)
- func ListColumn_SetCaption(obj uintptr, value string)
- func ListColumn_SetCollection(obj uintptr, value uintptr)
- func ListColumn_SetDisplayName(obj uintptr, value string)
- func ListColumn_SetImageIndex(obj uintptr, value int32)
- func ListColumn_SetIndex(obj uintptr, value int32)
- func ListColumn_SetMaxWidth(obj uintptr, value int32)
- func ListColumn_SetMinWidth(obj uintptr, value int32)
- func ListColumn_SetTag(obj uintptr, value int32)
- func ListColumn_SetWidth(obj uintptr, value int32)
- func ListColumn_StaticClassType() TClass
- func ListColumn_ToString(obj uintptr) string
- func ListColumns_Add(obj uintptr) uintptr
- func ListColumns_Assign(obj uintptr, Source uintptr)
- func ListColumns_BeginUpdate(obj uintptr)
- func ListColumns_ClassName(obj uintptr) string
- func ListColumns_ClassType(obj uintptr) TClass
- func ListColumns_Clear(obj uintptr)
- func ListColumns_ClearAndResetID(obj uintptr)
- func ListColumns_Create() uintptr
- func ListColumns_Delete(obj uintptr, Index int32)
- func ListColumns_DisposeOf(obj uintptr)
- func ListColumns_EndUpdate(obj uintptr)
- func ListColumns_Equals(obj uintptr, Obj uintptr) bool
- func ListColumns_FindItemID(obj uintptr, ID int32) uintptr
- func ListColumns_Free(obj uintptr)
- func ListColumns_GetCapacity(obj uintptr) int32
- func ListColumns_GetCount(obj uintptr) int32
- func ListColumns_GetHashCode(obj uintptr) int32
- func ListColumns_GetItems(obj uintptr, Index int32) uintptr
- func ListColumns_GetNamePath(obj uintptr) string
- func ListColumns_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListColumns_Insert(obj uintptr, Index int32) uintptr
- func ListColumns_InstanceSize(obj uintptr) int32
- func ListColumns_Owner(obj uintptr) uintptr
- func ListColumns_SetCapacity(obj uintptr, value int32)
- func ListColumns_SetItems(obj uintptr, Index int32, value uintptr)
- func ListColumns_StaticClassType() TClass
- func ListColumns_ToString(obj uintptr) string
- func ListGroup_Assign(obj uintptr, Source uintptr)
- func ListGroup_ClassName(obj uintptr) string
- func ListGroup_ClassType(obj uintptr) TClass
- func ListGroup_Create() uintptr
- func ListGroup_DisposeOf(obj uintptr)
- func ListGroup_Equals(obj uintptr, Obj uintptr) bool
- func ListGroup_Free(obj uintptr)
- func ListGroup_GetCollection(obj uintptr) uintptr
- func ListGroup_GetDisplayName(obj uintptr) string
- func ListGroup_GetFooter(obj uintptr) string
- func ListGroup_GetFooterAlign(obj uintptr) TAlignment
- func ListGroup_GetGroupID(obj uintptr) int32
- func ListGroup_GetHashCode(obj uintptr) int32
- func ListGroup_GetHeader(obj uintptr) string
- func ListGroup_GetHeaderAlign(obj uintptr) TAlignment
- func ListGroup_GetIndex(obj uintptr) int32
- func ListGroup_GetNamePath(obj uintptr) string
- func ListGroup_GetState(obj uintptr) TListGroupStateSet
- func ListGroup_GetSubtitle(obj uintptr) string
- func ListGroup_GetTitleImage(obj uintptr) int32
- func ListGroup_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListGroup_InstanceSize(obj uintptr) int32
- func ListGroup_SetCollection(obj uintptr, value uintptr)
- func ListGroup_SetDisplayName(obj uintptr, value string)
- func ListGroup_SetFooter(obj uintptr, value string)
- func ListGroup_SetFooterAlign(obj uintptr, value TAlignment)
- func ListGroup_SetGroupID(obj uintptr, value int32)
- func ListGroup_SetHeader(obj uintptr, value string)
- func ListGroup_SetHeaderAlign(obj uintptr, value TAlignment)
- func ListGroup_SetIndex(obj uintptr, value int32)
- func ListGroup_SetState(obj uintptr, value TListGroupStateSet)
- func ListGroup_SetSubtitle(obj uintptr, value string)
- func ListGroup_SetTitleImage(obj uintptr, value int32)
- func ListGroup_StaticClassType() TClass
- func ListGroup_ToString(obj uintptr) string
- func ListGroups_Add(obj uintptr) uintptr
- func ListGroups_Assign(obj uintptr, Source uintptr)
- func ListGroups_BeginUpdate(obj uintptr)
- func ListGroups_ClassName(obj uintptr) string
- func ListGroups_ClassType(obj uintptr) TClass
- func ListGroups_Clear(obj uintptr)
- func ListGroups_ClearAndResetID(obj uintptr)
- func ListGroups_Create() uintptr
- func ListGroups_Delete(obj uintptr, Index int32)
- func ListGroups_DisposeOf(obj uintptr)
- func ListGroups_EndUpdate(obj uintptr)
- func ListGroups_Equals(obj uintptr, Obj uintptr) bool
- func ListGroups_FindItemID(obj uintptr, ID int32) uintptr
- func ListGroups_Free(obj uintptr)
- func ListGroups_GetCapacity(obj uintptr) int32
- func ListGroups_GetCount(obj uintptr) int32
- func ListGroups_GetHashCode(obj uintptr) int32
- func ListGroups_GetItems(obj uintptr, Index int32) uintptr
- func ListGroups_GetNamePath(obj uintptr) string
- func ListGroups_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListGroups_Insert(obj uintptr, Index int32) uintptr
- func ListGroups_InstanceSize(obj uintptr) int32
- func ListGroups_Owner(obj uintptr) uintptr
- func ListGroups_SetCapacity(obj uintptr, value int32)
- func ListGroups_SetItems(obj uintptr, Index int32, value uintptr)
- func ListGroups_StaticClassType() TClass
- func ListGroups_ToString(obj uintptr) string
- func ListItem_Assign(obj uintptr, Source uintptr)
- func ListItem_CancelEdit(obj uintptr)
- func ListItem_ClassName(obj uintptr) string
- func ListItem_ClassType(obj uintptr) TClass
- func ListItem_Create() uintptr
- func ListItem_Delete(obj uintptr)
- func ListItem_DisplayRect(obj uintptr, Code TDisplayCode) TRect
- func ListItem_DisposeOf(obj uintptr)
- func ListItem_EditCaption(obj uintptr) bool
- func ListItem_Equals(obj uintptr, Obj uintptr) bool
- func ListItem_Free(obj uintptr)
- func ListItem_GetCaption(obj uintptr) string
- func ListItem_GetChecked(obj uintptr) bool
- func ListItem_GetCut(obj uintptr) bool
- func ListItem_GetData(obj uintptr) unsafe.Pointer
- func ListItem_GetDeleting(obj uintptr) bool
- func ListItem_GetDropTarget(obj uintptr) bool
- func ListItem_GetFocused(obj uintptr) bool
- func ListItem_GetGroupID(obj uintptr) int32
- func ListItem_GetHandle(obj uintptr) HWND
- func ListItem_GetHashCode(obj uintptr) int32
- func ListItem_GetImageIndex(obj uintptr) int32
- func ListItem_GetIndent(obj uintptr) int32
- func ListItem_GetIndex(obj uintptr) int32
- func ListItem_GetLeft(obj uintptr) int32
- func ListItem_GetListView(obj uintptr) uintptr
- func ListItem_GetNamePath(obj uintptr) string
- func ListItem_GetOverlayIndex(obj uintptr) int32
- func ListItem_GetOwner(obj uintptr) uintptr
- func ListItem_GetPosition(obj uintptr) TPoint
- func ListItem_GetSelected(obj uintptr) bool
- func ListItem_GetStateIndex(obj uintptr) int32
- func ListItem_GetSubItemImages(obj uintptr, Index int32) int32
- func ListItem_GetSubItems(obj uintptr) uintptr
- func ListItem_GetTop(obj uintptr) int32
- func ListItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListItem_InstanceSize(obj uintptr) int32
- func ListItem_MakeVisible(obj uintptr, PartialOK bool)
- func ListItem_SetCaption(obj uintptr, value string)
- func ListItem_SetChecked(obj uintptr, value bool)
- func ListItem_SetCut(obj uintptr, value bool)
- func ListItem_SetData(obj uintptr, value unsafe.Pointer)
- func ListItem_SetDropTarget(obj uintptr, value bool)
- func ListItem_SetFocused(obj uintptr, value bool)
- func ListItem_SetGroupID(obj uintptr, value int32)
- func ListItem_SetImageIndex(obj uintptr, value int32)
- func ListItem_SetIndent(obj uintptr, value int32)
- func ListItem_SetLeft(obj uintptr, value int32)
- func ListItem_SetOverlayIndex(obj uintptr, value int32)
- func ListItem_SetPosition(obj uintptr, value TPoint)
- func ListItem_SetSelected(obj uintptr, value bool)
- func ListItem_SetStateIndex(obj uintptr, value int32)
- func ListItem_SetSubItemImages(obj uintptr, Index int32, value int32)
- func ListItem_SetSubItems(obj uintptr, value uintptr)
- func ListItem_SetTop(obj uintptr, value int32)
- func ListItem_StaticClassType() TClass
- func ListItem_ToString(obj uintptr) string
- func ListItem_Update(obj uintptr)
- func ListItem_WorkArea(obj uintptr) int32
- func ListItems_Add(obj uintptr) uintptr
- func ListItems_AddItem(obj uintptr, Item uintptr, Index int32) uintptr
- func ListItems_Assign(obj uintptr, Source uintptr)
- func ListItems_BeginUpdate(obj uintptr)
- func ListItems_ClassName(obj uintptr) string
- func ListItems_ClassType(obj uintptr) TClass
- func ListItems_Clear(obj uintptr)
- func ListItems_Create() uintptr
- func ListItems_Delete(obj uintptr, Index int32)
- func ListItems_DisposeOf(obj uintptr)
- func ListItems_EndUpdate(obj uintptr)
- func ListItems_Equals(obj uintptr, Obj uintptr) bool
- func ListItems_Free(obj uintptr)
- func ListItems_GetCount(obj uintptr) int32
- func ListItems_GetHandle(obj uintptr) HWND
- func ListItems_GetHashCode(obj uintptr) int32
- func ListItems_GetItem(obj uintptr, Index int32) uintptr
- func ListItems_GetNamePath(obj uintptr) string
- func ListItems_GetOwner(obj uintptr) uintptr
- func ListItems_IndexOf(obj uintptr, Value uintptr) int32
- func ListItems_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListItems_Insert(obj uintptr, Index int32) uintptr
- func ListItems_InstanceSize(obj uintptr) int32
- func ListItems_SetCount(obj uintptr, value int32)
- func ListItems_SetItem(obj uintptr, Index int32, value uintptr)
- func ListItems_StaticClassType() TClass
- func ListItems_ToString(obj uintptr) string
- func ListView_AddItem(obj uintptr, Item string, AObject uintptr)
- func ListView_AlphaSort(obj uintptr) bool
- func ListView_Assign(obj uintptr, Source uintptr)
- func ListView_BringToFront(obj uintptr)
- func ListView_CanFocus(obj uintptr) bool
- func ListView_ClassName(obj uintptr) string
- func ListView_ClassType(obj uintptr) TClass
- func ListView_Clear(obj uintptr)
- func ListView_ClearSelection(obj uintptr)
- func ListView_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ListView_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ListView_ContainsControl(obj uintptr, Control uintptr) bool
- func ListView_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ListView_CopySelection(obj uintptr, Destination uintptr)
- func ListView_Create(obj uintptr) uintptr
- func ListView_CustomSort(obj uintptr, SortProc PFNLVCOMPARE, lParam int) bool
- func ListView_DeleteSelected(obj uintptr)
- func ListView_DisableAlign(obj uintptr)
- func ListView_DisposeOf(obj uintptr)
- func ListView_Dragging(obj uintptr) bool
- func ListView_EnableAlign(obj uintptr)
- func ListView_Equals(obj uintptr, Obj uintptr) bool
- func ListView_FindChildControl(obj uintptr, ControlName string) uintptr
- func ListView_FindComponent(obj uintptr, AName string) uintptr
- func ListView_FlipChildren(obj uintptr, AllLevels bool)
- func ListView_Focused(obj uintptr) bool
- func ListView_Free(obj uintptr)
- func ListView_GetAction(obj uintptr) uintptr
- func ListView_GetAlign(obj uintptr) TAlign
- func ListView_GetAlignDisabled(obj uintptr) bool
- func ListView_GetAlignWithMargins(obj uintptr) bool
- func ListView_GetAllocBy(obj uintptr) int32
- func ListView_GetAnchors(obj uintptr) TAnchors
- func ListView_GetBevelEdges(obj uintptr) TBevelEdges
- func ListView_GetBevelInner(obj uintptr) TBevelCut
- func ListView_GetBevelKind(obj uintptr) TBevelKind
- func ListView_GetBevelOuter(obj uintptr) TBevelCut
- func ListView_GetBiDiMode(obj uintptr) TBiDiMode
- func ListView_GetBorderStyle(obj uintptr) TBorderStyle
- func ListView_GetBorderWidth(obj uintptr) int32
- func ListView_GetBoundsRect(obj uintptr) TRect
- func ListView_GetBrush(obj uintptr) uintptr
- func ListView_GetCanvas(obj uintptr) uintptr
- func ListView_GetCheckboxes(obj uintptr) bool
- func ListView_GetClientHeight(obj uintptr) int32
- func ListView_GetClientOrigin(obj uintptr) TPoint
- func ListView_GetClientRect(obj uintptr) TRect
- func ListView_GetClientWidth(obj uintptr) int32
- func ListView_GetColor(obj uintptr) TColor
- func ListView_GetColumn(obj uintptr, Index int32) uintptr
- func ListView_GetColumnClick(obj uintptr) bool
- func ListView_GetColumns(obj uintptr) uintptr
- func ListView_GetComponentCount(obj uintptr) int32
- func ListView_GetComponentIndex(obj uintptr) int32
- func ListView_GetComponents(obj uintptr, AIndex int32) uintptr
- func ListView_GetConstraints(obj uintptr) uintptr
- func ListView_GetControlCount(obj uintptr) int32
- func ListView_GetControlState(obj uintptr) TControlState
- func ListView_GetControlStyle(obj uintptr) TControlStyle
- func ListView_GetControls(obj uintptr, Index int32) uintptr
- func ListView_GetCtl3D(obj uintptr) bool
- func ListView_GetCursor(obj uintptr) TCursor
- func ListView_GetCustomHint(obj uintptr) uintptr
- func ListView_GetDockClientCount(obj uintptr) int32
- func ListView_GetDockClients(obj uintptr, Index int32) uintptr
- func ListView_GetDockSite(obj uintptr) bool
- func ListView_GetDoubleBuffered(obj uintptr) bool
- func ListView_GetDragCursor(obj uintptr) TCursor
- func ListView_GetDragKind(obj uintptr) TDragKind
- func ListView_GetDragMode(obj uintptr) TDragMode
- func ListView_GetDropTarget(obj uintptr) uintptr
- func ListView_GetEnabled(obj uintptr) bool
- func ListView_GetExplicitHeight(obj uintptr) int32
- func ListView_GetExplicitLeft(obj uintptr) int32
- func ListView_GetExplicitTop(obj uintptr) int32
- func ListView_GetExplicitWidth(obj uintptr) int32
- func ListView_GetFlatScrollBars(obj uintptr) bool
- func ListView_GetFloating(obj uintptr) bool
- func ListView_GetFont(obj uintptr) uintptr
- func ListView_GetFullDrag(obj uintptr) bool
- func ListView_GetGridLines(obj uintptr) bool
- func ListView_GetGroupHeaderImages(obj uintptr) uintptr
- func ListView_GetGroupView(obj uintptr) bool
- func ListView_GetGroups(obj uintptr) uintptr
- func ListView_GetHandle(obj uintptr) HWND
- func ListView_GetHashCode(obj uintptr) int32
- func ListView_GetHeight(obj uintptr) int32
- func ListView_GetHideSelection(obj uintptr) bool
- func ListView_GetHint(obj uintptr) string
- func ListView_GetHotTrack(obj uintptr) bool
- func ListView_GetHoverTime(obj uintptr) int32
- func ListView_GetIconOptions(obj uintptr) uintptr
- func ListView_GetItemFocused(obj uintptr) uintptr
- func ListView_GetItemIndex(obj uintptr) int32
- func ListView_GetItems(obj uintptr) uintptr
- func ListView_GetLargeImages(obj uintptr) uintptr
- func ListView_GetLeft(obj uintptr) int32
- func ListView_GetMargins(obj uintptr) uintptr
- func ListView_GetMouseInClient(obj uintptr) bool
- func ListView_GetMultiSelect(obj uintptr) bool
- func ListView_GetName(obj uintptr) string
- func ListView_GetNamePath(obj uintptr) string
- func ListView_GetOwner(obj uintptr) uintptr
- func ListView_GetOwnerData(obj uintptr) bool
- func ListView_GetOwnerDraw(obj uintptr) bool
- func ListView_GetParent(obj uintptr) uintptr
- func ListView_GetParentColor(obj uintptr) bool
- func ListView_GetParentDoubleBuffered(obj uintptr) bool
- func ListView_GetParentFont(obj uintptr) bool
- func ListView_GetParentShowHint(obj uintptr) bool
- func ListView_GetParentWindow(obj uintptr) HWND
- func ListView_GetPopupMenu(obj uintptr) uintptr
- func ListView_GetReadOnly(obj uintptr) bool
- func ListView_GetRowSelect(obj uintptr) bool
- func ListView_GetSearchString(obj uintptr) string
- func ListView_GetSelCount(obj uintptr) int32
- func ListView_GetSelected(obj uintptr) uintptr
- func ListView_GetShowColumnHeaders(obj uintptr) bool
- func ListView_GetShowHint(obj uintptr) bool
- func ListView_GetShowWorkAreas(obj uintptr) bool
- func ListView_GetSmallImages(obj uintptr) uintptr
- func ListView_GetSortType(obj uintptr) TSortType
- func ListView_GetStateImages(obj uintptr) uintptr
- func ListView_GetStyleElements(obj uintptr) TStyleElements
- func ListView_GetTabOrder(obj uintptr) TTabOrder
- func ListView_GetTabStop(obj uintptr) bool
- func ListView_GetTag(obj uintptr) int
- func ListView_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ListView_GetTextLen(obj uintptr) int32
- func ListView_GetTop(obj uintptr) int32
- func ListView_GetTopItem(obj uintptr) uintptr
- func ListView_GetUseDockManager(obj uintptr) bool
- func ListView_GetViewStyle(obj uintptr) TViewStyle
- func ListView_GetVisible(obj uintptr) bool
- func ListView_GetVisibleDockClientCount(obj uintptr) int32
- func ListView_GetVisibleRowCount(obj uintptr) int32
- func ListView_GetWidth(obj uintptr) int32
- func ListView_HandleAllocated(obj uintptr) bool
- func ListView_HasParent(obj uintptr) bool
- func ListView_Hide(obj uintptr)
- func ListView_InheritsFrom(obj uintptr, AClass TClass) bool
- func ListView_InsertControl(obj uintptr, AControl uintptr)
- func ListView_InstanceSize(obj uintptr) int32
- func ListView_Invalidate(obj uintptr)
- func ListView_IsEditing(obj uintptr) bool
- func ListView_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ListView_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ListView_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ListView_Realign(obj uintptr)
- func ListView_Refresh(obj uintptr)
- func ListView_RemoveControl(obj uintptr, AControl uintptr)
- func ListView_Repaint(obj uintptr)
- func ListView_ScaleBy(obj uintptr, M int32, D int32)
- func ListView_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ListView_Scroll(obj uintptr, DX int32, DY int32)
- func ListView_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ListView_SelectAll(obj uintptr)
- func ListView_SendToBack(obj uintptr)
- func ListView_SetAction(obj uintptr, value uintptr)
- func ListView_SetAlign(obj uintptr, value TAlign)
- func ListView_SetAlignWithMargins(obj uintptr, value bool)
- func ListView_SetAllocBy(obj uintptr, value int32)
- func ListView_SetAnchors(obj uintptr, value TAnchors)
- func ListView_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ListView_SetBevelInner(obj uintptr, value TBevelCut)
- func ListView_SetBevelKind(obj uintptr, value TBevelKind)
- func ListView_SetBevelOuter(obj uintptr, value TBevelCut)
- func ListView_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ListView_SetBorderStyle(obj uintptr, value TBorderStyle)
- func ListView_SetBorderWidth(obj uintptr, value int32)
- func ListView_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ListView_SetBoundsRect(obj uintptr, value TRect)
- func ListView_SetCheckboxes(obj uintptr, value bool)
- func ListView_SetClientHeight(obj uintptr, value int32)
- func ListView_SetClientWidth(obj uintptr, value int32)
- func ListView_SetColor(obj uintptr, value TColor)
- func ListView_SetColumnClick(obj uintptr, value bool)
- func ListView_SetColumns(obj uintptr, value uintptr)
- func ListView_SetComponentIndex(obj uintptr, value int32)
- func ListView_SetConstraints(obj uintptr, value uintptr)
- func ListView_SetControlState(obj uintptr, value TControlState)
- func ListView_SetControlStyle(obj uintptr, value TControlStyle)
- func ListView_SetCtl3D(obj uintptr, value bool)
- func ListView_SetCursor(obj uintptr, value TCursor)
- func ListView_SetCustomHint(obj uintptr, value uintptr)
- func ListView_SetDockSite(obj uintptr, value bool)
- func ListView_SetDoubleBuffered(obj uintptr, value bool)
- func ListView_SetDragCursor(obj uintptr, value TCursor)
- func ListView_SetDragKind(obj uintptr, value TDragKind)
- func ListView_SetDragMode(obj uintptr, value TDragMode)
- func ListView_SetDropTarget(obj uintptr, value uintptr)
- func ListView_SetEnabled(obj uintptr, value bool)
- func ListView_SetFlatScrollBars(obj uintptr, value bool)
- func ListView_SetFocus(obj uintptr)
- func ListView_SetFont(obj uintptr, value uintptr)
- func ListView_SetFullDrag(obj uintptr, value bool)
- func ListView_SetGridLines(obj uintptr, value bool)
- func ListView_SetGroupHeaderImages(obj uintptr, value uintptr)
- func ListView_SetGroupView(obj uintptr, value bool)
- func ListView_SetGroups(obj uintptr, value uintptr)
- func ListView_SetHeight(obj uintptr, value int32)
- func ListView_SetHideSelection(obj uintptr, value bool)
- func ListView_SetHint(obj uintptr, value string)
- func ListView_SetHotTrack(obj uintptr, value bool)
- func ListView_SetHoverTime(obj uintptr, value int32)
- func ListView_SetIconOptions(obj uintptr, value uintptr)
- func ListView_SetItemFocused(obj uintptr, value uintptr)
- func ListView_SetItemIndex(obj uintptr, value int32)
- func ListView_SetItems(obj uintptr, value uintptr)
- func ListView_SetLargeImages(obj uintptr, value uintptr)
- func ListView_SetLeft(obj uintptr, value int32)
- func ListView_SetMargins(obj uintptr, value uintptr)
- func ListView_SetMultiSelect(obj uintptr, value bool)
- func ListView_SetName(obj uintptr, value string)
- func ListView_SetOnAdvancedCustomDraw(obj uintptr, fn interface{})
- func ListView_SetOnAdvancedCustomDrawItem(obj uintptr, fn interface{})
- func ListView_SetOnAdvancedCustomDrawSubItem(obj uintptr, fn interface{})
- func ListView_SetOnChange(obj uintptr, fn interface{})
- func ListView_SetOnChanging(obj uintptr, fn interface{})
- func ListView_SetOnClick(obj uintptr, fn interface{})
- func ListView_SetOnColumnClick(obj uintptr, fn interface{})
- func ListView_SetOnColumnRightClick(obj uintptr, fn interface{})
- func ListView_SetOnCompare(obj uintptr, fn interface{})
- func ListView_SetOnContextPopup(obj uintptr, fn interface{})
- func ListView_SetOnCustomDraw(obj uintptr, fn interface{})
- func ListView_SetOnCustomDrawItem(obj uintptr, fn interface{})
- func ListView_SetOnCustomDrawSubItem(obj uintptr, fn interface{})
- func ListView_SetOnData(obj uintptr, fn interface{})
- func ListView_SetOnDataFind(obj uintptr, fn interface{})
- func ListView_SetOnDblClick(obj uintptr, fn interface{})
- func ListView_SetOnDeletion(obj uintptr, fn interface{})
- func ListView_SetOnDragDrop(obj uintptr, fn interface{})
- func ListView_SetOnDragOver(obj uintptr, fn interface{})
- func ListView_SetOnDrawItem(obj uintptr, fn interface{})
- func ListView_SetOnEdited(obj uintptr, fn interface{})
- func ListView_SetOnEditing(obj uintptr, fn interface{})
- func ListView_SetOnEndDock(obj uintptr, fn interface{})
- func ListView_SetOnEndDrag(obj uintptr, fn interface{})
- func ListView_SetOnEnter(obj uintptr, fn interface{})
- func ListView_SetOnExit(obj uintptr, fn interface{})
- func ListView_SetOnGesture(obj uintptr, fn interface{})
- func ListView_SetOnGetImageIndex(obj uintptr, fn interface{})
- func ListView_SetOnInsert(obj uintptr, fn interface{})
- func ListView_SetOnItemChecked(obj uintptr, fn interface{})
- func ListView_SetOnKeyDown(obj uintptr, fn interface{})
- func ListView_SetOnKeyPress(obj uintptr, fn interface{})
- func ListView_SetOnKeyUp(obj uintptr, fn interface{})
- func ListView_SetOnMouseActivate(obj uintptr, fn interface{})
- func ListView_SetOnMouseDown(obj uintptr, fn interface{})
- func ListView_SetOnMouseEnter(obj uintptr, fn interface{})
- func ListView_SetOnMouseLeave(obj uintptr, fn interface{})
- func ListView_SetOnMouseMove(obj uintptr, fn interface{})
- func ListView_SetOnMouseUp(obj uintptr, fn interface{})
- func ListView_SetOnResize(obj uintptr, fn interface{})
- func ListView_SetOnSelectItem(obj uintptr, fn interface{})
- func ListView_SetOnStartDock(obj uintptr, fn interface{})
- func ListView_SetOwnerData(obj uintptr, value bool)
- func ListView_SetOwnerDraw(obj uintptr, value bool)
- func ListView_SetParent(obj uintptr, value uintptr)
- func ListView_SetParentColor(obj uintptr, value bool)
- func ListView_SetParentDoubleBuffered(obj uintptr, value bool)
- func ListView_SetParentFont(obj uintptr, value bool)
- func ListView_SetParentShowHint(obj uintptr, value bool)
- func ListView_SetParentWindow(obj uintptr, value HWND)
- func ListView_SetPopupMenu(obj uintptr, value uintptr)
- func ListView_SetReadOnly(obj uintptr, value bool)
- func ListView_SetRowSelect(obj uintptr, value bool)
- func ListView_SetSelected(obj uintptr, value uintptr)
- func ListView_SetShowColumnHeaders(obj uintptr, value bool)
- func ListView_SetShowHint(obj uintptr, value bool)
- func ListView_SetShowWorkAreas(obj uintptr, value bool)
- func ListView_SetSmallImages(obj uintptr, value uintptr)
- func ListView_SetSortType(obj uintptr, value TSortType)
- func ListView_SetStateImages(obj uintptr, value uintptr)
- func ListView_SetStyleElements(obj uintptr, value TStyleElements)
- func ListView_SetTabOrder(obj uintptr, value TTabOrder)
- func ListView_SetTabStop(obj uintptr, value bool)
- func ListView_SetTag(obj uintptr, value int)
- func ListView_SetTextBuf(obj uintptr, Buffer string)
- func ListView_SetTop(obj uintptr, value int32)
- func ListView_SetUseDockManager(obj uintptr, value bool)
- func ListView_SetViewStyle(obj uintptr, value TViewStyle)
- func ListView_SetVisible(obj uintptr, value bool)
- func ListView_SetWidth(obj uintptr, value int32)
- func ListView_Show(obj uintptr)
- func ListView_StaticClassType() TClass
- func ListView_ToString(obj uintptr) string
- func ListView_Update(obj uintptr)
- func ListView_UpdateControlState(obj uintptr)
- func List_Add(obj uintptr, Item uintptr) int32
- func List_ClassName(obj uintptr) string
- func List_ClassType(obj uintptr) TClass
- func List_Clear(obj uintptr)
- func List_Create() uintptr
- func List_Delete(obj uintptr, Index int32)
- func List_DisposeOf(obj uintptr)
- func List_Equals(obj uintptr, Obj uintptr) bool
- func List_Expand(obj uintptr) uintptr
- func List_Free(obj uintptr)
- func List_GetCapacity(obj uintptr) int32
- func List_GetCount(obj uintptr) int32
- func List_GetHashCode(obj uintptr) int32
- func List_GetItems(obj uintptr, Index int32) uintptr
- func List_GetList(obj uintptr) uintptr
- func List_IndexOf(obj uintptr, Item uintptr) int32
- func List_InheritsFrom(obj uintptr, AClass TClass) bool
- func List_Insert(obj uintptr, Index int32, Item uintptr)
- func List_InstanceSize(obj uintptr) int32
- func List_Move(obj uintptr, CurIndex int32, NewIndex int32)
- func List_SetCapacity(obj uintptr, value int32)
- func List_SetCount(obj uintptr, value int32)
- func List_SetItems(obj uintptr, Index int32, value uintptr)
- func List_StaticClassType() TClass
- func List_ToString(obj uintptr) string
- func MainMenu_Assign(obj uintptr, Source uintptr)
- func MainMenu_ClassName(obj uintptr) string
- func MainMenu_ClassType(obj uintptr) TClass
- func MainMenu_Create(obj uintptr) uintptr
- func MainMenu_DisposeOf(obj 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_GetOwnerDraw(obj uintptr) bool
- func MainMenu_GetTag(obj uintptr) int
- func MainMenu_GetWindowHandle(obj uintptr) HWND
- func MainMenu_HasParent(obj uintptr) bool
- func MainMenu_InheritsFrom(obj uintptr, AClass TClass) bool
- func MainMenu_InstanceSize(obj uintptr) int32
- 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_SetOwnerDraw(obj uintptr, value bool)
- func MainMenu_SetTag(obj uintptr, value int)
- func MainMenu_SetWindowHandle(obj uintptr, value HWND)
- func MainMenu_StaticClassType() TClass
- func MainMenu_ToString(obj uintptr) string
- func Margins_Assign(obj uintptr, Source uintptr)
- func Margins_ClassName(obj uintptr) string
- func Margins_ClassType(obj uintptr) TClass
- func Margins_Create() uintptr
- func Margins_DisposeOf(obj uintptr)
- func Margins_Equals(obj uintptr, Obj uintptr) bool
- func Margins_Free(obj uintptr)
- func Margins_GetBottom(obj uintptr) int32
- func Margins_GetControlHeight(obj uintptr) int32
- func Margins_GetControlLeft(obj uintptr) int32
- func Margins_GetControlTop(obj uintptr) int32
- func Margins_GetControlWidth(obj uintptr) int32
- func Margins_GetExplicitHeight(obj uintptr) int32
- func Margins_GetExplicitLeft(obj uintptr) int32
- func Margins_GetExplicitTop(obj uintptr) int32
- func Margins_GetExplicitWidth(obj uintptr) int32
- func Margins_GetHashCode(obj uintptr) int32
- func Margins_GetLeft(obj uintptr) int32
- func Margins_GetNamePath(obj uintptr) string
- func Margins_GetRight(obj uintptr) int32
- func Margins_GetTop(obj uintptr) int32
- func Margins_InheritsFrom(obj uintptr, AClass TClass) bool
- func Margins_InstanceSize(obj uintptr) int32
- func Margins_SetBottom(obj uintptr, value int32)
- func Margins_SetBounds(obj uintptr, ALeft int32, ATop int32, ARight int32, ABottom int32)
- func Margins_SetLeft(obj uintptr, value int32)
- func Margins_SetOnChange(obj uintptr, fn interface{})
- func Margins_SetRight(obj uintptr, value int32)
- func Margins_SetTop(obj uintptr, value int32)
- func Margins_StaticClassType() TClass
- func Margins_ToString(obj uintptr) string
- func MaskEdit_Assign(obj uintptr, Source uintptr)
- func MaskEdit_BringToFront(obj uintptr)
- func MaskEdit_CanFocus(obj uintptr) bool
- func MaskEdit_ClassName(obj uintptr) string
- func MaskEdit_ClassType(obj uintptr) TClass
- func MaskEdit_Clear(obj uintptr)
- func MaskEdit_ClearSelection(obj uintptr)
- func MaskEdit_ClearUndo(obj uintptr)
- func MaskEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MaskEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func MaskEdit_ContainsControl(obj uintptr, Control uintptr) bool
- func MaskEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func MaskEdit_CopyToClipboard(obj uintptr)
- func MaskEdit_Create(obj uintptr) uintptr
- func MaskEdit_CutToClipboard(obj uintptr)
- func MaskEdit_DisableAlign(obj uintptr)
- func MaskEdit_DisposeOf(obj uintptr)
- func MaskEdit_Dragging(obj uintptr) bool
- func MaskEdit_EnableAlign(obj uintptr)
- func MaskEdit_Equals(obj uintptr, Obj uintptr) bool
- func MaskEdit_FindChildControl(obj uintptr, ControlName string) uintptr
- func MaskEdit_FindComponent(obj uintptr, AName string) uintptr
- func MaskEdit_FlipChildren(obj uintptr, AllLevels bool)
- func MaskEdit_Focused(obj uintptr) bool
- func MaskEdit_Free(obj uintptr)
- func MaskEdit_GetAction(obj uintptr) uintptr
- func MaskEdit_GetAlign(obj uintptr) TAlign
- func MaskEdit_GetAlignDisabled(obj uintptr) bool
- func MaskEdit_GetAlignWithMargins(obj uintptr) bool
- func MaskEdit_GetAlignment(obj uintptr) TAlignment
- func MaskEdit_GetAnchors(obj uintptr) TAnchors
- func MaskEdit_GetAutoSelect(obj uintptr) bool
- func MaskEdit_GetAutoSize(obj uintptr) bool
- func MaskEdit_GetBevelEdges(obj uintptr) TBevelEdges
- func MaskEdit_GetBevelInner(obj uintptr) TBevelCut
- func MaskEdit_GetBevelKind(obj uintptr) TBevelKind
- func MaskEdit_GetBevelOuter(obj uintptr) TBevelCut
- func MaskEdit_GetBiDiMode(obj uintptr) TBiDiMode
- func MaskEdit_GetBorderStyle(obj uintptr) TBorderStyle
- func MaskEdit_GetBoundsRect(obj uintptr) TRect
- func MaskEdit_GetBrush(obj uintptr) uintptr
- func MaskEdit_GetCanUndo(obj uintptr) bool
- func MaskEdit_GetCharCase(obj uintptr) TEditCharCase
- func MaskEdit_GetClientHeight(obj uintptr) int32
- func MaskEdit_GetClientOrigin(obj uintptr) TPoint
- func MaskEdit_GetClientRect(obj uintptr) TRect
- func MaskEdit_GetClientWidth(obj uintptr) int32
- func MaskEdit_GetColor(obj uintptr) TColor
- func MaskEdit_GetComponentCount(obj uintptr) int32
- func MaskEdit_GetComponentIndex(obj uintptr) int32
- func MaskEdit_GetComponents(obj uintptr, AIndex int32) uintptr
- func MaskEdit_GetConstraints(obj uintptr) uintptr
- func MaskEdit_GetControlCount(obj uintptr) int32
- func MaskEdit_GetControlState(obj uintptr) TControlState
- func MaskEdit_GetControlStyle(obj uintptr) TControlStyle
- func MaskEdit_GetControls(obj uintptr, Index int32) uintptr
- func MaskEdit_GetCtl3D(obj uintptr) bool
- func MaskEdit_GetCursor(obj uintptr) TCursor
- func MaskEdit_GetCustomHint(obj uintptr) uintptr
- func MaskEdit_GetDockClientCount(obj uintptr) int32
- func MaskEdit_GetDockClients(obj uintptr, Index int32) uintptr
- func MaskEdit_GetDockSite(obj uintptr) bool
- func MaskEdit_GetDoubleBuffered(obj uintptr) bool
- func MaskEdit_GetDragCursor(obj uintptr) TCursor
- func MaskEdit_GetDragKind(obj uintptr) TDragKind
- func MaskEdit_GetDragMode(obj uintptr) TDragMode
- func MaskEdit_GetEditText(obj uintptr) string
- func MaskEdit_GetEnabled(obj uintptr) bool
- func MaskEdit_GetExplicitHeight(obj uintptr) int32
- func MaskEdit_GetExplicitLeft(obj uintptr) int32
- func MaskEdit_GetExplicitTop(obj uintptr) int32
- func MaskEdit_GetExplicitWidth(obj uintptr) int32
- func MaskEdit_GetFloating(obj uintptr) bool
- func MaskEdit_GetFont(obj uintptr) uintptr
- func MaskEdit_GetHandle(obj uintptr) HWND
- func MaskEdit_GetHashCode(obj uintptr) int32
- func MaskEdit_GetHeight(obj uintptr) int32
- func MaskEdit_GetHint(obj uintptr) string
- func MaskEdit_GetIsMasked(obj uintptr) bool
- func MaskEdit_GetLeft(obj uintptr) int32
- func MaskEdit_GetMargins(obj uintptr) uintptr
- func MaskEdit_GetMaxLength(obj uintptr) int32
- func MaskEdit_GetModified(obj uintptr) bool
- func MaskEdit_GetMouseInClient(obj uintptr) bool
- func MaskEdit_GetName(obj uintptr) string
- func MaskEdit_GetNamePath(obj uintptr) string
- func MaskEdit_GetOwner(obj uintptr) uintptr
- func MaskEdit_GetParent(obj uintptr) uintptr
- func MaskEdit_GetParentColor(obj uintptr) bool
- func MaskEdit_GetParentCtl3D(obj uintptr) bool
- func MaskEdit_GetParentDoubleBuffered(obj uintptr) bool
- func MaskEdit_GetParentFont(obj uintptr) bool
- func MaskEdit_GetParentShowHint(obj uintptr) bool
- func MaskEdit_GetParentWindow(obj uintptr) HWND
- func MaskEdit_GetPasswordChar(obj uintptr) uint16
- func MaskEdit_GetPopupMenu(obj uintptr) uintptr
- func MaskEdit_GetReadOnly(obj uintptr) bool
- func MaskEdit_GetSelLength(obj uintptr) int32
- func MaskEdit_GetSelStart(obj uintptr) int32
- func MaskEdit_GetSelText(obj uintptr) string
- func MaskEdit_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func MaskEdit_GetShowHint(obj uintptr) bool
- func MaskEdit_GetStyleElements(obj uintptr) TStyleElements
- func MaskEdit_GetTabOrder(obj uintptr) TTabOrder
- func MaskEdit_GetTabStop(obj uintptr) bool
- func MaskEdit_GetTag(obj uintptr) int
- func MaskEdit_GetText(obj uintptr) string
- func MaskEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func MaskEdit_GetTextHint(obj uintptr) string
- func MaskEdit_GetTextLen(obj uintptr) int32
- func MaskEdit_GetTop(obj uintptr) int32
- func MaskEdit_GetUseDockManager(obj uintptr) bool
- func MaskEdit_GetVisible(obj uintptr) bool
- func MaskEdit_GetVisibleDockClientCount(obj uintptr) int32
- func MaskEdit_GetWidth(obj uintptr) int32
- func MaskEdit_HandleAllocated(obj uintptr) bool
- func MaskEdit_HasParent(obj uintptr) bool
- func MaskEdit_Hide(obj uintptr)
- func MaskEdit_InheritsFrom(obj uintptr, AClass TClass) bool
- func MaskEdit_InsertControl(obj uintptr, AControl uintptr)
- func MaskEdit_InstanceSize(obj uintptr) int32
- func MaskEdit_Invalidate(obj uintptr)
- func MaskEdit_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func MaskEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MaskEdit_PasteFromClipboard(obj uintptr)
- func MaskEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func MaskEdit_Realign(obj uintptr)
- func MaskEdit_Refresh(obj uintptr)
- func MaskEdit_RemoveControl(obj uintptr, AControl uintptr)
- func MaskEdit_Repaint(obj uintptr)
- func MaskEdit_ScaleBy(obj uintptr, M int32, D int32)
- func MaskEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func MaskEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func MaskEdit_SelectAll(obj uintptr)
- func MaskEdit_SendToBack(obj uintptr)
- func MaskEdit_SetAction(obj uintptr, value uintptr)
- func MaskEdit_SetAlign(obj uintptr, value TAlign)
- func MaskEdit_SetAlignWithMargins(obj uintptr, value bool)
- func MaskEdit_SetAlignment(obj uintptr, value TAlignment)
- func MaskEdit_SetAnchors(obj uintptr, value TAnchors)
- func MaskEdit_SetAutoSelect(obj uintptr, value bool)
- func MaskEdit_SetAutoSize(obj uintptr, value bool)
- func MaskEdit_SetBevelEdges(obj uintptr, value TBevelEdges)
- func MaskEdit_SetBevelInner(obj uintptr, value TBevelCut)
- func MaskEdit_SetBevelKind(obj uintptr, value TBevelKind)
- func MaskEdit_SetBevelOuter(obj uintptr, value TBevelCut)
- func MaskEdit_SetBiDiMode(obj uintptr, value TBiDiMode)
- func MaskEdit_SetBorderStyle(obj uintptr, value TBorderStyle)
- func MaskEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func MaskEdit_SetBoundsRect(obj uintptr, value TRect)
- func MaskEdit_SetCharCase(obj uintptr, value TEditCharCase)
- func MaskEdit_SetClientHeight(obj uintptr, value int32)
- func MaskEdit_SetClientWidth(obj uintptr, value int32)
- func MaskEdit_SetColor(obj uintptr, value TColor)
- func MaskEdit_SetComponentIndex(obj uintptr, value int32)
- func MaskEdit_SetConstraints(obj uintptr, value uintptr)
- func MaskEdit_SetControlState(obj uintptr, value TControlState)
- func MaskEdit_SetControlStyle(obj uintptr, value TControlStyle)
- func MaskEdit_SetCtl3D(obj uintptr, value bool)
- func MaskEdit_SetCursor(obj uintptr, value TCursor)
- func MaskEdit_SetCustomHint(obj uintptr, value uintptr)
- func MaskEdit_SetDockSite(obj uintptr, value bool)
- func MaskEdit_SetDoubleBuffered(obj uintptr, value bool)
- func MaskEdit_SetDragCursor(obj uintptr, value TCursor)
- func MaskEdit_SetDragKind(obj uintptr, value TDragKind)
- func MaskEdit_SetDragMode(obj uintptr, value TDragMode)
- func MaskEdit_SetEditText(obj uintptr, value string)
- func MaskEdit_SetEnabled(obj uintptr, value bool)
- func MaskEdit_SetFocus(obj uintptr)
- func MaskEdit_SetFont(obj uintptr, value uintptr)
- func MaskEdit_SetHeight(obj uintptr, value int32)
- func MaskEdit_SetHint(obj uintptr, value string)
- func MaskEdit_SetLeft(obj uintptr, value int32)
- func MaskEdit_SetMargins(obj uintptr, value uintptr)
- func MaskEdit_SetMaxLength(obj uintptr, value int32)
- func MaskEdit_SetModified(obj uintptr, value bool)
- func MaskEdit_SetName(obj uintptr, value string)
- func MaskEdit_SetOnChange(obj uintptr, fn interface{})
- func MaskEdit_SetOnClick(obj uintptr, fn interface{})
- func MaskEdit_SetOnDblClick(obj uintptr, fn interface{})
- func MaskEdit_SetOnDragDrop(obj uintptr, fn interface{})
- func MaskEdit_SetOnDragOver(obj uintptr, fn interface{})
- func MaskEdit_SetOnEndDock(obj uintptr, fn interface{})
- func MaskEdit_SetOnEndDrag(obj uintptr, fn interface{})
- func MaskEdit_SetOnEnter(obj uintptr, fn interface{})
- func MaskEdit_SetOnExit(obj uintptr, fn interface{})
- func MaskEdit_SetOnGesture(obj uintptr, fn interface{})
- func MaskEdit_SetOnKeyDown(obj uintptr, fn interface{})
- func MaskEdit_SetOnKeyPress(obj uintptr, fn interface{})
- func MaskEdit_SetOnKeyUp(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseActivate(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseDown(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseEnter(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseLeave(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseMove(obj uintptr, fn interface{})
- func MaskEdit_SetOnMouseUp(obj uintptr, fn interface{})
- func MaskEdit_SetOnStartDock(obj uintptr, fn interface{})
- func MaskEdit_SetParent(obj uintptr, value uintptr)
- func MaskEdit_SetParentColor(obj uintptr, value bool)
- func MaskEdit_SetParentCtl3D(obj uintptr, value bool)
- func MaskEdit_SetParentDoubleBuffered(obj uintptr, value bool)
- func MaskEdit_SetParentFont(obj uintptr, value bool)
- func MaskEdit_SetParentShowHint(obj uintptr, value bool)
- func MaskEdit_SetParentWindow(obj uintptr, value HWND)
- func MaskEdit_SetPasswordChar(obj uintptr, value uint16)
- func MaskEdit_SetPopupMenu(obj uintptr, value uintptr)
- func MaskEdit_SetReadOnly(obj uintptr, value bool)
- func MaskEdit_SetSelLength(obj uintptr, value int32)
- func MaskEdit_SetSelStart(obj uintptr, value int32)
- func MaskEdit_SetSelText(obj uintptr, value string)
- func MaskEdit_SetShowHint(obj uintptr, value bool)
- func MaskEdit_SetStyleElements(obj uintptr, value TStyleElements)
- func MaskEdit_SetTabOrder(obj uintptr, value TTabOrder)
- func MaskEdit_SetTabStop(obj uintptr, value bool)
- func MaskEdit_SetTag(obj uintptr, value int)
- func MaskEdit_SetText(obj uintptr, value string)
- func MaskEdit_SetTextBuf(obj uintptr, Buffer string)
- func MaskEdit_SetTextHint(obj uintptr, value string)
- func MaskEdit_SetTop(obj uintptr, value int32)
- func MaskEdit_SetUseDockManager(obj uintptr, value bool)
- func MaskEdit_SetVisible(obj uintptr, value bool)
- func MaskEdit_SetWidth(obj uintptr, value int32)
- func MaskEdit_Show(obj uintptr)
- func MaskEdit_StaticClassType() TClass
- func MaskEdit_ToString(obj uintptr) string
- func MaskEdit_Undo(obj uintptr)
- func MaskEdit_Update(obj uintptr)
- func MaskEdit_UpdateControlState(obj uintptr)
- func MaskEdit_ValidateEdit(obj uintptr)
- func Memo_Assign(obj uintptr, Source uintptr)
- func Memo_BringToFront(obj uintptr)
- func Memo_CanFocus(obj uintptr) bool
- func Memo_ClassName(obj uintptr) string
- func Memo_ClassType(obj uintptr) TClass
- func Memo_Clear(obj uintptr)
- func Memo_ClearSelection(obj uintptr)
- func Memo_ClearUndo(obj uintptr)
- func Memo_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Memo_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Memo_ContainsControl(obj uintptr, Control uintptr) bool
- func Memo_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Memo_CopyToClipboard(obj uintptr)
- func Memo_Create(obj uintptr) uintptr
- func Memo_CutToClipboard(obj uintptr)
- func Memo_DisableAlign(obj uintptr)
- func Memo_DisposeOf(obj uintptr)
- func Memo_Dragging(obj uintptr) bool
- func Memo_EnableAlign(obj uintptr)
- func Memo_Equals(obj uintptr, Obj uintptr) bool
- func Memo_FindChildControl(obj uintptr, ControlName string) uintptr
- func Memo_FindComponent(obj uintptr, AName string) uintptr
- func Memo_FlipChildren(obj uintptr, AllLevels bool)
- func Memo_Focused(obj uintptr) bool
- func Memo_Free(obj uintptr)
- func Memo_GetAction(obj uintptr) uintptr
- func Memo_GetAlign(obj uintptr) TAlign
- func Memo_GetAlignDisabled(obj uintptr) bool
- func Memo_GetAlignWithMargins(obj uintptr) bool
- func Memo_GetAlignment(obj uintptr) TAlignment
- func Memo_GetAnchors(obj uintptr) TAnchors
- func Memo_GetBevelEdges(obj uintptr) TBevelEdges
- func Memo_GetBevelInner(obj uintptr) TBevelCut
- func Memo_GetBevelKind(obj uintptr) TBevelKind
- func Memo_GetBevelOuter(obj uintptr) TBevelCut
- func Memo_GetBiDiMode(obj uintptr) TBiDiMode
- func Memo_GetBorderStyle(obj uintptr) TBorderStyle
- func Memo_GetBoundsRect(obj uintptr) TRect
- func Memo_GetBrush(obj uintptr) uintptr
- func Memo_GetCanUndo(obj uintptr) bool
- func Memo_GetCaretPos(obj uintptr) TPoint
- func Memo_GetCharCase(obj uintptr) TEditCharCase
- func Memo_GetClientHeight(obj uintptr) int32
- func Memo_GetClientOrigin(obj uintptr) TPoint
- func Memo_GetClientRect(obj uintptr) TRect
- func Memo_GetClientWidth(obj uintptr) int32
- func Memo_GetColor(obj uintptr) TColor
- func Memo_GetComponentCount(obj uintptr) int32
- func Memo_GetComponentIndex(obj uintptr) int32
- func Memo_GetComponents(obj uintptr, AIndex int32) uintptr
- func Memo_GetConstraints(obj uintptr) uintptr
- func Memo_GetControlCount(obj uintptr) int32
- func Memo_GetControlState(obj uintptr) TControlState
- func Memo_GetControlStyle(obj uintptr) TControlStyle
- func Memo_GetControls(obj uintptr, Index int32) uintptr
- func Memo_GetCtl3D(obj uintptr) bool
- func Memo_GetCursor(obj uintptr) TCursor
- func Memo_GetCustomHint(obj uintptr) uintptr
- func Memo_GetDockClientCount(obj uintptr) int32
- func Memo_GetDockClients(obj uintptr, Index int32) uintptr
- func Memo_GetDockSite(obj uintptr) bool
- func Memo_GetDoubleBuffered(obj uintptr) bool
- func Memo_GetDragCursor(obj uintptr) TCursor
- func Memo_GetDragKind(obj uintptr) TDragKind
- func Memo_GetDragMode(obj uintptr) TDragMode
- func Memo_GetEnabled(obj uintptr) bool
- func Memo_GetExplicitHeight(obj uintptr) int32
- func Memo_GetExplicitLeft(obj uintptr) int32
- func Memo_GetExplicitTop(obj uintptr) int32
- func Memo_GetExplicitWidth(obj uintptr) int32
- func Memo_GetFloating(obj uintptr) bool
- func Memo_GetFont(obj uintptr) uintptr
- func Memo_GetHandle(obj uintptr) HWND
- func Memo_GetHashCode(obj uintptr) int32
- func Memo_GetHeight(obj uintptr) int32
- func Memo_GetHideSelection(obj uintptr) bool
- func Memo_GetHint(obj uintptr) string
- func Memo_GetLeft(obj uintptr) int32
- func Memo_GetLines(obj uintptr) uintptr
- func Memo_GetMargins(obj uintptr) uintptr
- func Memo_GetMaxLength(obj uintptr) int32
- func Memo_GetModified(obj uintptr) bool
- func Memo_GetMouseInClient(obj uintptr) bool
- func Memo_GetName(obj uintptr) string
- func Memo_GetNamePath(obj uintptr) string
- func Memo_GetOwner(obj uintptr) uintptr
- func Memo_GetParent(obj uintptr) uintptr
- func Memo_GetParentColor(obj uintptr) bool
- func Memo_GetParentCtl3D(obj uintptr) bool
- func Memo_GetParentDoubleBuffered(obj uintptr) bool
- func Memo_GetParentFont(obj uintptr) bool
- func Memo_GetParentShowHint(obj uintptr) bool
- func Memo_GetParentWindow(obj uintptr) HWND
- func Memo_GetPopupMenu(obj uintptr) uintptr
- func Memo_GetReadOnly(obj uintptr) bool
- func Memo_GetScrollBars(obj uintptr) TScrollStyle
- func Memo_GetSelLength(obj uintptr) int32
- func Memo_GetSelStart(obj uintptr) int32
- func Memo_GetSelText(obj uintptr) string
- func Memo_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Memo_GetShowHint(obj uintptr) bool
- func Memo_GetStyleElements(obj uintptr) TStyleElements
- func Memo_GetTabOrder(obj uintptr) TTabOrder
- func Memo_GetTabStop(obj uintptr) bool
- func Memo_GetTag(obj uintptr) int
- func Memo_GetText(obj uintptr) string
- func Memo_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Memo_GetTextHint(obj uintptr) string
- func Memo_GetTextLen(obj uintptr) int32
- func Memo_GetTop(obj uintptr) int32
- func Memo_GetUseDockManager(obj uintptr) bool
- func Memo_GetVisible(obj uintptr) bool
- func Memo_GetVisibleDockClientCount(obj uintptr) int32
- func Memo_GetWantReturns(obj uintptr) bool
- func Memo_GetWantTabs(obj uintptr) bool
- func Memo_GetWidth(obj uintptr) int32
- func Memo_GetWordWrap(obj uintptr) bool
- func Memo_HandleAllocated(obj uintptr) bool
- func Memo_HasParent(obj uintptr) bool
- func Memo_Hide(obj uintptr)
- func Memo_InheritsFrom(obj uintptr, AClass TClass) bool
- func Memo_InsertControl(obj uintptr, AControl uintptr)
- func Memo_InstanceSize(obj uintptr) int32
- func Memo_Invalidate(obj uintptr)
- func Memo_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Memo_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Memo_PasteFromClipboard(obj uintptr)
- func Memo_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Memo_Realign(obj uintptr)
- func Memo_Refresh(obj uintptr)
- func Memo_RemoveControl(obj uintptr, AControl uintptr)
- func Memo_Repaint(obj uintptr)
- func Memo_ScaleBy(obj uintptr, M int32, D int32)
- func Memo_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Memo_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Memo_SelectAll(obj uintptr)
- func Memo_SendToBack(obj uintptr)
- func Memo_SetAction(obj uintptr, value uintptr)
- func Memo_SetAlign(obj uintptr, value TAlign)
- func Memo_SetAlignWithMargins(obj uintptr, value bool)
- func Memo_SetAlignment(obj uintptr, value TAlignment)
- func Memo_SetAnchors(obj uintptr, value TAnchors)
- func Memo_SetBevelEdges(obj uintptr, value TBevelEdges)
- func Memo_SetBevelInner(obj uintptr, value TBevelCut)
- func Memo_SetBevelKind(obj uintptr, value TBevelKind)
- func Memo_SetBevelOuter(obj uintptr, value TBevelCut)
- func Memo_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Memo_SetBorderStyle(obj uintptr, value TBorderStyle)
- func Memo_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Memo_SetBoundsRect(obj uintptr, value TRect)
- func Memo_SetCaretPos(obj uintptr, value TPoint)
- func Memo_SetCharCase(obj uintptr, value TEditCharCase)
- func Memo_SetClientHeight(obj uintptr, value int32)
- func Memo_SetClientWidth(obj uintptr, value int32)
- func Memo_SetColor(obj uintptr, value TColor)
- func Memo_SetComponentIndex(obj uintptr, value int32)
- func Memo_SetConstraints(obj uintptr, value uintptr)
- func Memo_SetControlState(obj uintptr, value TControlState)
- func Memo_SetControlStyle(obj uintptr, value TControlStyle)
- func Memo_SetCtl3D(obj uintptr, value bool)
- func Memo_SetCursor(obj uintptr, value TCursor)
- func Memo_SetCustomHint(obj uintptr, value uintptr)
- func Memo_SetDockSite(obj uintptr, value bool)
- func Memo_SetDoubleBuffered(obj uintptr, value bool)
- func Memo_SetDragCursor(obj uintptr, value TCursor)
- func Memo_SetDragKind(obj uintptr, value TDragKind)
- func Memo_SetDragMode(obj uintptr, value TDragMode)
- func Memo_SetEnabled(obj uintptr, value bool)
- func Memo_SetFocus(obj uintptr)
- func Memo_SetFont(obj uintptr, value uintptr)
- func Memo_SetHeight(obj uintptr, value int32)
- func Memo_SetHideSelection(obj uintptr, value bool)
- func Memo_SetHint(obj uintptr, value string)
- func Memo_SetLeft(obj uintptr, value int32)
- func Memo_SetLines(obj uintptr, value uintptr)
- func Memo_SetMargins(obj uintptr, value uintptr)
- func Memo_SetMaxLength(obj uintptr, value int32)
- func Memo_SetModified(obj uintptr, value bool)
- func Memo_SetName(obj uintptr, value string)
- func Memo_SetOnChange(obj uintptr, fn interface{})
- func Memo_SetOnClick(obj uintptr, fn interface{})
- func Memo_SetOnContextPopup(obj uintptr, fn interface{})
- func Memo_SetOnDblClick(obj uintptr, fn interface{})
- func Memo_SetOnDragDrop(obj uintptr, fn interface{})
- func Memo_SetOnDragOver(obj uintptr, fn interface{})
- func Memo_SetOnEndDock(obj uintptr, fn interface{})
- func Memo_SetOnEndDrag(obj uintptr, fn interface{})
- func Memo_SetOnEnter(obj uintptr, fn interface{})
- func Memo_SetOnExit(obj uintptr, fn interface{})
- func Memo_SetOnGesture(obj uintptr, fn interface{})
- func Memo_SetOnKeyDown(obj uintptr, fn interface{})
- func Memo_SetOnKeyPress(obj uintptr, fn interface{})
- func Memo_SetOnKeyUp(obj uintptr, fn interface{})
- func Memo_SetOnMouseActivate(obj uintptr, fn interface{})
- func Memo_SetOnMouseDown(obj uintptr, fn interface{})
- func Memo_SetOnMouseEnter(obj uintptr, fn interface{})
- func Memo_SetOnMouseLeave(obj uintptr, fn interface{})
- func Memo_SetOnMouseMove(obj uintptr, fn interface{})
- func Memo_SetOnMouseUp(obj uintptr, fn interface{})
- func Memo_SetOnStartDock(obj uintptr, fn interface{})
- func Memo_SetParent(obj uintptr, value uintptr)
- func Memo_SetParentColor(obj uintptr, value bool)
- func Memo_SetParentCtl3D(obj uintptr, value bool)
- func Memo_SetParentDoubleBuffered(obj uintptr, value bool)
- func Memo_SetParentFont(obj uintptr, value bool)
- func Memo_SetParentShowHint(obj uintptr, value bool)
- func Memo_SetParentWindow(obj uintptr, value HWND)
- func Memo_SetPopupMenu(obj uintptr, value uintptr)
- func Memo_SetReadOnly(obj uintptr, value bool)
- func Memo_SetScrollBars(obj uintptr, value TScrollStyle)
- func Memo_SetSelLength(obj uintptr, value int32)
- func Memo_SetSelStart(obj uintptr, value int32)
- func Memo_SetSelText(obj uintptr, value string)
- func Memo_SetShowHint(obj uintptr, value bool)
- func Memo_SetStyleElements(obj uintptr, value TStyleElements)
- func Memo_SetTabOrder(obj uintptr, value TTabOrder)
- func Memo_SetTabStop(obj uintptr, value bool)
- func Memo_SetTag(obj uintptr, value int)
- func Memo_SetText(obj uintptr, value string)
- func Memo_SetTextBuf(obj uintptr, Buffer string)
- func Memo_SetTextHint(obj uintptr, value string)
- func Memo_SetTop(obj uintptr, value int32)
- func Memo_SetUseDockManager(obj uintptr, value bool)
- func Memo_SetVisible(obj uintptr, value bool)
- func Memo_SetWantReturns(obj uintptr, value bool)
- func Memo_SetWantTabs(obj uintptr, value bool)
- func Memo_SetWidth(obj uintptr, value int32)
- func Memo_SetWordWrap(obj uintptr, value bool)
- func Memo_Show(obj uintptr)
- func Memo_StaticClassType() TClass
- func Memo_ToString(obj uintptr) string
- func Memo_Undo(obj uintptr)
- func Memo_Update(obj uintptr)
- func Memo_UpdateControlState(obj uintptr)
- func MemoryStream_ClassName(obj uintptr) string
- func MemoryStream_ClassType(obj uintptr) TClass
- func MemoryStream_Clear(obj uintptr)
- func MemoryStream_CopyFrom(obj uintptr, Source uintptr, Count int64) int64
- func MemoryStream_Create() uintptr
- func MemoryStream_DisposeOf(obj uintptr)
- func MemoryStream_Equals(obj uintptr, Obj uintptr) bool
- func MemoryStream_Free(obj uintptr)
- func MemoryStream_GetHashCode(obj uintptr) int32
- func MemoryStream_GetMemory(obj uintptr) uintptr
- func MemoryStream_GetPosition(obj uintptr) int64
- func MemoryStream_GetSize(obj uintptr) int64
- func MemoryStream_InheritsFrom(obj uintptr, AClass TClass) bool
- func MemoryStream_InstanceSize(obj uintptr) int32
- func MemoryStream_LoadFromFile(obj uintptr, FileName string)
- func MemoryStream_LoadFromStream(obj uintptr, Stream uintptr)
- func MemoryStream_Read(obj uintptr, count int32) (int32, []byte)
- func MemoryStream_SaveToFile(obj uintptr, FileName string)
- func MemoryStream_SaveToStream(obj uintptr, Stream uintptr)
- func MemoryStream_Seek(obj uintptr, Offset int64, Origin TSeekOrigin) int64
- func MemoryStream_SetPosition(obj uintptr, value int64)
- func MemoryStream_SetSize(obj uintptr, value int64)
- func MemoryStream_StaticClassType() TClass
- func MemoryStream_ToString(obj uintptr) string
- func MemoryStream_Write(obj uintptr, buffer []byte) int32
- func MenuItem_Add(obj uintptr, Item uintptr)
- func MenuItem_Assign(obj uintptr, Source uintptr)
- func MenuItem_ClassName(obj uintptr) string
- func MenuItem_ClassType(obj uintptr) TClass
- func MenuItem_Clear(obj uintptr)
- func MenuItem_Click(obj uintptr)
- func MenuItem_Create(obj uintptr) uintptr
- func MenuItem_Delete(obj uintptr, Index int32)
- func MenuItem_DisposeOf(obj uintptr)
- func MenuItem_Equals(obj uintptr, Obj uintptr) bool
- func MenuItem_FindComponent(obj uintptr, AName string) uintptr
- func MenuItem_Free(obj uintptr)
- func MenuItem_GetAction(obj uintptr) uintptr
- func MenuItem_GetAutoCheck(obj uintptr) bool
- func MenuItem_GetAutoHotkeys(obj uintptr) TMenuItemAutoFlag
- func MenuItem_GetBitmap(obj uintptr) uintptr
- func MenuItem_GetBreak(obj uintptr) TMenuBreak
- func MenuItem_GetCaption(obj uintptr) string
- func MenuItem_GetChecked(obj uintptr) bool
- func MenuItem_GetComponentCount(obj uintptr) int32
- func MenuItem_GetComponentIndex(obj uintptr) int32
- func MenuItem_GetComponents(obj uintptr, AIndex int32) uintptr
- func MenuItem_GetCount(obj uintptr) int32
- func MenuItem_GetDefault(obj uintptr) bool
- func MenuItem_GetEnabled(obj uintptr) bool
- func MenuItem_GetGroupIndex(obj uintptr) uint8
- func MenuItem_GetHandle(obj uintptr) HMENU
- func MenuItem_GetHashCode(obj uintptr) int32
- func MenuItem_GetHint(obj uintptr) string
- func MenuItem_GetImageIndex(obj uintptr) int32
- func MenuItem_GetItems(obj uintptr, Index int32) uintptr
- func MenuItem_GetName(obj uintptr) string
- func MenuItem_GetNamePath(obj uintptr) string
- func MenuItem_GetOwner(obj uintptr) uintptr
- func MenuItem_GetParent(obj uintptr) uintptr
- func MenuItem_GetRadioItem(obj uintptr) bool
- func MenuItem_GetShortCut(obj uintptr) TShortCut
- func MenuItem_GetTag(obj uintptr) int
- func MenuItem_GetVisible(obj uintptr) bool
- func MenuItem_HasParent(obj uintptr) bool
- func MenuItem_IndexOf(obj uintptr, Item uintptr) int32
- func MenuItem_InheritsFrom(obj uintptr, AClass TClass) bool
- func MenuItem_Insert(obj uintptr, Index int32, Item uintptr)
- func MenuItem_InstanceSize(obj uintptr) int32
- func MenuItem_SetAction(obj uintptr, value uintptr)
- func MenuItem_SetAutoCheck(obj uintptr, value bool)
- func MenuItem_SetAutoHotkeys(obj uintptr, value TMenuItemAutoFlag)
- func MenuItem_SetBitmap(obj uintptr, value uintptr)
- func MenuItem_SetBreak(obj uintptr, value TMenuBreak)
- 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_SetOnMeasureItem(obj uintptr, fn interface{})
- func MenuItem_SetRadioItem(obj uintptr, value bool)
- func MenuItem_SetShortCut(obj uintptr, value TShortCut)
- func MenuItem_SetTag(obj uintptr, value int)
- func MenuItem_SetVisible(obj uintptr, value bool)
- func MenuItem_StaticClassType() TClass
- func MenuItem_ToString(obj uintptr) string
- func MessageCallbackOf(Id uintptr) (interface{}, bool)
- func MiniWebview_Assign(obj uintptr, Source uintptr)
- func MiniWebview_BringToFront(obj uintptr)
- func MiniWebview_CanFocus(obj uintptr) bool
- func MiniWebview_ClassName(obj uintptr) string
- func MiniWebview_ClassType(obj uintptr) TClass
- func MiniWebview_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MiniWebview_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func MiniWebview_ContainsControl(obj uintptr, Control uintptr) bool
- func MiniWebview_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func MiniWebview_Create(obj uintptr) uintptr
- func MiniWebview_DisableAlign(obj uintptr)
- func MiniWebview_DisposeOf(obj uintptr)
- func MiniWebview_Dragging(obj uintptr) bool
- func MiniWebview_EnableAlign(obj uintptr)
- func MiniWebview_Equals(obj uintptr, Obj uintptr) bool
- func MiniWebview_ExecuteJS(obj uintptr, AScriptText string)
- func MiniWebview_ExecuteScript(obj uintptr, AScriptText string, AScriptType string)
- func MiniWebview_FindChildControl(obj uintptr, ControlName string) uintptr
- func MiniWebview_FindComponent(obj uintptr, AName string) uintptr
- func MiniWebview_FlipChildren(obj uintptr, AllLevels bool)
- func MiniWebview_Focused(obj uintptr) bool
- func MiniWebview_Free(obj uintptr)
- func MiniWebview_GetAction(obj uintptr) uintptr
- func MiniWebview_GetAlign(obj uintptr) TAlign
- func MiniWebview_GetAlignDisabled(obj uintptr) bool
- func MiniWebview_GetAlignWithMargins(obj uintptr) bool
- func MiniWebview_GetAnchors(obj uintptr) TAnchors
- func MiniWebview_GetBiDiMode(obj uintptr) TBiDiMode
- func MiniWebview_GetBoundsRect(obj uintptr) TRect
- func MiniWebview_GetBrush(obj uintptr) uintptr
- func MiniWebview_GetClientHeight(obj uintptr) int32
- func MiniWebview_GetClientOrigin(obj uintptr) TPoint
- func MiniWebview_GetClientRect(obj uintptr) TRect
- func MiniWebview_GetClientWidth(obj uintptr) int32
- func MiniWebview_GetComponentCount(obj uintptr) int32
- func MiniWebview_GetComponentIndex(obj uintptr) int32
- func MiniWebview_GetComponents(obj uintptr, AIndex int32) uintptr
- func MiniWebview_GetConstraints(obj uintptr) uintptr
- func MiniWebview_GetControlCount(obj uintptr) int32
- func MiniWebview_GetControlState(obj uintptr) TControlState
- func MiniWebview_GetControlStyle(obj uintptr) TControlStyle
- func MiniWebview_GetControls(obj uintptr, Index int32) uintptr
- func MiniWebview_GetCursor(obj uintptr) TCursor
- func MiniWebview_GetCustomHint(obj uintptr) uintptr
- func MiniWebview_GetDockClientCount(obj uintptr) int32
- func MiniWebview_GetDockClients(obj uintptr, Index int32) uintptr
- func MiniWebview_GetDockSite(obj uintptr) bool
- func MiniWebview_GetDoubleBuffered(obj uintptr) bool
- func MiniWebview_GetEnabled(obj uintptr) bool
- func MiniWebview_GetExplicitHeight(obj uintptr) int32
- func MiniWebview_GetExplicitLeft(obj uintptr) int32
- func MiniWebview_GetExplicitTop(obj uintptr) int32
- func MiniWebview_GetExplicitWidth(obj uintptr) int32
- func MiniWebview_GetFloating(obj uintptr) bool
- func MiniWebview_GetHandle(obj uintptr) HWND
- func MiniWebview_GetHashCode(obj uintptr) int32
- func MiniWebview_GetHeight(obj uintptr) int32
- func MiniWebview_GetHint(obj uintptr) string
- func MiniWebview_GetLeft(obj uintptr) int32
- func MiniWebview_GetMargins(obj uintptr) uintptr
- func MiniWebview_GetMouseInClient(obj uintptr) bool
- func MiniWebview_GetName(obj uintptr) string
- func MiniWebview_GetNamePath(obj uintptr) string
- func MiniWebview_GetOwner(obj uintptr) uintptr
- func MiniWebview_GetParent(obj uintptr) uintptr
- func MiniWebview_GetParentDoubleBuffered(obj uintptr) bool
- func MiniWebview_GetParentWindow(obj uintptr) HWND
- func MiniWebview_GetReadyState(obj uintptr) TReadyState
- func MiniWebview_GetShowHint(obj uintptr) bool
- func MiniWebview_GetStyleElements(obj uintptr) TStyleElements
- func MiniWebview_GetTabOrder(obj uintptr) TTabOrder
- func MiniWebview_GetTabStop(obj uintptr) bool
- func MiniWebview_GetTag(obj uintptr) int
- func MiniWebview_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func MiniWebview_GetTextLen(obj uintptr) int32
- func MiniWebview_GetTop(obj uintptr) int32
- func MiniWebview_GetUseDockManager(obj uintptr) bool
- func MiniWebview_GetVisible(obj uintptr) bool
- func MiniWebview_GetVisibleDockClientCount(obj uintptr) int32
- func MiniWebview_GetWidth(obj uintptr) int32
- func MiniWebview_GoBack(obj uintptr)
- func MiniWebview_GoForward(obj uintptr)
- func MiniWebview_GoHome(obj uintptr)
- func MiniWebview_GoSearch(obj uintptr)
- func MiniWebview_HandleAllocated(obj uintptr) bool
- func MiniWebview_HasParent(obj uintptr) bool
- func MiniWebview_Hide(obj uintptr)
- func MiniWebview_InheritsFrom(obj uintptr, AClass TClass) bool
- func MiniWebview_InsertControl(obj uintptr, AControl uintptr)
- func MiniWebview_InstanceSize(obj uintptr) int32
- func MiniWebview_Invalidate(obj uintptr)
- func MiniWebview_LoadHTML(obj uintptr, AStr string)
- func MiniWebview_Navigate(obj uintptr, AURL string)
- func MiniWebview_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func MiniWebview_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MiniWebview_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func MiniWebview_Realign(obj uintptr)
- func MiniWebview_Refresh(obj uintptr)
- func MiniWebview_RemoveControl(obj uintptr, AControl uintptr)
- func MiniWebview_Repaint(obj uintptr)
- func MiniWebview_ScaleBy(obj uintptr, M int32, D int32)
- func MiniWebview_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func MiniWebview_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func MiniWebview_SendToBack(obj uintptr)
- func MiniWebview_SetAction(obj uintptr, value uintptr)
- func MiniWebview_SetAlign(obj uintptr, value TAlign)
- func MiniWebview_SetAlignWithMargins(obj uintptr, value bool)
- func MiniWebview_SetAnchors(obj uintptr, value TAnchors)
- func MiniWebview_SetBiDiMode(obj uintptr, value TBiDiMode)
- func MiniWebview_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func MiniWebview_SetBoundsRect(obj uintptr, value TRect)
- func MiniWebview_SetClientHeight(obj uintptr, value int32)
- func MiniWebview_SetClientWidth(obj uintptr, value int32)
- func MiniWebview_SetComponentIndex(obj uintptr, value int32)
- func MiniWebview_SetConstraints(obj uintptr, value uintptr)
- func MiniWebview_SetControlState(obj uintptr, value TControlState)
- func MiniWebview_SetControlStyle(obj uintptr, value TControlStyle)
- func MiniWebview_SetCursor(obj uintptr, value TCursor)
- func MiniWebview_SetCustomHint(obj uintptr, value uintptr)
- func MiniWebview_SetDockSite(obj uintptr, value bool)
- func MiniWebview_SetDoubleBuffered(obj uintptr, value bool)
- func MiniWebview_SetEnabled(obj uintptr, value bool)
- func MiniWebview_SetFocus(obj uintptr)
- func MiniWebview_SetHeight(obj uintptr, value int32)
- func MiniWebview_SetHint(obj uintptr, value string)
- func MiniWebview_SetLeft(obj uintptr, value int32)
- func MiniWebview_SetMargins(obj uintptr, value uintptr)
- func MiniWebview_SetName(obj uintptr, value string)
- func MiniWebview_SetOnGesture(obj uintptr, fn interface{})
- func MiniWebview_SetOnJSExternal(obj uintptr, fn interface{})
- func MiniWebview_SetOnTitleChange(obj uintptr, fn interface{})
- func MiniWebview_SetParent(obj uintptr, value uintptr)
- func MiniWebview_SetParentDoubleBuffered(obj uintptr, value bool)
- func MiniWebview_SetParentWindow(obj uintptr, value HWND)
- func MiniWebview_SetShowHint(obj uintptr, value bool)
- func MiniWebview_SetStyleElements(obj uintptr, value TStyleElements)
- func MiniWebview_SetTabOrder(obj uintptr, value TTabOrder)
- func MiniWebview_SetTabStop(obj uintptr, value bool)
- func MiniWebview_SetTag(obj uintptr, value int)
- func MiniWebview_SetTextBuf(obj uintptr, Buffer string)
- func MiniWebview_SetTop(obj uintptr, value int32)
- func MiniWebview_SetUseDockManager(obj uintptr, value bool)
- func MiniWebview_SetVisible(obj uintptr, value bool)
- func MiniWebview_SetWidth(obj uintptr, value int32)
- func MiniWebview_Show(obj uintptr)
- func MiniWebview_StaticClassType() TClass
- func MiniWebview_Stop(obj uintptr)
- func MiniWebview_ToString(obj uintptr) string
- func MiniWebview_Update(obj uintptr)
- func MiniWebview_UpdateControlState(obj uintptr)
- func Monitor_ClassName(obj uintptr) string
- func Monitor_ClassType(obj uintptr) TClass
- func Monitor_Create() uintptr
- func Monitor_DisposeOf(obj uintptr)
- func Monitor_Equals(obj uintptr, Obj uintptr) bool
- func Monitor_Free(obj uintptr)
- func Monitor_GetBoundsRect(obj uintptr) TRect
- func Monitor_GetHandle(obj uintptr) HMONITOR
- func Monitor_GetHashCode(obj uintptr) int32
- func Monitor_GetHeight(obj uintptr) int32
- func Monitor_GetLeft(obj uintptr) int32
- func Monitor_GetMonitorNum(obj uintptr) int32
- func Monitor_GetPixelsPerInch(obj uintptr) int32
- func Monitor_GetPrimary(obj uintptr) bool
- func Monitor_GetTop(obj uintptr) int32
- func Monitor_GetWidth(obj uintptr) int32
- func Monitor_GetWorkareaRect(obj uintptr) TRect
- func Monitor_InheritsFrom(obj uintptr, AClass TClass) bool
- func Monitor_InstanceSize(obj uintptr) int32
- func Monitor_StaticClassType() TClass
- func Monitor_ToString(obj uintptr) string
- func MonthCalColors_Assign(obj uintptr, Source uintptr)
- func MonthCalColors_ClassName(obj uintptr) string
- func MonthCalColors_ClassType(obj uintptr) TClass
- func MonthCalColors_Create() uintptr
- func MonthCalColors_DisposeOf(obj uintptr)
- func MonthCalColors_Equals(obj uintptr, Obj uintptr) bool
- func MonthCalColors_Free(obj uintptr)
- func MonthCalColors_GetBackColor(obj uintptr) TColor
- func MonthCalColors_GetHashCode(obj uintptr) int32
- func MonthCalColors_GetNamePath(obj uintptr) string
- func MonthCalColors_InheritsFrom(obj uintptr, AClass TClass) bool
- func MonthCalColors_InstanceSize(obj uintptr) int32
- func MonthCalColors_SetBackColor(obj uintptr, value TColor)
- func MonthCalColors_StaticClassType() TClass
- func MonthCalColors_ToString(obj uintptr) string
- func MonthCalendar_Assign(obj uintptr, Source uintptr)
- func MonthCalendar_BringToFront(obj uintptr)
- func MonthCalendar_CanFocus(obj uintptr) bool
- func MonthCalendar_ClassName(obj uintptr) string
- func MonthCalendar_ClassType(obj uintptr) TClass
- func MonthCalendar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MonthCalendar_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func MonthCalendar_ContainsControl(obj uintptr, Control uintptr) bool
- func MonthCalendar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func MonthCalendar_Create(obj uintptr) uintptr
- func MonthCalendar_DisableAlign(obj uintptr)
- func MonthCalendar_DisposeOf(obj uintptr)
- func MonthCalendar_Dragging(obj uintptr) bool
- func MonthCalendar_EnableAlign(obj uintptr)
- func MonthCalendar_Equals(obj uintptr, Obj uintptr) bool
- func MonthCalendar_FindChildControl(obj uintptr, ControlName string) uintptr
- func MonthCalendar_FindComponent(obj uintptr, AName string) uintptr
- func MonthCalendar_FlipChildren(obj uintptr, AllLevels bool)
- func MonthCalendar_Focused(obj uintptr) bool
- func MonthCalendar_Free(obj uintptr)
- func MonthCalendar_GetAction(obj uintptr) uintptr
- func MonthCalendar_GetAlign(obj uintptr) TAlign
- func MonthCalendar_GetAlignDisabled(obj uintptr) bool
- func MonthCalendar_GetAlignWithMargins(obj uintptr) bool
- func MonthCalendar_GetAnchors(obj uintptr) TAnchors
- func MonthCalendar_GetAutoSize(obj uintptr) bool
- func MonthCalendar_GetBiDiMode(obj uintptr) TBiDiMode
- func MonthCalendar_GetBorderWidth(obj uintptr) int32
- func MonthCalendar_GetBoundsRect(obj uintptr) TRect
- func MonthCalendar_GetBrush(obj uintptr) uintptr
- func MonthCalendar_GetCalColors(obj uintptr) uintptr
- func MonthCalendar_GetClientHeight(obj uintptr) int32
- func MonthCalendar_GetClientOrigin(obj uintptr) TPoint
- func MonthCalendar_GetClientRect(obj uintptr) TRect
- func MonthCalendar_GetClientWidth(obj uintptr) int32
- func MonthCalendar_GetComponentCount(obj uintptr) int32
- func MonthCalendar_GetComponentIndex(obj uintptr) int32
- func MonthCalendar_GetComponents(obj uintptr, AIndex int32) uintptr
- func MonthCalendar_GetConstraints(obj uintptr) uintptr
- func MonthCalendar_GetControlCount(obj uintptr) int32
- func MonthCalendar_GetControlState(obj uintptr) TControlState
- func MonthCalendar_GetControlStyle(obj uintptr) TControlStyle
- func MonthCalendar_GetControls(obj uintptr, Index int32) uintptr
- func MonthCalendar_GetCursor(obj uintptr) TCursor
- func MonthCalendar_GetCustomHint(obj uintptr) uintptr
- func MonthCalendar_GetDate(obj uintptr) time.Time
- func MonthCalendar_GetDockClientCount(obj uintptr) int32
- func MonthCalendar_GetDockClients(obj uintptr, Index int32) uintptr
- func MonthCalendar_GetDockSite(obj uintptr) bool
- func MonthCalendar_GetDoubleBuffered(obj uintptr) bool
- func MonthCalendar_GetDragCursor(obj uintptr) TCursor
- func MonthCalendar_GetDragKind(obj uintptr) TDragKind
- func MonthCalendar_GetDragMode(obj uintptr) TDragMode
- func MonthCalendar_GetEnabled(obj uintptr) bool
- func MonthCalendar_GetExplicitHeight(obj uintptr) int32
- func MonthCalendar_GetExplicitLeft(obj uintptr) int32
- func MonthCalendar_GetExplicitTop(obj uintptr) int32
- func MonthCalendar_GetExplicitWidth(obj uintptr) int32
- func MonthCalendar_GetFirstDayOfWeek(obj uintptr) TCalDayOfWeek
- func MonthCalendar_GetFloating(obj uintptr) bool
- func MonthCalendar_GetFont(obj uintptr) uintptr
- func MonthCalendar_GetHandle(obj uintptr) HWND
- func MonthCalendar_GetHashCode(obj uintptr) int32
- func MonthCalendar_GetHeight(obj uintptr) int32
- func MonthCalendar_GetHint(obj uintptr) string
- func MonthCalendar_GetLeft(obj uintptr) int32
- func MonthCalendar_GetMargins(obj uintptr) uintptr
- func MonthCalendar_GetMaxDate(obj uintptr) time.Time
- func MonthCalendar_GetMaxSelectRange(obj uintptr) int32
- func MonthCalendar_GetMinDate(obj uintptr) time.Time
- func MonthCalendar_GetMouseInClient(obj uintptr) bool
- func MonthCalendar_GetMultiSelect(obj uintptr) bool
- func MonthCalendar_GetName(obj uintptr) string
- func MonthCalendar_GetNamePath(obj uintptr) string
- func MonthCalendar_GetOwner(obj uintptr) uintptr
- func MonthCalendar_GetParent(obj uintptr) uintptr
- func MonthCalendar_GetParentDoubleBuffered(obj uintptr) bool
- func MonthCalendar_GetParentFont(obj uintptr) bool
- func MonthCalendar_GetParentShowHint(obj uintptr) bool
- func MonthCalendar_GetParentWindow(obj uintptr) HWND
- func MonthCalendar_GetPopupMenu(obj uintptr) uintptr
- func MonthCalendar_GetShowHint(obj uintptr) bool
- func MonthCalendar_GetShowToday(obj uintptr) bool
- func MonthCalendar_GetShowTodayCircle(obj uintptr) bool
- func MonthCalendar_GetStyleElements(obj uintptr) TStyleElements
- func MonthCalendar_GetTabOrder(obj uintptr) TTabOrder
- func MonthCalendar_GetTabStop(obj uintptr) bool
- func MonthCalendar_GetTag(obj uintptr) int
- func MonthCalendar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func MonthCalendar_GetTextLen(obj uintptr) int32
- func MonthCalendar_GetTop(obj uintptr) int32
- func MonthCalendar_GetUseDockManager(obj uintptr) bool
- func MonthCalendar_GetVisible(obj uintptr) bool
- func MonthCalendar_GetVisibleDockClientCount(obj uintptr) int32
- func MonthCalendar_GetWeekNumbers(obj uintptr) bool
- func MonthCalendar_GetWidth(obj uintptr) int32
- func MonthCalendar_HandleAllocated(obj uintptr) bool
- func MonthCalendar_HasParent(obj uintptr) bool
- func MonthCalendar_Hide(obj uintptr)
- func MonthCalendar_InheritsFrom(obj uintptr, AClass TClass) bool
- func MonthCalendar_InsertControl(obj uintptr, AControl uintptr)
- func MonthCalendar_InstanceSize(obj uintptr) int32
- func MonthCalendar_Invalidate(obj uintptr)
- func MonthCalendar_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func MonthCalendar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func MonthCalendar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func MonthCalendar_Realign(obj uintptr)
- func MonthCalendar_Refresh(obj uintptr)
- func MonthCalendar_RemoveControl(obj uintptr, AControl uintptr)
- func MonthCalendar_Repaint(obj uintptr)
- func MonthCalendar_ScaleBy(obj uintptr, M int32, D int32)
- func MonthCalendar_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func MonthCalendar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func MonthCalendar_SendToBack(obj uintptr)
- func MonthCalendar_SetAction(obj uintptr, value uintptr)
- func MonthCalendar_SetAlign(obj uintptr, value TAlign)
- func MonthCalendar_SetAlignWithMargins(obj uintptr, value bool)
- func MonthCalendar_SetAnchors(obj uintptr, value TAnchors)
- func MonthCalendar_SetAutoSize(obj uintptr, value bool)
- func MonthCalendar_SetBiDiMode(obj uintptr, value TBiDiMode)
- func MonthCalendar_SetBorderWidth(obj uintptr, value int32)
- func MonthCalendar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func MonthCalendar_SetBoundsRect(obj uintptr, value TRect)
- func MonthCalendar_SetCalColors(obj uintptr, value uintptr)
- func MonthCalendar_SetClientHeight(obj uintptr, value int32)
- func MonthCalendar_SetClientWidth(obj uintptr, value int32)
- func MonthCalendar_SetComponentIndex(obj uintptr, value int32)
- func MonthCalendar_SetConstraints(obj uintptr, value uintptr)
- func MonthCalendar_SetControlState(obj uintptr, value TControlState)
- func MonthCalendar_SetControlStyle(obj uintptr, value TControlStyle)
- func MonthCalendar_SetCursor(obj uintptr, value TCursor)
- func MonthCalendar_SetCustomHint(obj uintptr, value uintptr)
- func MonthCalendar_SetDate(obj uintptr, value time.Time)
- func MonthCalendar_SetDockSite(obj uintptr, value bool)
- func MonthCalendar_SetDoubleBuffered(obj uintptr, value bool)
- func MonthCalendar_SetDragCursor(obj uintptr, value TCursor)
- func MonthCalendar_SetDragKind(obj uintptr, value TDragKind)
- func MonthCalendar_SetDragMode(obj uintptr, value TDragMode)
- func MonthCalendar_SetEnabled(obj uintptr, value bool)
- func MonthCalendar_SetFirstDayOfWeek(obj uintptr, value TCalDayOfWeek)
- func MonthCalendar_SetFocus(obj uintptr)
- func MonthCalendar_SetFont(obj uintptr, value uintptr)
- func MonthCalendar_SetHeight(obj uintptr, value int32)
- func MonthCalendar_SetHint(obj uintptr, value string)
- func MonthCalendar_SetLeft(obj uintptr, value int32)
- func MonthCalendar_SetMargins(obj uintptr, value uintptr)
- func MonthCalendar_SetMaxDate(obj uintptr, value time.Time)
- func MonthCalendar_SetMaxSelectRange(obj uintptr, value int32)
- func MonthCalendar_SetMinDate(obj uintptr, value time.Time)
- func MonthCalendar_SetMultiSelect(obj uintptr, value bool)
- func MonthCalendar_SetName(obj uintptr, value string)
- func MonthCalendar_SetOnClick(obj uintptr, fn interface{})
- func MonthCalendar_SetOnContextPopup(obj uintptr, fn interface{})
- func MonthCalendar_SetOnDblClick(obj uintptr, fn interface{})
- func MonthCalendar_SetOnDragDrop(obj uintptr, fn interface{})
- func MonthCalendar_SetOnDragOver(obj uintptr, fn interface{})
- func MonthCalendar_SetOnEndDock(obj uintptr, fn interface{})
- func MonthCalendar_SetOnEndDrag(obj uintptr, fn interface{})
- func MonthCalendar_SetOnEnter(obj uintptr, fn interface{})
- func MonthCalendar_SetOnExit(obj uintptr, fn interface{})
- func MonthCalendar_SetOnGesture(obj uintptr, fn interface{})
- func MonthCalendar_SetOnKeyDown(obj uintptr, fn interface{})
- func MonthCalendar_SetOnKeyPress(obj uintptr, fn interface{})
- func MonthCalendar_SetOnKeyUp(obj uintptr, fn interface{})
- func MonthCalendar_SetOnMouseEnter(obj uintptr, fn interface{})
- func MonthCalendar_SetOnMouseLeave(obj uintptr, fn interface{})
- func MonthCalendar_SetOnStartDock(obj uintptr, fn interface{})
- func MonthCalendar_SetParent(obj uintptr, value uintptr)
- func MonthCalendar_SetParentDoubleBuffered(obj uintptr, value bool)
- func MonthCalendar_SetParentFont(obj uintptr, value bool)
- func MonthCalendar_SetParentShowHint(obj uintptr, value bool)
- func MonthCalendar_SetParentWindow(obj uintptr, value HWND)
- func MonthCalendar_SetPopupMenu(obj uintptr, value uintptr)
- func MonthCalendar_SetShowHint(obj uintptr, value bool)
- func MonthCalendar_SetShowToday(obj uintptr, value bool)
- func MonthCalendar_SetShowTodayCircle(obj uintptr, value bool)
- func MonthCalendar_SetStyleElements(obj uintptr, value TStyleElements)
- func MonthCalendar_SetTabOrder(obj uintptr, value TTabOrder)
- func MonthCalendar_SetTabStop(obj uintptr, value bool)
- func MonthCalendar_SetTag(obj uintptr, value int)
- func MonthCalendar_SetTextBuf(obj uintptr, Buffer string)
- func MonthCalendar_SetTop(obj uintptr, value int32)
- func MonthCalendar_SetUseDockManager(obj uintptr, value bool)
- func MonthCalendar_SetVisible(obj uintptr, value bool)
- func MonthCalendar_SetWeekNumbers(obj uintptr, value bool)
- func MonthCalendar_SetWidth(obj uintptr, value int32)
- func MonthCalendar_Show(obj uintptr)
- func MonthCalendar_StaticClassType() TClass
- func MonthCalendar_ToString(obj uintptr) string
- func MonthCalendar_Update(obj uintptr)
- func MonthCalendar_UpdateControlState(obj uintptr)
- func Mouse_ClassName(obj uintptr) string
- func Mouse_ClassType(obj uintptr) TClass
- func Mouse_Create() uintptr
- func Mouse_DisposeOf(obj uintptr)
- func Mouse_Equals(obj uintptr, Obj uintptr) bool
- func Mouse_Free(obj uintptr)
- func Mouse_GetCapture(obj uintptr) HWND
- func Mouse_GetCursorPos(obj uintptr) TPoint
- func Mouse_GetHashCode(obj uintptr) int32
- func Mouse_GetIsDragging(obj uintptr) bool
- func Mouse_GetIsPanning(obj uintptr) bool
- func Mouse_GetWheelPresent(obj uintptr) bool
- func Mouse_GetWheelScrollLines(obj uintptr) int32
- func Mouse_InheritsFrom(obj uintptr, AClass TClass) bool
- func Mouse_Instance() uintptr
- func Mouse_InstanceSize(obj uintptr) int32
- func Mouse_SetCapture(obj uintptr, value HWND)
- func Mouse_SetCursorPos(obj uintptr, value TPoint)
- func Mouse_StaticClassType() TClass
- func Mouse_ToString(obj uintptr) string
- func Object_ClassName(obj uintptr) string
- func Object_ClassType(obj uintptr) TClass
- func Object_Create() uintptr
- func Object_DisposeOf(obj uintptr)
- func Object_Equals(obj uintptr, Obj uintptr) bool
- func Object_Free(obj uintptr)
- func Object_GetHashCode(obj uintptr) int32
- func Object_InheritsFrom(obj uintptr, AClass TClass) bool
- func Object_InstanceSize(obj uintptr) int32
- func Object_StaticClassType() TClass
- func Object_ToString(obj uintptr) string
- func OpenDialog_Assign(obj uintptr, Source uintptr)
- func OpenDialog_ClassName(obj uintptr) string
- func OpenDialog_ClassType(obj uintptr) TClass
- func OpenDialog_Create(obj uintptr) uintptr
- func OpenDialog_DisposeOf(obj uintptr)
- func OpenDialog_Equals(obj uintptr, Obj uintptr) bool
- func OpenDialog_Execute(obj uintptr) bool
- func OpenDialog_FindComponent(obj uintptr, AName string) uintptr
- func OpenDialog_Free(obj uintptr)
- func OpenDialog_GetComponentCount(obj uintptr) int32
- func OpenDialog_GetComponentIndex(obj uintptr) int32
- func OpenDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func OpenDialog_GetCtl3D(obj uintptr) bool
- func OpenDialog_GetDefaultExt(obj uintptr) string
- func OpenDialog_GetFileName(obj uintptr) string
- func OpenDialog_GetFiles(obj uintptr) uintptr
- func OpenDialog_GetFilter(obj uintptr) string
- func OpenDialog_GetFilterIndex(obj uintptr) int32
- func OpenDialog_GetHandle(obj uintptr) HWND
- func OpenDialog_GetHashCode(obj uintptr) int32
- func OpenDialog_GetInitialDir(obj uintptr) string
- func OpenDialog_GetName(obj uintptr) string
- func OpenDialog_GetNamePath(obj uintptr) string
- func OpenDialog_GetOptions(obj uintptr) TOpenOptions
- func OpenDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func OpenDialog_GetOwner(obj uintptr) uintptr
- func OpenDialog_GetTag(obj uintptr) int
- func OpenDialog_GetTitle(obj uintptr) string
- func OpenDialog_HasParent(obj uintptr) bool
- func OpenDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func OpenDialog_InstanceSize(obj uintptr) int32
- func OpenDialog_SetComponentIndex(obj uintptr, value int32)
- func OpenDialog_SetCtl3D(obj uintptr, value bool)
- func OpenDialog_SetDefaultExt(obj uintptr, value string)
- func OpenDialog_SetFileName(obj uintptr, value string)
- func OpenDialog_SetFilter(obj uintptr, value string)
- func OpenDialog_SetFilterIndex(obj uintptr, value int32)
- func OpenDialog_SetInitialDir(obj uintptr, value string)
- func OpenDialog_SetName(obj uintptr, value string)
- func OpenDialog_SetOnClose(obj uintptr, fn interface{})
- func OpenDialog_SetOnShow(obj uintptr, fn interface{})
- func OpenDialog_SetOptions(obj uintptr, value TOpenOptions)
- func OpenDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func OpenDialog_SetTag(obj uintptr, value int)
- func OpenDialog_SetTitle(obj uintptr, value string)
- func OpenDialog_StaticClassType() TClass
- func OpenDialog_ToString(obj uintptr) string
- func OpenPictureDialog_Assign(obj uintptr, Source uintptr)
- func OpenPictureDialog_ClassName(obj uintptr) string
- func OpenPictureDialog_ClassType(obj uintptr) TClass
- func OpenPictureDialog_Create(obj uintptr) uintptr
- func OpenPictureDialog_DisposeOf(obj uintptr)
- func OpenPictureDialog_Equals(obj uintptr, Obj uintptr) bool
- func OpenPictureDialog_Execute(obj uintptr) bool
- func OpenPictureDialog_FindComponent(obj uintptr, AName string) uintptr
- func OpenPictureDialog_Free(obj uintptr)
- func OpenPictureDialog_GetComponentCount(obj uintptr) int32
- func OpenPictureDialog_GetComponentIndex(obj uintptr) int32
- func OpenPictureDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func OpenPictureDialog_GetCtl3D(obj uintptr) bool
- func OpenPictureDialog_GetDefaultExt(obj uintptr) string
- func OpenPictureDialog_GetFileName(obj uintptr) string
- func OpenPictureDialog_GetFiles(obj uintptr) uintptr
- func OpenPictureDialog_GetFilter(obj uintptr) string
- func OpenPictureDialog_GetFilterIndex(obj uintptr) int32
- func OpenPictureDialog_GetHandle(obj uintptr) HWND
- func OpenPictureDialog_GetHashCode(obj uintptr) int32
- func OpenPictureDialog_GetInitialDir(obj uintptr) string
- func OpenPictureDialog_GetName(obj uintptr) string
- func OpenPictureDialog_GetNamePath(obj uintptr) string
- func OpenPictureDialog_GetOptions(obj uintptr) TOpenOptions
- func OpenPictureDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func OpenPictureDialog_GetOwner(obj uintptr) uintptr
- func OpenPictureDialog_GetTag(obj uintptr) int
- func OpenPictureDialog_GetTitle(obj uintptr) string
- func OpenPictureDialog_HasParent(obj uintptr) bool
- func OpenPictureDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func OpenPictureDialog_InstanceSize(obj uintptr) int32
- func OpenPictureDialog_SetComponentIndex(obj uintptr, value int32)
- func OpenPictureDialog_SetCtl3D(obj uintptr, value bool)
- func OpenPictureDialog_SetDefaultExt(obj uintptr, value string)
- func OpenPictureDialog_SetFileName(obj uintptr, value string)
- func OpenPictureDialog_SetFilter(obj uintptr, value string)
- func OpenPictureDialog_SetFilterIndex(obj uintptr, value int32)
- func OpenPictureDialog_SetInitialDir(obj uintptr, value string)
- func OpenPictureDialog_SetName(obj uintptr, value string)
- func OpenPictureDialog_SetOnClose(obj uintptr, fn interface{})
- func OpenPictureDialog_SetOnShow(obj uintptr, fn interface{})
- func OpenPictureDialog_SetOptions(obj uintptr, value TOpenOptions)
- func OpenPictureDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func OpenPictureDialog_SetTag(obj uintptr, value int)
- func OpenPictureDialog_SetTitle(obj uintptr, value string)
- func OpenPictureDialog_StaticClassType() TClass
- func OpenPictureDialog_ToString(obj uintptr) string
- func OpenTextFileDialog_Assign(obj uintptr, Source uintptr)
- func OpenTextFileDialog_ClassName(obj uintptr) string
- func OpenTextFileDialog_ClassType(obj uintptr) TClass
- func OpenTextFileDialog_Create(obj uintptr) uintptr
- func OpenTextFileDialog_DisposeOf(obj uintptr)
- func OpenTextFileDialog_Equals(obj uintptr, Obj uintptr) bool
- func OpenTextFileDialog_Execute(obj uintptr) bool
- func OpenTextFileDialog_FindComponent(obj uintptr, AName string) uintptr
- func OpenTextFileDialog_Free(obj uintptr)
- func OpenTextFileDialog_GetComponentCount(obj uintptr) int32
- func OpenTextFileDialog_GetComponentIndex(obj uintptr) int32
- func OpenTextFileDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func OpenTextFileDialog_GetCtl3D(obj uintptr) bool
- func OpenTextFileDialog_GetDefaultExt(obj uintptr) string
- func OpenTextFileDialog_GetFileName(obj uintptr) string
- func OpenTextFileDialog_GetFiles(obj uintptr) uintptr
- func OpenTextFileDialog_GetFilter(obj uintptr) string
- func OpenTextFileDialog_GetFilterIndex(obj uintptr) int32
- func OpenTextFileDialog_GetHandle(obj uintptr) HWND
- func OpenTextFileDialog_GetHashCode(obj uintptr) int32
- func OpenTextFileDialog_GetInitialDir(obj uintptr) string
- func OpenTextFileDialog_GetName(obj uintptr) string
- func OpenTextFileDialog_GetNamePath(obj uintptr) string
- func OpenTextFileDialog_GetOptions(obj uintptr) TOpenOptions
- func OpenTextFileDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func OpenTextFileDialog_GetOwner(obj uintptr) uintptr
- func OpenTextFileDialog_GetTag(obj uintptr) int
- func OpenTextFileDialog_GetTitle(obj uintptr) string
- func OpenTextFileDialog_HasParent(obj uintptr) bool
- func OpenTextFileDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func OpenTextFileDialog_InstanceSize(obj uintptr) int32
- func OpenTextFileDialog_SetComponentIndex(obj uintptr, value int32)
- func OpenTextFileDialog_SetCtl3D(obj uintptr, value bool)
- func OpenTextFileDialog_SetDefaultExt(obj uintptr, value string)
- func OpenTextFileDialog_SetFileName(obj uintptr, value string)
- func OpenTextFileDialog_SetFilter(obj uintptr, value string)
- func OpenTextFileDialog_SetFilterIndex(obj uintptr, value int32)
- func OpenTextFileDialog_SetInitialDir(obj uintptr, value string)
- func OpenTextFileDialog_SetName(obj uintptr, value string)
- func OpenTextFileDialog_SetOnClose(obj uintptr, fn interface{})
- func OpenTextFileDialog_SetOnShow(obj uintptr, fn interface{})
- func OpenTextFileDialog_SetOptions(obj uintptr, value TOpenOptions)
- func OpenTextFileDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func OpenTextFileDialog_SetTag(obj uintptr, value int)
- func OpenTextFileDialog_SetTitle(obj uintptr, value string)
- func OpenTextFileDialog_StaticClassType() TClass
- func OpenTextFileDialog_ToString(obj uintptr) string
- func PageControl_Assign(obj uintptr, Source uintptr)
- func PageControl_BringToFront(obj uintptr)
- func PageControl_CanFocus(obj uintptr) bool
- func PageControl_ClassName(obj uintptr) string
- func PageControl_ClassType(obj uintptr) TClass
- func PageControl_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func PageControl_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func PageControl_ContainsControl(obj uintptr, Control uintptr) bool
- func PageControl_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func PageControl_Create(obj uintptr) uintptr
- func PageControl_DisableAlign(obj uintptr)
- func PageControl_DisposeOf(obj uintptr)
- func PageControl_Dragging(obj uintptr) bool
- func PageControl_EnableAlign(obj uintptr)
- func PageControl_Equals(obj uintptr, Obj uintptr) bool
- func PageControl_FindChildControl(obj uintptr, ControlName string) uintptr
- func PageControl_FindComponent(obj uintptr, AName string) uintptr
- func PageControl_FlipChildren(obj uintptr, AllLevels bool)
- func PageControl_Focused(obj uintptr) bool
- func PageControl_Free(obj uintptr)
- func PageControl_GetAction(obj uintptr) uintptr
- func PageControl_GetActivePageIndex(obj uintptr) int32
- func PageControl_GetAlign(obj uintptr) TAlign
- func PageControl_GetAlignDisabled(obj uintptr) bool
- func PageControl_GetAlignWithMargins(obj uintptr) bool
- func PageControl_GetAnchors(obj uintptr) TAnchors
- func PageControl_GetBiDiMode(obj uintptr) TBiDiMode
- func PageControl_GetBoundsRect(obj uintptr) TRect
- func PageControl_GetBrush(obj uintptr) uintptr
- func PageControl_GetCanvas(obj uintptr) uintptr
- func PageControl_GetClientHeight(obj uintptr) int32
- func PageControl_GetClientOrigin(obj uintptr) TPoint
- func PageControl_GetClientRect(obj uintptr) TRect
- func PageControl_GetClientWidth(obj uintptr) int32
- func PageControl_GetComponentCount(obj uintptr) int32
- func PageControl_GetComponentIndex(obj uintptr) int32
- func PageControl_GetComponents(obj uintptr, AIndex int32) uintptr
- func PageControl_GetConstraints(obj uintptr) uintptr
- func PageControl_GetControlCount(obj uintptr) int32
- func PageControl_GetControlState(obj uintptr) TControlState
- func PageControl_GetControlStyle(obj uintptr) TControlStyle
- func PageControl_GetControls(obj uintptr, Index int32) uintptr
- func PageControl_GetCursor(obj uintptr) TCursor
- func PageControl_GetCustomHint(obj uintptr) uintptr
- func PageControl_GetDockClientCount(obj uintptr) int32
- func PageControl_GetDockClients(obj uintptr, Index int32) uintptr
- func PageControl_GetDockSite(obj uintptr) bool
- func PageControl_GetDoubleBuffered(obj uintptr) bool
- func PageControl_GetDragCursor(obj uintptr) TCursor
- func PageControl_GetDragKind(obj uintptr) TDragKind
- func PageControl_GetDragMode(obj uintptr) TDragMode
- func PageControl_GetEnabled(obj uintptr) bool
- func PageControl_GetExplicitHeight(obj uintptr) int32
- func PageControl_GetExplicitLeft(obj uintptr) int32
- func PageControl_GetExplicitTop(obj uintptr) int32
- func PageControl_GetExplicitWidth(obj uintptr) int32
- func PageControl_GetFloating(obj uintptr) bool
- func PageControl_GetFont(obj uintptr) uintptr
- func PageControl_GetHandle(obj uintptr) HWND
- func PageControl_GetHashCode(obj uintptr) int32
- func PageControl_GetHeight(obj uintptr) int32
- func PageControl_GetHint(obj uintptr) string
- func PageControl_GetHotTrack(obj uintptr) bool
- func PageControl_GetImages(obj uintptr) uintptr
- func PageControl_GetLeft(obj uintptr) int32
- func PageControl_GetMargins(obj uintptr) uintptr
- func PageControl_GetMouseInClient(obj uintptr) bool
- func PageControl_GetMultiLine(obj uintptr) bool
- func PageControl_GetName(obj uintptr) string
- func PageControl_GetNamePath(obj uintptr) string
- func PageControl_GetOwner(obj uintptr) uintptr
- func PageControl_GetOwnerDraw(obj uintptr) bool
- func PageControl_GetPageCount(obj uintptr) int32
- func PageControl_GetPages(obj uintptr, Index int32) uintptr
- func PageControl_GetParent(obj uintptr) uintptr
- func PageControl_GetParentDoubleBuffered(obj uintptr) bool
- func PageControl_GetParentFont(obj uintptr) bool
- func PageControl_GetParentShowHint(obj uintptr) bool
- func PageControl_GetParentWindow(obj uintptr) HWND
- func PageControl_GetPopupMenu(obj uintptr) uintptr
- func PageControl_GetShowHint(obj uintptr) bool
- func PageControl_GetStyle(obj uintptr) TTabStyle
- func PageControl_GetStyleElements(obj uintptr) TStyleElements
- func PageControl_GetTabHeight(obj uintptr) int16
- func PageControl_GetTabIndex(obj uintptr) int32
- func PageControl_GetTabOrder(obj uintptr) TTabOrder
- func PageControl_GetTabPosition(obj uintptr) TTabPosition
- func PageControl_GetTabStop(obj uintptr) bool
- func PageControl_GetTabWidth(obj uintptr) int16
- func PageControl_GetTag(obj uintptr) int
- func PageControl_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func PageControl_GetTextLen(obj uintptr) int32
- func PageControl_GetTop(obj uintptr) int32
- func PageControl_GetUseDockManager(obj uintptr) bool
- func PageControl_GetVisible(obj uintptr) bool
- func PageControl_GetVisibleDockClientCount(obj uintptr) int32
- func PageControl_GetWidth(obj uintptr) int32
- func PageControl_HandleAllocated(obj uintptr) bool
- func PageControl_HasParent(obj uintptr) bool
- func PageControl_Hide(obj uintptr)
- func PageControl_InheritsFrom(obj uintptr, AClass TClass) bool
- func PageControl_InsertControl(obj uintptr, AControl uintptr)
- func PageControl_InstanceSize(obj uintptr) int32
- func PageControl_Invalidate(obj uintptr)
- func PageControl_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func PageControl_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func PageControl_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func PageControl_Realign(obj uintptr)
- func PageControl_Refresh(obj uintptr)
- func PageControl_RemoveControl(obj uintptr, AControl uintptr)
- func PageControl_Repaint(obj uintptr)
- func PageControl_RowCount(obj uintptr) int32
- func PageControl_ScaleBy(obj uintptr, M int32, D int32)
- func PageControl_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func PageControl_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func PageControl_SelectNextPage(obj uintptr, GoForward bool, CheckTabVisible bool)
- func PageControl_SendToBack(obj uintptr)
- func PageControl_SetAction(obj uintptr, value uintptr)
- func PageControl_SetActivePageIndex(obj uintptr, value int32)
- func PageControl_SetAlign(obj uintptr, value TAlign)
- func PageControl_SetAlignWithMargins(obj uintptr, value bool)
- func PageControl_SetAnchors(obj uintptr, value TAnchors)
- func PageControl_SetBiDiMode(obj uintptr, value TBiDiMode)
- func PageControl_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func PageControl_SetBoundsRect(obj uintptr, value TRect)
- func PageControl_SetClientHeight(obj uintptr, value int32)
- func PageControl_SetClientWidth(obj uintptr, value int32)
- func PageControl_SetComponentIndex(obj uintptr, value int32)
- func PageControl_SetConstraints(obj uintptr, value uintptr)
- func PageControl_SetControlState(obj uintptr, value TControlState)
- func PageControl_SetControlStyle(obj uintptr, value TControlStyle)
- func PageControl_SetCursor(obj uintptr, value TCursor)
- func PageControl_SetCustomHint(obj uintptr, value uintptr)
- func PageControl_SetDockSite(obj uintptr, value bool)
- func PageControl_SetDoubleBuffered(obj uintptr, value bool)
- func PageControl_SetDragCursor(obj uintptr, value TCursor)
- func PageControl_SetDragKind(obj uintptr, value TDragKind)
- func PageControl_SetDragMode(obj uintptr, value TDragMode)
- func PageControl_SetEnabled(obj uintptr, value bool)
- func PageControl_SetFocus(obj uintptr)
- func PageControl_SetFont(obj uintptr, value uintptr)
- func PageControl_SetHeight(obj uintptr, value int32)
- func PageControl_SetHint(obj uintptr, value string)
- func PageControl_SetHotTrack(obj uintptr, value bool)
- func PageControl_SetImages(obj uintptr, value uintptr)
- func PageControl_SetLeft(obj uintptr, value int32)
- func PageControl_SetMargins(obj uintptr, value uintptr)
- func PageControl_SetMultiLine(obj uintptr, value bool)
- func PageControl_SetName(obj uintptr, value string)
- func PageControl_SetOnChange(obj uintptr, fn interface{})
- func PageControl_SetOnChanging(obj uintptr, fn interface{})
- func PageControl_SetOnContextPopup(obj uintptr, fn interface{})
- func PageControl_SetOnDockDrop(obj uintptr, fn interface{})
- func PageControl_SetOnDragDrop(obj uintptr, fn interface{})
- func PageControl_SetOnDragOver(obj uintptr, fn interface{})
- func PageControl_SetOnEndDock(obj uintptr, fn interface{})
- func PageControl_SetOnEndDrag(obj uintptr, fn interface{})
- func PageControl_SetOnEnter(obj uintptr, fn interface{})
- func PageControl_SetOnExit(obj uintptr, fn interface{})
- func PageControl_SetOnGesture(obj uintptr, fn interface{})
- func PageControl_SetOnGetImageIndex(obj uintptr, fn interface{})
- func PageControl_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func PageControl_SetOnMouseActivate(obj uintptr, fn interface{})
- func PageControl_SetOnMouseDown(obj uintptr, fn interface{})
- func PageControl_SetOnMouseEnter(obj uintptr, fn interface{})
- func PageControl_SetOnMouseLeave(obj uintptr, fn interface{})
- func PageControl_SetOnMouseMove(obj uintptr, fn interface{})
- func PageControl_SetOnMouseUp(obj uintptr, fn interface{})
- func PageControl_SetOnResize(obj uintptr, fn interface{})
- func PageControl_SetOnStartDock(obj uintptr, fn interface{})
- func PageControl_SetOnUnDock(obj uintptr, fn interface{})
- func PageControl_SetOwnerDraw(obj uintptr, value bool)
- func PageControl_SetParent(obj uintptr, value uintptr)
- func PageControl_SetParentDoubleBuffered(obj uintptr, value bool)
- func PageControl_SetParentFont(obj uintptr, value bool)
- func PageControl_SetParentShowHint(obj uintptr, value bool)
- func PageControl_SetParentWindow(obj uintptr, value HWND)
- func PageControl_SetPopupMenu(obj uintptr, value uintptr)
- func PageControl_SetShowHint(obj uintptr, value bool)
- func PageControl_SetStyle(obj uintptr, value TTabStyle)
- func PageControl_SetStyleElements(obj uintptr, value TStyleElements)
- func PageControl_SetTabHeight(obj uintptr, value int16)
- func PageControl_SetTabIndex(obj uintptr, value int32)
- func PageControl_SetTabOrder(obj uintptr, value TTabOrder)
- func PageControl_SetTabPosition(obj uintptr, value TTabPosition)
- func PageControl_SetTabStop(obj uintptr, value bool)
- func PageControl_SetTabWidth(obj uintptr, value int16)
- func PageControl_SetTag(obj uintptr, value int)
- func PageControl_SetTextBuf(obj uintptr, Buffer string)
- func PageControl_SetTop(obj uintptr, value int32)
- func PageControl_SetUseDockManager(obj uintptr, value bool)
- func PageControl_SetVisible(obj uintptr, value bool)
- func PageControl_SetWidth(obj uintptr, value int32)
- func PageControl_Show(obj uintptr)
- func PageControl_StaticClassType() TClass
- func PageControl_TabRect(obj uintptr, Index int32) TRect
- func PageControl_ToString(obj uintptr) string
- func PageControl_Update(obj uintptr)
- func PageControl_UpdateControlState(obj uintptr)
- func PageSetupDialog_Assign(obj uintptr, Source uintptr)
- func PageSetupDialog_ClassName(obj uintptr) string
- func PageSetupDialog_ClassType(obj uintptr) TClass
- func PageSetupDialog_Create(obj uintptr) uintptr
- func PageSetupDialog_DisposeOf(obj uintptr)
- func PageSetupDialog_Equals(obj uintptr, Obj uintptr) bool
- func PageSetupDialog_Execute(obj uintptr) bool
- func PageSetupDialog_FindComponent(obj uintptr, AName string) uintptr
- func PageSetupDialog_Free(obj uintptr)
- func PageSetupDialog_GetComponentCount(obj uintptr) int32
- func PageSetupDialog_GetComponentIndex(obj uintptr) int32
- func PageSetupDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func PageSetupDialog_GetCtl3D(obj uintptr) bool
- func PageSetupDialog_GetDefaults(obj uintptr) bool
- func PageSetupDialog_GetHandle(obj uintptr) HWND
- func PageSetupDialog_GetHashCode(obj uintptr) int32
- func PageSetupDialog_GetMarginBottom(obj uintptr) int32
- func PageSetupDialog_GetMarginLeft(obj uintptr) int32
- func PageSetupDialog_GetMarginRight(obj uintptr) int32
- func PageSetupDialog_GetMarginTop(obj uintptr) int32
- func PageSetupDialog_GetMinMarginBottom(obj uintptr) int32
- func PageSetupDialog_GetMinMarginLeft(obj uintptr) int32
- func PageSetupDialog_GetMinMarginRight(obj uintptr) int32
- func PageSetupDialog_GetMinMarginTop(obj uintptr) int32
- func PageSetupDialog_GetName(obj uintptr) string
- func PageSetupDialog_GetNamePath(obj uintptr) string
- func PageSetupDialog_GetOptions(obj uintptr) TPageSetupDialogOptions
- func PageSetupDialog_GetOwner(obj uintptr) uintptr
- func PageSetupDialog_GetPageHeight(obj uintptr) int32
- func PageSetupDialog_GetPageWidth(obj uintptr) int32
- func PageSetupDialog_GetTag(obj uintptr) int
- func PageSetupDialog_GetUnits(obj uintptr) TPageMeasureUnits
- func PageSetupDialog_HasParent(obj uintptr) bool
- func PageSetupDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func PageSetupDialog_InstanceSize(obj uintptr) int32
- func PageSetupDialog_SetComponentIndex(obj uintptr, value int32)
- func PageSetupDialog_SetCtl3D(obj uintptr, value bool)
- func PageSetupDialog_SetMarginBottom(obj uintptr, value int32)
- func PageSetupDialog_SetMarginLeft(obj uintptr, value int32)
- func PageSetupDialog_SetMarginRight(obj uintptr, value int32)
- func PageSetupDialog_SetMarginTop(obj uintptr, value int32)
- func PageSetupDialog_SetMinMarginBottom(obj uintptr, value int32)
- func PageSetupDialog_SetMinMarginLeft(obj uintptr, value int32)
- func PageSetupDialog_SetMinMarginRight(obj uintptr, value int32)
- func PageSetupDialog_SetMinMarginTop(obj uintptr, value int32)
- func PageSetupDialog_SetName(obj uintptr, value string)
- func PageSetupDialog_SetOnClose(obj uintptr, fn interface{})
- func PageSetupDialog_SetOnShow(obj uintptr, fn interface{})
- func PageSetupDialog_SetOptions(obj uintptr, value TPageSetupDialogOptions)
- func PageSetupDialog_SetPageHeight(obj uintptr, value int32)
- func PageSetupDialog_SetPageWidth(obj uintptr, value int32)
- func PageSetupDialog_SetTag(obj uintptr, value int)
- func PageSetupDialog_SetUnits(obj uintptr, value TPageMeasureUnits)
- func PageSetupDialog_StaticClassType() TClass
- func PageSetupDialog_ToString(obj uintptr) string
- func PaintBox_Assign(obj uintptr, Source uintptr)
- func PaintBox_BringToFront(obj uintptr)
- func PaintBox_ClassName(obj uintptr) string
- func PaintBox_ClassType(obj uintptr) TClass
- func PaintBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func PaintBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func PaintBox_Create(obj uintptr) uintptr
- func PaintBox_DisposeOf(obj uintptr)
- func PaintBox_Dragging(obj uintptr) bool
- func PaintBox_Equals(obj uintptr, Obj uintptr) bool
- func PaintBox_FindComponent(obj uintptr, AName string) uintptr
- func PaintBox_Free(obj uintptr)
- func PaintBox_GetAction(obj uintptr) uintptr
- func PaintBox_GetAlign(obj uintptr) TAlign
- func PaintBox_GetAlignWithMargins(obj uintptr) bool
- func PaintBox_GetAnchors(obj uintptr) TAnchors
- func PaintBox_GetBiDiMode(obj uintptr) TBiDiMode
- func PaintBox_GetBoundsRect(obj uintptr) TRect
- func PaintBox_GetCanvas(obj uintptr) uintptr
- func PaintBox_GetClientHeight(obj uintptr) int32
- func PaintBox_GetClientOrigin(obj uintptr) TPoint
- func PaintBox_GetClientRect(obj uintptr) TRect
- func PaintBox_GetClientWidth(obj uintptr) int32
- func PaintBox_GetColor(obj uintptr) TColor
- func PaintBox_GetComponentCount(obj uintptr) int32
- func PaintBox_GetComponentIndex(obj uintptr) int32
- func PaintBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func PaintBox_GetConstraints(obj uintptr) uintptr
- func PaintBox_GetControlState(obj uintptr) TControlState
- func PaintBox_GetControlStyle(obj uintptr) TControlStyle
- func PaintBox_GetCursor(obj uintptr) TCursor
- func PaintBox_GetCustomHint(obj uintptr) uintptr
- func PaintBox_GetDragCursor(obj uintptr) TCursor
- func PaintBox_GetDragKind(obj uintptr) TDragKind
- func PaintBox_GetDragMode(obj uintptr) TDragMode
- func PaintBox_GetEnabled(obj uintptr) bool
- func PaintBox_GetExplicitHeight(obj uintptr) int32
- func PaintBox_GetExplicitLeft(obj uintptr) int32
- func PaintBox_GetExplicitTop(obj uintptr) int32
- func PaintBox_GetExplicitWidth(obj uintptr) int32
- func PaintBox_GetFloating(obj uintptr) bool
- func PaintBox_GetFont(obj uintptr) uintptr
- func PaintBox_GetHashCode(obj uintptr) int32
- func PaintBox_GetHeight(obj uintptr) int32
- func PaintBox_GetHint(obj uintptr) string
- func PaintBox_GetLeft(obj uintptr) int32
- func PaintBox_GetMargins(obj uintptr) uintptr
- func PaintBox_GetName(obj uintptr) string
- func PaintBox_GetNamePath(obj uintptr) string
- func PaintBox_GetOwner(obj uintptr) uintptr
- func PaintBox_GetParent(obj uintptr) uintptr
- func PaintBox_GetParentColor(obj uintptr) bool
- func PaintBox_GetParentFont(obj uintptr) bool
- func PaintBox_GetParentShowHint(obj uintptr) bool
- func PaintBox_GetPopupMenu(obj uintptr) uintptr
- func PaintBox_GetShowHint(obj uintptr) bool
- func PaintBox_GetStyleElements(obj uintptr) TStyleElements
- func PaintBox_GetTag(obj uintptr) int
- func PaintBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func PaintBox_GetTextLen(obj uintptr) int32
- func PaintBox_GetTop(obj uintptr) int32
- func PaintBox_GetVisible(obj uintptr) bool
- func PaintBox_GetWidth(obj uintptr) int32
- func PaintBox_HasParent(obj uintptr) bool
- func PaintBox_Hide(obj uintptr)
- func PaintBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func PaintBox_InstanceSize(obj uintptr) int32
- func PaintBox_Invalidate(obj uintptr)
- func PaintBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func PaintBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func PaintBox_Refresh(obj uintptr)
- func PaintBox_Repaint(obj uintptr)
- func PaintBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func PaintBox_SendToBack(obj uintptr)
- func PaintBox_SetAction(obj uintptr, value uintptr)
- func PaintBox_SetAlign(obj uintptr, value TAlign)
- func PaintBox_SetAlignWithMargins(obj uintptr, value bool)
- func PaintBox_SetAnchors(obj uintptr, value TAnchors)
- func PaintBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func PaintBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func PaintBox_SetBoundsRect(obj uintptr, value TRect)
- func PaintBox_SetClientHeight(obj uintptr, value int32)
- func PaintBox_SetClientWidth(obj uintptr, value int32)
- func PaintBox_SetColor(obj uintptr, value TColor)
- func PaintBox_SetComponentIndex(obj uintptr, value int32)
- func PaintBox_SetConstraints(obj uintptr, value uintptr)
- func PaintBox_SetControlState(obj uintptr, value TControlState)
- func PaintBox_SetControlStyle(obj uintptr, value TControlStyle)
- func PaintBox_SetCursor(obj uintptr, value TCursor)
- func PaintBox_SetCustomHint(obj uintptr, value uintptr)
- func PaintBox_SetDragCursor(obj uintptr, value TCursor)
- func PaintBox_SetDragKind(obj uintptr, value TDragKind)
- func PaintBox_SetDragMode(obj uintptr, value TDragMode)
- func PaintBox_SetEnabled(obj uintptr, value bool)
- func PaintBox_SetFont(obj uintptr, value uintptr)
- func PaintBox_SetHeight(obj uintptr, value int32)
- func PaintBox_SetHint(obj uintptr, value string)
- func PaintBox_SetLeft(obj uintptr, value int32)
- func PaintBox_SetMargins(obj uintptr, value uintptr)
- func PaintBox_SetName(obj uintptr, value string)
- func PaintBox_SetOnClick(obj uintptr, fn interface{})
- func PaintBox_SetOnContextPopup(obj uintptr, fn interface{})
- func PaintBox_SetOnDblClick(obj uintptr, fn interface{})
- func PaintBox_SetOnDragDrop(obj uintptr, fn interface{})
- func PaintBox_SetOnDragOver(obj uintptr, fn interface{})
- func PaintBox_SetOnEndDock(obj uintptr, fn interface{})
- func PaintBox_SetOnEndDrag(obj uintptr, fn interface{})
- func PaintBox_SetOnGesture(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseDown(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseMove(obj uintptr, fn interface{})
- func PaintBox_SetOnMouseUp(obj uintptr, fn interface{})
- func PaintBox_SetOnPaint(obj uintptr, fn interface{})
- func PaintBox_SetOnStartDock(obj uintptr, fn interface{})
- func PaintBox_SetParent(obj uintptr, value uintptr)
- func PaintBox_SetParentColor(obj uintptr, value bool)
- func PaintBox_SetParentFont(obj uintptr, value bool)
- func PaintBox_SetParentShowHint(obj uintptr, value bool)
- func PaintBox_SetPopupMenu(obj uintptr, value uintptr)
- func PaintBox_SetShowHint(obj uintptr, value bool)
- func PaintBox_SetStyleElements(obj uintptr, value TStyleElements)
- func PaintBox_SetTag(obj uintptr, value int)
- func PaintBox_SetTextBuf(obj uintptr, Buffer string)
- func PaintBox_SetTop(obj uintptr, value int32)
- func PaintBox_SetVisible(obj uintptr, value bool)
- func PaintBox_SetWidth(obj uintptr, value int32)
- func PaintBox_Show(obj uintptr)
- func PaintBox_StaticClassType() TClass
- func PaintBox_ToString(obj uintptr) string
- func PaintBox_Update(obj uintptr)
- func Panel_Assign(obj uintptr, Source uintptr)
- func Panel_BringToFront(obj uintptr)
- func Panel_CanFocus(obj uintptr) bool
- func Panel_ClassName(obj uintptr) string
- func Panel_ClassType(obj uintptr) TClass
- func Panel_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Panel_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Panel_ContainsControl(obj uintptr, Control uintptr) bool
- func Panel_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func Panel_Create(obj uintptr) uintptr
- func Panel_DisableAlign(obj uintptr)
- func Panel_DisposeOf(obj uintptr)
- func Panel_Dragging(obj uintptr) bool
- func Panel_EnableAlign(obj uintptr)
- func Panel_Equals(obj uintptr, Obj uintptr) bool
- func Panel_FindChildControl(obj uintptr, ControlName string) uintptr
- func Panel_FindComponent(obj uintptr, AName string) uintptr
- func Panel_FlipChildren(obj uintptr, AllLevels bool)
- func Panel_Focused(obj uintptr) bool
- func Panel_Free(obj uintptr)
- func Panel_GetAction(obj uintptr) uintptr
- func Panel_GetAlign(obj uintptr) TAlign
- func Panel_GetAlignDisabled(obj uintptr) bool
- func Panel_GetAlignWithMargins(obj uintptr) bool
- func Panel_GetAlignment(obj uintptr) TAlignment
- func Panel_GetAnchors(obj uintptr) TAnchors
- func Panel_GetAutoSize(obj uintptr) bool
- func Panel_GetBevelEdges(obj uintptr) TBevelEdges
- func Panel_GetBevelInner(obj uintptr) TBevelCut
- func Panel_GetBevelKind(obj uintptr) TBevelKind
- func Panel_GetBevelOuter(obj uintptr) TBevelCut
- func Panel_GetBiDiMode(obj uintptr) TBiDiMode
- func Panel_GetBorderStyle(obj uintptr) TBorderStyle
- func Panel_GetBorderWidth(obj uintptr) int32
- func Panel_GetBoundsRect(obj uintptr) TRect
- func Panel_GetBrush(obj uintptr) uintptr
- func Panel_GetCaption(obj uintptr) string
- func Panel_GetClientHeight(obj uintptr) int32
- func Panel_GetClientOrigin(obj uintptr) TPoint
- func Panel_GetClientRect(obj uintptr) TRect
- func Panel_GetClientWidth(obj uintptr) int32
- func Panel_GetColor(obj uintptr) TColor
- func Panel_GetComponentCount(obj uintptr) int32
- func Panel_GetComponentIndex(obj uintptr) int32
- func Panel_GetComponents(obj uintptr, AIndex int32) uintptr
- func Panel_GetConstraints(obj uintptr) uintptr
- func Panel_GetControlCount(obj uintptr) int32
- func Panel_GetControlState(obj uintptr) TControlState
- func Panel_GetControlStyle(obj uintptr) TControlStyle
- func Panel_GetControls(obj uintptr, Index int32) uintptr
- func Panel_GetCtl3D(obj uintptr) bool
- func Panel_GetCursor(obj uintptr) TCursor
- func Panel_GetCustomHint(obj uintptr) uintptr
- func Panel_GetDockClientCount(obj uintptr) int32
- func Panel_GetDockClients(obj uintptr, Index int32) uintptr
- func Panel_GetDockSite(obj uintptr) bool
- func Panel_GetDoubleBuffered(obj uintptr) bool
- func Panel_GetDragCursor(obj uintptr) TCursor
- func Panel_GetDragKind(obj uintptr) TDragKind
- func Panel_GetDragMode(obj uintptr) TDragMode
- func Panel_GetEnabled(obj uintptr) bool
- func Panel_GetExplicitHeight(obj uintptr) int32
- func Panel_GetExplicitLeft(obj uintptr) int32
- func Panel_GetExplicitTop(obj uintptr) int32
- func Panel_GetExplicitWidth(obj uintptr) int32
- func Panel_GetFloating(obj uintptr) bool
- func Panel_GetFont(obj uintptr) uintptr
- func Panel_GetFullRepaint(obj uintptr) bool
- func Panel_GetHandle(obj uintptr) HWND
- func Panel_GetHashCode(obj uintptr) int32
- func Panel_GetHeight(obj uintptr) int32
- func Panel_GetHint(obj uintptr) string
- func Panel_GetLeft(obj uintptr) int32
- func Panel_GetLocked(obj uintptr) bool
- func Panel_GetMargins(obj uintptr) uintptr
- func Panel_GetMouseInClient(obj uintptr) bool
- func Panel_GetName(obj uintptr) string
- func Panel_GetNamePath(obj uintptr) string
- func Panel_GetOwner(obj uintptr) uintptr
- func Panel_GetParent(obj uintptr) uintptr
- func Panel_GetParentBackground(obj uintptr) bool
- func Panel_GetParentColor(obj uintptr) bool
- func Panel_GetParentCtl3D(obj uintptr) bool
- func Panel_GetParentDoubleBuffered(obj uintptr) bool
- func Panel_GetParentFont(obj uintptr) bool
- func Panel_GetParentShowHint(obj uintptr) bool
- func Panel_GetParentWindow(obj uintptr) HWND
- func Panel_GetPopupMenu(obj uintptr) uintptr
- func Panel_GetShowCaption(obj uintptr) bool
- func Panel_GetShowHint(obj uintptr) bool
- func Panel_GetStyleElements(obj uintptr) TStyleElements
- func Panel_GetTabOrder(obj uintptr) TTabOrder
- func Panel_GetTabStop(obj uintptr) bool
- func Panel_GetTag(obj uintptr) int
- func Panel_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Panel_GetTextLen(obj uintptr) int32
- func Panel_GetTop(obj uintptr) int32
- func Panel_GetUseDockManager(obj uintptr) bool
- func Panel_GetVisible(obj uintptr) bool
- func Panel_GetVisibleDockClientCount(obj uintptr) int32
- func Panel_GetWidth(obj uintptr) int32
- func Panel_HandleAllocated(obj uintptr) bool
- func Panel_HasParent(obj uintptr) bool
- func Panel_Hide(obj uintptr)
- func Panel_InheritsFrom(obj uintptr, AClass TClass) bool
- func Panel_InsertControl(obj uintptr, AControl uintptr)
- func Panel_InstanceSize(obj uintptr) int32
- func Panel_Invalidate(obj uintptr)
- func Panel_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func Panel_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Panel_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Panel_Realign(obj uintptr)
- func Panel_Refresh(obj uintptr)
- func Panel_RemoveControl(obj uintptr, AControl uintptr)
- func Panel_Repaint(obj uintptr)
- func Panel_ScaleBy(obj uintptr, M int32, D int32)
- func Panel_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Panel_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func Panel_SendToBack(obj uintptr)
- func Panel_SetAction(obj uintptr, value uintptr)
- func Panel_SetAlign(obj uintptr, value TAlign)
- func Panel_SetAlignWithMargins(obj uintptr, value bool)
- func Panel_SetAlignment(obj uintptr, value TAlignment)
- func Panel_SetAnchors(obj uintptr, value TAnchors)
- func Panel_SetAutoSize(obj uintptr, value bool)
- func Panel_SetBevelEdges(obj uintptr, value TBevelEdges)
- func Panel_SetBevelInner(obj uintptr, value TBevelCut)
- func Panel_SetBevelKind(obj uintptr, value TBevelKind)
- func Panel_SetBevelOuter(obj uintptr, value TBevelCut)
- func Panel_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Panel_SetBorderStyle(obj uintptr, value TBorderStyle)
- func Panel_SetBorderWidth(obj uintptr, value int32)
- func Panel_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Panel_SetBoundsRect(obj uintptr, value TRect)
- func Panel_SetCaption(obj uintptr, value string)
- func Panel_SetClientHeight(obj uintptr, value int32)
- func Panel_SetClientWidth(obj uintptr, value int32)
- func Panel_SetColor(obj uintptr, value TColor)
- func Panel_SetComponentIndex(obj uintptr, value int32)
- func Panel_SetConstraints(obj uintptr, value uintptr)
- func Panel_SetControlState(obj uintptr, value TControlState)
- func Panel_SetControlStyle(obj uintptr, value TControlStyle)
- func Panel_SetCtl3D(obj uintptr, value bool)
- func Panel_SetCursor(obj uintptr, value TCursor)
- func Panel_SetCustomHint(obj uintptr, value uintptr)
- func Panel_SetDockSite(obj uintptr, value bool)
- func Panel_SetDoubleBuffered(obj uintptr, value bool)
- func Panel_SetDragCursor(obj uintptr, value TCursor)
- func Panel_SetDragKind(obj uintptr, value TDragKind)
- func Panel_SetDragMode(obj uintptr, value TDragMode)
- func Panel_SetEnabled(obj uintptr, value bool)
- func Panel_SetFocus(obj uintptr)
- func Panel_SetFont(obj uintptr, value uintptr)
- func Panel_SetFullRepaint(obj uintptr, value bool)
- func Panel_SetHeight(obj uintptr, value int32)
- func Panel_SetHint(obj uintptr, value string)
- func Panel_SetLeft(obj uintptr, value int32)
- func Panel_SetLocked(obj uintptr, value bool)
- func Panel_SetMargins(obj uintptr, value uintptr)
- func Panel_SetName(obj uintptr, value string)
- func Panel_SetOnAlignPosition(obj uintptr, fn interface{})
- func Panel_SetOnClick(obj uintptr, fn interface{})
- func Panel_SetOnContextPopup(obj uintptr, fn interface{})
- func Panel_SetOnDblClick(obj uintptr, fn interface{})
- func Panel_SetOnDockDrop(obj uintptr, fn interface{})
- func Panel_SetOnDragDrop(obj uintptr, fn interface{})
- func Panel_SetOnDragOver(obj uintptr, fn interface{})
- func Panel_SetOnEndDock(obj uintptr, fn interface{})
- func Panel_SetOnEndDrag(obj uintptr, fn interface{})
- func Panel_SetOnEnter(obj uintptr, fn interface{})
- func Panel_SetOnExit(obj uintptr, fn interface{})
- func Panel_SetOnGesture(obj uintptr, fn interface{})
- func Panel_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func Panel_SetOnMouseActivate(obj uintptr, fn interface{})
- func Panel_SetOnMouseDown(obj uintptr, fn interface{})
- func Panel_SetOnMouseEnter(obj uintptr, fn interface{})
- func Panel_SetOnMouseLeave(obj uintptr, fn interface{})
- func Panel_SetOnMouseMove(obj uintptr, fn interface{})
- func Panel_SetOnMouseUp(obj uintptr, fn interface{})
- func Panel_SetOnResize(obj uintptr, fn interface{})
- func Panel_SetOnStartDock(obj uintptr, fn interface{})
- func Panel_SetOnUnDock(obj uintptr, fn interface{})
- func Panel_SetParent(obj uintptr, value uintptr)
- func Panel_SetParentBackground(obj uintptr, value bool)
- func Panel_SetParentColor(obj uintptr, value bool)
- func Panel_SetParentCtl3D(obj uintptr, value bool)
- func Panel_SetParentDoubleBuffered(obj uintptr, value bool)
- func Panel_SetParentFont(obj uintptr, value bool)
- func Panel_SetParentShowHint(obj uintptr, value bool)
- func Panel_SetParentWindow(obj uintptr, value HWND)
- func Panel_SetPopupMenu(obj uintptr, value uintptr)
- func Panel_SetShowCaption(obj uintptr, value bool)
- func Panel_SetShowHint(obj uintptr, value bool)
- func Panel_SetStyleElements(obj uintptr, value TStyleElements)
- func Panel_SetTabOrder(obj uintptr, value TTabOrder)
- func Panel_SetTabStop(obj uintptr, value bool)
- func Panel_SetTag(obj uintptr, value int)
- func Panel_SetTextBuf(obj uintptr, Buffer string)
- func Panel_SetTop(obj uintptr, value int32)
- func Panel_SetUseDockManager(obj uintptr, value bool)
- func Panel_SetVisible(obj uintptr, value bool)
- func Panel_SetWidth(obj uintptr, value int32)
- func Panel_Show(obj uintptr)
- func Panel_StaticClassType() TClass
- func Panel_ToString(obj uintptr) string
- func Panel_Update(obj uintptr)
- func Panel_UpdateControlState(obj uintptr)
- func ParaAttributes_Assign(obj uintptr, Source uintptr)
- func ParaAttributes_ClassName(obj uintptr) string
- func ParaAttributes_ClassType(obj uintptr) TClass
- func ParaAttributes_DisposeOf(obj uintptr)
- func ParaAttributes_Equals(obj uintptr, Obj uintptr) bool
- func ParaAttributes_GetAlignment(obj uintptr) TAlignment
- func ParaAttributes_GetFirstIndent(obj uintptr) int32
- func ParaAttributes_GetHashCode(obj uintptr) int32
- func ParaAttributes_GetLeftIndent(obj uintptr) int32
- func ParaAttributes_GetNamePath(obj uintptr) string
- func ParaAttributes_GetNumbering(obj uintptr) TNumberingStyle
- func ParaAttributes_GetRightIndent(obj uintptr) int32
- func ParaAttributes_GetTab(obj uintptr, Index uint8) int32
- func ParaAttributes_GetTabCount(obj uintptr) int32
- func ParaAttributes_InheritsFrom(obj uintptr, AClass TClass) bool
- func ParaAttributes_InstanceSize(obj uintptr) int32
- func ParaAttributes_SetAlignment(obj uintptr, value TAlignment)
- func ParaAttributes_SetFirstIndent(obj uintptr, value int32)
- func ParaAttributes_SetLeftIndent(obj uintptr, value int32)
- func ParaAttributes_SetNumbering(obj uintptr, value TNumberingStyle)
- func ParaAttributes_SetRightIndent(obj uintptr, value int32)
- func ParaAttributes_SetTab(obj uintptr, Index uint8, value int32)
- func ParaAttributes_SetTabCount(obj uintptr, value int32)
- func ParaAttributes_StaticClassType() TClass
- func ParaAttributes_ToString(obj uintptr) string
- func Pen_Assign(obj uintptr, Source uintptr)
- func Pen_ClassName(obj uintptr) string
- func Pen_ClassType(obj uintptr) TClass
- func Pen_Create() uintptr
- func Pen_DisposeOf(obj uintptr)
- func Pen_Equals(obj uintptr, Obj uintptr) bool
- func Pen_Free(obj uintptr)
- func Pen_GetColor(obj uintptr) TColor
- func Pen_GetHandle(obj uintptr) HPEN
- func Pen_GetHashCode(obj uintptr) int32
- func Pen_GetMode(obj uintptr) TPenMode
- func Pen_GetNamePath(obj uintptr) string
- func Pen_GetStyle(obj uintptr) TPenStyle
- func Pen_GetWidth(obj uintptr) int32
- func Pen_HandleAllocated(obj uintptr) bool
- func Pen_InheritsFrom(obj uintptr, AClass TClass) bool
- func Pen_InstanceSize(obj uintptr) int32
- func Pen_SetColor(obj uintptr, value TColor)
- func Pen_SetHandle(obj uintptr, value HPEN)
- func Pen_SetMode(obj uintptr, value TPenMode)
- func Pen_SetOnChange(obj uintptr, fn interface{})
- func Pen_SetStyle(obj uintptr, value TPenStyle)
- func Pen_SetWidth(obj uintptr, value int32)
- func Pen_StaticClassType() TClass
- func Pen_ToString(obj uintptr) string
- func Picture_Assign(obj uintptr, Source uintptr)
- func Picture_ClassName(obj uintptr) string
- func Picture_ClassType(obj uintptr) TClass
- func Picture_Create() uintptr
- func Picture_DisposeOf(obj uintptr)
- func Picture_Equals(obj uintptr, Obj uintptr) bool
- func Picture_Free(obj uintptr)
- func Picture_GetBitmap(obj uintptr) uintptr
- func Picture_GetGraphic(obj uintptr) uintptr
- func Picture_GetHashCode(obj uintptr) int32
- func Picture_GetHeight(obj uintptr) int32
- func Picture_GetIcon(obj uintptr) uintptr
- func Picture_GetNamePath(obj uintptr) string
- func Picture_GetWidth(obj uintptr) int32
- func Picture_InheritsFrom(obj uintptr, AClass TClass) bool
- func Picture_InstanceSize(obj uintptr) int32
- func Picture_LoadFromFile(obj uintptr, Filename string)
- func Picture_LoadFromStream(obj uintptr, Stream uintptr)
- func Picture_SaveToFile(obj uintptr, Filename string)
- func Picture_SaveToStream(obj uintptr, Stream uintptr)
- func Picture_SetBitmap(obj uintptr, value uintptr)
- func Picture_SetGraphic(obj uintptr, value uintptr)
- func Picture_SetIcon(obj uintptr, value uintptr)
- func Picture_SetOnChange(obj uintptr, fn interface{})
- func Picture_StaticClassType() TClass
- func Picture_ToString(obj uintptr) string
- func PngImage_Assign(obj uintptr, Source uintptr)
- func PngImage_ClassName(obj uintptr) string
- func PngImage_ClassType(obj uintptr) TClass
- func PngImage_Create() uintptr
- func PngImage_DisposeOf(obj uintptr)
- func PngImage_Equals(obj uintptr, Obj uintptr) bool
- func PngImage_Free(obj uintptr)
- func PngImage_GetCanvas(obj uintptr) uintptr
- func PngImage_GetCompressionLevel(obj uintptr) TCompressionLevel
- func PngImage_GetEmpty(obj uintptr) bool
- func PngImage_GetHashCode(obj uintptr) int32
- func PngImage_GetHeight(obj uintptr) int32
- func PngImage_GetMaxIdatSize(obj uintptr) int32
- func PngImage_GetModified(obj uintptr) bool
- func PngImage_GetNamePath(obj uintptr) string
- func PngImage_GetPalette(obj uintptr) HPALETTE
- func PngImage_GetPaletteModified(obj uintptr) bool
- func PngImage_GetTransparent(obj uintptr) bool
- func PngImage_GetTransparentColor(obj uintptr) TColor
- func PngImage_GetVersion(obj uintptr) string
- func PngImage_GetWidth(obj uintptr) int32
- func PngImage_InheritsFrom(obj uintptr, AClass TClass) bool
- func PngImage_InstanceSize(obj uintptr) int32
- func PngImage_LoadFromFile(obj uintptr, Filename string)
- func PngImage_LoadFromResourceID(obj uintptr, Instance uintptr, ResID int32)
- func PngImage_LoadFromResourceName(obj uintptr, Instance uintptr, Name string)
- func PngImage_LoadFromStream(obj uintptr, Stream uintptr)
- func PngImage_SaveToFile(obj uintptr, Filename string)
- func PngImage_SaveToStream(obj uintptr, Stream uintptr)
- func PngImage_SetCompressionLevel(obj uintptr, value TCompressionLevel)
- func PngImage_SetMaxIdatSize(obj uintptr, value int32)
- func PngImage_SetModified(obj uintptr, value bool)
- func PngImage_SetOnChange(obj uintptr, fn interface{})
- func PngImage_SetPalette(obj uintptr, value HPALETTE)
- func PngImage_SetPaletteModified(obj uintptr, value bool)
- func PngImage_SetSize(obj uintptr, AWidth int32, AHeight int32)
- func PngImage_SetTransparent(obj uintptr, value bool)
- func PngImage_SetTransparentColor(obj uintptr, value TColor)
- func PngImage_StaticClassType() TClass
- func PngImage_ToString(obj uintptr) string
- func PopupMenu_Assign(obj uintptr, Source uintptr)
- func PopupMenu_ClassName(obj uintptr) string
- func PopupMenu_ClassType(obj uintptr) TClass
- func PopupMenu_CloseMenu(obj uintptr)
- func PopupMenu_Create(obj uintptr) uintptr
- func PopupMenu_DisposeOf(obj uintptr)
- func PopupMenu_Equals(obj uintptr, Obj uintptr) bool
- func PopupMenu_FindComponent(obj uintptr, AName string) uintptr
- func PopupMenu_Free(obj uintptr)
- func PopupMenu_GetAlignment(obj uintptr) TPopupAlignment
- func PopupMenu_GetAutoHotkeys(obj uintptr) TMenuAutoFlag
- func PopupMenu_GetBiDiMode(obj uintptr) TBiDiMode
- func PopupMenu_GetComponentCount(obj uintptr) int32
- func PopupMenu_GetComponentIndex(obj uintptr) int32
- func PopupMenu_GetComponents(obj uintptr, AIndex int32) uintptr
- func PopupMenu_GetHandle(obj uintptr) HMENU
- func PopupMenu_GetHashCode(obj uintptr) int32
- func PopupMenu_GetImages(obj uintptr) uintptr
- func PopupMenu_GetItems(obj uintptr) uintptr
- func PopupMenu_GetName(obj uintptr) string
- func PopupMenu_GetNamePath(obj uintptr) string
- func PopupMenu_GetOwner(obj uintptr) uintptr
- func PopupMenu_GetOwnerDraw(obj uintptr) bool
- func PopupMenu_GetPopupComponent(obj uintptr) uintptr
- func PopupMenu_GetPopupPoint(obj uintptr) TPoint
- func PopupMenu_GetTag(obj uintptr) int
- func PopupMenu_GetWindowHandle(obj uintptr) HWND
- func PopupMenu_HasParent(obj uintptr) bool
- func PopupMenu_InheritsFrom(obj uintptr, AClass TClass) bool
- func PopupMenu_InstanceSize(obj uintptr) int32
- func PopupMenu_Popup(obj uintptr, X int32, Y int32)
- func PopupMenu_SetAlignment(obj uintptr, value TPopupAlignment)
- func PopupMenu_SetAutoHotkeys(obj uintptr, value TMenuAutoFlag)
- func PopupMenu_SetBiDiMode(obj uintptr, value TBiDiMode)
- func PopupMenu_SetComponentIndex(obj uintptr, value int32)
- func PopupMenu_SetImages(obj uintptr, value uintptr)
- func PopupMenu_SetName(obj uintptr, value string)
- func PopupMenu_SetOnChange(obj uintptr, fn interface{})
- func PopupMenu_SetOnPopup(obj uintptr, fn interface{})
- func PopupMenu_SetOwnerDraw(obj uintptr, value bool)
- func PopupMenu_SetPopupComponent(obj uintptr, value uintptr)
- func PopupMenu_SetTag(obj uintptr, value int)
- func PopupMenu_SetWindowHandle(obj uintptr, value HWND)
- func PopupMenu_StaticClassType() TClass
- func PopupMenu_ToString(obj uintptr) string
- func PreviewClipRegion_Assign(obj uintptr, Source uintptr)
- func PreviewClipRegion_ClassName(obj uintptr) string
- func PreviewClipRegion_ClassType(obj uintptr) TClass
- func PreviewClipRegion_Create() uintptr
- func PreviewClipRegion_DisposeOf(obj uintptr)
- func PreviewClipRegion_Equals(obj uintptr, Obj uintptr) bool
- func PreviewClipRegion_Free(obj uintptr)
- func PreviewClipRegion_GetBounds(obj uintptr) TRect
- func PreviewClipRegion_GetHashCode(obj uintptr) int32
- func PreviewClipRegion_GetHeight(obj uintptr) int32
- func PreviewClipRegion_GetLeft(obj uintptr) int32
- func PreviewClipRegion_GetNamePath(obj uintptr) string
- func PreviewClipRegion_GetTop(obj uintptr) int32
- func PreviewClipRegion_GetWidth(obj uintptr) int32
- func PreviewClipRegion_InheritsFrom(obj uintptr, AClass TClass) bool
- func PreviewClipRegion_InstanceSize(obj uintptr) int32
- func PreviewClipRegion_SetHeight(obj uintptr, value int32)
- func PreviewClipRegion_SetLeft(obj uintptr, value int32)
- func PreviewClipRegion_SetOnChange(obj uintptr, fn interface{})
- func PreviewClipRegion_SetTop(obj uintptr, value int32)
- func PreviewClipRegion_SetWidth(obj uintptr, value int32)
- func PreviewClipRegion_StaticClassType() TClass
- func PreviewClipRegion_ToString(obj uintptr) string
- func PrintDialog_Assign(obj uintptr, Source uintptr)
- func PrintDialog_ClassName(obj uintptr) string
- func PrintDialog_ClassType(obj uintptr) TClass
- func PrintDialog_Create(obj uintptr) uintptr
- func PrintDialog_DisposeOf(obj uintptr)
- func PrintDialog_Equals(obj uintptr, Obj uintptr) bool
- func PrintDialog_Execute(obj uintptr) bool
- func PrintDialog_FindComponent(obj uintptr, AName string) uintptr
- func PrintDialog_Free(obj uintptr)
- func PrintDialog_GetCollate(obj uintptr) bool
- func PrintDialog_GetComponentCount(obj uintptr) int32
- func PrintDialog_GetComponentIndex(obj uintptr) int32
- func PrintDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func PrintDialog_GetCopies(obj uintptr) int32
- func PrintDialog_GetCtl3D(obj uintptr) bool
- func PrintDialog_GetFromPage(obj uintptr) int32
- func PrintDialog_GetHandle(obj uintptr) HWND
- func PrintDialog_GetHashCode(obj uintptr) int32
- func PrintDialog_GetMaxPage(obj uintptr) int32
- func PrintDialog_GetMinPage(obj uintptr) int32
- func PrintDialog_GetName(obj uintptr) string
- func PrintDialog_GetNamePath(obj uintptr) string
- func PrintDialog_GetOptions(obj uintptr) TPrintDialogOptions
- func PrintDialog_GetOwner(obj uintptr) uintptr
- func PrintDialog_GetPrintRange(obj uintptr) TPrintRange
- func PrintDialog_GetPrintToFile(obj uintptr) bool
- func PrintDialog_GetTag(obj uintptr) int
- func PrintDialog_GetToPage(obj uintptr) int32
- func PrintDialog_HasParent(obj uintptr) bool
- func PrintDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func PrintDialog_InstanceSize(obj uintptr) int32
- func PrintDialog_SetCollate(obj uintptr, value bool)
- func PrintDialog_SetComponentIndex(obj uintptr, value int32)
- func PrintDialog_SetCopies(obj uintptr, value int32)
- func PrintDialog_SetCtl3D(obj uintptr, value bool)
- func PrintDialog_SetFromPage(obj uintptr, value int32)
- func PrintDialog_SetMaxPage(obj uintptr, value int32)
- func PrintDialog_SetMinPage(obj uintptr, value int32)
- func PrintDialog_SetName(obj uintptr, value string)
- func PrintDialog_SetOnClose(obj uintptr, fn interface{})
- func PrintDialog_SetOnShow(obj uintptr, fn interface{})
- func PrintDialog_SetOptions(obj uintptr, value TPrintDialogOptions)
- func PrintDialog_SetPrintRange(obj uintptr, value TPrintRange)
- func PrintDialog_SetPrintToFile(obj uintptr, value bool)
- func PrintDialog_SetTag(obj uintptr, value int)
- func PrintDialog_SetToPage(obj uintptr, value int32)
- func PrintDialog_StaticClassType() TClass
- func PrintDialog_ToString(obj uintptr) string
- func PrinterSetupDialog_Assign(obj uintptr, Source uintptr)
- func PrinterSetupDialog_ClassName(obj uintptr) string
- func PrinterSetupDialog_ClassType(obj uintptr) TClass
- func PrinterSetupDialog_Create(obj uintptr) uintptr
- func PrinterSetupDialog_DisposeOf(obj uintptr)
- func PrinterSetupDialog_Equals(obj uintptr, Obj uintptr) bool
- func PrinterSetupDialog_Execute(obj uintptr) bool
- func PrinterSetupDialog_FindComponent(obj uintptr, AName string) uintptr
- func PrinterSetupDialog_Free(obj uintptr)
- func PrinterSetupDialog_GetComponentCount(obj uintptr) int32
- func PrinterSetupDialog_GetComponentIndex(obj uintptr) int32
- func PrinterSetupDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func PrinterSetupDialog_GetCtl3D(obj uintptr) bool
- func PrinterSetupDialog_GetHandle(obj uintptr) HWND
- func PrinterSetupDialog_GetHashCode(obj uintptr) int32
- func PrinterSetupDialog_GetName(obj uintptr) string
- func PrinterSetupDialog_GetNamePath(obj uintptr) string
- func PrinterSetupDialog_GetOwner(obj uintptr) uintptr
- func PrinterSetupDialog_GetTag(obj uintptr) int
- func PrinterSetupDialog_HasParent(obj uintptr) bool
- func PrinterSetupDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func PrinterSetupDialog_InstanceSize(obj uintptr) int32
- func PrinterSetupDialog_SetComponentIndex(obj uintptr, value int32)
- func PrinterSetupDialog_SetCtl3D(obj uintptr, value bool)
- func PrinterSetupDialog_SetName(obj uintptr, value string)
- func PrinterSetupDialog_SetOnClose(obj uintptr, fn interface{})
- func PrinterSetupDialog_SetOnShow(obj uintptr, fn interface{})
- func PrinterSetupDialog_SetTag(obj uintptr, value int)
- func PrinterSetupDialog_StaticClassType() TClass
- func PrinterSetupDialog_ToString(obj uintptr) string
- func Printer_Abort(obj uintptr)
- func Printer_BeginDoc(obj uintptr)
- func Printer_ClassName(obj uintptr) string
- func Printer_ClassType(obj uintptr) TClass
- func Printer_Create() uintptr
- func Printer_DisposeOf(obj uintptr)
- func Printer_EndDoc(obj uintptr)
- func Printer_Equals(obj uintptr, Obj uintptr) bool
- func Printer_Free(obj uintptr)
- func Printer_GetAborted(obj uintptr) bool
- func Printer_GetCanvas(obj uintptr) uintptr
- func Printer_GetCapabilities(obj uintptr) TPrinterCapabilities
- func Printer_GetCopies(obj uintptr) int32
- func Printer_GetFonts(obj uintptr) uintptr
- func Printer_GetHandle(obj uintptr) HDC
- func Printer_GetHashCode(obj uintptr) int32
- func Printer_GetOrientation(obj uintptr) TPrinterOrientation
- func Printer_GetPageHeight(obj uintptr) int32
- func Printer_GetPageNumber(obj uintptr) int32
- func Printer_GetPageWidth(obj uintptr) int32
- func Printer_GetPrinter(obj uintptr, ADevice string, ADriver string, APort string, ...)
- func Printer_GetPrinterIndex(obj uintptr) int32
- func Printer_GetPrinters(obj uintptr) uintptr
- func Printer_GetPrinting(obj uintptr) bool
- func Printer_GetTitle(obj uintptr) string
- func Printer_InheritsFrom(obj uintptr, AClass TClass) bool
- func Printer_Instance() uintptr
- func Printer_InstanceSize(obj uintptr) int32
- func Printer_NewPage(obj uintptr)
- func Printer_Refresh(obj uintptr)
- func Printer_SetCopies(obj uintptr, value int32)
- func Printer_SetOrientation(obj uintptr, value TPrinterOrientation)
- func Printer_SetPrinter(obj uintptr, ADevice string, ADriver string, APort string, ADeviceMode uintptr)
- func Printer_SetPrinterIndex(obj uintptr, value int32)
- func Printer_SetTitle(obj uintptr, value string)
- func Printer_StaticClassType() TClass
- func Printer_ToString(obj uintptr) string
- func ProgressBar_Assign(obj uintptr, Source uintptr)
- func ProgressBar_BringToFront(obj uintptr)
- func ProgressBar_CanFocus(obj uintptr) bool
- func ProgressBar_ClassName(obj uintptr) string
- func ProgressBar_ClassType(obj uintptr) TClass
- func ProgressBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ProgressBar_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ProgressBar_ContainsControl(obj uintptr, Control uintptr) bool
- func ProgressBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ProgressBar_Create(obj uintptr) uintptr
- func ProgressBar_DisableAlign(obj uintptr)
- func ProgressBar_DisposeOf(obj uintptr)
- func ProgressBar_Dragging(obj uintptr) bool
- func ProgressBar_EnableAlign(obj uintptr)
- func ProgressBar_Equals(obj uintptr, Obj uintptr) bool
- func ProgressBar_FindChildControl(obj uintptr, ControlName string) uintptr
- func ProgressBar_FindComponent(obj uintptr, AName string) uintptr
- func ProgressBar_FlipChildren(obj uintptr, AllLevels bool)
- func ProgressBar_Focused(obj uintptr) bool
- func ProgressBar_Free(obj uintptr)
- func ProgressBar_GetAction(obj uintptr) uintptr
- func ProgressBar_GetAlign(obj uintptr) TAlign
- func ProgressBar_GetAlignDisabled(obj uintptr) bool
- func ProgressBar_GetAlignWithMargins(obj uintptr) bool
- func ProgressBar_GetAnchors(obj uintptr) TAnchors
- func ProgressBar_GetBackgroundColor(obj uintptr) TColor
- func ProgressBar_GetBarColor(obj uintptr) TColor
- func ProgressBar_GetBiDiMode(obj uintptr) TBiDiMode
- func ProgressBar_GetBorderWidth(obj uintptr) int32
- func ProgressBar_GetBoundsRect(obj uintptr) TRect
- func ProgressBar_GetBrush(obj uintptr) uintptr
- func ProgressBar_GetClientHeight(obj uintptr) int32
- func ProgressBar_GetClientOrigin(obj uintptr) TPoint
- func ProgressBar_GetClientRect(obj uintptr) TRect
- func ProgressBar_GetClientWidth(obj uintptr) int32
- func ProgressBar_GetComponentCount(obj uintptr) int32
- func ProgressBar_GetComponentIndex(obj uintptr) int32
- func ProgressBar_GetComponents(obj uintptr, AIndex int32) uintptr
- func ProgressBar_GetConstraints(obj uintptr) uintptr
- func ProgressBar_GetControlCount(obj uintptr) int32
- func ProgressBar_GetControlState(obj uintptr) TControlState
- func ProgressBar_GetControlStyle(obj uintptr) TControlStyle
- func ProgressBar_GetControls(obj uintptr, Index int32) uintptr
- func ProgressBar_GetCursor(obj uintptr) TCursor
- func ProgressBar_GetCustomHint(obj uintptr) uintptr
- func ProgressBar_GetDockClientCount(obj uintptr) int32
- func ProgressBar_GetDockClients(obj uintptr, Index int32) uintptr
- func ProgressBar_GetDockSite(obj uintptr) bool
- func ProgressBar_GetDoubleBuffered(obj uintptr) bool
- func ProgressBar_GetDragCursor(obj uintptr) TCursor
- func ProgressBar_GetDragKind(obj uintptr) TDragKind
- func ProgressBar_GetDragMode(obj uintptr) TDragMode
- func ProgressBar_GetEnabled(obj uintptr) bool
- func ProgressBar_GetExplicitHeight(obj uintptr) int32
- func ProgressBar_GetExplicitLeft(obj uintptr) int32
- func ProgressBar_GetExplicitTop(obj uintptr) int32
- func ProgressBar_GetExplicitWidth(obj uintptr) int32
- func ProgressBar_GetFloating(obj uintptr) bool
- func ProgressBar_GetHandle(obj uintptr) HWND
- func ProgressBar_GetHashCode(obj uintptr) int32
- func ProgressBar_GetHeight(obj uintptr) int32
- func ProgressBar_GetHint(obj uintptr) string
- func ProgressBar_GetLeft(obj uintptr) int32
- func ProgressBar_GetMargins(obj uintptr) uintptr
- func ProgressBar_GetMarqueeInterval(obj uintptr) int32
- func ProgressBar_GetMax(obj uintptr) int32
- func ProgressBar_GetMin(obj uintptr) int32
- func ProgressBar_GetMouseInClient(obj uintptr) bool
- func ProgressBar_GetName(obj uintptr) string
- func ProgressBar_GetNamePath(obj uintptr) string
- func ProgressBar_GetOrientation(obj uintptr) TProgressBarOrientation
- func ProgressBar_GetOwner(obj uintptr) uintptr
- func ProgressBar_GetParent(obj uintptr) uintptr
- func ProgressBar_GetParentDoubleBuffered(obj uintptr) bool
- func ProgressBar_GetParentShowHint(obj uintptr) bool
- func ProgressBar_GetParentWindow(obj uintptr) HWND
- func ProgressBar_GetPopupMenu(obj uintptr) uintptr
- func ProgressBar_GetPosition(obj uintptr) int32
- func ProgressBar_GetShowHint(obj uintptr) bool
- func ProgressBar_GetSmooth(obj uintptr) bool
- func ProgressBar_GetSmoothReverse(obj uintptr) bool
- func ProgressBar_GetState(obj uintptr) TProgressBarState
- func ProgressBar_GetStep(obj uintptr) int32
- func ProgressBar_GetStyle(obj uintptr) TProgressBarStyle
- func ProgressBar_GetStyleElements(obj uintptr) TStyleElements
- func ProgressBar_GetTabOrder(obj uintptr) TTabOrder
- func ProgressBar_GetTabStop(obj uintptr) bool
- func ProgressBar_GetTag(obj uintptr) int
- func ProgressBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ProgressBar_GetTextLen(obj uintptr) int32
- func ProgressBar_GetTop(obj uintptr) int32
- func ProgressBar_GetUseDockManager(obj uintptr) bool
- func ProgressBar_GetVisible(obj uintptr) bool
- func ProgressBar_GetVisibleDockClientCount(obj uintptr) int32
- func ProgressBar_GetWidth(obj uintptr) int32
- func ProgressBar_HandleAllocated(obj uintptr) bool
- func ProgressBar_HasParent(obj uintptr) bool
- func ProgressBar_Hide(obj uintptr)
- func ProgressBar_InheritsFrom(obj uintptr, AClass TClass) bool
- func ProgressBar_InsertControl(obj uintptr, AControl uintptr)
- func ProgressBar_InstanceSize(obj uintptr) int32
- func ProgressBar_Invalidate(obj uintptr)
- func ProgressBar_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ProgressBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ProgressBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ProgressBar_Realign(obj uintptr)
- func ProgressBar_Refresh(obj uintptr)
- func ProgressBar_RemoveControl(obj uintptr, AControl uintptr)
- func ProgressBar_Repaint(obj uintptr)
- func ProgressBar_ScaleBy(obj uintptr, M int32, D int32)
- func ProgressBar_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ProgressBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ProgressBar_SendToBack(obj uintptr)
- func ProgressBar_SetAction(obj uintptr, value uintptr)
- func ProgressBar_SetAlign(obj uintptr, value TAlign)
- func ProgressBar_SetAlignWithMargins(obj uintptr, value bool)
- func ProgressBar_SetAnchors(obj uintptr, value TAnchors)
- func ProgressBar_SetBackgroundColor(obj uintptr, value TColor)
- func ProgressBar_SetBarColor(obj uintptr, value TColor)
- func ProgressBar_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ProgressBar_SetBorderWidth(obj uintptr, value int32)
- func ProgressBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ProgressBar_SetBoundsRect(obj uintptr, value TRect)
- func ProgressBar_SetClientHeight(obj uintptr, value int32)
- func ProgressBar_SetClientWidth(obj uintptr, value int32)
- func ProgressBar_SetComponentIndex(obj uintptr, value int32)
- func ProgressBar_SetConstraints(obj uintptr, value uintptr)
- func ProgressBar_SetControlState(obj uintptr, value TControlState)
- func ProgressBar_SetControlStyle(obj uintptr, value TControlStyle)
- func ProgressBar_SetCursor(obj uintptr, value TCursor)
- func ProgressBar_SetCustomHint(obj uintptr, value uintptr)
- func ProgressBar_SetDockSite(obj uintptr, value bool)
- func ProgressBar_SetDoubleBuffered(obj uintptr, value bool)
- func ProgressBar_SetDragCursor(obj uintptr, value TCursor)
- func ProgressBar_SetDragKind(obj uintptr, value TDragKind)
- func ProgressBar_SetDragMode(obj uintptr, value TDragMode)
- func ProgressBar_SetEnabled(obj uintptr, value bool)
- func ProgressBar_SetFocus(obj uintptr)
- func ProgressBar_SetHeight(obj uintptr, value int32)
- func ProgressBar_SetHint(obj uintptr, value string)
- func ProgressBar_SetLeft(obj uintptr, value int32)
- func ProgressBar_SetMargins(obj uintptr, value uintptr)
- func ProgressBar_SetMarqueeInterval(obj uintptr, value int32)
- func ProgressBar_SetMax(obj uintptr, value int32)
- func ProgressBar_SetMin(obj uintptr, value int32)
- func ProgressBar_SetName(obj uintptr, value string)
- func ProgressBar_SetOnContextPopup(obj uintptr, fn interface{})
- func ProgressBar_SetOnDragDrop(obj uintptr, fn interface{})
- func ProgressBar_SetOnDragOver(obj uintptr, fn interface{})
- func ProgressBar_SetOnEndDock(obj uintptr, fn interface{})
- func ProgressBar_SetOnEndDrag(obj uintptr, fn interface{})
- func ProgressBar_SetOnEnter(obj uintptr, fn interface{})
- func ProgressBar_SetOnExit(obj uintptr, fn interface{})
- func ProgressBar_SetOnGesture(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseActivate(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseDown(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseEnter(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseLeave(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseMove(obj uintptr, fn interface{})
- func ProgressBar_SetOnMouseUp(obj uintptr, fn interface{})
- func ProgressBar_SetOnStartDock(obj uintptr, fn interface{})
- func ProgressBar_SetOrientation(obj uintptr, value TProgressBarOrientation)
- func ProgressBar_SetParent(obj uintptr, value uintptr)
- func ProgressBar_SetParentDoubleBuffered(obj uintptr, value bool)
- func ProgressBar_SetParentShowHint(obj uintptr, value bool)
- func ProgressBar_SetParentWindow(obj uintptr, value HWND)
- func ProgressBar_SetPopupMenu(obj uintptr, value uintptr)
- func ProgressBar_SetPosition(obj uintptr, value int32)
- func ProgressBar_SetShowHint(obj uintptr, value bool)
- func ProgressBar_SetSmooth(obj uintptr, value bool)
- func ProgressBar_SetSmoothReverse(obj uintptr, value bool)
- func ProgressBar_SetState(obj uintptr, value TProgressBarState)
- func ProgressBar_SetStep(obj uintptr, value int32)
- func ProgressBar_SetStyle(obj uintptr, value TProgressBarStyle)
- func ProgressBar_SetStyleElements(obj uintptr, value TStyleElements)
- func ProgressBar_SetTabOrder(obj uintptr, value TTabOrder)
- func ProgressBar_SetTabStop(obj uintptr, value bool)
- func ProgressBar_SetTag(obj uintptr, value int)
- func ProgressBar_SetTextBuf(obj uintptr, Buffer string)
- func ProgressBar_SetTop(obj uintptr, value int32)
- func ProgressBar_SetUseDockManager(obj uintptr, value bool)
- func ProgressBar_SetVisible(obj uintptr, value bool)
- func ProgressBar_SetWidth(obj uintptr, value int32)
- func ProgressBar_Show(obj uintptr)
- func ProgressBar_StaticClassType() TClass
- func ProgressBar_StepBy(obj uintptr, Delta int32)
- func ProgressBar_StepIt(obj uintptr)
- func ProgressBar_ToString(obj uintptr) string
- func ProgressBar_Update(obj uintptr)
- func ProgressBar_UpdateControlState(obj uintptr)
- func RadioButton_Assign(obj uintptr, Source uintptr)
- func RadioButton_BringToFront(obj uintptr)
- func RadioButton_CanFocus(obj uintptr) bool
- func RadioButton_ClassName(obj uintptr) string
- func RadioButton_ClassType(obj uintptr) TClass
- func RadioButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RadioButton_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func RadioButton_ContainsControl(obj uintptr, Control uintptr) bool
- func RadioButton_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func RadioButton_Create(obj uintptr) uintptr
- func RadioButton_DisableAlign(obj uintptr)
- func RadioButton_DisposeOf(obj uintptr)
- func RadioButton_Dragging(obj uintptr) bool
- func RadioButton_EnableAlign(obj uintptr)
- func RadioButton_Equals(obj uintptr, Obj uintptr) bool
- func RadioButton_FindChildControl(obj uintptr, ControlName string) uintptr
- func RadioButton_FindComponent(obj uintptr, AName string) uintptr
- func RadioButton_FlipChildren(obj uintptr, AllLevels bool)
- func RadioButton_Focused(obj uintptr) bool
- func RadioButton_Free(obj uintptr)
- func RadioButton_GetAction(obj uintptr) uintptr
- func RadioButton_GetAlign(obj uintptr) TAlign
- func RadioButton_GetAlignDisabled(obj uintptr) bool
- func RadioButton_GetAlignWithMargins(obj uintptr) bool
- func RadioButton_GetAlignment(obj uintptr) TLeftRight
- func RadioButton_GetAnchors(obj uintptr) TAnchors
- func RadioButton_GetBiDiMode(obj uintptr) TBiDiMode
- func RadioButton_GetBoundsRect(obj uintptr) TRect
- func RadioButton_GetBrush(obj uintptr) uintptr
- func RadioButton_GetCaption(obj uintptr) string
- func RadioButton_GetChecked(obj uintptr) bool
- func RadioButton_GetClientHeight(obj uintptr) int32
- func RadioButton_GetClientOrigin(obj uintptr) TPoint
- func RadioButton_GetClientRect(obj uintptr) TRect
- func RadioButton_GetClientWidth(obj uintptr) int32
- func RadioButton_GetColor(obj uintptr) TColor
- func RadioButton_GetComponentCount(obj uintptr) int32
- func RadioButton_GetComponentIndex(obj uintptr) int32
- func RadioButton_GetComponents(obj uintptr, AIndex int32) uintptr
- func RadioButton_GetConstraints(obj uintptr) uintptr
- func RadioButton_GetControlCount(obj uintptr) int32
- func RadioButton_GetControlState(obj uintptr) TControlState
- func RadioButton_GetControlStyle(obj uintptr) TControlStyle
- func RadioButton_GetControls(obj uintptr, Index int32) uintptr
- func RadioButton_GetCtl3D(obj uintptr) bool
- func RadioButton_GetCursor(obj uintptr) TCursor
- func RadioButton_GetCustomHint(obj uintptr) uintptr
- func RadioButton_GetDockClientCount(obj uintptr) int32
- func RadioButton_GetDockClients(obj uintptr, Index int32) uintptr
- func RadioButton_GetDockSite(obj uintptr) bool
- func RadioButton_GetDoubleBuffered(obj uintptr) bool
- func RadioButton_GetDragCursor(obj uintptr) TCursor
- func RadioButton_GetDragKind(obj uintptr) TDragKind
- func RadioButton_GetDragMode(obj uintptr) TDragMode
- func RadioButton_GetEnabled(obj uintptr) bool
- func RadioButton_GetExplicitHeight(obj uintptr) int32
- func RadioButton_GetExplicitLeft(obj uintptr) int32
- func RadioButton_GetExplicitTop(obj uintptr) int32
- func RadioButton_GetExplicitWidth(obj uintptr) int32
- func RadioButton_GetFloating(obj uintptr) bool
- func RadioButton_GetFont(obj uintptr) uintptr
- func RadioButton_GetHandle(obj uintptr) HWND
- func RadioButton_GetHashCode(obj uintptr) int32
- func RadioButton_GetHeight(obj uintptr) int32
- func RadioButton_GetHint(obj uintptr) string
- func RadioButton_GetLeft(obj uintptr) int32
- func RadioButton_GetMargins(obj uintptr) uintptr
- func RadioButton_GetMouseInClient(obj uintptr) bool
- func RadioButton_GetName(obj uintptr) string
- func RadioButton_GetNamePath(obj uintptr) string
- func RadioButton_GetOwner(obj uintptr) uintptr
- func RadioButton_GetParent(obj uintptr) uintptr
- func RadioButton_GetParentColor(obj uintptr) bool
- func RadioButton_GetParentCtl3D(obj uintptr) bool
- func RadioButton_GetParentDoubleBuffered(obj uintptr) bool
- func RadioButton_GetParentFont(obj uintptr) bool
- func RadioButton_GetParentShowHint(obj uintptr) bool
- func RadioButton_GetParentWindow(obj uintptr) HWND
- func RadioButton_GetPopupMenu(obj uintptr) uintptr
- func RadioButton_GetShowHint(obj uintptr) bool
- func RadioButton_GetStyleElements(obj uintptr) TStyleElements
- func RadioButton_GetTabOrder(obj uintptr) TTabOrder
- func RadioButton_GetTabStop(obj uintptr) bool
- func RadioButton_GetTag(obj uintptr) int
- func RadioButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func RadioButton_GetTextLen(obj uintptr) int32
- func RadioButton_GetTop(obj uintptr) int32
- func RadioButton_GetUseDockManager(obj uintptr) bool
- func RadioButton_GetVisible(obj uintptr) bool
- func RadioButton_GetVisibleDockClientCount(obj uintptr) int32
- func RadioButton_GetWidth(obj uintptr) int32
- func RadioButton_GetWordWrap(obj uintptr) bool
- func RadioButton_HandleAllocated(obj uintptr) bool
- func RadioButton_HasParent(obj uintptr) bool
- func RadioButton_Hide(obj uintptr)
- func RadioButton_InheritsFrom(obj uintptr, AClass TClass) bool
- func RadioButton_InsertControl(obj uintptr, AControl uintptr)
- func RadioButton_InstanceSize(obj uintptr) int32
- func RadioButton_Invalidate(obj uintptr)
- func RadioButton_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func RadioButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RadioButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func RadioButton_Realign(obj uintptr)
- func RadioButton_Refresh(obj uintptr)
- func RadioButton_RemoveControl(obj uintptr, AControl uintptr)
- func RadioButton_Repaint(obj uintptr)
- func RadioButton_ScaleBy(obj uintptr, M int32, D int32)
- func RadioButton_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func RadioButton_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func RadioButton_SendToBack(obj uintptr)
- func RadioButton_SetAction(obj uintptr, value uintptr)
- func RadioButton_SetAlign(obj uintptr, value TAlign)
- func RadioButton_SetAlignWithMargins(obj uintptr, value bool)
- func RadioButton_SetAlignment(obj uintptr, value TLeftRight)
- func RadioButton_SetAnchors(obj uintptr, value TAnchors)
- func RadioButton_SetBiDiMode(obj uintptr, value TBiDiMode)
- func RadioButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func RadioButton_SetBoundsRect(obj uintptr, value TRect)
- func RadioButton_SetCaption(obj uintptr, value string)
- func RadioButton_SetChecked(obj uintptr, value bool)
- func RadioButton_SetClientHeight(obj uintptr, value int32)
- func RadioButton_SetClientWidth(obj uintptr, value int32)
- func RadioButton_SetColor(obj uintptr, value TColor)
- func RadioButton_SetComponentIndex(obj uintptr, value int32)
- func RadioButton_SetConstraints(obj uintptr, value uintptr)
- func RadioButton_SetControlState(obj uintptr, value TControlState)
- func RadioButton_SetControlStyle(obj uintptr, value TControlStyle)
- func RadioButton_SetCtl3D(obj uintptr, value bool)
- func RadioButton_SetCursor(obj uintptr, value TCursor)
- func RadioButton_SetCustomHint(obj uintptr, value uintptr)
- func RadioButton_SetDockSite(obj uintptr, value bool)
- func RadioButton_SetDoubleBuffered(obj uintptr, value bool)
- func RadioButton_SetDragCursor(obj uintptr, value TCursor)
- func RadioButton_SetDragKind(obj uintptr, value TDragKind)
- func RadioButton_SetDragMode(obj uintptr, value TDragMode)
- func RadioButton_SetEnabled(obj uintptr, value bool)
- func RadioButton_SetFocus(obj uintptr)
- func RadioButton_SetFont(obj uintptr, value uintptr)
- func RadioButton_SetHeight(obj uintptr, value int32)
- func RadioButton_SetHint(obj uintptr, value string)
- func RadioButton_SetLeft(obj uintptr, value int32)
- func RadioButton_SetMargins(obj uintptr, value uintptr)
- func RadioButton_SetName(obj uintptr, value string)
- func RadioButton_SetOnClick(obj uintptr, fn interface{})
- func RadioButton_SetOnContextPopup(obj uintptr, fn interface{})
- func RadioButton_SetOnDblClick(obj uintptr, fn interface{})
- func RadioButton_SetOnDragDrop(obj uintptr, fn interface{})
- func RadioButton_SetOnDragOver(obj uintptr, fn interface{})
- func RadioButton_SetOnEndDock(obj uintptr, fn interface{})
- func RadioButton_SetOnEndDrag(obj uintptr, fn interface{})
- func RadioButton_SetOnEnter(obj uintptr, fn interface{})
- func RadioButton_SetOnExit(obj uintptr, fn interface{})
- func RadioButton_SetOnGesture(obj uintptr, fn interface{})
- func RadioButton_SetOnKeyDown(obj uintptr, fn interface{})
- func RadioButton_SetOnKeyPress(obj uintptr, fn interface{})
- func RadioButton_SetOnKeyUp(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseActivate(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseDown(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseEnter(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseLeave(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseMove(obj uintptr, fn interface{})
- func RadioButton_SetOnMouseUp(obj uintptr, fn interface{})
- func RadioButton_SetOnStartDock(obj uintptr, fn interface{})
- func RadioButton_SetParent(obj uintptr, value uintptr)
- func RadioButton_SetParentColor(obj uintptr, value bool)
- func RadioButton_SetParentCtl3D(obj uintptr, value bool)
- func RadioButton_SetParentDoubleBuffered(obj uintptr, value bool)
- func RadioButton_SetParentFont(obj uintptr, value bool)
- func RadioButton_SetParentShowHint(obj uintptr, value bool)
- func RadioButton_SetParentWindow(obj uintptr, value HWND)
- func RadioButton_SetPopupMenu(obj uintptr, value uintptr)
- func RadioButton_SetShowHint(obj uintptr, value bool)
- func RadioButton_SetStyleElements(obj uintptr, value TStyleElements)
- func RadioButton_SetTabOrder(obj uintptr, value TTabOrder)
- func RadioButton_SetTabStop(obj uintptr, value bool)
- func RadioButton_SetTag(obj uintptr, value int)
- func RadioButton_SetTextBuf(obj uintptr, Buffer string)
- func RadioButton_SetTop(obj uintptr, value int32)
- func RadioButton_SetUseDockManager(obj uintptr, value bool)
- func RadioButton_SetVisible(obj uintptr, value bool)
- func RadioButton_SetWidth(obj uintptr, value int32)
- func RadioButton_SetWordWrap(obj uintptr, value bool)
- func RadioButton_Show(obj uintptr)
- func RadioButton_StaticClassType() TClass
- func RadioButton_ToString(obj uintptr) string
- func RadioButton_Update(obj uintptr)
- func RadioButton_UpdateControlState(obj uintptr)
- func RadioGroup_Assign(obj uintptr, Source uintptr)
- func RadioGroup_BringToFront(obj uintptr)
- func RadioGroup_CanFocus(obj uintptr) bool
- func RadioGroup_ClassName(obj uintptr) string
- func RadioGroup_ClassType(obj uintptr) TClass
- func RadioGroup_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RadioGroup_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func RadioGroup_ContainsControl(obj uintptr, Control uintptr) bool
- func RadioGroup_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func RadioGroup_Create(obj uintptr) uintptr
- func RadioGroup_DisableAlign(obj uintptr)
- func RadioGroup_DisposeOf(obj uintptr)
- func RadioGroup_Dragging(obj uintptr) bool
- func RadioGroup_EnableAlign(obj uintptr)
- func RadioGroup_Equals(obj uintptr, Obj uintptr) bool
- func RadioGroup_FindChildControl(obj uintptr, ControlName string) uintptr
- func RadioGroup_FindComponent(obj uintptr, AName string) uintptr
- func RadioGroup_FlipChildren(obj uintptr, AllLevels bool)
- func RadioGroup_Focused(obj uintptr) bool
- func RadioGroup_Free(obj uintptr)
- func RadioGroup_GetAction(obj uintptr) uintptr
- func RadioGroup_GetAlign(obj uintptr) TAlign
- func RadioGroup_GetAlignDisabled(obj uintptr) bool
- func RadioGroup_GetAlignWithMargins(obj uintptr) bool
- func RadioGroup_GetAnchors(obj uintptr) TAnchors
- func RadioGroup_GetBiDiMode(obj uintptr) TBiDiMode
- func RadioGroup_GetBoundsRect(obj uintptr) TRect
- func RadioGroup_GetBrush(obj uintptr) uintptr
- func RadioGroup_GetButtons(obj uintptr, Index int32) uintptr
- func RadioGroup_GetCaption(obj uintptr) string
- func RadioGroup_GetClientHeight(obj uintptr) int32
- func RadioGroup_GetClientOrigin(obj uintptr) TPoint
- func RadioGroup_GetClientRect(obj uintptr) TRect
- func RadioGroup_GetClientWidth(obj uintptr) int32
- func RadioGroup_GetColor(obj uintptr) TColor
- func RadioGroup_GetColumns(obj uintptr) int32
- func RadioGroup_GetComponentCount(obj uintptr) int32
- func RadioGroup_GetComponentIndex(obj uintptr) int32
- func RadioGroup_GetComponents(obj uintptr, AIndex int32) uintptr
- func RadioGroup_GetConstraints(obj uintptr) uintptr
- func RadioGroup_GetControlCount(obj uintptr) int32
- func RadioGroup_GetControlState(obj uintptr) TControlState
- func RadioGroup_GetControlStyle(obj uintptr) TControlStyle
- func RadioGroup_GetControls(obj uintptr, Index int32) uintptr
- func RadioGroup_GetCtl3D(obj uintptr) bool
- func RadioGroup_GetCursor(obj uintptr) TCursor
- func RadioGroup_GetCustomHint(obj uintptr) uintptr
- func RadioGroup_GetDockClientCount(obj uintptr) int32
- func RadioGroup_GetDockClients(obj uintptr, Index int32) uintptr
- func RadioGroup_GetDockSite(obj uintptr) bool
- func RadioGroup_GetDoubleBuffered(obj uintptr) bool
- func RadioGroup_GetDragCursor(obj uintptr) TCursor
- func RadioGroup_GetDragKind(obj uintptr) TDragKind
- func RadioGroup_GetDragMode(obj uintptr) TDragMode
- func RadioGroup_GetEnabled(obj uintptr) bool
- func RadioGroup_GetExplicitHeight(obj uintptr) int32
- func RadioGroup_GetExplicitLeft(obj uintptr) int32
- func RadioGroup_GetExplicitTop(obj uintptr) int32
- func RadioGroup_GetExplicitWidth(obj uintptr) int32
- func RadioGroup_GetFloating(obj uintptr) bool
- func RadioGroup_GetFont(obj uintptr) uintptr
- func RadioGroup_GetHandle(obj uintptr) HWND
- func RadioGroup_GetHashCode(obj uintptr) int32
- func RadioGroup_GetHeight(obj uintptr) int32
- func RadioGroup_GetHint(obj uintptr) string
- func RadioGroup_GetItemIndex(obj uintptr) int32
- func RadioGroup_GetItems(obj uintptr) uintptr
- func RadioGroup_GetLeft(obj uintptr) int32
- func RadioGroup_GetMargins(obj uintptr) uintptr
- func RadioGroup_GetMouseInClient(obj uintptr) bool
- func RadioGroup_GetName(obj uintptr) string
- func RadioGroup_GetNamePath(obj uintptr) string
- func RadioGroup_GetOwner(obj uintptr) uintptr
- func RadioGroup_GetParent(obj uintptr) uintptr
- func RadioGroup_GetParentBackground(obj uintptr) bool
- func RadioGroup_GetParentColor(obj uintptr) bool
- func RadioGroup_GetParentCtl3D(obj uintptr) bool
- func RadioGroup_GetParentDoubleBuffered(obj uintptr) bool
- func RadioGroup_GetParentFont(obj uintptr) bool
- func RadioGroup_GetParentShowHint(obj uintptr) bool
- func RadioGroup_GetParentWindow(obj uintptr) HWND
- func RadioGroup_GetPopupMenu(obj uintptr) uintptr
- func RadioGroup_GetShowHint(obj uintptr) bool
- func RadioGroup_GetStyleElements(obj uintptr) TStyleElements
- func RadioGroup_GetTabOrder(obj uintptr) TTabOrder
- func RadioGroup_GetTabStop(obj uintptr) bool
- func RadioGroup_GetTag(obj uintptr) int
- func RadioGroup_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func RadioGroup_GetTextLen(obj uintptr) int32
- func RadioGroup_GetTop(obj uintptr) int32
- func RadioGroup_GetUseDockManager(obj uintptr) bool
- func RadioGroup_GetVisible(obj uintptr) bool
- func RadioGroup_GetVisibleDockClientCount(obj uintptr) int32
- func RadioGroup_GetWidth(obj uintptr) int32
- func RadioGroup_GetWordWrap(obj uintptr) bool
- func RadioGroup_HandleAllocated(obj uintptr) bool
- func RadioGroup_HasParent(obj uintptr) bool
- func RadioGroup_Hide(obj uintptr)
- func RadioGroup_InheritsFrom(obj uintptr, AClass TClass) bool
- func RadioGroup_InsertControl(obj uintptr, AControl uintptr)
- func RadioGroup_InstanceSize(obj uintptr) int32
- func RadioGroup_Invalidate(obj uintptr)
- func RadioGroup_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func RadioGroup_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RadioGroup_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func RadioGroup_Realign(obj uintptr)
- func RadioGroup_Refresh(obj uintptr)
- func RadioGroup_RemoveControl(obj uintptr, AControl uintptr)
- func RadioGroup_Repaint(obj uintptr)
- func RadioGroup_ScaleBy(obj uintptr, M int32, D int32)
- func RadioGroup_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func RadioGroup_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func RadioGroup_SendToBack(obj uintptr)
- func RadioGroup_SetAction(obj uintptr, value uintptr)
- func RadioGroup_SetAlign(obj uintptr, value TAlign)
- func RadioGroup_SetAlignWithMargins(obj uintptr, value bool)
- func RadioGroup_SetAnchors(obj uintptr, value TAnchors)
- func RadioGroup_SetBiDiMode(obj uintptr, value TBiDiMode)
- func RadioGroup_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func RadioGroup_SetBoundsRect(obj uintptr, value TRect)
- func RadioGroup_SetCaption(obj uintptr, value string)
- func RadioGroup_SetClientHeight(obj uintptr, value int32)
- func RadioGroup_SetClientWidth(obj uintptr, value int32)
- func RadioGroup_SetColor(obj uintptr, value TColor)
- func RadioGroup_SetColumns(obj uintptr, value int32)
- func RadioGroup_SetComponentIndex(obj uintptr, value int32)
- func RadioGroup_SetConstraints(obj uintptr, value uintptr)
- func RadioGroup_SetControlState(obj uintptr, value TControlState)
- func RadioGroup_SetControlStyle(obj uintptr, value TControlStyle)
- func RadioGroup_SetCtl3D(obj uintptr, value bool)
- func RadioGroup_SetCursor(obj uintptr, value TCursor)
- func RadioGroup_SetCustomHint(obj uintptr, value uintptr)
- func RadioGroup_SetDockSite(obj uintptr, value bool)
- func RadioGroup_SetDoubleBuffered(obj uintptr, value bool)
- func RadioGroup_SetDragCursor(obj uintptr, value TCursor)
- func RadioGroup_SetDragKind(obj uintptr, value TDragKind)
- func RadioGroup_SetDragMode(obj uintptr, value TDragMode)
- func RadioGroup_SetEnabled(obj uintptr, value bool)
- func RadioGroup_SetFocus(obj uintptr)
- func RadioGroup_SetFont(obj uintptr, value uintptr)
- func RadioGroup_SetHeight(obj uintptr, value int32)
- func RadioGroup_SetHint(obj uintptr, value string)
- func RadioGroup_SetItemIndex(obj uintptr, value int32)
- func RadioGroup_SetItems(obj uintptr, value uintptr)
- func RadioGroup_SetLeft(obj uintptr, value int32)
- func RadioGroup_SetMargins(obj uintptr, value uintptr)
- func RadioGroup_SetName(obj uintptr, value string)
- func RadioGroup_SetOnClick(obj uintptr, fn interface{})
- func RadioGroup_SetOnContextPopup(obj uintptr, fn interface{})
- func RadioGroup_SetOnDragDrop(obj uintptr, fn interface{})
- func RadioGroup_SetOnDragOver(obj uintptr, fn interface{})
- func RadioGroup_SetOnEndDock(obj uintptr, fn interface{})
- func RadioGroup_SetOnEndDrag(obj uintptr, fn interface{})
- func RadioGroup_SetOnEnter(obj uintptr, fn interface{})
- func RadioGroup_SetOnExit(obj uintptr, fn interface{})
- func RadioGroup_SetOnGesture(obj uintptr, fn interface{})
- func RadioGroup_SetOnStartDock(obj uintptr, fn interface{})
- func RadioGroup_SetParent(obj uintptr, value uintptr)
- func RadioGroup_SetParentBackground(obj uintptr, value bool)
- func RadioGroup_SetParentColor(obj uintptr, value bool)
- func RadioGroup_SetParentCtl3D(obj uintptr, value bool)
- func RadioGroup_SetParentDoubleBuffered(obj uintptr, value bool)
- func RadioGroup_SetParentFont(obj uintptr, value bool)
- func RadioGroup_SetParentShowHint(obj uintptr, value bool)
- func RadioGroup_SetParentWindow(obj uintptr, value HWND)
- func RadioGroup_SetPopupMenu(obj uintptr, value uintptr)
- func RadioGroup_SetShowHint(obj uintptr, value bool)
- func RadioGroup_SetStyleElements(obj uintptr, value TStyleElements)
- func RadioGroup_SetTabOrder(obj uintptr, value TTabOrder)
- func RadioGroup_SetTabStop(obj uintptr, value bool)
- func RadioGroup_SetTag(obj uintptr, value int)
- func RadioGroup_SetTextBuf(obj uintptr, Buffer string)
- func RadioGroup_SetTop(obj uintptr, value int32)
- func RadioGroup_SetUseDockManager(obj uintptr, value bool)
- func RadioGroup_SetVisible(obj uintptr, value bool)
- func RadioGroup_SetWidth(obj uintptr, value int32)
- func RadioGroup_SetWordWrap(obj uintptr, value bool)
- func RadioGroup_Show(obj uintptr)
- func RadioGroup_StaticClassType() TClass
- func RadioGroup_ToString(obj uintptr) string
- func RadioGroup_Update(obj uintptr)
- func RadioGroup_UpdateControlState(obj uintptr)
- func Registry_ClassName(obj uintptr) string
- func Registry_ClassType(obj uintptr) TClass
- func Registry_CloseKey(obj uintptr)
- func Registry_Create(aAccess uint32) uintptr
- func Registry_CreateKey(obj uintptr, Key string) bool
- func Registry_DeleteKey(obj uintptr, Key string) bool
- func Registry_DeleteValue(obj uintptr, Name string) bool
- func Registry_DisposeOf(obj uintptr)
- func Registry_Equals(obj uintptr, Obj uintptr) bool
- func Registry_Free(obj uintptr)
- func Registry_GetAccess(obj uintptr) uint32
- func Registry_GetCurrentKey(obj uintptr) HKEY
- func Registry_GetCurrentPath(obj uintptr) string
- func Registry_GetHashCode(obj uintptr) int32
- func Registry_GetLastError(obj uintptr) int32
- func Registry_GetLastErrorMsg(obj uintptr) string
- func Registry_GetLazyWrite(obj uintptr) bool
- func Registry_GetRootKey(obj uintptr) HKEY
- func Registry_GetRootKeyName(obj uintptr) string
- func Registry_HasSubKeys(obj uintptr) bool
- func Registry_InheritsFrom(obj uintptr, AClass TClass) bool
- func Registry_InstanceSize(obj uintptr) int32
- func Registry_KeyExists(obj uintptr, Key string) bool
- func Registry_LoadKey(obj uintptr, Key string, FileName string) bool
- func Registry_MoveKey(obj uintptr, OldName string, NewName string, Delete bool)
- func Registry_OpenKey(obj uintptr, Key string, CanCreate bool) bool
- func Registry_OpenKeyReadOnly(obj uintptr, Key string) bool
- func Registry_ReadBool(obj uintptr, Name string) bool
- func Registry_ReadDate(obj uintptr, Name string) time.Time
- func Registry_ReadDateTime(obj uintptr, Name string) time.Time
- func Registry_ReadFloat(obj uintptr, Name string) float64
- func Registry_ReadInteger(obj uintptr, Name string) int32
- func Registry_ReadString(obj uintptr, Name string) string
- func Registry_ReadTime(obj uintptr, Name string) time.Time
- func Registry_RegistryConnect(obj uintptr, UNCName string) bool
- func Registry_RenameValue(obj uintptr, OldName string, NewName string)
- func Registry_ReplaceKey(obj uintptr, Key string, FileName string, BackUpFileName string) bool
- func Registry_RestoreKey(obj uintptr, Key string, FileName string) bool
- func Registry_SaveKey(obj uintptr, Key string, FileName string) bool
- func Registry_SetAccess(obj uintptr, value uint32)
- func Registry_SetLazyWrite(obj uintptr, value bool)
- func Registry_SetRootKey(obj uintptr, value HKEY)
- func Registry_StaticClassType() TClass
- func Registry_ToString(obj uintptr) string
- func Registry_UnLoadKey(obj uintptr, Key string) bool
- func Registry_ValueExists(obj uintptr, Name string) bool
- func Registry_WriteBool(obj uintptr, Name string, Value bool)
- func Registry_WriteDate(obj uintptr, Name string, Value time.Time)
- func Registry_WriteDateTime(obj uintptr, Name string, Value time.Time)
- func Registry_WriteExpandString(obj uintptr, Name string, Value string)
- func Registry_WriteFloat(obj uintptr, Name string, Value float64)
- func Registry_WriteInteger(obj uintptr, Name string, Value int32)
- func Registry_WriteString(obj uintptr, Name string, Value string)
- func Registry_WriteTime(obj uintptr, Name string, Value time.Time)
- func RemoveEventCallbackOf(Id uintptr)
- func ReplaceDialog_Assign(obj uintptr, Source uintptr)
- func ReplaceDialog_ClassName(obj uintptr) string
- func ReplaceDialog_ClassType(obj uintptr) TClass
- func ReplaceDialog_CloseDialog(obj uintptr)
- func ReplaceDialog_Create(obj uintptr) uintptr
- func ReplaceDialog_DisposeOf(obj uintptr)
- func ReplaceDialog_Equals(obj uintptr, Obj uintptr) bool
- func ReplaceDialog_Execute(obj uintptr) bool
- func ReplaceDialog_FindComponent(obj uintptr, AName string) uintptr
- func ReplaceDialog_Free(obj uintptr)
- func ReplaceDialog_GetComponentCount(obj uintptr) int32
- func ReplaceDialog_GetComponentIndex(obj uintptr) int32
- func ReplaceDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func ReplaceDialog_GetCtl3D(obj uintptr) bool
- func ReplaceDialog_GetFindText(obj uintptr) string
- func ReplaceDialog_GetHandle(obj uintptr) HWND
- func ReplaceDialog_GetHashCode(obj uintptr) int32
- func ReplaceDialog_GetLeft(obj uintptr) int32
- func ReplaceDialog_GetName(obj uintptr) string
- func ReplaceDialog_GetNamePath(obj uintptr) string
- func ReplaceDialog_GetOptions(obj uintptr) TFindOptions
- func ReplaceDialog_GetOwner(obj uintptr) uintptr
- func ReplaceDialog_GetPosition(obj uintptr) TPoint
- func ReplaceDialog_GetReplaceText(obj uintptr) string
- func ReplaceDialog_GetTag(obj uintptr) int
- func ReplaceDialog_GetTop(obj uintptr) int32
- func ReplaceDialog_HasParent(obj uintptr) bool
- func ReplaceDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func ReplaceDialog_InstanceSize(obj uintptr) int32
- func ReplaceDialog_SetComponentIndex(obj uintptr, value int32)
- func ReplaceDialog_SetCtl3D(obj uintptr, value bool)
- func ReplaceDialog_SetFindText(obj uintptr, value string)
- func ReplaceDialog_SetLeft(obj uintptr, value int32)
- func ReplaceDialog_SetName(obj uintptr, value string)
- func ReplaceDialog_SetOnClose(obj uintptr, fn interface{})
- func ReplaceDialog_SetOnFind(obj uintptr, fn interface{})
- func ReplaceDialog_SetOnReplace(obj uintptr, fn interface{})
- func ReplaceDialog_SetOnShow(obj uintptr, fn interface{})
- func ReplaceDialog_SetOptions(obj uintptr, value TFindOptions)
- func ReplaceDialog_SetPosition(obj uintptr, value TPoint)
- func ReplaceDialog_SetReplaceText(obj uintptr, value string)
- func ReplaceDialog_SetTag(obj uintptr, value int)
- func ReplaceDialog_SetTop(obj uintptr, value int32)
- func ReplaceDialog_StaticClassType() TClass
- func ReplaceDialog_ToString(obj uintptr) string
- func ResFormLoadFromFile(filename string, root uintptr)
- func ResFormLoadFromResourceName(instance uintptr, resName string, root uintptr)
- func ResFormLoadFromStream(obj, root uintptr)
- func RichEdit_Assign(obj uintptr, Source uintptr)
- func RichEdit_BringToFront(obj uintptr)
- func RichEdit_CanFocus(obj uintptr) bool
- func RichEdit_ClassName(obj uintptr) string
- func RichEdit_ClassType(obj uintptr) TClass
- func RichEdit_Clear(obj uintptr)
- func RichEdit_ClearSelection(obj uintptr)
- func RichEdit_ClearUndo(obj uintptr)
- func RichEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RichEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func RichEdit_ContainsControl(obj uintptr, Control uintptr) bool
- func RichEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func RichEdit_CopyToClipboard(obj uintptr)
- func RichEdit_Create(obj uintptr) uintptr
- func RichEdit_CutToClipboard(obj uintptr)
- func RichEdit_DisableAlign(obj uintptr)
- func RichEdit_DisposeOf(obj uintptr)
- func RichEdit_Dragging(obj uintptr) bool
- func RichEdit_EnableAlign(obj uintptr)
- func RichEdit_Equals(obj uintptr, Obj uintptr) bool
- func RichEdit_FindChildControl(obj uintptr, ControlName string) uintptr
- func RichEdit_FindComponent(obj uintptr, AName string) uintptr
- func RichEdit_FindText(obj uintptr, SearchStr string, StartPos int32, Length int32, ...) int32
- func RichEdit_FlipChildren(obj uintptr, AllLevels bool)
- func RichEdit_Focused(obj uintptr) bool
- func RichEdit_Free(obj uintptr)
- func RichEdit_GetAction(obj uintptr) uintptr
- func RichEdit_GetActiveLineNo(obj uintptr) uint32
- func RichEdit_GetAlign(obj uintptr) TAlign
- func RichEdit_GetAlignDisabled(obj uintptr) bool
- func RichEdit_GetAlignWithMargins(obj uintptr) bool
- func RichEdit_GetAlignment(obj uintptr) TAlignment
- func RichEdit_GetAnchors(obj uintptr) TAnchors
- func RichEdit_GetBevelEdges(obj uintptr) TBevelEdges
- func RichEdit_GetBevelInner(obj uintptr) TBevelCut
- func RichEdit_GetBevelKind(obj uintptr) TBevelKind
- func RichEdit_GetBevelOuter(obj uintptr) TBevelCut
- func RichEdit_GetBiDiMode(obj uintptr) TBiDiMode
- func RichEdit_GetBorderStyle(obj uintptr) TBorderStyle
- func RichEdit_GetBorderWidth(obj uintptr) int32
- func RichEdit_GetBoundsRect(obj uintptr) TRect
- func RichEdit_GetBrush(obj uintptr) uintptr
- func RichEdit_GetCanUndo(obj uintptr) bool
- func RichEdit_GetCaretPos(obj uintptr) TPoint
- func RichEdit_GetClientHeight(obj uintptr) int32
- func RichEdit_GetClientOrigin(obj uintptr) TPoint
- func RichEdit_GetClientRect(obj uintptr) TRect
- func RichEdit_GetClientWidth(obj uintptr) int32
- func RichEdit_GetColor(obj uintptr) TColor
- func RichEdit_GetComponentCount(obj uintptr) int32
- func RichEdit_GetComponentIndex(obj uintptr) int32
- func RichEdit_GetComponents(obj uintptr, AIndex int32) uintptr
- func RichEdit_GetConstraints(obj uintptr) uintptr
- func RichEdit_GetControlCount(obj uintptr) int32
- func RichEdit_GetControlState(obj uintptr) TControlState
- func RichEdit_GetControlStyle(obj uintptr) TControlStyle
- func RichEdit_GetControls(obj uintptr, Index int32) uintptr
- func RichEdit_GetCtl3D(obj uintptr) bool
- func RichEdit_GetCursor(obj uintptr) TCursor
- func RichEdit_GetCustomHint(obj uintptr) uintptr
- func RichEdit_GetDefAttributes(obj uintptr) uintptr
- func RichEdit_GetDockClientCount(obj uintptr) int32
- func RichEdit_GetDockClients(obj uintptr, Index int32) uintptr
- func RichEdit_GetDockSite(obj uintptr) bool
- func RichEdit_GetDoubleBuffered(obj uintptr) bool
- func RichEdit_GetDragCursor(obj uintptr) TCursor
- func RichEdit_GetDragKind(obj uintptr) TDragKind
- func RichEdit_GetDragMode(obj uintptr) TDragMode
- func RichEdit_GetEnabled(obj uintptr) bool
- func RichEdit_GetExplicitHeight(obj uintptr) int32
- func RichEdit_GetExplicitLeft(obj uintptr) int32
- func RichEdit_GetExplicitTop(obj uintptr) int32
- func RichEdit_GetExplicitWidth(obj uintptr) int32
- func RichEdit_GetFloating(obj uintptr) bool
- func RichEdit_GetFont(obj uintptr) uintptr
- func RichEdit_GetHandle(obj uintptr) HWND
- func RichEdit_GetHashCode(obj uintptr) int32
- func RichEdit_GetHeight(obj uintptr) int32
- func RichEdit_GetHideScrollBars(obj uintptr) bool
- func RichEdit_GetHideSelection(obj uintptr) bool
- func RichEdit_GetHint(obj uintptr) string
- func RichEdit_GetLeft(obj uintptr) int32
- func RichEdit_GetLines(obj uintptr) uintptr
- func RichEdit_GetMargins(obj uintptr) uintptr
- func RichEdit_GetMaxLength(obj uintptr) int32
- func RichEdit_GetModified(obj uintptr) bool
- func RichEdit_GetMouseInClient(obj uintptr) bool
- func RichEdit_GetName(obj uintptr) string
- func RichEdit_GetNamePath(obj uintptr) string
- func RichEdit_GetOwner(obj uintptr) uintptr
- func RichEdit_GetPageRect(obj uintptr) TRect
- func RichEdit_GetParagraph(obj uintptr) uintptr
- func RichEdit_GetParent(obj uintptr) uintptr
- func RichEdit_GetParentColor(obj uintptr) bool
- func RichEdit_GetParentCtl3D(obj uintptr) bool
- func RichEdit_GetParentDoubleBuffered(obj uintptr) bool
- func RichEdit_GetParentFont(obj uintptr) bool
- func RichEdit_GetParentShowHint(obj uintptr) bool
- func RichEdit_GetParentWindow(obj uintptr) HWND
- func RichEdit_GetPlainText(obj uintptr) bool
- func RichEdit_GetPopupMenu(obj uintptr) uintptr
- func RichEdit_GetReadOnly(obj uintptr) bool
- func RichEdit_GetScrollBars(obj uintptr) TScrollStyle
- func RichEdit_GetSelAttributes(obj uintptr) uintptr
- func RichEdit_GetSelLength(obj uintptr) int32
- func RichEdit_GetSelStart(obj uintptr) int32
- func RichEdit_GetSelText(obj uintptr) string
- func RichEdit_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func RichEdit_GetShowHint(obj uintptr) bool
- func RichEdit_GetStyleElements(obj uintptr) TStyleElements
- func RichEdit_GetTabOrder(obj uintptr) TTabOrder
- func RichEdit_GetTabStop(obj uintptr) bool
- func RichEdit_GetTag(obj uintptr) int
- func RichEdit_GetText(obj uintptr) string
- func RichEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func RichEdit_GetTextHint(obj uintptr) string
- func RichEdit_GetTextLen(obj uintptr) int32
- func RichEdit_GetTop(obj uintptr) int32
- func RichEdit_GetUseDockManager(obj uintptr) bool
- func RichEdit_GetVisible(obj uintptr) bool
- func RichEdit_GetVisibleDockClientCount(obj uintptr) int32
- func RichEdit_GetWantReturns(obj uintptr) bool
- func RichEdit_GetWantTabs(obj uintptr) bool
- func RichEdit_GetWidth(obj uintptr) int32
- func RichEdit_GetWordWrap(obj uintptr) bool
- func RichEdit_GetZoom(obj uintptr) int32
- func RichEdit_HandleAllocated(obj uintptr) bool
- func RichEdit_HasParent(obj uintptr) bool
- func RichEdit_Hide(obj uintptr)
- func RichEdit_InheritsFrom(obj uintptr, AClass TClass) bool
- func RichEdit_InsertControl(obj uintptr, AControl uintptr)
- func RichEdit_InstanceSize(obj uintptr) int32
- func RichEdit_Invalidate(obj uintptr)
- func RichEdit_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func RichEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func RichEdit_PasteFromClipboard(obj uintptr)
- func RichEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func RichEdit_Print(obj uintptr, Caption string)
- func RichEdit_Realign(obj uintptr)
- func RichEdit_Refresh(obj uintptr)
- func RichEdit_RemoveControl(obj uintptr, AControl uintptr)
- func RichEdit_Repaint(obj uintptr)
- func RichEdit_ScaleBy(obj uintptr, M int32, D int32)
- func RichEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func RichEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func RichEdit_SelectAll(obj uintptr)
- func RichEdit_SendToBack(obj uintptr)
- func RichEdit_SetAction(obj uintptr, value uintptr)
- func RichEdit_SetAlign(obj uintptr, value TAlign)
- func RichEdit_SetAlignWithMargins(obj uintptr, value bool)
- func RichEdit_SetAlignment(obj uintptr, value TAlignment)
- func RichEdit_SetAnchors(obj uintptr, value TAnchors)
- func RichEdit_SetBevelEdges(obj uintptr, value TBevelEdges)
- func RichEdit_SetBevelInner(obj uintptr, value TBevelCut)
- func RichEdit_SetBevelKind(obj uintptr, value TBevelKind)
- func RichEdit_SetBevelOuter(obj uintptr, value TBevelCut)
- func RichEdit_SetBiDiMode(obj uintptr, value TBiDiMode)
- func RichEdit_SetBorderStyle(obj uintptr, value TBorderStyle)
- func RichEdit_SetBorderWidth(obj uintptr, value int32)
- func RichEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func RichEdit_SetBoundsRect(obj uintptr, value TRect)
- func RichEdit_SetCaretPos(obj uintptr, value TPoint)
- func RichEdit_SetClientHeight(obj uintptr, value int32)
- func RichEdit_SetClientWidth(obj uintptr, value int32)
- func RichEdit_SetColor(obj uintptr, value TColor)
- func RichEdit_SetComponentIndex(obj uintptr, value int32)
- func RichEdit_SetConstraints(obj uintptr, value uintptr)
- func RichEdit_SetControlState(obj uintptr, value TControlState)
- func RichEdit_SetControlStyle(obj uintptr, value TControlStyle)
- func RichEdit_SetCtl3D(obj uintptr, value bool)
- func RichEdit_SetCursor(obj uintptr, value TCursor)
- func RichEdit_SetCustomHint(obj uintptr, value uintptr)
- func RichEdit_SetDefAttributes(obj uintptr, value uintptr)
- func RichEdit_SetDockSite(obj uintptr, value bool)
- func RichEdit_SetDoubleBuffered(obj uintptr, value bool)
- func RichEdit_SetDragCursor(obj uintptr, value TCursor)
- func RichEdit_SetDragKind(obj uintptr, value TDragKind)
- func RichEdit_SetDragMode(obj uintptr, value TDragMode)
- func RichEdit_SetEnabled(obj uintptr, value bool)
- func RichEdit_SetFocus(obj uintptr)
- func RichEdit_SetFont(obj uintptr, value uintptr)
- func RichEdit_SetHeight(obj uintptr, value int32)
- func RichEdit_SetHideScrollBars(obj uintptr, value bool)
- func RichEdit_SetHideSelection(obj uintptr, value bool)
- func RichEdit_SetHint(obj uintptr, value string)
- func RichEdit_SetLeft(obj uintptr, value int32)
- func RichEdit_SetLines(obj uintptr, value uintptr)
- func RichEdit_SetMargins(obj uintptr, value uintptr)
- func RichEdit_SetMaxLength(obj uintptr, value int32)
- func RichEdit_SetModified(obj uintptr, value bool)
- func RichEdit_SetName(obj uintptr, value string)
- func RichEdit_SetOnChange(obj uintptr, fn interface{})
- func RichEdit_SetOnClick(obj uintptr, fn interface{})
- func RichEdit_SetOnContextPopup(obj uintptr, fn interface{})
- func RichEdit_SetOnDblClick(obj uintptr, fn interface{})
- func RichEdit_SetOnDragDrop(obj uintptr, fn interface{})
- func RichEdit_SetOnDragOver(obj uintptr, fn interface{})
- func RichEdit_SetOnEndDock(obj uintptr, fn interface{})
- func RichEdit_SetOnEndDrag(obj uintptr, fn interface{})
- func RichEdit_SetOnEnter(obj uintptr, fn interface{})
- func RichEdit_SetOnExit(obj uintptr, fn interface{})
- func RichEdit_SetOnGesture(obj uintptr, fn interface{})
- func RichEdit_SetOnKeyDown(obj uintptr, fn interface{})
- func RichEdit_SetOnKeyPress(obj uintptr, fn interface{})
- func RichEdit_SetOnKeyUp(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseActivate(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseDown(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseEnter(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseLeave(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseMove(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseUp(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseWheel(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func RichEdit_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func RichEdit_SetOnStartDock(obj uintptr, fn interface{})
- func RichEdit_SetPageRect(obj uintptr, value TRect)
- func RichEdit_SetParent(obj uintptr, value uintptr)
- func RichEdit_SetParentColor(obj uintptr, value bool)
- func RichEdit_SetParentCtl3D(obj uintptr, value bool)
- func RichEdit_SetParentDoubleBuffered(obj uintptr, value bool)
- func RichEdit_SetParentFont(obj uintptr, value bool)
- func RichEdit_SetParentShowHint(obj uintptr, value bool)
- func RichEdit_SetParentWindow(obj uintptr, value HWND)
- func RichEdit_SetPlainText(obj uintptr, value bool)
- func RichEdit_SetPopupMenu(obj uintptr, value uintptr)
- func RichEdit_SetReadOnly(obj uintptr, value bool)
- func RichEdit_SetScrollBars(obj uintptr, value TScrollStyle)
- func RichEdit_SetSelAttributes(obj uintptr, value uintptr)
- func RichEdit_SetSelLength(obj uintptr, value int32)
- func RichEdit_SetSelStart(obj uintptr, value int32)
- func RichEdit_SetSelText(obj uintptr, value string)
- func RichEdit_SetShowHint(obj uintptr, value bool)
- func RichEdit_SetStyleElements(obj uintptr, value TStyleElements)
- func RichEdit_SetTabOrder(obj uintptr, value TTabOrder)
- func RichEdit_SetTabStop(obj uintptr, value bool)
- func RichEdit_SetTag(obj uintptr, value int)
- func RichEdit_SetText(obj uintptr, value string)
- func RichEdit_SetTextBuf(obj uintptr, Buffer string)
- func RichEdit_SetTextHint(obj uintptr, value string)
- func RichEdit_SetTop(obj uintptr, value int32)
- func RichEdit_SetUseDockManager(obj uintptr, value bool)
- func RichEdit_SetVisible(obj uintptr, value bool)
- func RichEdit_SetWantReturns(obj uintptr, value bool)
- func RichEdit_SetWantTabs(obj uintptr, value bool)
- func RichEdit_SetWidth(obj uintptr, value int32)
- func RichEdit_SetWordWrap(obj uintptr, value bool)
- func RichEdit_SetZoom(obj uintptr, value int32)
- func RichEdit_Show(obj uintptr)
- func RichEdit_StaticClassType() TClass
- func RichEdit_ToString(obj uintptr) string
- func RichEdit_Undo(obj uintptr)
- func RichEdit_Update(obj uintptr)
- func RichEdit_UpdateControlState(obj uintptr)
- func SaveDialog_Assign(obj uintptr, Source uintptr)
- func SaveDialog_ClassName(obj uintptr) string
- func SaveDialog_ClassType(obj uintptr) TClass
- func SaveDialog_Create(obj uintptr) uintptr
- func SaveDialog_DisposeOf(obj uintptr)
- func SaveDialog_Equals(obj uintptr, Obj uintptr) bool
- func SaveDialog_Execute(obj uintptr) bool
- func SaveDialog_FindComponent(obj uintptr, AName string) uintptr
- func SaveDialog_Free(obj uintptr)
- func SaveDialog_GetComponentCount(obj uintptr) int32
- func SaveDialog_GetComponentIndex(obj uintptr) int32
- func SaveDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func SaveDialog_GetCtl3D(obj uintptr) bool
- func SaveDialog_GetDefaultExt(obj uintptr) string
- func SaveDialog_GetFileName(obj uintptr) string
- func SaveDialog_GetFiles(obj uintptr) uintptr
- func SaveDialog_GetFilter(obj uintptr) string
- func SaveDialog_GetFilterIndex(obj uintptr) int32
- func SaveDialog_GetHandle(obj uintptr) HWND
- func SaveDialog_GetHashCode(obj uintptr) int32
- func SaveDialog_GetInitialDir(obj uintptr) string
- func SaveDialog_GetName(obj uintptr) string
- func SaveDialog_GetNamePath(obj uintptr) string
- func SaveDialog_GetOptions(obj uintptr) TOpenOptions
- func SaveDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func SaveDialog_GetOwner(obj uintptr) uintptr
- func SaveDialog_GetTag(obj uintptr) int
- func SaveDialog_GetTitle(obj uintptr) string
- func SaveDialog_HasParent(obj uintptr) bool
- func SaveDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func SaveDialog_InstanceSize(obj uintptr) int32
- func SaveDialog_SetComponentIndex(obj uintptr, value int32)
- func SaveDialog_SetCtl3D(obj uintptr, value bool)
- func SaveDialog_SetDefaultExt(obj uintptr, value string)
- func SaveDialog_SetFileName(obj uintptr, value string)
- func SaveDialog_SetFilter(obj uintptr, value string)
- func SaveDialog_SetFilterIndex(obj uintptr, value int32)
- func SaveDialog_SetInitialDir(obj uintptr, value string)
- func SaveDialog_SetName(obj uintptr, value string)
- func SaveDialog_SetOnClose(obj uintptr, fn interface{})
- func SaveDialog_SetOnShow(obj uintptr, fn interface{})
- func SaveDialog_SetOptions(obj uintptr, value TOpenOptions)
- func SaveDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func SaveDialog_SetTag(obj uintptr, value int)
- func SaveDialog_SetTitle(obj uintptr, value string)
- func SaveDialog_StaticClassType() TClass
- func SaveDialog_ToString(obj uintptr) string
- func SavePictureDialog_Assign(obj uintptr, Source uintptr)
- func SavePictureDialog_ClassName(obj uintptr) string
- func SavePictureDialog_ClassType(obj uintptr) TClass
- func SavePictureDialog_Create(obj uintptr) uintptr
- func SavePictureDialog_DisposeOf(obj uintptr)
- func SavePictureDialog_Equals(obj uintptr, Obj uintptr) bool
- func SavePictureDialog_Execute(obj uintptr) bool
- func SavePictureDialog_FindComponent(obj uintptr, AName string) uintptr
- func SavePictureDialog_Free(obj uintptr)
- func SavePictureDialog_GetComponentCount(obj uintptr) int32
- func SavePictureDialog_GetComponentIndex(obj uintptr) int32
- func SavePictureDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func SavePictureDialog_GetCtl3D(obj uintptr) bool
- func SavePictureDialog_GetDefaultExt(obj uintptr) string
- func SavePictureDialog_GetFileName(obj uintptr) string
- func SavePictureDialog_GetFiles(obj uintptr) uintptr
- func SavePictureDialog_GetFilter(obj uintptr) string
- func SavePictureDialog_GetFilterIndex(obj uintptr) int32
- func SavePictureDialog_GetHandle(obj uintptr) HWND
- func SavePictureDialog_GetHashCode(obj uintptr) int32
- func SavePictureDialog_GetInitialDir(obj uintptr) string
- func SavePictureDialog_GetName(obj uintptr) string
- func SavePictureDialog_GetNamePath(obj uintptr) string
- func SavePictureDialog_GetOptions(obj uintptr) TOpenOptions
- func SavePictureDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func SavePictureDialog_GetOwner(obj uintptr) uintptr
- func SavePictureDialog_GetTag(obj uintptr) int
- func SavePictureDialog_GetTitle(obj uintptr) string
- func SavePictureDialog_HasParent(obj uintptr) bool
- func SavePictureDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func SavePictureDialog_InstanceSize(obj uintptr) int32
- func SavePictureDialog_SetComponentIndex(obj uintptr, value int32)
- func SavePictureDialog_SetCtl3D(obj uintptr, value bool)
- func SavePictureDialog_SetDefaultExt(obj uintptr, value string)
- func SavePictureDialog_SetFileName(obj uintptr, value string)
- func SavePictureDialog_SetFilter(obj uintptr, value string)
- func SavePictureDialog_SetFilterIndex(obj uintptr, value int32)
- func SavePictureDialog_SetInitialDir(obj uintptr, value string)
- func SavePictureDialog_SetName(obj uintptr, value string)
- func SavePictureDialog_SetOnClose(obj uintptr, fn interface{})
- func SavePictureDialog_SetOnShow(obj uintptr, fn interface{})
- func SavePictureDialog_SetOptions(obj uintptr, value TOpenOptions)
- func SavePictureDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func SavePictureDialog_SetTag(obj uintptr, value int)
- func SavePictureDialog_SetTitle(obj uintptr, value string)
- func SavePictureDialog_StaticClassType() TClass
- func SavePictureDialog_ToString(obj uintptr) string
- func SaveTextFileDialog_Assign(obj uintptr, Source uintptr)
- func SaveTextFileDialog_ClassName(obj uintptr) string
- func SaveTextFileDialog_ClassType(obj uintptr) TClass
- func SaveTextFileDialog_Create(obj uintptr) uintptr
- func SaveTextFileDialog_DisposeOf(obj uintptr)
- func SaveTextFileDialog_Equals(obj uintptr, Obj uintptr) bool
- func SaveTextFileDialog_Execute(obj uintptr) bool
- func SaveTextFileDialog_FindComponent(obj uintptr, AName string) uintptr
- func SaveTextFileDialog_Free(obj uintptr)
- func SaveTextFileDialog_GetComponentCount(obj uintptr) int32
- func SaveTextFileDialog_GetComponentIndex(obj uintptr) int32
- func SaveTextFileDialog_GetComponents(obj uintptr, AIndex int32) uintptr
- func SaveTextFileDialog_GetCtl3D(obj uintptr) bool
- func SaveTextFileDialog_GetDefaultExt(obj uintptr) string
- func SaveTextFileDialog_GetFileName(obj uintptr) string
- func SaveTextFileDialog_GetFiles(obj uintptr) uintptr
- func SaveTextFileDialog_GetFilter(obj uintptr) string
- func SaveTextFileDialog_GetFilterIndex(obj uintptr) int32
- func SaveTextFileDialog_GetHandle(obj uintptr) HWND
- func SaveTextFileDialog_GetHashCode(obj uintptr) int32
- func SaveTextFileDialog_GetInitialDir(obj uintptr) string
- func SaveTextFileDialog_GetName(obj uintptr) string
- func SaveTextFileDialog_GetNamePath(obj uintptr) string
- func SaveTextFileDialog_GetOptions(obj uintptr) TOpenOptions
- func SaveTextFileDialog_GetOptionsEx(obj uintptr) TOpenOptionsEx
- func SaveTextFileDialog_GetOwner(obj uintptr) uintptr
- func SaveTextFileDialog_GetTag(obj uintptr) int
- func SaveTextFileDialog_GetTitle(obj uintptr) string
- func SaveTextFileDialog_HasParent(obj uintptr) bool
- func SaveTextFileDialog_InheritsFrom(obj uintptr, AClass TClass) bool
- func SaveTextFileDialog_InstanceSize(obj uintptr) int32
- func SaveTextFileDialog_SetComponentIndex(obj uintptr, value int32)
- func SaveTextFileDialog_SetCtl3D(obj uintptr, value bool)
- func SaveTextFileDialog_SetDefaultExt(obj uintptr, value string)
- func SaveTextFileDialog_SetFileName(obj uintptr, value string)
- func SaveTextFileDialog_SetFilter(obj uintptr, value string)
- func SaveTextFileDialog_SetFilterIndex(obj uintptr, value int32)
- func SaveTextFileDialog_SetInitialDir(obj uintptr, value string)
- func SaveTextFileDialog_SetName(obj uintptr, value string)
- func SaveTextFileDialog_SetOnClose(obj uintptr, fn interface{})
- func SaveTextFileDialog_SetOnShow(obj uintptr, fn interface{})
- func SaveTextFileDialog_SetOptions(obj uintptr, value TOpenOptions)
- func SaveTextFileDialog_SetOptionsEx(obj uintptr, value TOpenOptionsEx)
- func SaveTextFileDialog_SetTag(obj uintptr, value int)
- func SaveTextFileDialog_SetTitle(obj uintptr, value string)
- func SaveTextFileDialog_StaticClassType() TClass
- func SaveTextFileDialog_ToString(obj uintptr) string
- func Screen_Assign(obj uintptr, Source uintptr)
- func Screen_ClassName(obj uintptr) string
- func Screen_ClassType(obj uintptr) TClass
- func Screen_Create(obj uintptr) uintptr
- func Screen_DisableAlign(obj uintptr)
- func Screen_DisposeOf(obj uintptr)
- func Screen_EnableAlign(obj uintptr)
- func Screen_Equals(obj uintptr, Obj uintptr) bool
- func Screen_FindComponent(obj uintptr, AName string) uintptr
- func Screen_Free(obj uintptr)
- func Screen_GetActiveForm(obj uintptr) uintptr
- func Screen_GetComponentCount(obj uintptr) int32
- func Screen_GetComponentIndex(obj uintptr) int32
- func Screen_GetComponents(obj uintptr, AIndex int32) uintptr
- func Screen_GetCursor(obj uintptr) TCursor
- func Screen_GetCursorCount(obj uintptr) int32
- func Screen_GetCursors(obj uintptr, Index int32) HICON
- func Screen_GetCustomFormCount(obj uintptr) int32
- func Screen_GetDefaultIme(obj uintptr) string
- func Screen_GetDesktopHeight(obj uintptr) int32
- func Screen_GetDesktopLeft(obj uintptr) int32
- func Screen_GetDesktopRect(obj uintptr) TRect
- func Screen_GetDesktopTop(obj uintptr) int32
- func Screen_GetDesktopWidth(obj uintptr) int32
- func Screen_GetFocusedForm(obj uintptr) uintptr
- func Screen_GetFonts(obj uintptr) uintptr
- func Screen_GetFormCount(obj uintptr) int32
- func Screen_GetForms(obj uintptr, Index int32) uintptr
- func Screen_GetHashCode(obj uintptr) int32
- func Screen_GetHeight(obj uintptr) int32
- func Screen_GetImes(obj uintptr) uintptr
- func Screen_GetMonitorCount(obj uintptr) int32
- func Screen_GetMonitors(obj uintptr, Index int32) uintptr
- func Screen_GetName(obj uintptr) string
- func Screen_GetNamePath(obj uintptr) string
- func Screen_GetOwner(obj uintptr) uintptr
- func Screen_GetPixelsPerInch(obj uintptr) int32
- func Screen_GetPrimaryMonitor(obj uintptr) uintptr
- func Screen_GetTag(obj uintptr) int
- func Screen_GetWidth(obj uintptr) int32
- func Screen_GetWorkAreaHeight(obj uintptr) int32
- func Screen_GetWorkAreaLeft(obj uintptr) int32
- func Screen_GetWorkAreaRect(obj uintptr) TRect
- func Screen_GetWorkAreaTop(obj uintptr) int32
- func Screen_GetWorkAreaWidth(obj uintptr) int32
- func Screen_HasParent(obj uintptr) bool
- func Screen_InheritsFrom(obj uintptr, AClass TClass) bool
- func Screen_Instance() uintptr
- func Screen_InstanceSize(obj uintptr) int32
- func Screen_Realign(obj uintptr)
- func Screen_SetComponentIndex(obj uintptr, value int32)
- func Screen_SetCursor(obj uintptr, value TCursor)
- func Screen_SetCursors(obj uintptr, Index int32, value HICON)
- func Screen_SetFocusedForm(obj uintptr, value uintptr)
- func Screen_SetName(obj uintptr, value string)
- func Screen_SetTag(obj uintptr, value int)
- func Screen_StaticClassType() TClass
- func Screen_ToString(obj uintptr) string
- func ScrollBar_Assign(obj uintptr, Source uintptr)
- func ScrollBar_BringToFront(obj uintptr)
- func ScrollBar_CanFocus(obj uintptr) bool
- func ScrollBar_ClassName(obj uintptr) string
- func ScrollBar_ClassType(obj uintptr) TClass
- func ScrollBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ScrollBar_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ScrollBar_ContainsControl(obj uintptr, Control uintptr) bool
- func ScrollBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ScrollBar_Create(obj uintptr) uintptr
- func ScrollBar_DisableAlign(obj uintptr)
- func ScrollBar_DisposeOf(obj uintptr)
- func ScrollBar_Dragging(obj uintptr) bool
- func ScrollBar_EnableAlign(obj uintptr)
- func ScrollBar_Equals(obj uintptr, Obj uintptr) bool
- func ScrollBar_FindChildControl(obj uintptr, ControlName string) uintptr
- func ScrollBar_FindComponent(obj uintptr, AName string) uintptr
- func ScrollBar_FlipChildren(obj uintptr, AllLevels bool)
- func ScrollBar_Focused(obj uintptr) bool
- func ScrollBar_Free(obj uintptr)
- func ScrollBar_GetAction(obj uintptr) uintptr
- func ScrollBar_GetAlign(obj uintptr) TAlign
- func ScrollBar_GetAlignDisabled(obj uintptr) bool
- func ScrollBar_GetAlignWithMargins(obj uintptr) bool
- func ScrollBar_GetAnchors(obj uintptr) TAnchors
- func ScrollBar_GetBiDiMode(obj uintptr) TBiDiMode
- func ScrollBar_GetBoundsRect(obj uintptr) TRect
- func ScrollBar_GetBrush(obj uintptr) uintptr
- func ScrollBar_GetClientHeight(obj uintptr) int32
- func ScrollBar_GetClientOrigin(obj uintptr) TPoint
- func ScrollBar_GetClientRect(obj uintptr) TRect
- func ScrollBar_GetClientWidth(obj uintptr) int32
- func ScrollBar_GetComponentCount(obj uintptr) int32
- func ScrollBar_GetComponentIndex(obj uintptr) int32
- func ScrollBar_GetComponents(obj uintptr, AIndex int32) uintptr
- func ScrollBar_GetConstraints(obj uintptr) uintptr
- func ScrollBar_GetControlCount(obj uintptr) int32
- func ScrollBar_GetControlState(obj uintptr) TControlState
- func ScrollBar_GetControlStyle(obj uintptr) TControlStyle
- func ScrollBar_GetControls(obj uintptr, Index int32) uintptr
- func ScrollBar_GetCtl3D(obj uintptr) bool
- func ScrollBar_GetCursor(obj uintptr) TCursor
- func ScrollBar_GetCustomHint(obj uintptr) uintptr
- func ScrollBar_GetDockClientCount(obj uintptr) int32
- func ScrollBar_GetDockClients(obj uintptr, Index int32) uintptr
- func ScrollBar_GetDockSite(obj uintptr) bool
- func ScrollBar_GetDoubleBuffered(obj uintptr) bool
- func ScrollBar_GetDragCursor(obj uintptr) TCursor
- func ScrollBar_GetDragKind(obj uintptr) TDragKind
- func ScrollBar_GetDragMode(obj uintptr) TDragMode
- func ScrollBar_GetEnabled(obj uintptr) bool
- func ScrollBar_GetExplicitHeight(obj uintptr) int32
- func ScrollBar_GetExplicitLeft(obj uintptr) int32
- func ScrollBar_GetExplicitTop(obj uintptr) int32
- func ScrollBar_GetExplicitWidth(obj uintptr) int32
- func ScrollBar_GetFloating(obj uintptr) bool
- func ScrollBar_GetHandle(obj uintptr) HWND
- func ScrollBar_GetHashCode(obj uintptr) int32
- func ScrollBar_GetHeight(obj uintptr) int32
- func ScrollBar_GetHint(obj uintptr) string
- func ScrollBar_GetKind(obj uintptr) TScrollBarKind
- func ScrollBar_GetLargeChange(obj uintptr) TScrollBarInc
- func ScrollBar_GetLeft(obj uintptr) int32
- func ScrollBar_GetMargins(obj uintptr) uintptr
- func ScrollBar_GetMax(obj uintptr) int32
- func ScrollBar_GetMin(obj uintptr) int32
- func ScrollBar_GetMouseInClient(obj uintptr) bool
- func ScrollBar_GetName(obj uintptr) string
- func ScrollBar_GetNamePath(obj uintptr) string
- func ScrollBar_GetOwner(obj uintptr) uintptr
- func ScrollBar_GetPageSize(obj uintptr) int32
- func ScrollBar_GetParent(obj uintptr) uintptr
- func ScrollBar_GetParentCtl3D(obj uintptr) bool
- func ScrollBar_GetParentDoubleBuffered(obj uintptr) bool
- func ScrollBar_GetParentShowHint(obj uintptr) bool
- func ScrollBar_GetParentWindow(obj uintptr) HWND
- func ScrollBar_GetPopupMenu(obj uintptr) uintptr
- func ScrollBar_GetPosition(obj uintptr) int32
- func ScrollBar_GetShowHint(obj uintptr) bool
- func ScrollBar_GetSmallChange(obj uintptr) TScrollBarInc
- func ScrollBar_GetStyleElements(obj uintptr) TStyleElements
- func ScrollBar_GetTabOrder(obj uintptr) TTabOrder
- func ScrollBar_GetTabStop(obj uintptr) bool
- func ScrollBar_GetTag(obj uintptr) int
- func ScrollBar_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ScrollBar_GetTextLen(obj uintptr) int32
- func ScrollBar_GetTop(obj uintptr) int32
- func ScrollBar_GetUseDockManager(obj uintptr) bool
- func ScrollBar_GetVisible(obj uintptr) bool
- func ScrollBar_GetVisibleDockClientCount(obj uintptr) int32
- func ScrollBar_GetWidth(obj uintptr) int32
- func ScrollBar_HandleAllocated(obj uintptr) bool
- func ScrollBar_HasParent(obj uintptr) bool
- func ScrollBar_Hide(obj uintptr)
- func ScrollBar_InheritsFrom(obj uintptr, AClass TClass) bool
- func ScrollBar_InsertControl(obj uintptr, AControl uintptr)
- func ScrollBar_InstanceSize(obj uintptr) int32
- func ScrollBar_Invalidate(obj uintptr)
- func ScrollBar_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ScrollBar_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ScrollBar_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ScrollBar_Realign(obj uintptr)
- func ScrollBar_Refresh(obj uintptr)
- func ScrollBar_RemoveControl(obj uintptr, AControl uintptr)
- func ScrollBar_Repaint(obj uintptr)
- func ScrollBar_ScaleBy(obj uintptr, M int32, D int32)
- func ScrollBar_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ScrollBar_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ScrollBar_SendToBack(obj uintptr)
- func ScrollBar_SetAction(obj uintptr, value uintptr)
- func ScrollBar_SetAlign(obj uintptr, value TAlign)
- func ScrollBar_SetAlignWithMargins(obj uintptr, value bool)
- func ScrollBar_SetAnchors(obj uintptr, value TAnchors)
- func ScrollBar_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ScrollBar_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ScrollBar_SetBoundsRect(obj uintptr, value TRect)
- func ScrollBar_SetClientHeight(obj uintptr, value int32)
- func ScrollBar_SetClientWidth(obj uintptr, value int32)
- func ScrollBar_SetComponentIndex(obj uintptr, value int32)
- func ScrollBar_SetConstraints(obj uintptr, value uintptr)
- func ScrollBar_SetControlState(obj uintptr, value TControlState)
- func ScrollBar_SetControlStyle(obj uintptr, value TControlStyle)
- func ScrollBar_SetCtl3D(obj uintptr, value bool)
- func ScrollBar_SetCursor(obj uintptr, value TCursor)
- func ScrollBar_SetCustomHint(obj uintptr, value uintptr)
- func ScrollBar_SetDockSite(obj uintptr, value bool)
- func ScrollBar_SetDoubleBuffered(obj uintptr, value bool)
- func ScrollBar_SetDragCursor(obj uintptr, value TCursor)
- func ScrollBar_SetDragKind(obj uintptr, value TDragKind)
- func ScrollBar_SetDragMode(obj uintptr, value TDragMode)
- func ScrollBar_SetEnabled(obj uintptr, value bool)
- func ScrollBar_SetFocus(obj uintptr)
- func ScrollBar_SetHeight(obj uintptr, value int32)
- func ScrollBar_SetHint(obj uintptr, value string)
- func ScrollBar_SetKind(obj uintptr, value TScrollBarKind)
- func ScrollBar_SetLargeChange(obj uintptr, value TScrollBarInc)
- func ScrollBar_SetLeft(obj uintptr, value int32)
- func ScrollBar_SetMargins(obj uintptr, value uintptr)
- func ScrollBar_SetMax(obj uintptr, value int32)
- func ScrollBar_SetMin(obj uintptr, value int32)
- func ScrollBar_SetName(obj uintptr, value string)
- func ScrollBar_SetOnChange(obj uintptr, fn interface{})
- func ScrollBar_SetOnContextPopup(obj uintptr, fn interface{})
- func ScrollBar_SetOnDragDrop(obj uintptr, fn interface{})
- func ScrollBar_SetOnDragOver(obj uintptr, fn interface{})
- func ScrollBar_SetOnEndDock(obj uintptr, fn interface{})
- func ScrollBar_SetOnEndDrag(obj uintptr, fn interface{})
- func ScrollBar_SetOnEnter(obj uintptr, fn interface{})
- func ScrollBar_SetOnExit(obj uintptr, fn interface{})
- func ScrollBar_SetOnGesture(obj uintptr, fn interface{})
- func ScrollBar_SetOnKeyDown(obj uintptr, fn interface{})
- func ScrollBar_SetOnKeyPress(obj uintptr, fn interface{})
- func ScrollBar_SetOnKeyUp(obj uintptr, fn interface{})
- func ScrollBar_SetOnMouseEnter(obj uintptr, fn interface{})
- func ScrollBar_SetOnMouseLeave(obj uintptr, fn interface{})
- func ScrollBar_SetOnStartDock(obj uintptr, fn interface{})
- func ScrollBar_SetPageSize(obj uintptr, value int32)
- func ScrollBar_SetParams(obj uintptr, APosition int32, AMin int32, AMax int32)
- func ScrollBar_SetParent(obj uintptr, value uintptr)
- func ScrollBar_SetParentCtl3D(obj uintptr, value bool)
- func ScrollBar_SetParentDoubleBuffered(obj uintptr, value bool)
- func ScrollBar_SetParentShowHint(obj uintptr, value bool)
- func ScrollBar_SetParentWindow(obj uintptr, value HWND)
- func ScrollBar_SetPopupMenu(obj uintptr, value uintptr)
- func ScrollBar_SetPosition(obj uintptr, value int32)
- func ScrollBar_SetShowHint(obj uintptr, value bool)
- func ScrollBar_SetSmallChange(obj uintptr, value TScrollBarInc)
- func ScrollBar_SetStyleElements(obj uintptr, value TStyleElements)
- func ScrollBar_SetTabOrder(obj uintptr, value TTabOrder)
- func ScrollBar_SetTabStop(obj uintptr, value bool)
- func ScrollBar_SetTag(obj uintptr, value int)
- func ScrollBar_SetTextBuf(obj uintptr, Buffer string)
- func ScrollBar_SetTop(obj uintptr, value int32)
- func ScrollBar_SetUseDockManager(obj uintptr, value bool)
- func ScrollBar_SetVisible(obj uintptr, value bool)
- func ScrollBar_SetWidth(obj uintptr, value int32)
- func ScrollBar_Show(obj uintptr)
- func ScrollBar_StaticClassType() TClass
- func ScrollBar_ToString(obj uintptr) string
- func ScrollBar_Update(obj uintptr)
- func ScrollBar_UpdateControlState(obj uintptr)
- func ScrollBox_Assign(obj uintptr, Source uintptr)
- func ScrollBox_BringToFront(obj uintptr)
- func ScrollBox_CanFocus(obj uintptr) bool
- func ScrollBox_ClassName(obj uintptr) string
- func ScrollBox_ClassType(obj uintptr) TClass
- func ScrollBox_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ScrollBox_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func ScrollBox_ContainsControl(obj uintptr, Control uintptr) bool
- func ScrollBox_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func ScrollBox_Create(obj uintptr) uintptr
- func ScrollBox_DisableAlign(obj uintptr)
- func ScrollBox_DisableAutoRange(obj uintptr)
- func ScrollBox_DisposeOf(obj uintptr)
- func ScrollBox_Dragging(obj uintptr) bool
- func ScrollBox_EnableAlign(obj uintptr)
- func ScrollBox_EnableAutoRange(obj uintptr)
- func ScrollBox_Equals(obj uintptr, Obj uintptr) bool
- func ScrollBox_FindChildControl(obj uintptr, ControlName string) uintptr
- func ScrollBox_FindComponent(obj uintptr, AName string) uintptr
- func ScrollBox_FlipChildren(obj uintptr, AllLevels bool)
- func ScrollBox_Focused(obj uintptr) bool
- func ScrollBox_Free(obj uintptr)
- func ScrollBox_GetAction(obj uintptr) uintptr
- func ScrollBox_GetAlign(obj uintptr) TAlign
- func ScrollBox_GetAlignDisabled(obj uintptr) bool
- func ScrollBox_GetAlignWithMargins(obj uintptr) bool
- func ScrollBox_GetAnchors(obj uintptr) TAnchors
- func ScrollBox_GetAutoScroll(obj uintptr) bool
- func ScrollBox_GetAutoSize(obj uintptr) bool
- func ScrollBox_GetBevelEdges(obj uintptr) TBevelEdges
- func ScrollBox_GetBevelInner(obj uintptr) TBevelCut
- func ScrollBox_GetBevelKind(obj uintptr) TBevelKind
- func ScrollBox_GetBevelOuter(obj uintptr) TBevelCut
- func ScrollBox_GetBiDiMode(obj uintptr) TBiDiMode
- func ScrollBox_GetBorderStyle(obj uintptr) TBorderStyle
- func ScrollBox_GetBoundsRect(obj uintptr) TRect
- func ScrollBox_GetBrush(obj uintptr) uintptr
- func ScrollBox_GetClientHeight(obj uintptr) int32
- func ScrollBox_GetClientOrigin(obj uintptr) TPoint
- func ScrollBox_GetClientRect(obj uintptr) TRect
- func ScrollBox_GetClientWidth(obj uintptr) int32
- func ScrollBox_GetColor(obj uintptr) TColor
- func ScrollBox_GetComponentCount(obj uintptr) int32
- func ScrollBox_GetComponentIndex(obj uintptr) int32
- func ScrollBox_GetComponents(obj uintptr, AIndex int32) uintptr
- func ScrollBox_GetConstraints(obj uintptr) uintptr
- func ScrollBox_GetControlCount(obj uintptr) int32
- func ScrollBox_GetControlState(obj uintptr) TControlState
- func ScrollBox_GetControlStyle(obj uintptr) TControlStyle
- func ScrollBox_GetControls(obj uintptr, Index int32) uintptr
- func ScrollBox_GetCtl3D(obj uintptr) bool
- func ScrollBox_GetCursor(obj uintptr) TCursor
- func ScrollBox_GetCustomHint(obj uintptr) uintptr
- func ScrollBox_GetDockClientCount(obj uintptr) int32
- func ScrollBox_GetDockClients(obj uintptr, Index int32) uintptr
- func ScrollBox_GetDockSite(obj uintptr) bool
- func ScrollBox_GetDoubleBuffered(obj uintptr) bool
- func ScrollBox_GetDragCursor(obj uintptr) TCursor
- func ScrollBox_GetDragKind(obj uintptr) TDragKind
- func ScrollBox_GetDragMode(obj uintptr) TDragMode
- func ScrollBox_GetEnabled(obj uintptr) bool
- func ScrollBox_GetExplicitHeight(obj uintptr) int32
- func ScrollBox_GetExplicitLeft(obj uintptr) int32
- func ScrollBox_GetExplicitTop(obj uintptr) int32
- func ScrollBox_GetExplicitWidth(obj uintptr) int32
- func ScrollBox_GetFloating(obj uintptr) bool
- func ScrollBox_GetFont(obj uintptr) uintptr
- func ScrollBox_GetHandle(obj uintptr) HWND
- func ScrollBox_GetHashCode(obj uintptr) int32
- func ScrollBox_GetHeight(obj uintptr) int32
- func ScrollBox_GetHint(obj uintptr) string
- func ScrollBox_GetHorzScrollBar(obj uintptr) uintptr
- func ScrollBox_GetLeft(obj uintptr) int32
- func ScrollBox_GetMargins(obj uintptr) uintptr
- func ScrollBox_GetMouseInClient(obj uintptr) bool
- func ScrollBox_GetName(obj uintptr) string
- func ScrollBox_GetNamePath(obj uintptr) string
- func ScrollBox_GetOwner(obj uintptr) uintptr
- func ScrollBox_GetParent(obj uintptr) uintptr
- func ScrollBox_GetParentBackground(obj uintptr) bool
- func ScrollBox_GetParentColor(obj uintptr) bool
- func ScrollBox_GetParentCtl3D(obj uintptr) bool
- func ScrollBox_GetParentDoubleBuffered(obj uintptr) bool
- func ScrollBox_GetParentFont(obj uintptr) bool
- func ScrollBox_GetParentShowHint(obj uintptr) bool
- func ScrollBox_GetParentWindow(obj uintptr) HWND
- func ScrollBox_GetPopupMenu(obj uintptr) uintptr
- func ScrollBox_GetShowHint(obj uintptr) bool
- func ScrollBox_GetStyleElements(obj uintptr) TStyleElements
- func ScrollBox_GetTabOrder(obj uintptr) TTabOrder
- func ScrollBox_GetTabStop(obj uintptr) bool
- func ScrollBox_GetTag(obj uintptr) int
- func ScrollBox_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func ScrollBox_GetTextLen(obj uintptr) int32
- func ScrollBox_GetTop(obj uintptr) int32
- func ScrollBox_GetUseDockManager(obj uintptr) bool
- func ScrollBox_GetVertScrollBar(obj uintptr) uintptr
- func ScrollBox_GetVisible(obj uintptr) bool
- func ScrollBox_GetVisibleDockClientCount(obj uintptr) int32
- func ScrollBox_GetWidth(obj uintptr) int32
- func ScrollBox_HandleAllocated(obj uintptr) bool
- func ScrollBox_HasParent(obj uintptr) bool
- func ScrollBox_Hide(obj uintptr)
- func ScrollBox_InheritsFrom(obj uintptr, AClass TClass) bool
- func ScrollBox_InsertControl(obj uintptr, AControl uintptr)
- func ScrollBox_InstanceSize(obj uintptr) int32
- func ScrollBox_Invalidate(obj uintptr)
- func ScrollBox_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func ScrollBox_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func ScrollBox_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func ScrollBox_Realign(obj uintptr)
- func ScrollBox_Refresh(obj uintptr)
- func ScrollBox_RemoveControl(obj uintptr, AControl uintptr)
- func ScrollBox_Repaint(obj uintptr)
- func ScrollBox_ScaleBy(obj uintptr, M int32, D int32)
- func ScrollBox_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func ScrollBox_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func ScrollBox_ScrollInView(obj uintptr, AControl uintptr)
- func ScrollBox_SendToBack(obj uintptr)
- func ScrollBox_SetAction(obj uintptr, value uintptr)
- func ScrollBox_SetAlign(obj uintptr, value TAlign)
- func ScrollBox_SetAlignWithMargins(obj uintptr, value bool)
- func ScrollBox_SetAnchors(obj uintptr, value TAnchors)
- func ScrollBox_SetAutoScroll(obj uintptr, value bool)
- func ScrollBox_SetAutoSize(obj uintptr, value bool)
- func ScrollBox_SetBevelEdges(obj uintptr, value TBevelEdges)
- func ScrollBox_SetBevelInner(obj uintptr, value TBevelCut)
- func ScrollBox_SetBevelKind(obj uintptr, value TBevelKind)
- func ScrollBox_SetBevelOuter(obj uintptr, value TBevelCut)
- func ScrollBox_SetBiDiMode(obj uintptr, value TBiDiMode)
- func ScrollBox_SetBorderStyle(obj uintptr, value TBorderStyle)
- func ScrollBox_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func ScrollBox_SetBoundsRect(obj uintptr, value TRect)
- func ScrollBox_SetClientHeight(obj uintptr, value int32)
- func ScrollBox_SetClientWidth(obj uintptr, value int32)
- func ScrollBox_SetColor(obj uintptr, value TColor)
- func ScrollBox_SetComponentIndex(obj uintptr, value int32)
- func ScrollBox_SetConstraints(obj uintptr, value uintptr)
- func ScrollBox_SetControlState(obj uintptr, value TControlState)
- func ScrollBox_SetControlStyle(obj uintptr, value TControlStyle)
- func ScrollBox_SetCtl3D(obj uintptr, value bool)
- func ScrollBox_SetCursor(obj uintptr, value TCursor)
- func ScrollBox_SetCustomHint(obj uintptr, value uintptr)
- func ScrollBox_SetDockSite(obj uintptr, value bool)
- func ScrollBox_SetDoubleBuffered(obj uintptr, value bool)
- func ScrollBox_SetDragCursor(obj uintptr, value TCursor)
- func ScrollBox_SetDragKind(obj uintptr, value TDragKind)
- func ScrollBox_SetDragMode(obj uintptr, value TDragMode)
- func ScrollBox_SetEnabled(obj uintptr, value bool)
- func ScrollBox_SetFocus(obj uintptr)
- func ScrollBox_SetFont(obj uintptr, value uintptr)
- func ScrollBox_SetHeight(obj uintptr, value int32)
- func ScrollBox_SetHint(obj uintptr, value string)
- func ScrollBox_SetHorzScrollBar(obj uintptr, value uintptr)
- func ScrollBox_SetLeft(obj uintptr, value int32)
- func ScrollBox_SetMargins(obj uintptr, value uintptr)
- func ScrollBox_SetName(obj uintptr, value string)
- func ScrollBox_SetOnAlignPosition(obj uintptr, fn interface{})
- func ScrollBox_SetOnClick(obj uintptr, fn interface{})
- func ScrollBox_SetOnContextPopup(obj uintptr, fn interface{})
- func ScrollBox_SetOnDblClick(obj uintptr, fn interface{})
- func ScrollBox_SetOnDockDrop(obj uintptr, fn interface{})
- func ScrollBox_SetOnDragDrop(obj uintptr, fn interface{})
- func ScrollBox_SetOnDragOver(obj uintptr, fn interface{})
- func ScrollBox_SetOnEndDock(obj uintptr, fn interface{})
- func ScrollBox_SetOnEndDrag(obj uintptr, fn interface{})
- func ScrollBox_SetOnEnter(obj uintptr, fn interface{})
- func ScrollBox_SetOnExit(obj uintptr, fn interface{})
- func ScrollBox_SetOnGesture(obj uintptr, fn interface{})
- func ScrollBox_SetOnGetSiteInfo(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseActivate(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseDown(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseEnter(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseLeave(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseMove(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseUp(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseWheel(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseWheelDown(obj uintptr, fn interface{})
- func ScrollBox_SetOnMouseWheelUp(obj uintptr, fn interface{})
- func ScrollBox_SetOnResize(obj uintptr, fn interface{})
- func ScrollBox_SetOnStartDock(obj uintptr, fn interface{})
- func ScrollBox_SetOnUnDock(obj uintptr, fn interface{})
- func ScrollBox_SetParent(obj uintptr, value uintptr)
- func ScrollBox_SetParentBackground(obj uintptr, value bool)
- func ScrollBox_SetParentColor(obj uintptr, value bool)
- func ScrollBox_SetParentCtl3D(obj uintptr, value bool)
- func ScrollBox_SetParentDoubleBuffered(obj uintptr, value bool)
- func ScrollBox_SetParentFont(obj uintptr, value bool)
- func ScrollBox_SetParentShowHint(obj uintptr, value bool)
- func ScrollBox_SetParentWindow(obj uintptr, value HWND)
- func ScrollBox_SetPopupMenu(obj uintptr, value uintptr)
- func ScrollBox_SetShowHint(obj uintptr, value bool)
- func ScrollBox_SetStyleElements(obj uintptr, value TStyleElements)
- func ScrollBox_SetTabOrder(obj uintptr, value TTabOrder)
- func ScrollBox_SetTabStop(obj uintptr, value bool)
- func ScrollBox_SetTag(obj uintptr, value int)
- func ScrollBox_SetTextBuf(obj uintptr, Buffer string)
- func ScrollBox_SetTop(obj uintptr, value int32)
- func ScrollBox_SetUseDockManager(obj uintptr, value bool)
- func ScrollBox_SetVertScrollBar(obj uintptr, value uintptr)
- func ScrollBox_SetVisible(obj uintptr, value bool)
- func ScrollBox_SetWidth(obj uintptr, value int32)
- func ScrollBox_Show(obj uintptr)
- func ScrollBox_StaticClassType() TClass
- func ScrollBox_ToString(obj uintptr) string
- func ScrollBox_Update(obj uintptr)
- func ScrollBox_UpdateControlState(obj uintptr)
- func SetCurrentEventId(id uintptr)
- func SetEventCallback(ptr uintptr)
- func SetGlobalFormScaled(val bool)
- func SetMessageCallback(ptr uintptr)
- func SetThreadSyncCallback(ptr uintptr)
- func Shape_Assign(obj uintptr, Source uintptr)
- func Shape_BringToFront(obj uintptr)
- func Shape_ClassName(obj uintptr) string
- func Shape_ClassType(obj uintptr) TClass
- func Shape_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Shape_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Shape_Create(obj uintptr) uintptr
- func Shape_DisposeOf(obj uintptr)
- func Shape_Dragging(obj uintptr) bool
- func Shape_Equals(obj uintptr, Obj uintptr) bool
- func Shape_FindComponent(obj uintptr, AName string) uintptr
- func Shape_Free(obj uintptr)
- func Shape_GetAction(obj uintptr) uintptr
- func Shape_GetAlign(obj uintptr) TAlign
- func Shape_GetAlignWithMargins(obj uintptr) bool
- func Shape_GetAnchors(obj uintptr) TAnchors
- func Shape_GetBiDiMode(obj uintptr) TBiDiMode
- func Shape_GetBoundsRect(obj uintptr) TRect
- func Shape_GetBrush(obj uintptr) uintptr
- func Shape_GetClientHeight(obj uintptr) int32
- func Shape_GetClientOrigin(obj uintptr) TPoint
- func Shape_GetClientRect(obj uintptr) TRect
- func Shape_GetClientWidth(obj uintptr) int32
- func Shape_GetComponentCount(obj uintptr) int32
- func Shape_GetComponentIndex(obj uintptr) int32
- func Shape_GetComponents(obj uintptr, AIndex int32) uintptr
- func Shape_GetConstraints(obj uintptr) uintptr
- func Shape_GetControlState(obj uintptr) TControlState
- func Shape_GetControlStyle(obj uintptr) TControlStyle
- func Shape_GetCursor(obj uintptr) TCursor
- func Shape_GetCustomHint(obj uintptr) uintptr
- func Shape_GetDragCursor(obj uintptr) TCursor
- func Shape_GetDragKind(obj uintptr) TDragKind
- func Shape_GetDragMode(obj uintptr) TDragMode
- func Shape_GetEnabled(obj uintptr) bool
- func Shape_GetExplicitHeight(obj uintptr) int32
- func Shape_GetExplicitLeft(obj uintptr) int32
- func Shape_GetExplicitTop(obj uintptr) int32
- func Shape_GetExplicitWidth(obj uintptr) int32
- func Shape_GetFloating(obj uintptr) bool
- func Shape_GetHashCode(obj uintptr) int32
- func Shape_GetHeight(obj uintptr) int32
- func Shape_GetHint(obj uintptr) string
- func Shape_GetLeft(obj uintptr) int32
- func Shape_GetMargins(obj uintptr) uintptr
- func Shape_GetName(obj uintptr) string
- func Shape_GetNamePath(obj uintptr) string
- func Shape_GetOwner(obj uintptr) uintptr
- func Shape_GetParent(obj uintptr) uintptr
- func Shape_GetParentShowHint(obj uintptr) bool
- func Shape_GetPen(obj uintptr) uintptr
- func Shape_GetShape(obj uintptr) TShapeType
- func Shape_GetShowHint(obj uintptr) bool
- func Shape_GetStyleElements(obj uintptr) TStyleElements
- func Shape_GetTag(obj uintptr) int
- func Shape_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Shape_GetTextLen(obj uintptr) int32
- func Shape_GetTop(obj uintptr) int32
- func Shape_GetVisible(obj uintptr) bool
- func Shape_GetWidth(obj uintptr) int32
- func Shape_HasParent(obj uintptr) bool
- func Shape_Hide(obj uintptr)
- func Shape_InheritsFrom(obj uintptr, AClass TClass) bool
- func Shape_InstanceSize(obj uintptr) int32
- func Shape_Invalidate(obj uintptr)
- func Shape_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Shape_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Shape_Refresh(obj uintptr)
- func Shape_Repaint(obj uintptr)
- func Shape_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Shape_SendToBack(obj uintptr)
- func Shape_SetAction(obj uintptr, value uintptr)
- func Shape_SetAlign(obj uintptr, value TAlign)
- func Shape_SetAlignWithMargins(obj uintptr, value bool)
- func Shape_SetAnchors(obj uintptr, value TAnchors)
- func Shape_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Shape_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Shape_SetBoundsRect(obj uintptr, value TRect)
- func Shape_SetBrush(obj uintptr, value uintptr)
- func Shape_SetClientHeight(obj uintptr, value int32)
- func Shape_SetClientWidth(obj uintptr, value int32)
- func Shape_SetComponentIndex(obj uintptr, value int32)
- func Shape_SetConstraints(obj uintptr, value uintptr)
- func Shape_SetControlState(obj uintptr, value TControlState)
- func Shape_SetControlStyle(obj uintptr, value TControlStyle)
- func Shape_SetCursor(obj uintptr, value TCursor)
- func Shape_SetCustomHint(obj uintptr, value uintptr)
- func Shape_SetDragCursor(obj uintptr, value TCursor)
- func Shape_SetDragKind(obj uintptr, value TDragKind)
- func Shape_SetDragMode(obj uintptr, value TDragMode)
- func Shape_SetEnabled(obj uintptr, value bool)
- func Shape_SetHeight(obj uintptr, value int32)
- func Shape_SetHint(obj uintptr, value string)
- func Shape_SetLeft(obj uintptr, value int32)
- func Shape_SetMargins(obj uintptr, value uintptr)
- func Shape_SetName(obj uintptr, value string)
- func Shape_SetOnContextPopup(obj uintptr, fn interface{})
- func Shape_SetOnDragDrop(obj uintptr, fn interface{})
- func Shape_SetOnDragOver(obj uintptr, fn interface{})
- func Shape_SetOnEndDock(obj uintptr, fn interface{})
- func Shape_SetOnEndDrag(obj uintptr, fn interface{})
- func Shape_SetOnGesture(obj uintptr, fn interface{})
- func Shape_SetOnMouseActivate(obj uintptr, fn interface{})
- func Shape_SetOnMouseDown(obj uintptr, fn interface{})
- func Shape_SetOnMouseEnter(obj uintptr, fn interface{})
- func Shape_SetOnMouseLeave(obj uintptr, fn interface{})
- func Shape_SetOnMouseMove(obj uintptr, fn interface{})
- func Shape_SetOnMouseUp(obj uintptr, fn interface{})
- func Shape_SetOnStartDock(obj uintptr, fn interface{})
- func Shape_SetParent(obj uintptr, value uintptr)
- func Shape_SetParentShowHint(obj uintptr, value bool)
- func Shape_SetPen(obj uintptr, value uintptr)
- func Shape_SetShape(obj uintptr, value TShapeType)
- func Shape_SetShowHint(obj uintptr, value bool)
- func Shape_SetStyleElements(obj uintptr, value TStyleElements)
- func Shape_SetTag(obj uintptr, value int)
- func Shape_SetTextBuf(obj uintptr, Buffer string)
- func Shape_SetTop(obj uintptr, value int32)
- func Shape_SetVisible(obj uintptr, value bool)
- func Shape_SetWidth(obj uintptr, value int32)
- func Shape_Show(obj uintptr)
- func Shape_StaticClassType() TClass
- func Shape_ToString(obj uintptr) string
- func Shape_Update(obj uintptr)
- func SizeConstraints_Assign(obj uintptr, Source uintptr)
- func SizeConstraints_ClassName(obj uintptr) string
- func SizeConstraints_ClassType(obj uintptr) TClass
- func SizeConstraints_DisposeOf(obj uintptr)
- func SizeConstraints_Equals(obj uintptr, Obj uintptr) bool
- func SizeConstraints_GetHashCode(obj uintptr) int32
- func SizeConstraints_GetMaxHeight(obj uintptr) TConstraintSize
- func SizeConstraints_GetMaxWidth(obj uintptr) TConstraintSize
- func SizeConstraints_GetMinHeight(obj uintptr) TConstraintSize
- func SizeConstraints_GetMinWidth(obj uintptr) TConstraintSize
- func SizeConstraints_GetNamePath(obj uintptr) string
- func SizeConstraints_InheritsFrom(obj uintptr, AClass TClass) bool
- func SizeConstraints_InstanceSize(obj uintptr) int32
- func SizeConstraints_SetMaxHeight(obj uintptr, value TConstraintSize)
- func SizeConstraints_SetMaxWidth(obj uintptr, value TConstraintSize)
- func SizeConstraints_SetMinHeight(obj uintptr, value TConstraintSize)
- func SizeConstraints_SetMinWidth(obj uintptr, value TConstraintSize)
- func SizeConstraints_SetOnChange(obj uintptr, fn interface{})
- func SizeConstraints_StaticClassType() TClass
- func SizeConstraints_ToString(obj uintptr) string
- func SpeedButton_Assign(obj uintptr, Source uintptr)
- func SpeedButton_BringToFront(obj uintptr)
- func SpeedButton_ClassName(obj uintptr) string
- func SpeedButton_ClassType(obj uintptr) TClass
- func SpeedButton_Click(obj uintptr)
- func SpeedButton_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func SpeedButton_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func SpeedButton_Create(obj uintptr) uintptr
- func SpeedButton_DisposeOf(obj uintptr)
- func SpeedButton_Dragging(obj uintptr) bool
- func SpeedButton_Equals(obj uintptr, Obj uintptr) bool
- func SpeedButton_FindComponent(obj uintptr, AName string) uintptr
- func SpeedButton_Free(obj uintptr)
- func SpeedButton_GetAction(obj uintptr) uintptr
- func SpeedButton_GetAlign(obj uintptr) TAlign
- func SpeedButton_GetAlignWithMargins(obj uintptr) bool
- func SpeedButton_GetAllowAllUp(obj uintptr) bool
- func SpeedButton_GetAnchors(obj uintptr) TAnchors
- func SpeedButton_GetBiDiMode(obj uintptr) TBiDiMode
- func SpeedButton_GetBoundsRect(obj uintptr) TRect
- func SpeedButton_GetCaption(obj uintptr) string
- func SpeedButton_GetClientHeight(obj uintptr) int32
- func SpeedButton_GetClientOrigin(obj uintptr) TPoint
- func SpeedButton_GetClientRect(obj uintptr) TRect
- func SpeedButton_GetClientWidth(obj uintptr) int32
- func SpeedButton_GetComponentCount(obj uintptr) int32
- func SpeedButton_GetComponentIndex(obj uintptr) int32
- func SpeedButton_GetComponents(obj uintptr, AIndex int32) uintptr
- func SpeedButton_GetConstraints(obj uintptr) uintptr
- func SpeedButton_GetControlState(obj uintptr) TControlState
- func SpeedButton_GetControlStyle(obj uintptr) TControlStyle
- func SpeedButton_GetCursor(obj uintptr) TCursor
- func SpeedButton_GetCustomHint(obj uintptr) uintptr
- func SpeedButton_GetDown(obj uintptr) bool
- func SpeedButton_GetEnabled(obj uintptr) bool
- func SpeedButton_GetExplicitHeight(obj uintptr) int32
- func SpeedButton_GetExplicitLeft(obj uintptr) int32
- func SpeedButton_GetExplicitTop(obj uintptr) int32
- func SpeedButton_GetExplicitWidth(obj uintptr) int32
- func SpeedButton_GetFlat(obj uintptr) bool
- func SpeedButton_GetFloating(obj uintptr) bool
- func SpeedButton_GetFont(obj uintptr) uintptr
- func SpeedButton_GetGlyph(obj uintptr) uintptr
- func SpeedButton_GetGroupIndex(obj uintptr) int32
- func SpeedButton_GetHashCode(obj uintptr) int32
- func SpeedButton_GetHeight(obj uintptr) int32
- func SpeedButton_GetHint(obj uintptr) string
- func SpeedButton_GetLayout(obj uintptr) TButtonLayout
- func SpeedButton_GetLeft(obj uintptr) int32
- func SpeedButton_GetMargins(obj uintptr) uintptr
- func SpeedButton_GetName(obj uintptr) string
- func SpeedButton_GetNamePath(obj uintptr) string
- func SpeedButton_GetNumGlyphs(obj uintptr) TNumGlyphs
- func SpeedButton_GetOwner(obj uintptr) uintptr
- func SpeedButton_GetParent(obj uintptr) uintptr
- func SpeedButton_GetParentFont(obj uintptr) bool
- func SpeedButton_GetParentShowHint(obj uintptr) bool
- func SpeedButton_GetPopupMenu(obj uintptr) uintptr
- func SpeedButton_GetShowHint(obj uintptr) bool
- func SpeedButton_GetSpacing(obj uintptr) int32
- func SpeedButton_GetStyleElements(obj uintptr) TStyleElements
- func SpeedButton_GetTag(obj uintptr) int
- func SpeedButton_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func SpeedButton_GetTextLen(obj uintptr) int32
- func SpeedButton_GetTop(obj uintptr) int32
- func SpeedButton_GetTransparent(obj uintptr) bool
- func SpeedButton_GetVisible(obj uintptr) bool
- func SpeedButton_GetWidth(obj uintptr) int32
- func SpeedButton_HasParent(obj uintptr) bool
- func SpeedButton_Hide(obj uintptr)
- func SpeedButton_InheritsFrom(obj uintptr, AClass TClass) bool
- func SpeedButton_InstanceSize(obj uintptr) int32
- func SpeedButton_Invalidate(obj uintptr)
- func SpeedButton_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func SpeedButton_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func SpeedButton_Refresh(obj uintptr)
- func SpeedButton_Repaint(obj uintptr)
- func SpeedButton_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func SpeedButton_SendToBack(obj uintptr)
- func SpeedButton_SetAction(obj uintptr, value uintptr)
- func SpeedButton_SetAlign(obj uintptr, value TAlign)
- func SpeedButton_SetAlignWithMargins(obj uintptr, value bool)
- func SpeedButton_SetAllowAllUp(obj uintptr, value bool)
- func SpeedButton_SetAnchors(obj uintptr, value TAnchors)
- func SpeedButton_SetBiDiMode(obj uintptr, value TBiDiMode)
- func SpeedButton_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func SpeedButton_SetBoundsRect(obj uintptr, value TRect)
- func SpeedButton_SetCaption(obj uintptr, value string)
- func SpeedButton_SetClientHeight(obj uintptr, value int32)
- func SpeedButton_SetClientWidth(obj uintptr, value int32)
- func SpeedButton_SetComponentIndex(obj uintptr, value int32)
- func SpeedButton_SetConstraints(obj uintptr, value uintptr)
- func SpeedButton_SetControlState(obj uintptr, value TControlState)
- func SpeedButton_SetControlStyle(obj uintptr, value TControlStyle)
- func SpeedButton_SetCursor(obj uintptr, value TCursor)
- func SpeedButton_SetCustomHint(obj uintptr, value uintptr)
- func SpeedButton_SetDown(obj uintptr, value bool)
- func SpeedButton_SetEnabled(obj uintptr, value bool)
- func SpeedButton_SetFlat(obj uintptr, value bool)
- func SpeedButton_SetFont(obj uintptr, value uintptr)
- func SpeedButton_SetGlyph(obj uintptr, value uintptr)
- func SpeedButton_SetGroupIndex(obj uintptr, value int32)
- func SpeedButton_SetHeight(obj uintptr, value int32)
- func SpeedButton_SetHint(obj uintptr, value string)
- func SpeedButton_SetLayout(obj uintptr, value TButtonLayout)
- func SpeedButton_SetLeft(obj uintptr, value int32)
- func SpeedButton_SetMargins(obj uintptr, value uintptr)
- func SpeedButton_SetName(obj uintptr, value string)
- func SpeedButton_SetNumGlyphs(obj uintptr, value TNumGlyphs)
- func SpeedButton_SetOnClick(obj uintptr, fn interface{})
- func SpeedButton_SetOnDblClick(obj uintptr, fn interface{})
- func SpeedButton_SetOnGesture(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseActivate(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseDown(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseEnter(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseLeave(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseMove(obj uintptr, fn interface{})
- func SpeedButton_SetOnMouseUp(obj uintptr, fn interface{})
- func SpeedButton_SetParent(obj uintptr, value uintptr)
- func SpeedButton_SetParentFont(obj uintptr, value bool)
- func SpeedButton_SetParentShowHint(obj uintptr, value bool)
- func SpeedButton_SetPopupMenu(obj uintptr, value uintptr)
- func SpeedButton_SetShowHint(obj uintptr, value bool)
- func SpeedButton_SetSpacing(obj uintptr, value int32)
- func SpeedButton_SetStyleElements(obj uintptr, value TStyleElements)
- func SpeedButton_SetTag(obj uintptr, value int)
- func SpeedButton_SetTextBuf(obj uintptr, Buffer string)
- func SpeedButton_SetTop(obj uintptr, value int32)
- func SpeedButton_SetTransparent(obj uintptr, value bool)
- func SpeedButton_SetVisible(obj uintptr, value bool)
- func SpeedButton_SetWidth(obj uintptr, value int32)
- func SpeedButton_Show(obj uintptr)
- func SpeedButton_StaticClassType() TClass
- func SpeedButton_ToString(obj uintptr) string
- func SpeedButton_Update(obj uintptr)
- func SpinEdit_Assign(obj uintptr, Source uintptr)
- func SpinEdit_BringToFront(obj uintptr)
- func SpinEdit_CanFocus(obj uintptr) bool
- func SpinEdit_ClassName(obj uintptr) string
- func SpinEdit_ClassType(obj uintptr) TClass
- func SpinEdit_Clear(obj uintptr)
- func SpinEdit_ClearSelection(obj uintptr)
- func SpinEdit_ClearUndo(obj uintptr)
- func SpinEdit_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func SpinEdit_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func SpinEdit_ContainsControl(obj uintptr, Control uintptr) bool
- func SpinEdit_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func SpinEdit_CopyToClipboard(obj uintptr)
- func SpinEdit_Create(obj uintptr) uintptr
- func SpinEdit_CutToClipboard(obj uintptr)
- func SpinEdit_DisableAlign(obj uintptr)
- func SpinEdit_DisposeOf(obj uintptr)
- func SpinEdit_Dragging(obj uintptr) bool
- func SpinEdit_EnableAlign(obj uintptr)
- func SpinEdit_Equals(obj uintptr, Obj uintptr) bool
- func SpinEdit_FindChildControl(obj uintptr, ControlName string) uintptr
- func SpinEdit_FindComponent(obj uintptr, AName string) uintptr
- func SpinEdit_FlipChildren(obj uintptr, AllLevels bool)
- func SpinEdit_Focused(obj uintptr) bool
- func SpinEdit_Free(obj uintptr)
- func SpinEdit_GetAction(obj uintptr) uintptr
- func SpinEdit_GetAlign(obj uintptr) TAlign
- func SpinEdit_GetAlignDisabled(obj uintptr) bool
- func SpinEdit_GetAlignWithMargins(obj uintptr) bool
- func SpinEdit_GetAlignment(obj uintptr) TAlignment
- func SpinEdit_GetAnchors(obj uintptr) TAnchors
- func SpinEdit_GetAutoSelect(obj uintptr) bool
- func SpinEdit_GetAutoSize(obj uintptr) bool
- func SpinEdit_GetBiDiMode(obj uintptr) TBiDiMode
- func SpinEdit_GetBoundsRect(obj uintptr) TRect
- func SpinEdit_GetBrush(obj uintptr) uintptr
- func SpinEdit_GetCanUndo(obj uintptr) bool
- func SpinEdit_GetClientHeight(obj uintptr) int32
- func SpinEdit_GetClientOrigin(obj uintptr) TPoint
- func SpinEdit_GetClientRect(obj uintptr) TRect
- func SpinEdit_GetClientWidth(obj uintptr) int32
- func SpinEdit_GetColor(obj uintptr) TColor
- func SpinEdit_GetComponentCount(obj uintptr) int32
- func SpinEdit_GetComponentIndex(obj uintptr) int32
- func SpinEdit_GetComponents(obj uintptr, AIndex int32) uintptr
- func SpinEdit_GetConstraints(obj uintptr) uintptr
- func SpinEdit_GetControlCount(obj uintptr) int32
- func SpinEdit_GetControlState(obj uintptr) TControlState
- func SpinEdit_GetControlStyle(obj uintptr) TControlStyle
- func SpinEdit_GetControls(obj uintptr, Index int32) uintptr
- func SpinEdit_GetCtl3D(obj uintptr) bool
- func SpinEdit_GetCursor(obj uintptr) TCursor
- func SpinEdit_GetCustomHint(obj uintptr) uintptr
- func SpinEdit_GetDockClientCount(obj uintptr) int32
- func SpinEdit_GetDockClients(obj uintptr, Index int32) uintptr
- func SpinEdit_GetDockSite(obj uintptr) bool
- func SpinEdit_GetDoubleBuffered(obj uintptr) bool
- func SpinEdit_GetDragCursor(obj uintptr) TCursor
- func SpinEdit_GetDragMode(obj uintptr) TDragMode
- func SpinEdit_GetEditorEnabled(obj uintptr) bool
- func SpinEdit_GetEnabled(obj uintptr) bool
- func SpinEdit_GetExplicitHeight(obj uintptr) int32
- func SpinEdit_GetExplicitLeft(obj uintptr) int32
- func SpinEdit_GetExplicitTop(obj uintptr) int32
- func SpinEdit_GetExplicitWidth(obj uintptr) int32
- func SpinEdit_GetFloating(obj uintptr) bool
- func SpinEdit_GetFont(obj uintptr) uintptr
- func SpinEdit_GetHandle(obj uintptr) HWND
- func SpinEdit_GetHashCode(obj uintptr) int32
- func SpinEdit_GetHeight(obj uintptr) int32
- func SpinEdit_GetHint(obj uintptr) string
- func SpinEdit_GetIncrement(obj uintptr) int32
- func SpinEdit_GetLeft(obj uintptr) int32
- func SpinEdit_GetMargins(obj uintptr) uintptr
- func SpinEdit_GetMaxLength(obj uintptr) int32
- func SpinEdit_GetMaxValue(obj uintptr) int32
- func SpinEdit_GetMinValue(obj uintptr) int32
- func SpinEdit_GetModified(obj uintptr) bool
- func SpinEdit_GetMouseInClient(obj uintptr) bool
- func SpinEdit_GetName(obj uintptr) string
- func SpinEdit_GetNamePath(obj uintptr) string
- func SpinEdit_GetOwner(obj uintptr) uintptr
- func SpinEdit_GetParent(obj uintptr) uintptr
- func SpinEdit_GetParentColor(obj uintptr) bool
- func SpinEdit_GetParentCtl3D(obj uintptr) bool
- func SpinEdit_GetParentDoubleBuffered(obj uintptr) bool
- func SpinEdit_GetParentFont(obj uintptr) bool
- func SpinEdit_GetParentShowHint(obj uintptr) bool
- func SpinEdit_GetParentWindow(obj uintptr) HWND
- func SpinEdit_GetPopupMenu(obj uintptr) uintptr
- func SpinEdit_GetReadOnly(obj uintptr) bool
- func SpinEdit_GetSelLength(obj uintptr) int32
- func SpinEdit_GetSelStart(obj uintptr) int32
- func SpinEdit_GetSelText(obj uintptr) string
- func SpinEdit_GetSelTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func SpinEdit_GetShowHint(obj uintptr) bool
- func SpinEdit_GetStyleElements(obj uintptr) TStyleElements
- func SpinEdit_GetTabOrder(obj uintptr) TTabOrder
- func SpinEdit_GetTabStop(obj uintptr) bool
- func SpinEdit_GetTag(obj uintptr) int
- func SpinEdit_GetText(obj uintptr) string
- func SpinEdit_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func SpinEdit_GetTextHint(obj uintptr) string
- func SpinEdit_GetTextLen(obj uintptr) int32
- func SpinEdit_GetTop(obj uintptr) int32
- func SpinEdit_GetUseDockManager(obj uintptr) bool
- func SpinEdit_GetValue(obj uintptr) int32
- func SpinEdit_GetVisible(obj uintptr) bool
- func SpinEdit_GetVisibleDockClientCount(obj uintptr) int32
- func SpinEdit_GetWidth(obj uintptr) int32
- func SpinEdit_HandleAllocated(obj uintptr) bool
- func SpinEdit_HasParent(obj uintptr) bool
- func SpinEdit_Hide(obj uintptr)
- func SpinEdit_InheritsFrom(obj uintptr, AClass TClass) bool
- func SpinEdit_InsertControl(obj uintptr, AControl uintptr)
- func SpinEdit_InstanceSize(obj uintptr) int32
- func SpinEdit_Invalidate(obj uintptr)
- func SpinEdit_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func SpinEdit_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func SpinEdit_PasteFromClipboard(obj uintptr)
- func SpinEdit_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func SpinEdit_Realign(obj uintptr)
- func SpinEdit_Refresh(obj uintptr)
- func SpinEdit_RemoveControl(obj uintptr, AControl uintptr)
- func SpinEdit_Repaint(obj uintptr)
- func SpinEdit_ScaleBy(obj uintptr, M int32, D int32)
- func SpinEdit_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func SpinEdit_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func SpinEdit_SelectAll(obj uintptr)
- func SpinEdit_SendToBack(obj uintptr)
- func SpinEdit_SetAction(obj uintptr, value uintptr)
- func SpinEdit_SetAlign(obj uintptr, value TAlign)
- func SpinEdit_SetAlignWithMargins(obj uintptr, value bool)
- func SpinEdit_SetAlignment(obj uintptr, value TAlignment)
- func SpinEdit_SetAnchors(obj uintptr, value TAnchors)
- func SpinEdit_SetAutoSelect(obj uintptr, value bool)
- func SpinEdit_SetAutoSize(obj uintptr, value bool)
- func SpinEdit_SetBiDiMode(obj uintptr, value TBiDiMode)
- func SpinEdit_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func SpinEdit_SetBoundsRect(obj uintptr, value TRect)
- func SpinEdit_SetClientHeight(obj uintptr, value int32)
- func SpinEdit_SetClientWidth(obj uintptr, value int32)
- func SpinEdit_SetColor(obj uintptr, value TColor)
- func SpinEdit_SetComponentIndex(obj uintptr, value int32)
- func SpinEdit_SetConstraints(obj uintptr, value uintptr)
- func SpinEdit_SetControlState(obj uintptr, value TControlState)
- func SpinEdit_SetControlStyle(obj uintptr, value TControlStyle)
- func SpinEdit_SetCtl3D(obj uintptr, value bool)
- func SpinEdit_SetCursor(obj uintptr, value TCursor)
- func SpinEdit_SetCustomHint(obj uintptr, value uintptr)
- func SpinEdit_SetDockSite(obj uintptr, value bool)
- func SpinEdit_SetDoubleBuffered(obj uintptr, value bool)
- func SpinEdit_SetDragCursor(obj uintptr, value TCursor)
- func SpinEdit_SetDragMode(obj uintptr, value TDragMode)
- func SpinEdit_SetEditorEnabled(obj uintptr, value bool)
- func SpinEdit_SetEnabled(obj uintptr, value bool)
- func SpinEdit_SetFocus(obj uintptr)
- func SpinEdit_SetFont(obj uintptr, value uintptr)
- func SpinEdit_SetHeight(obj uintptr, value int32)
- func SpinEdit_SetHint(obj uintptr, value string)
- func SpinEdit_SetIncrement(obj uintptr, value int32)
- func SpinEdit_SetLeft(obj uintptr, value int32)
- func SpinEdit_SetMargins(obj uintptr, value uintptr)
- func SpinEdit_SetMaxLength(obj uintptr, value int32)
- func SpinEdit_SetMaxValue(obj uintptr, value int32)
- func SpinEdit_SetMinValue(obj uintptr, value int32)
- func SpinEdit_SetModified(obj uintptr, value bool)
- func SpinEdit_SetName(obj uintptr, value string)
- func SpinEdit_SetOnChange(obj uintptr, fn interface{})
- func SpinEdit_SetOnClick(obj uintptr, fn interface{})
- func SpinEdit_SetOnDblClick(obj uintptr, fn interface{})
- func SpinEdit_SetOnDragDrop(obj uintptr, fn interface{})
- func SpinEdit_SetOnDragOver(obj uintptr, fn interface{})
- func SpinEdit_SetOnEndDrag(obj uintptr, fn interface{})
- func SpinEdit_SetOnEnter(obj uintptr, fn interface{})
- func SpinEdit_SetOnExit(obj uintptr, fn interface{})
- func SpinEdit_SetOnGesture(obj uintptr, fn interface{})
- func SpinEdit_SetOnKeyDown(obj uintptr, fn interface{})
- func SpinEdit_SetOnKeyPress(obj uintptr, fn interface{})
- func SpinEdit_SetOnKeyUp(obj uintptr, fn interface{})
- func SpinEdit_SetOnMouseDown(obj uintptr, fn interface{})
- func SpinEdit_SetOnMouseMove(obj uintptr, fn interface{})
- func SpinEdit_SetOnMouseUp(obj uintptr, fn interface{})
- func SpinEdit_SetParent(obj uintptr, value uintptr)
- func SpinEdit_SetParentColor(obj uintptr, value bool)
- func SpinEdit_SetParentCtl3D(obj uintptr, value bool)
- func SpinEdit_SetParentDoubleBuffered(obj uintptr, value bool)
- func SpinEdit_SetParentFont(obj uintptr, value bool)
- func SpinEdit_SetParentShowHint(obj uintptr, value bool)
- func SpinEdit_SetParentWindow(obj uintptr, value HWND)
- func SpinEdit_SetPopupMenu(obj uintptr, value uintptr)
- func SpinEdit_SetReadOnly(obj uintptr, value bool)
- func SpinEdit_SetSelLength(obj uintptr, value int32)
- func SpinEdit_SetSelStart(obj uintptr, value int32)
- func SpinEdit_SetSelText(obj uintptr, value string)
- func SpinEdit_SetShowHint(obj uintptr, value bool)
- func SpinEdit_SetStyleElements(obj uintptr, value TStyleElements)
- func SpinEdit_SetTabOrder(obj uintptr, value TTabOrder)
- func SpinEdit_SetTabStop(obj uintptr, value bool)
- func SpinEdit_SetTag(obj uintptr, value int)
- func SpinEdit_SetText(obj uintptr, value string)
- func SpinEdit_SetTextBuf(obj uintptr, Buffer string)
- func SpinEdit_SetTextHint(obj uintptr, value string)
- func SpinEdit_SetTop(obj uintptr, value int32)
- func SpinEdit_SetUseDockManager(obj uintptr, value bool)
- func SpinEdit_SetValue(obj uintptr, value int32)
- func SpinEdit_SetVisible(obj uintptr, value bool)
- func SpinEdit_SetWidth(obj uintptr, value int32)
- func SpinEdit_Show(obj uintptr)
- func SpinEdit_StaticClassType() TClass
- func SpinEdit_ToString(obj uintptr) string
- func SpinEdit_Undo(obj uintptr)
- func SpinEdit_Update(obj uintptr)
- func SpinEdit_UpdateControlState(obj uintptr)
- func Splitter_Assign(obj uintptr, Source uintptr)
- func Splitter_BringToFront(obj uintptr)
- func Splitter_ClassName(obj uintptr) string
- func Splitter_ClassType(obj uintptr) TClass
- func Splitter_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Splitter_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func Splitter_Create(obj uintptr) uintptr
- func Splitter_DisposeOf(obj uintptr)
- func Splitter_Dragging(obj uintptr) bool
- func Splitter_Equals(obj uintptr, Obj uintptr) bool
- func Splitter_FindComponent(obj uintptr, AName string) uintptr
- func Splitter_Free(obj uintptr)
- func Splitter_GetAction(obj uintptr) uintptr
- func Splitter_GetAlign(obj uintptr) TAlign
- func Splitter_GetAlignWithMargins(obj uintptr) bool
- func Splitter_GetAnchors(obj uintptr) TAnchors
- func Splitter_GetBiDiMode(obj uintptr) TBiDiMode
- func Splitter_GetBoundsRect(obj uintptr) TRect
- func Splitter_GetCanvas(obj uintptr) uintptr
- func Splitter_GetClientHeight(obj uintptr) int32
- func Splitter_GetClientOrigin(obj uintptr) TPoint
- func Splitter_GetClientRect(obj uintptr) TRect
- func Splitter_GetClientWidth(obj uintptr) int32
- func Splitter_GetColor(obj uintptr) TColor
- func Splitter_GetComponentCount(obj uintptr) int32
- func Splitter_GetComponentIndex(obj uintptr) int32
- func Splitter_GetComponents(obj uintptr, AIndex int32) uintptr
- func Splitter_GetConstraints(obj uintptr) uintptr
- func Splitter_GetControlState(obj uintptr) TControlState
- func Splitter_GetControlStyle(obj uintptr) TControlStyle
- func Splitter_GetCursor(obj uintptr) TCursor
- func Splitter_GetCustomHint(obj uintptr) uintptr
- func Splitter_GetEnabled(obj uintptr) bool
- func Splitter_GetExplicitHeight(obj uintptr) int32
- func Splitter_GetExplicitLeft(obj uintptr) int32
- func Splitter_GetExplicitTop(obj uintptr) int32
- func Splitter_GetExplicitWidth(obj uintptr) int32
- func Splitter_GetFloating(obj uintptr) bool
- func Splitter_GetHashCode(obj uintptr) int32
- func Splitter_GetHeight(obj uintptr) int32
- func Splitter_GetHint(obj uintptr) string
- func Splitter_GetLeft(obj uintptr) int32
- func Splitter_GetMargins(obj uintptr) uintptr
- func Splitter_GetName(obj uintptr) string
- func Splitter_GetNamePath(obj uintptr) string
- func Splitter_GetOwner(obj uintptr) uintptr
- func Splitter_GetParent(obj uintptr) uintptr
- func Splitter_GetParentColor(obj uintptr) bool
- func Splitter_GetShowHint(obj uintptr) bool
- func Splitter_GetStyleElements(obj uintptr) TStyleElements
- func Splitter_GetTag(obj uintptr) int
- func Splitter_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func Splitter_GetTextLen(obj uintptr) int32
- func Splitter_GetTop(obj uintptr) int32
- func Splitter_GetVisible(obj uintptr) bool
- func Splitter_GetWidth(obj uintptr) int32
- func Splitter_HasParent(obj uintptr) bool
- func Splitter_Hide(obj uintptr)
- func Splitter_InheritsFrom(obj uintptr, AClass TClass) bool
- func Splitter_InstanceSize(obj uintptr) int32
- func Splitter_Invalidate(obj uintptr)
- func Splitter_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func Splitter_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func Splitter_Refresh(obj uintptr)
- func Splitter_Repaint(obj uintptr)
- func Splitter_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func Splitter_SendToBack(obj uintptr)
- func Splitter_SetAction(obj uintptr, value uintptr)
- func Splitter_SetAlign(obj uintptr, value TAlign)
- func Splitter_SetAlignWithMargins(obj uintptr, value bool)
- func Splitter_SetAnchors(obj uintptr, value TAnchors)
- func Splitter_SetBiDiMode(obj uintptr, value TBiDiMode)
- func Splitter_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func Splitter_SetBoundsRect(obj uintptr, value TRect)
- func Splitter_SetClientHeight(obj uintptr, value int32)
- func Splitter_SetClientWidth(obj uintptr, value int32)
- func Splitter_SetColor(obj uintptr, value TColor)
- func Splitter_SetComponentIndex(obj uintptr, value int32)
- func Splitter_SetConstraints(obj uintptr, value uintptr)
- func Splitter_SetControlState(obj uintptr, value TControlState)
- func Splitter_SetControlStyle(obj uintptr, value TControlStyle)
- func Splitter_SetCursor(obj uintptr, value TCursor)
- func Splitter_SetCustomHint(obj uintptr, value uintptr)
- func Splitter_SetEnabled(obj uintptr, value bool)
- func Splitter_SetHeight(obj uintptr, value int32)
- func Splitter_SetHint(obj uintptr, value string)
- func Splitter_SetLeft(obj uintptr, value int32)
- func Splitter_SetMargins(obj uintptr, value uintptr)
- func Splitter_SetName(obj uintptr, value string)
- func Splitter_SetOnGesture(obj uintptr, fn interface{})
- func Splitter_SetOnPaint(obj uintptr, fn interface{})
- func Splitter_SetParent(obj uintptr, value uintptr)
- func Splitter_SetParentColor(obj uintptr, value bool)
- func Splitter_SetShowHint(obj uintptr, value bool)
- func Splitter_SetStyleElements(obj uintptr, value TStyleElements)
- func Splitter_SetTag(obj uintptr, value int)
- func Splitter_SetTextBuf(obj uintptr, Buffer string)
- func Splitter_SetTop(obj uintptr, value int32)
- func Splitter_SetVisible(obj uintptr, value bool)
- func Splitter_SetWidth(obj uintptr, value int32)
- func Splitter_Show(obj uintptr)
- func Splitter_StaticClassType() TClass
- func Splitter_ToString(obj uintptr) string
- func Splitter_Update(obj uintptr)
- func StaticText_Assign(obj uintptr, Source uintptr)
- func StaticText_BringToFront(obj uintptr)
- func StaticText_CanFocus(obj uintptr) bool
- func StaticText_ClassName(obj uintptr) string
- func StaticText_ClassType(obj uintptr) TClass
- func StaticText_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func StaticText_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func StaticText_ContainsControl(obj uintptr, Control uintptr) bool
- func StaticText_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func StaticText_Create(obj uintptr) uintptr
- func StaticText_DisableAlign(obj uintptr)
- func StaticText_DisposeOf(obj uintptr)
- func StaticText_Dragging(obj uintptr) bool
- func StaticText_EnableAlign(obj uintptr)
- func StaticText_Equals(obj uintptr, Obj uintptr) bool
- func StaticText_FindChildControl(obj uintptr, ControlName string) uintptr
- func StaticText_FindComponent(obj uintptr, AName string) uintptr
- func StaticText_FlipChildren(obj uintptr, AllLevels bool)
- func StaticText_Focused(obj uintptr) bool
- func StaticText_Free(obj uintptr)
- func StaticText_GetAction(obj uintptr) uintptr
- func StaticText_GetAlign(obj uintptr) TAlign
- func StaticText_GetAlignDisabled(obj uintptr) bool
- func StaticText_GetAlignWithMargins(obj uintptr) bool
- func StaticText_GetAlignment(obj uintptr) TAlignment
- func StaticText_GetAnchors(obj uintptr) TAnchors
- func StaticText_GetAutoSize(obj uintptr) bool
- func StaticText_GetBevelEdges(obj uintptr) TBevelEdges
- func StaticText_GetBevelInner(obj uintptr) TBevelCut
- func StaticText_GetBevelKind(obj uintptr) TBevelKind
- func StaticText_GetBevelOuter(obj uintptr) TBevelCut
- func StaticText_GetBiDiMode(obj uintptr) TBiDiMode
- func StaticText_GetBorderStyle(obj uintptr) TStaticBorderStyle
- func StaticText_GetBoundsRect(obj uintptr) TRect
- func StaticText_GetBrush(obj uintptr) uintptr
- func StaticText_GetCaption(obj uintptr) string
- func StaticText_GetClientHeight(obj uintptr) int32
- func StaticText_GetClientOrigin(obj uintptr) TPoint
- func StaticText_GetClientRect(obj uintptr) TRect
- func StaticText_GetClientWidth(obj uintptr) int32
- func StaticText_GetColor(obj uintptr) TColor
- func StaticText_GetComponentCount(obj uintptr) int32
- func StaticText_GetComponentIndex(obj uintptr) int32
- func StaticText_GetComponents(obj uintptr, AIndex int32) uintptr
- func StaticText_GetConstraints(obj uintptr) uintptr
- func StaticText_GetControlCount(obj uintptr) int32
- func StaticText_GetControlState(obj uintptr) TControlState
- func StaticText_GetControlStyle(obj uintptr) TControlStyle
- func StaticText_GetControls(obj uintptr, Index int32) uintptr
- func StaticText_GetCursor(obj uintptr) TCursor
- func StaticText_GetCustomHint(obj uintptr) uintptr
- func StaticText_GetDockClientCount(obj uintptr) int32
- func StaticText_GetDockClients(obj uintptr, Index int32) uintptr
- func StaticText_GetDockSite(obj uintptr) bool
- func StaticText_GetDoubleBuffered(obj uintptr) bool
- func StaticText_GetDragCursor(obj uintptr) TCursor
- func StaticText_GetDragKind(obj uintptr) TDragKind
- func StaticText_GetDragMode(obj uintptr) TDragMode
- func StaticText_GetEnabled(obj uintptr) bool
- func StaticText_GetExplicitHeight(obj uintptr) int32
- func StaticText_GetExplicitLeft(obj uintptr) int32
- func StaticText_GetExplicitTop(obj uintptr) int32
- func StaticText_GetExplicitWidth(obj uintptr) int32
- func StaticText_GetFloating(obj uintptr) bool
- func StaticText_GetFont(obj uintptr) uintptr
- func StaticText_GetHandle(obj uintptr) HWND
- func StaticText_GetHashCode(obj uintptr) int32
- func StaticText_GetHeight(obj uintptr) int32
- func StaticText_GetHint(obj uintptr) string
- func StaticText_GetLeft(obj uintptr) int32
- func StaticText_GetMargins(obj uintptr) uintptr
- func StaticText_GetMouseInClient(obj uintptr) bool
- func StaticText_GetName(obj uintptr) string
- func StaticText_GetNamePath(obj uintptr) string
- func StaticText_GetOwner(obj uintptr) uintptr
- func StaticText_GetParent(obj uintptr) uintptr
- func StaticText_GetParentColor(obj uintptr) bool
- func StaticText_GetParentDoubleBuffered(obj uintptr) bool
- func StaticText_GetParentFont(obj uintptr) bool
- func StaticText_GetParentShowHint(obj uintptr) bool
- func StaticText_GetParentWindow(obj uintptr) HWND
- func StaticText_GetPopupMenu(obj uintptr) uintptr
- func StaticText_GetShowAccelChar(obj uintptr) bool
- func StaticText_GetShowHint(obj uintptr) bool
- func StaticText_GetStyleElements(obj uintptr) TStyleElements
- func StaticText_GetTabOrder(obj uintptr) TTabOrder
- func StaticText_GetTabStop(obj uintptr) bool
- func StaticText_GetTag(obj uintptr) int
- func StaticText_GetTextBuf(obj uintptr, Buffer *string, BufSize int32) int32
- func StaticText_GetTextLen(obj uintptr) int32
- func StaticText_GetTop(obj uintptr) int32
- func StaticText_GetTransparent(obj uintptr) bool
- func StaticText_GetUseDockManager(obj uintptr) bool
- func StaticText_GetVisible(obj uintptr) bool
- func StaticText_GetVisibleDockClientCount(obj uintptr) int32
- func StaticText_GetWidth(obj uintptr) int32
- func StaticText_HandleAllocated(obj uintptr) bool
- func StaticText_HasParent(obj uintptr) bool
- func StaticText_Hide(obj uintptr)
- func StaticText_InheritsFrom(obj uintptr, AClass TClass) bool
- func StaticText_InsertControl(obj uintptr, AControl uintptr)
- func StaticText_InstanceSize(obj uintptr) int32
- func StaticText_Invalidate(obj uintptr)
- func StaticText_PaintTo(obj uintptr, DC HDC, X int32, Y int32)
- func StaticText_ParentToClient(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func StaticText_Perform(obj uintptr, Msg uint32, WParam uintptr, LParam int) int
- func StaticText_Realign(obj uintptr)
- func StaticText_Refresh(obj uintptr)
- func StaticText_RemoveControl(obj uintptr, AControl uintptr)
- func StaticText_Repaint(obj uintptr)
- func StaticText_ScaleBy(obj uintptr, M int32, D int32)
- func StaticText_ScreenToClient(obj uintptr, Point TPoint) TPoint
- func StaticText_ScrollBy(obj uintptr, DeltaX int32, DeltaY int32)
- func StaticText_SendToBack(obj uintptr)
- func StaticText_SetAction(obj uintptr, value uintptr)
- func StaticText_SetAlign(obj uintptr, value TAlign)
- func StaticText_SetAlignWithMargins(obj uintptr, value bool)
- func StaticText_SetAlignment(obj uintptr, value TAlignment)
- func StaticText_SetAnchors(obj uintptr, value TAnchors)
- func StaticText_SetAutoSize(obj uintptr, value bool)
- func StaticText_SetBevelEdges(obj uintptr, value TBevelEdges)
- func StaticText_SetBevelInner(obj uintptr, value TBevelCut)
- func StaticText_SetBevelKind(obj uintptr, value TBevelKind)
- func StaticText_SetBevelOuter(obj uintptr, value TBevelCut)
- func StaticText_SetBiDiMode(obj uintptr, value TBiDiMode)
- func StaticText_SetBorderStyle(obj uintptr, value TStaticBorderStyle)
- func StaticText_SetBounds(obj uintptr, ALeft int32, ATop int32, AWidth int32, AHeight int32)
- func StaticText_SetBoundsRect(obj uintptr, value TRect)
- func StaticText_SetCaption(obj uintptr, value string)
- func StaticText_SetClientHeight(obj uintptr, value int32)
- func StaticText_SetClientWidth(obj uintptr, value int32)
- func StaticText_SetColor(obj uintptr, value TColor)
- func StaticText_SetComponentIndex(obj uintptr, value int32)
- func StaticText_SetConstraints(obj uintptr, value uintptr)
- func StaticText_SetControlState(obj uintptr, value TControlState)
- func StaticText_SetControlStyle(obj uintptr, value TControlStyle)
- func StaticText_SetCursor(obj uintptr, value TCursor)
- func StaticText_SetCustomHint(obj uintptr, value uintptr)
- func StaticText_SetDockSite(obj uintptr, value bool)
- func StaticText_SetDoubleBuffered(obj uintptr, value bool)
- func StaticText_SetDragCursor(obj uintptr, value TCursor)
- func StaticText_SetDragKind(obj uintptr, value TDragKind)
- func StaticText_SetDragMode(obj uintptr, value TDragMode)
- func StaticText_SetEnabled(obj uintptr, value bool)
- func StaticText_SetFocus(obj uintptr)
- func StaticText_SetFont(obj uintptr, value uintptr)
- func StaticText_SetHeight(obj uintptr, value int32)
- func StaticText_SetHint(obj uintptr, value string)
- func StaticText_SetLeft(obj uintptr, value int32)
- func StaticText_SetMargins(obj uintptr, value uintptr)
- func StaticText_SetName(obj uintptr, value string)
- func StaticText_SetOnClick(obj uintptr, fn interface{})
- func StaticText_SetOnContextPopup(obj uintptr, fn interface{})
- func StaticText_SetOnDblClick(obj uintptr, fn interface{})
- func StaticText_SetOnDragDrop(obj uintptr, fn interface{})
- func StaticText_SetOnDragOver(obj uintptr, fn interface{})
- func StaticText_SetOnEndDock(obj uintptr, fn interface{})
- func StaticText_SetOnEndDrag(obj uintptr, fn interface{})
- func StaticText_SetOnGesture(obj uintptr, fn interface{})
- func StaticText_SetOnMouseActivate(obj uintptr, fn interface{})
- func StaticText_SetOnMouseDown(obj uintptr, fn interface{})
- func StaticText_SetOnMouseEnter(obj uintptr, fn interface{})
- func StaticText_SetOnMouseLeave(obj uintptr, fn interface{})
- func StaticText_SetOnMouseMove(obj uintptr, fn interface{})
- func StaticText_SetOnMouseUp(obj uintptr, fn interface{})
- func StaticText_SetOnStartDock(obj uintptr, fn interface{})
- func StaticText_SetParent(obj uintptr, value uintptr)
- func StaticText_SetParentColor(obj uintptr, value bool)
- func StaticText_SetParentDoubleBuffered(obj uintptr, value bool)
- func StaticText_SetParentFont(obj uintptr, value bool)
- func StaticText_SetParentShowHint(obj uintptr, value bool)
- func StaticText_SetParentWindow(obj uintptr, value HWND)
- func StaticText_SetPopupMenu(obj uintptr, value uintptr)
- func StaticText_SetShowAccelChar(obj uintptr, value bool)
- func StaticText_SetShowHint(obj uintptr, value bool)
- func StaticText_SetStyleElements(obj uintptr, value TStyleElements)
- func StaticText_SetTabOrder(obj uintptr, value TTabOrder)
- func StaticText_SetTabStop(obj uintptr, value bool)
- func StaticText_SetTag(obj uintptr, value int)
- func StaticText_SetTextBuf(obj uintptr, Buffer string)
- func StaticText_SetTop(obj uintptr, value int32)
- func StaticText_SetTransparent(obj uintptr, value bool)
- func StaticText_SetUseDockManager(obj uintptr, value bool)
- func StaticText_SetVisible(obj uintptr, value bool)
- func StaticText_SetWidth(obj uintptr, value int32)
- func StaticText_Show(obj uintptr)
- func StaticText_StaticClassType() TClass
- func StaticText_ToString(obj uintptr) string
- func StaticText_Update(obj uintptr)
- func StaticText_UpdateControlState(obj uintptr)
- func StatusBar_Assign(obj uintptr, Source uintptr)
- func StatusBar_BringToFront(obj uintptr)
- func StatusBar_CanFocus(obj uintptr) bool
- func StatusBar_ClassName(obj uintptr) string
- func StatusBar_ClassType(obj uintptr) TClass
- func StatusBar_ClientToParent(obj uintptr, Point TPoint, AParent uintptr) TPoint
- func StatusBar_ClientToScreen(obj uintptr, Point TPoint) TPoint
- func StatusBar_ContainsControl(obj uintptr, Control uintptr) bool
- func StatusBar_ControlAtPos(obj uintptr, Pos TPoint, AllowDisabled bool, AllowWinControls bool, ...) uintptr
- func StatusBar_Create(obj uintptr) uintptr
- func StatusBar_DisableAlign(obj uintptr)
- func StatusBar_DisposeOf(obj uintptr)
- func StatusBar_Dragging(obj uintptr) bool
- func StatusBar_EnableAlign(obj uintptr)
- func StatusBar_Equals(obj uintptr, Obj uintptr) bool
- func StatusBar_FindChildControl(obj uintptr, ControlName string) uintptr
- func StatusBar_FindComponent(obj uintptr, AName string) uintptr
- func StatusBar_FlipChildren(obj uintptr, AllLevels bool)
- func StatusBar_Focused(obj uintptr) bool
- func StatusBar_Free(obj uintptr)
- func StatusBar_GetAction(obj uintptr) uintptr
- func StatusBar_GetAlign(obj uintptr) TAlign
- func StatusBar_GetAlignDisabled(obj uintptr) bool
- func StatusBar_GetAlignWithMargins(obj uintptr) bool
- func StatusBar_GetAnchors(obj uintptr) TAnchors
- func StatusBar_GetAutoHint(obj uintptr) bool
- func StatusBar_GetBiDiMode(obj uintptr) TBiDiMode
- func StatusBar_GetBorderWidth(obj uintptr) int32
- func StatusBar_GetBoundsRect(obj uintptr) TRect
- func StatusBar_GetBrush(obj uintptr) uintptr
- func StatusBar_GetCanvas(obj uintptr) uintptr
- func StatusBar_GetClientHeight(obj uintptr) int32
- func StatusBar_GetClientOrigin(obj uintptr) TPoint
- func StatusBar_GetClientRect(obj uintptr) TRect
- func StatusBar_GetClientWidth(obj uintptr) int32
- func StatusBar_GetColor(obj uintptr) TColor
- func StatusBar_GetComponentCount(obj uintptr) int32
- func StatusBar_GetComponentIndex(obj uintptr) int32
- func StatusBar_GetComponents(obj uintptr, AIndex int32) uintptr
- func StatusBar_GetConstraints(obj uintptr) uintptr
- func StatusBar_GetControlCount(obj uintptr) int32
- func StatusBar_GetControlState(obj uintptr) TControlState
- func StatusBar_GetControlStyle(obj uintptr) TControlStyle
- func StatusBar_GetControls(obj uintptr, Index int32) uintptr
- func StatusBar_GetCursor(obj uintptr) TCursor
- func StatusBar_GetCustomHint(obj uintptr) uintptr
- func StatusBar_GetDockClientCount(obj uintptr) int32
- func StatusBar_GetDockClients(obj uintptr, Index int32) uintptr
- func StatusBar_GetDockSite(obj uintptr) bool
- func StatusBar_GetDoubleBuffered(obj uintptr) bool
- func StatusBar_GetDragCursor(obj uintptr) TCursor
- func StatusBar_GetDragKind(obj uintptr) TDragKind
- func StatusBar_GetDragMode(obj uintptr) TDragMode
- func StatusBar_GetEnabled(obj uintptr) bool
- func StatusBar_GetExplicitHeight(obj uintptr) int32
- func StatusBar_GetExplicitLeft(obj uintptr) int32
- func StatusBar_GetExplicitTop(obj uintptr) int32
- func StatusBar_GetExplicitWidth(obj uintptr) int32
- func StatusBar_GetFloating(obj uintptr) bool
- func StatusBar_GetFont(obj uintptr) uintptr
- func StatusBar_GetHandle(obj uintptr) HWND
- func StatusBar_GetHashCode(obj uintptr) int32
- func StatusBar_GetHeight(obj uintptr) int32
- func StatusBar_GetHint(obj uintptr) string
- func StatusBar_GetLeft(obj uintptr) int32
- func StatusBar_GetMargins(obj uintptr) uintptr
- func StatusBar_GetMouseInClient(obj uintptr) bool
- func StatusBar_GetName(obj uintptr) string
- func StatusBar_GetNamePath(obj uintptr) string
- func StatusBar_GetOwner(obj uintptr) uintptr
- func StatusBar_GetPanels(obj uintptr) uintptr
- func StatusBar_GetParent(obj uintptr) uintptr
- func StatusBar_GetParentColor(obj uintptr) bool
- func StatusBar_GetParentDoubleBuffered(obj uintptr) bool
- func StatusBar_GetParentFont(obj uintptr) bool