Documentation
¶
Index ¶
- Variables
- func Exclude(in interface{}, val ...uint8) uint32
- func ExtractFilePath(filename string) string
- func FileExists(filename string) bool
- func GetStringArrOf(p uintptr, index int) string
- func InSets(in interface{}, s uint32) bool
- func Include(in interface{}, val ...uint8) uint32
- func LcLLoaded() bool
- func MainInstance() uintptr
- func Move(src, dest uintptr, llen int)
- func SetPropertySecValue(instance uintptr, propName, secPropName, value string)
- func SetPropertyValue(instance uintptr, propName, value string)
- func ShortCutToText(val types.TShortCut) string
- func StrLen(str uintptr) int
- func SysOpen(filename string)
- func TextToShortCut(val string) types.TShortCut
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SysLocale 本地化相关 SysLocale types.TSysLocale )
Functions ¶
func GetStringArrOf ¶
GetStringArrOf 从一个Delphi/Lazarus字符串数组获取成员
func SetPropertySecValue ¶ added in v1.1.21
SetPropertySecValue 设置对象二级属性
func SetPropertyValue ¶ added in v1.1.21
SetProperty SetPropertyValue 设置对象属性
func ShortCutToText ¶
ShortCutToText 将ShortCut类型转为字符串
func TextToShortCut ¶
TextToShortCut 将字符串转为ShortCut类型
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.