Documentation ¶
Index ¶
- func APIInit()
- func Application_CreateForm(app uintptr) uintptr
- func Application_Initialize(obj uintptr)
- func Application_Instance() uintptr
- func Application_Run(app uintptr)
- func Application_SetRunLoopReceived(obj uintptr, proc uintptr)
- func COMSequentialStreamRead() int
- func COMSequentialStreamWrite() int
- func COMStreamClone() int
- func COMStreamCommit() int
- func COMStreamCopyTo() int
- func COMStreamLockRegion() int
- func COMStreamRevert() int
- func COMStreamSeek() int
- func COMStreamSetSize() int
- func COMStreamStat() int
- func COMStreamUnlockRegion() int
- func Clipboard_Instance() uintptr
- func CustomWidgetSetFinalization() bool
- func CustomWidgetSetInitialization() bool
- func DCreateGUID() (guid TGUID)
- func DCreateShortCut(...) bool
- func DCreateURLShortCut(aDestPath, aShortCutName, aURL string)
- func DCurrentThreadId() uintptr
- func DDateTimeToUnix(dateTime float64) (result int64)
- func DExtractFilePath(filename string) string
- func DFileExists(filename string) bool
- func DFindControl(handle HWND) uintptr
- func DFindControlAtPosition(position TPoint, allowDisabled bool) uintptr
- func DFindDragTarget(position TPoint, allowDisabled bool) uintptr
- func DFindLCLControl(screenPos TPoint) uintptr
- func DFindLCLWindow(screenPos TPoint, allowDisabled bool) uintptr
- func DFindOwnerControl(handle HWND) uintptr
- func DFreeAndNil(obj uintptr)
- func DGUIDToString(guid TGUID) string
- func DGetDC(hWnd types.HWND) types.HDC
- func DGetLibResourceCount() int32
- func DGetLibResourceItem(aIndex int32) (ret TLibResource)
- func DGetStringArrOf(p uintptr, index int) string
- func DInitGoDll(aMainThreadId uintptr)
- func DInputBox(aCaption, aPrompt, aDefault string) string
- func DInputCombo(aCaption, aPrompt string, aList uintptr) int32
- func DInputComboEx(aCaption, aPrompt string, aList uintptr, allowCustomText bool) string
- func DInputQuery(aCaption, aPrompt string, value *string) bool
- func DIsIconic(hWnd types.HWND) bool
- func DIsWindow(hWnd types.HWND) bool
- func DIsWindowVisible(hWnd types.HWND) bool
- func DIsZoomed(hWnd types.HWND) bool
- func DLibAbout() string
- func DLibStringEncoding() TStringEncoding
- func DMainThreadId() uintptr
- func DMessageDlg(Msg string, DlgType TMsgDlgType, Buttons TMsgDlgButtons, HelpCtx int32) int32
- func DModifyLibResource(aPtr uintptr, aValue string)
- func DMove(src, dest uintptr, nLen int)
- func DPasswordBox(aCaption, aPrompt string) string
- func DPostMessage(hWd types.HWND, msg uint32, wParam, lParam uintptr) bool
- func DPredefinedClipboardFormat(aFormat TPredefinedClipboardFormat) TClipboardFormat
- func DRegisterClipboardFormat(aFormat string) TClipboardFormat
- func DReleaseDC(hWnd types.HWND, dc types.HDC) int
- func DRunMainAsyncCall(id uintptr)
- func DRunMainSyncCall(fn func())
- func DSelectDirectory1(options TSelectDirOpts) (bool, string)
- func DSelectDirectory2(caption, root string, showHidden bool) (bool, string)
- func DSendMessage(hWd types.HWND, msg uint32, wParam, lParam uintptr) uintptr
- func DSetClipboard(obj uintptr) uintptr
- func DSetForegroundWindow(hWnd types.HWND) bool
- func DSetNil(obj uintptr)
- func DSetPropertySecValue(instance uintptr, propName, secPropName, value string)
- func DSetPropertyValue(instance uintptr, propName, value string)
- func DShortCutToText(val TShortCut) string
- func DShowMessage(s string)
- func DStrLen(p uintptr) int
- func DStringToGUID(str string) (guid TGUID)
- func DSysLocale(aInfo *TSysLocale)
- func DSysOpen(filename string)
- func DTextToShortCut(val string) TShortCut
- func DUnixToDateTime(dateTime int64) (result float64)
- func DWindowFromPoint(point types.TPoint) types.HWND
- func Form_Create2(owner uintptr) uintptr
- func Form_InheritedWndProc(obj uintptr, message *TMessage) uintptr
- func Form_SetGoPtr(obj uintptr, ptr uintptr)
- func Form_SetOnWndProc(obj uintptr, fn interface{})
- func GdkWindow_FromForm(obj uintptr) uintptr
- func GdkWindow_GetXId(g uintptr) (res uintptr)
- func GoBool(val uintptr) bool
- func GoStr(str uintptr) string
- func GtkWidget_GetGtkFixed(g uintptr) uintptr
- func GtkWidget_Window(g uintptr) uintptr
- func InterfacedObjectCreate() int
- func InterfacedObjectRefCount() int
- func LCLPreDef() imports.CallImport
- func LCLVersion() (major, minor, release, patch uint16, fullVersion uint32, version string)
- func LibRelease()
- func MakeEventDataPtr(fn interface{}) uintptr
- func Mouse_Instance() uintptr
- func NewDefaultImports() *imports.Imports
- func PascalBool(val bool) uintptr
- func PascalStr(str string) uintptr
- func Printer_Instance() uintptr
- func Printer_SetPrinter(obj uintptr, aName string)
- func PtrToElementPtr(v uintptr) *list.Element
- func PtrToElementValue(v uintptr) interface{}
- func RemoveEventElement(v uintptr) bool
- func ResFormLoadFromFile(filename string, root uintptr)
- func ResFormLoadFromResourceName(instance uintptr, resName string, root uintptr)
- func ResFormLoadFromStream(obj, root uintptr)
- func Screen_Instance() uintptr
- func SetCEFEventCallback(ptr uintptr)
- func SetCEFRemoveEventCallback(ptr uintptr)
- func SetEventCallback(ptr uintptr)
- func SetExceptionHandlerCallback(ptr uintptr)
- func SetMessageCallback(ptr uintptr)
- func SetOnLoadLibCallback(fn func() (imports.DLL, error))
- func SetReleaseCallback(fn func())
- func SetRemoveEventCallback(ptr uintptr)
- func SetRequestCallCreateParamsCallback(ptr uintptr)
- func SetRequestCallFormCreateCallback(ptr uintptr)
- func SetThreadAsyncCallback(ptr uintptr)
- func SetThreadSyncCallback(ptr uintptr)
- func SetWKEventCallback(ptr uintptr)
- func SetWKRemoveEventCallback(ptr uintptr)
- func SetWVEventCallback(ptr uintptr)
- func SetWVRemoveEventCallback(ptr uintptr)
- func StreamAdapterClone() int
- func StreamAdapterCommit() int
- func StreamAdapterCopyTo() int
- func StreamAdapterCreate() int
- func StreamAdapterLockRegion() int
- func StreamAdapterRead() int
- func StreamAdapterRevert() int
- func StreamAdapterSeek() int
- func StreamAdapterSetSize() int
- func StreamAdapterStat() int
- func StreamAdapterStream() int
- func StreamAdapterStreamOwnership() int
- func StreamAdapterUnlockRegion() int
- func StreamAdapterWrite() int
- func StringToUTF8Ptr(s string) *uint8
- func ThreadSyncCallbackFn() func()
- func VTImageInfoGet() int
- func VirtualNodeAlign() int
- func VirtualNodeCheckState() int
- func VirtualNodeCheckType() int
- func VirtualNodeChildCount() int
- func VirtualNodeCreate() int
- func VirtualNodeData() int
- func VirtualNodeDummy() int
- func VirtualNodeFirstChild() int
- func VirtualNodeIndex() int
- func VirtualNodeLastChild() int
- func VirtualNodeNextSibling() int
- func VirtualNodeNodeHeight() int
- func VirtualNodeParent() int
- func VirtualNodePrevSibling() int
- func VirtualNodeStates() int
- func VirtualNodeTotalCount() int
- func VirtualNodeTotalHeight() int
- func VirtualTreeColumnsGetVisibleColumns() int
- type GoStringHeader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Application_CreateForm ¶
func Application_Initialize ¶
func Application_Initialize(obj uintptr)
func Application_Instance ¶
func Application_Instance() uintptr
func Application_Run ¶
func Application_Run(app uintptr)
func COMSequentialStreamRead ¶
func COMSequentialStreamRead() int
func COMSequentialStreamWrite ¶
func COMSequentialStreamWrite() int
func COMStreamClone ¶
func COMStreamClone() int
func COMStreamCommit ¶
func COMStreamCommit() int
func COMStreamCopyTo ¶
func COMStreamCopyTo() int
func COMStreamLockRegion ¶
func COMStreamLockRegion() int
func COMStreamRevert ¶
func COMStreamRevert() int
func COMStreamSeek ¶
func COMStreamSeek() int
func COMStreamSetSize ¶
func COMStreamSetSize() int
func COMStreamStat ¶
func COMStreamStat() int
func COMStreamUnlockRegion ¶
func COMStreamUnlockRegion() int
func Clipboard_Instance ¶
func Clipboard_Instance() uintptr
func CustomWidgetSetFinalization ¶
func CustomWidgetSetFinalization() bool
CustomWidgetSetFinalization
自定义组件销毁 Linux
func CustomWidgetSetInitialization ¶
func CustomWidgetSetInitialization() bool
CustomWidgetSetInitialization 自定义组件初始化 Linux
func DCreateGUID ¶
func DCreateGUID() (guid TGUID)
func DCreateShortCut ¶
func DCreateURLShortCut ¶
func DCreateURLShortCut(aDestPath, aShortCutName, aURL string)
func DCurrentThreadId ¶
func DCurrentThreadId() uintptr
func DDateTimeToUnix ¶
func DExtractFilePath ¶
func DFileExists ¶
func DFindControl ¶
func DFindControl(handle HWND) uintptr
func DFindControlAtPosition ¶
func DFindDragTarget ¶
func DFindLCLControl ¶
func DFindLCLControl(screenPos TPoint) uintptr
func DFindLCLWindow ¶
func DFindOwnerControl ¶
func DFindOwnerControl(handle HWND) uintptr
func DFreeAndNil ¶
func DFreeAndNil(obj uintptr)
func DGUIDToString ¶
func DGUIDToString(guid TGUID) string
func DGetLibResourceCount ¶
func DGetLibResourceCount() int32
func DGetLibResourceItem ¶
func DGetLibResourceItem(aIndex int32) (ret TLibResource)
func DGetStringArrOf ¶
func DInitGoDll ¶
func DInitGoDll(aMainThreadId uintptr)
func DInputCombo ¶
func DInputComboEx ¶
func DInputQuery ¶
func DIsWindowVisible ¶
func DLibStringEncoding ¶
func DLibStringEncoding() TStringEncoding
func DMainThreadId ¶
func DMainThreadId() uintptr
func DMessageDlg ¶
func DModifyLibResource ¶
func DPasswordBox ¶
func DPredefinedClipboardFormat ¶
func DPredefinedClipboardFormat(aFormat TPredefinedClipboardFormat) TClipboardFormat
func DRegisterClipboardFormat ¶
func DRegisterClipboardFormat(aFormat string) TClipboardFormat
func DRunMainAsyncCall ¶
func DRunMainAsyncCall(id uintptr)
func DRunMainSyncCall ¶
func DRunMainSyncCall(fn func())
func DSelectDirectory1 ¶
func DSelectDirectory2 ¶
func DSetClipboard ¶
func DSetForegroundWindow ¶
func DSetPropertySecValue ¶
func DSetPropertyValue ¶
func DShortCutToText ¶
func DShortCutToText(val TShortCut) string
func DShowMessage ¶
func DShowMessage(s string)
func DStringToGUID ¶
func DStringToGUID(str string) (guid TGUID)
func DSysLocale ¶
func DSysLocale(aInfo *TSysLocale)
func DTextToShortCut ¶
func DTextToShortCut(val string) TShortCut
func DUnixToDateTime ¶
func Form_Create2 ¶
func Form_InheritedWndProc ¶
func Form_SetGoPtr ¶
func Form_SetOnWndProc ¶
func Form_SetOnWndProc(obj uintptr, fn interface{})
func GdkWindow_FromForm ¶
func GdkWindow_GetXId ¶
func GtkWidget_GetGtkFixed ¶
func GtkWidget_Window ¶
func InterfacedObjectCreate ¶
func InterfacedObjectCreate() int
func InterfacedObjectRefCount ¶
func InterfacedObjectRefCount() int
func LCLVersion ¶
func MakeEventDataPtr ¶
func MakeEventDataPtr(fn interface{}) uintptr
func Mouse_Instance ¶
func Mouse_Instance() uintptr
func PascalBool ¶
func Printer_Instance ¶
func Printer_Instance() uintptr
func Printer_SetPrinter ¶
func PtrToElementPtr ¶
func PtrToElementValue ¶
func PtrToElementValue(v uintptr) interface{}
func RemoveEventElement ¶
func ResFormLoadFromStream ¶
func ResFormLoadFromStream(obj, root uintptr)
ResFormLoadFromStream
从流中加载窗口资源
func Screen_Instance ¶
func Screen_Instance() uintptr
func SetCEFEventCallback ¶
func SetCEFEventCallback(ptr uintptr)
func SetCEFRemoveEventCallback ¶
func SetCEFRemoveEventCallback(ptr uintptr)
func SetEventCallback ¶
func SetEventCallback(ptr uintptr)
func SetExceptionHandlerCallback ¶
func SetExceptionHandlerCallback(ptr uintptr)
func SetMessageCallback ¶
func SetMessageCallback(ptr uintptr)
func SetRemoveEventCallback ¶
func SetRemoveEventCallback(ptr uintptr)
func SetRequestCallCreateParamsCallback ¶
func SetRequestCallCreateParamsCallback(ptr uintptr)
func SetRequestCallFormCreateCallback ¶
func SetRequestCallFormCreateCallback(ptr uintptr)
func SetThreadAsyncCallback ¶
func SetThreadAsyncCallback(ptr uintptr)
func SetThreadSyncCallback ¶
func SetThreadSyncCallback(ptr uintptr)
func SetWKEventCallback ¶
func SetWKEventCallback(ptr uintptr)
func SetWKRemoveEventCallback ¶
func SetWKRemoveEventCallback(ptr uintptr)
func SetWVEventCallback ¶
func SetWVEventCallback(ptr uintptr)
func SetWVRemoveEventCallback ¶
func SetWVRemoveEventCallback(ptr uintptr)
func StreamAdapterClone ¶
func StreamAdapterClone() int
func StreamAdapterCommit ¶
func StreamAdapterCommit() int
func StreamAdapterCopyTo ¶
func StreamAdapterCopyTo() int
func StreamAdapterCreate ¶
func StreamAdapterCreate() int
func StreamAdapterLockRegion ¶
func StreamAdapterLockRegion() int
func StreamAdapterRead ¶
func StreamAdapterRead() int
func StreamAdapterRevert ¶
func StreamAdapterRevert() int
func StreamAdapterSeek ¶
func StreamAdapterSeek() int
func StreamAdapterSetSize ¶
func StreamAdapterSetSize() int
func StreamAdapterStat ¶
func StreamAdapterStat() int
func StreamAdapterStream ¶
func StreamAdapterStream() int
func StreamAdapterStreamOwnership ¶
func StreamAdapterStreamOwnership() int
func StreamAdapterUnlockRegion ¶
func StreamAdapterUnlockRegion() int
func StreamAdapterWrite ¶
func StreamAdapterWrite() int
func ThreadSyncCallbackFn ¶
func ThreadSyncCallbackFn() func()
func VTImageInfoGet ¶
func VTImageInfoGet() int
func VirtualNodeAlign ¶
func VirtualNodeAlign() int
func VirtualNodeCheckState ¶
func VirtualNodeCheckState() int
func VirtualNodeCheckType ¶
func VirtualNodeCheckType() int
func VirtualNodeChildCount ¶
func VirtualNodeChildCount() int
func VirtualNodeCreate ¶
func VirtualNodeCreate() int
func VirtualNodeData ¶
func VirtualNodeData() int
func VirtualNodeDummy ¶
func VirtualNodeDummy() int
func VirtualNodeFirstChild ¶
func VirtualNodeFirstChild() int
func VirtualNodeIndex ¶
func VirtualNodeIndex() int
func VirtualNodeLastChild ¶
func VirtualNodeLastChild() int
func VirtualNodeNextSibling ¶
func VirtualNodeNextSibling() int
func VirtualNodeNodeHeight ¶
func VirtualNodeNodeHeight() int
func VirtualNodeParent ¶
func VirtualNodeParent() int
func VirtualNodePrevSibling ¶
func VirtualNodePrevSibling() int
func VirtualNodeStates ¶
func VirtualNodeStates() int
func VirtualNodeTotalCount ¶
func VirtualNodeTotalCount() int
func VirtualNodeTotalHeight ¶
func VirtualNodeTotalHeight() int
func VirtualTreeColumnsGetVisibleColumns ¶
func VirtualTreeColumnsGetVisibleColumns() int
Types ¶
type GoStringHeader ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package exception
|
Package exception |
Package winapi LCL winAPI and RTL commonly used function APIs Some functions have certain cross-platform characteristics
|
Package winapi LCL winAPI and RTL commonly used function APIs Some functions have certain cross-platform characteristics |
Click to show internal directories.
Click to hide internal directories.