vcl

package
v1.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// 四个实例类,不需要Create和Free即可访问
	Application *TApplication
	Screen      *TScreen
	Mouse       *TMouse
	Clipboard   *TClipboard
)

Functions

func CheckPtr

func CheckPtr(value IObject) uintptr

CheckPtr 检测接口是否被实例化,如果已经实例化则返回实例指针

func MessageDlg

func MessageDlg(Msg string, DlgType TMsgDlgType, Buttons ...uint8) int32

MessageDlg 消息框,Buttons为按钮样式,祥见types.TMsgDlgButtons

func SelectDirectory1 added in v1.3.0

func SelectDirectory1(options TSelectDirOpts) (bool, string)

SelectDirectory1 选择目录

func SelectDirectory2 added in v1.3.0

func SelectDirectory2(caption, root string, options TSelectDirExtOpts, parent IObject) (bool, string)

SelectDirectory2 选择目录,一般 options默认是SdNewUI,parent默认为nil

func ShowMessage

func ShowMessage(msg string)

ShowMessage 显示一个消息框

func ThreadSync added in v1.3.0

func ThreadSync(fn TThreadProc)

ThreadSync 主线程中执行

Types

type Exception added in v1.1.0

type Exception struct {
	IObject
	// contains filtered or unexported fields
}

func ExceptionFromInst added in v1.1.0

func ExceptionFromInst(inst uintptr) *Exception

func ExceptionFromObj added in v1.1.0

func ExceptionFromObj(obj IObject) *Exception

func (*Exception) BaseException added in v1.1.0

func (e *Exception) BaseException() *Exception

func (*Exception) ClassName added in v1.1.0

func (e *Exception) ClassName() string

func (*Exception) Equals added in v1.1.0

func (e *Exception) Equals(Obj IObject) bool

func (*Exception) GetHashCode added in v1.1.0

func (e *Exception) GetHashCode() int32

func (*Exception) InnerException added in v1.1.0

func (e *Exception) InnerException() *Exception

func (*Exception) Instance added in v1.1.0

func (e *Exception) Instance() uintptr

func (*Exception) IsValid added in v1.1.0

func (e *Exception) IsValid() bool

func (*Exception) Message added in v1.1.0

func (e *Exception) Message() string

func (*Exception) SetMessage added in v1.1.0

func (e *Exception) SetMessage(value string)

func (*Exception) StackInfo added in v1.1.0

func (e *Exception) StackInfo() uintptr

func (*Exception) StackTrace added in v1.1.0

func (e *Exception) StackTrace() string

func (*Exception) ToString added in v1.1.0

func (e *Exception) ToString() string

type IComponent

type IComponent interface {
	IObject
	Name() string
	SetName(string)
}

type IControl

type IControl interface {
	IComponent

	Perform(uint32, uintptr, int) int
	SendToBack()
	Show()
	Hide()
	Refresh()
	Repaint()
	Invalidate()

	Align() TAlign
	SetAlign(TAlign)

	Visible() bool
	SetVisible(bool)

	Enabled() bool
	SetEnabled(bool)

	Left() int32
	SetLeft(int32)

	Top() int32
	SetTop(int32)

	Width() int32
	SetWidth(int32)

	Height() int32
	SetHeight(int32)

	Hint() string
	SetHint(string)

	ShowHint() bool
	SetShowHint(bool)

	Parent() *TControl
	SetParent(IControl)

	SetBounds(int32, int32, int32, int32)
}

type IObject

type IObject interface {
	Instance() uintptr
	ClassName() string
	Free()
	GetHashCode() int32
	Equals(IObject) bool
	IsValid() bool
}

IObject 共公的对象接口

type TAction

type TAction struct {
	IComponent
	// contains filtered or unexported fields
}

func ActionFromInst

func ActionFromInst(inst uintptr) *TAction

func ActionFromObj

func ActionFromObj(obj IObject) *TAction

func NewAction

func NewAction(owner IComponent) *TAction

func (*TAction) Assign

func (a *TAction) Assign(Source IObject)

func (*TAction) Caption

func (a *TAction) Caption() string

func (*TAction) Checked

func (a *TAction) Checked() bool

func (*TAction) ClassName

func (a *TAction) ClassName() string

func (*TAction) ComponentCount

func (a *TAction) ComponentCount() int32

func (*TAction) ComponentIndex

func (a *TAction) ComponentIndex() int32

func (*TAction) Components

func (a *TAction) Components(AIndex int32) *TComponent

func (*TAction) Enabled

func (a *TAction) Enabled() bool

func (*TAction) Equals

func (a *TAction) Equals(Obj IObject) bool

func (*TAction) Execute

func (a *TAction) Execute() bool

func (*TAction) FindComponent

func (a *TAction) FindComponent(AName string) *TComponent

func (*TAction) Free

func (a *TAction) Free()

func (*TAction) GetHashCode

func (a *TAction) GetHashCode() int32

func (*TAction) GetNamePath

func (a *TAction) GetNamePath() string

func (*TAction) GroupIndex

func (a *TAction) GroupIndex() int32

func (*TAction) HasParent

func (a *TAction) HasParent() bool

func (*TAction) Hint

func (a *TAction) Hint() string

func (*TAction) ImageIndex

func (a *TAction) ImageIndex() int32

func (*TAction) Images

func (a *TAction) Images() *TImageList

func (*TAction) Index

func (a *TAction) Index() int32

func (*TAction) Instance

func (a *TAction) Instance() uintptr

func (*TAction) IsValid

func (a *TAction) IsValid() bool

func (*TAction) Name

func (a *TAction) Name() string

func (*TAction) Owner

func (a *TAction) Owner() *TComponent

func (*TAction) SetCaption

func (a *TAction) SetCaption(value string)

func (*TAction) SetChecked

func (a *TAction) SetChecked(value bool)

func (*TAction) SetComponentIndex

func (a *TAction) SetComponentIndex(value int32)

func (*TAction) SetEnabled

func (a *TAction) SetEnabled(value bool)

func (*TAction) SetGroupIndex

func (a *TAction) SetGroupIndex(value int32)

func (*TAction) SetHint

func (a *TAction) SetHint(value string)

func (*TAction) SetImageIndex

func (a *TAction) SetImageIndex(value int32)

func (*TAction) SetIndex

func (a *TAction) SetIndex(value int32)

func (*TAction) SetName

func (a *TAction) SetName(value string)

func (*TAction) SetOnExecute

func (a *TAction) SetOnExecute(fn TNotifyEvent)

func (*TAction) SetOnUpdate

func (a *TAction) SetOnUpdate(fn TNotifyEvent)

func (*TAction) SetShortCut

func (a *TAction) SetShortCut(value TShortCut)

func (*TAction) SetTag

func (a *TAction) SetTag(value int)

func (*TAction) SetVisible

func (a *TAction) SetVisible(value bool)

func (*TAction) ShortCut

func (a *TAction) ShortCut() TShortCut

func (*TAction) Tag

func (a *TAction) Tag() int

func (*TAction) ToString

func (a *TAction) ToString() string

func (*TAction) Update

func (a *TAction) Update() bool

func (*TAction) Visible

func (a *TAction) Visible() bool

type TActionList

type TActionList struct {
	IComponent
	// contains filtered or unexported fields
}

func ActionListFromInst

func ActionListFromInst(inst uintptr) *TActionList

func ActionListFromObj

func ActionListFromObj(obj IObject) *TActionList

func NewActionList

func NewActionList(owner IComponent) *TActionList

func (*TActionList) Assign

func (a *TActionList) Assign(Source IObject)

func (*TActionList) ClassName

func (a *TActionList) ClassName() string

func (*TActionList) ComponentCount

func (a *TActionList) ComponentCount() int32

func (*TActionList) ComponentIndex

func (a *TActionList) ComponentIndex() int32

func (*TActionList) Components

func (a *TActionList) Components(AIndex int32) *TComponent

func (*TActionList) Equals

func (a *TActionList) Equals(Obj IObject) bool

func (*TActionList) FindComponent

func (a *TActionList) FindComponent(AName string) *TComponent

func (*TActionList) Free

func (a *TActionList) Free()

func (*TActionList) GetHashCode

func (a *TActionList) GetHashCode() int32

func (*TActionList) GetNamePath

func (a *TActionList) GetNamePath() string

func (*TActionList) HasParent

func (a *TActionList) HasParent() bool

func (*TActionList) Images

func (a *TActionList) Images() *TImageList

func (*TActionList) Instance

func (a *TActionList) Instance() uintptr

func (*TActionList) IsValid

func (a *TActionList) IsValid() bool

func (*TActionList) Name

func (a *TActionList) Name() string

func (*TActionList) Owner

func (a *TActionList) Owner() *TComponent

func (*TActionList) SetComponentIndex

func (a *TActionList) SetComponentIndex(value int32)

func (*TActionList) SetImages

func (a *TActionList) SetImages(value IComponent)

func (*TActionList) SetName

func (a *TActionList) SetName(value string)

func (*TActionList) SetOnChange

func (a *TActionList) SetOnChange(fn TNotifyEvent)

func (*TActionList) SetState

func (a *TActionList) SetState(value TActionListState)

func (*TActionList) SetTag

func (a *TActionList) SetTag(value int)

func (*TActionList) State

func (a *TActionList) State() TActionListState

func (*TActionList) Tag

func (a *TActionList) Tag() int

func (*TActionList) ToString

func (a *TActionList) ToString() string

type TApplication

type TApplication struct {
	IComponent
	// contains filtered or unexported fields
}

func ApplicationFromInst

func ApplicationFromInst(inst uintptr) *TApplication

func ApplicationFromObj

func ApplicationFromObj(obj IObject) *TApplication

func NewApplication

func NewApplication(owner IComponent) *TApplication

func (*TApplication) ActivateHint

func (a *TApplication) ActivateHint(CursorPos TPoint)

func (*TApplication) Assign

func (a *TApplication) Assign(Source IObject)

func (*TApplication) BiDiMode

func (a *TApplication) BiDiMode() TBiDiMode

func (*TApplication) BringToFront

func (a *TApplication) BringToFront()

func (*TApplication) CancelHint

func (a *TApplication) CancelHint()

func (*TApplication) ClassName

func (a *TApplication) ClassName() string

func (*TApplication) ComponentCount

func (a *TApplication) ComponentCount() int32

func (*TApplication) ComponentIndex

func (a *TApplication) ComponentIndex() int32

func (*TApplication) Components

func (a *TApplication) Components(AIndex int32) *TComponent

func (*TApplication) CreateForm

func (a *TApplication) CreateForm() *TForm

CreateForm 一般不建议使用 NewForm,而优先使用CreateForm

func (*TApplication) CreateFormFromBytes added in v1.1.0

func (a *TApplication) CreateFormFromBytes(inBytes []byte, out interface{})

func (*TApplication) CreateFormFromFile added in v1.0.4

func (a *TApplication) CreateFormFromFile(filename string, out interface{})

CreateFormFromFile

func (*TApplication) CreateFormFromStream added in v1.0.4

func (a *TApplication) CreateFormFromStream(stream IObject, out interface{})

func (*TApplication) DialogHandle

func (a *TApplication) DialogHandle() HWND

func (*TApplication) Equals

func (a *TApplication) Equals(Obj IObject) bool

func (*TApplication) ExeName

func (a *TApplication) ExeName() string

func (*TApplication) FindComponent

func (a *TApplication) FindComponent(AName string) *TComponent

func (*TApplication) Free

func (a *TApplication) Free()

func (*TApplication) GetHashCode

func (a *TApplication) GetHashCode() int32

func (*TApplication) GetNamePath

func (a *TApplication) GetNamePath() string

func (*TApplication) Handle

func (a *TApplication) Handle() HWND

func (*TApplication) HandleMessage

func (a *TApplication) HandleMessage()

func (*TApplication) HasParent

func (a *TApplication) HasParent() bool

func (*TApplication) HideHint

func (a *TApplication) HideHint()

func (*TApplication) Hint

func (a *TApplication) Hint() string

func (*TApplication) HintColor

func (a *TApplication) HintColor() TColor

func (*TApplication) HintHidePause

func (a *TApplication) HintHidePause() int32

func (*TApplication) HintPause

func (a *TApplication) HintPause() int32

func (*TApplication) HintShortCuts

func (a *TApplication) HintShortCuts() bool

func (*TApplication) HintShortPause

func (a *TApplication) HintShortPause() int32

func (*TApplication) Icon

func (a *TApplication) Icon() *TIcon

func (*TApplication) Initialize

func (a *TApplication) Initialize()

func (*TApplication) Instance

func (a *TApplication) Instance() uintptr

func (*TApplication) IsMetropolisUI

func (a *TApplication) IsMetropolisUI() bool

func (*TApplication) IsValid

func (a *TApplication) IsValid() bool

func (*TApplication) MainForm

func (a *TApplication) MainForm() *TForm

func (*TApplication) MainFormHandle

func (a *TApplication) MainFormHandle() HWND

func (*TApplication) MainFormOnTaskBar

func (a *TApplication) MainFormOnTaskBar() bool

func (*TApplication) MessageBox

func (a *TApplication) MessageBox(Text string, Caption string, Flags int32) int32

func (*TApplication) Minimize

func (a *TApplication) Minimize()

func (*TApplication) ModalFinished

func (a *TApplication) ModalFinished()

func (*TApplication) ModalStarted

func (a *TApplication) ModalStarted()

func (*TApplication) Name

func (a *TApplication) Name() string

func (*TApplication) NormalizeAllTopMosts

func (a *TApplication) NormalizeAllTopMosts()

func (*TApplication) NormalizeTopMosts

func (a *TApplication) NormalizeTopMosts()

func (*TApplication) Owner

func (a *TApplication) Owner() *TComponent

func (*TApplication) ProcessMessages

func (a *TApplication) ProcessMessages()

func (*TApplication) Restore

func (a *TApplication) Restore()

func (*TApplication) RestoreTopMosts

func (a *TApplication) RestoreTopMosts()

func (*TApplication) Run

func (a *TApplication) Run()

func (*TApplication) SetBiDiMode

func (a *TApplication) SetBiDiMode(value TBiDiMode)

func (*TApplication) SetComponentIndex

func (a *TApplication) SetComponentIndex(value int32)

func (*TApplication) SetDialogHandle

func (a *TApplication) SetDialogHandle(value HWND)

func (*TApplication) SetFormScaled

func (a *TApplication) SetFormScaled(val bool)

SetFormScaled 设置全局窗口的Scaled

func (*TApplication) SetHandle

func (a *TApplication) SetHandle(value HWND)

func (*TApplication) SetHint

func (a *TApplication) SetHint(value string)

func (*TApplication) SetHintColor

func (a *TApplication) SetHintColor(value TColor)

func (*TApplication) SetHintHidePause

func (a *TApplication) SetHintHidePause(value int32)

func (*TApplication) SetHintPause

func (a *TApplication) SetHintPause(value int32)

func (*TApplication) SetHintShortCuts

func (a *TApplication) SetHintShortCuts(value bool)

func (*TApplication) SetHintShortPause

func (a *TApplication) SetHintShortPause(value int32)

func (*TApplication) SetIcon

func (a *TApplication) SetIcon(value *TIcon)

func (*TApplication) SetIconResId added in v1.1.0

func (a *TApplication) SetIconResId(id int)

func (*TApplication) SetMainFormOnTaskBar

func (a *TApplication) SetMainFormOnTaskBar(value bool)

func (*TApplication) SetName

func (a *TApplication) SetName(value string)

func (*TApplication) SetOnException

func (a *TApplication) SetOnException(fn TExceptionEvent)

func (*TApplication) SetOnHint added in v1.1.3

func (a *TApplication) SetOnHint(fn TNotifyEvent)

func (*TApplication) SetOnMinimize

func (a *TApplication) SetOnMinimize(fn TNotifyEvent)

func (*TApplication) SetOnRestore

func (a *TApplication) SetOnRestore(fn TNotifyEvent)

func (*TApplication) SetShowHint

func (a *TApplication) SetShowHint(value bool)

func (*TApplication) SetShowMainForm

func (a *TApplication) SetShowMainForm(value bool)

func (*TApplication) SetTag

func (a *TApplication) SetTag(value int)

func (*TApplication) SetTitle

func (a *TApplication) SetTitle(value string)

func (*TApplication) ShowHint

func (a *TApplication) ShowHint() bool

func (*TApplication) ShowMainForm

func (a *TApplication) ShowMainForm() bool

func (*TApplication) Tag

func (a *TApplication) Tag() int

func (*TApplication) Terminate

func (a *TApplication) Terminate()

func (*TApplication) Title

func (a *TApplication) Title() string

func (*TApplication) ToString

func (a *TApplication) ToString() string

type TBalloonHint

type TBalloonHint struct {
	IComponent
	// contains filtered or unexported fields
}

func BalloonHintFromInst

func BalloonHintFromInst(inst uintptr) *TBalloonHint

func BalloonHintFromObj

func BalloonHintFromObj(obj IObject) *TBalloonHint

func NewBalloonHint

func NewBalloonHint(owner IComponent) *TBalloonHint

func (*TBalloonHint) Assign

func (b *TBalloonHint) Assign(Source IObject)

func (*TBalloonHint) ClassName

func (b *TBalloonHint) ClassName() string

func (*TBalloonHint) ComponentCount

func (b *TBalloonHint) ComponentCount() int32

func (*TBalloonHint) ComponentIndex

func (b *TBalloonHint) ComponentIndex() int32

func (*TBalloonHint) Components

func (b *TBalloonHint) Components(AIndex int32) *TComponent

func (*TBalloonHint) Delay

func (b *TBalloonHint) Delay() uint32

func (*TBalloonHint) Description

func (b *TBalloonHint) Description() string

func (*TBalloonHint) Equals

func (b *TBalloonHint) Equals(Obj IObject) bool

func (*TBalloonHint) FindComponent

func (b *TBalloonHint) FindComponent(AName string) *TComponent

func (*TBalloonHint) Free

func (b *TBalloonHint) Free()

func (*TBalloonHint) GetHashCode

func (b *TBalloonHint) GetHashCode() int32

func (*TBalloonHint) GetNamePath

func (b *TBalloonHint) GetNamePath() string

func (*TBalloonHint) HasParent

func (b *TBalloonHint) HasParent() bool

func (*TBalloonHint) HideAfter

func (b *TBalloonHint) HideAfter() int32

func (*TBalloonHint) HideHint

func (b *TBalloonHint) HideHint()

func (*TBalloonHint) ImageIndex

func (b *TBalloonHint) ImageIndex() int32

func (*TBalloonHint) Images

func (b *TBalloonHint) Images() *TImageList

func (*TBalloonHint) Instance

func (b *TBalloonHint) Instance() uintptr

func (*TBalloonHint) IsValid

func (b *TBalloonHint) IsValid() bool

func (*TBalloonHint) Name

func (b *TBalloonHint) Name() string

func (*TBalloonHint) Owner

func (b *TBalloonHint) Owner() *TComponent

func (*TBalloonHint) SetComponentIndex

func (b *TBalloonHint) SetComponentIndex(value int32)

func (*TBalloonHint) SetDelay

func (b *TBalloonHint) SetDelay(value uint32)

func (*TBalloonHint) SetDescription

func (b *TBalloonHint) SetDescription(value string)

func (*TBalloonHint) SetHideAfter

func (b *TBalloonHint) SetHideAfter(value int32)

func (*TBalloonHint) SetImageIndex

func (b *TBalloonHint) SetImageIndex(value int32)

func (*TBalloonHint) SetImages

func (b *TBalloonHint) SetImages(value IComponent)

func (*TBalloonHint) SetName

func (b *TBalloonHint) SetName(value string)

func (*TBalloonHint) SetStyle

func (b *TBalloonHint) SetStyle(value TBalloonHintStyle)

func (*TBalloonHint) SetTag

func (b *TBalloonHint) SetTag(value int)

func (*TBalloonHint) SetTitle

func (b *TBalloonHint) SetTitle(value string)

func (*TBalloonHint) ShowHint

func (b *TBalloonHint) ShowHint()

func (*TBalloonHint) ShowingHint added in v1.1.0

func (b *TBalloonHint) ShowingHint() bool

func (*TBalloonHint) Style

func (b *TBalloonHint) Style() TBalloonHintStyle

func (*TBalloonHint) Tag

func (b *TBalloonHint) Tag() int

func (*TBalloonHint) Title

func (b *TBalloonHint) Title() string

func (*TBalloonHint) ToString

func (b *TBalloonHint) ToString() string

type TBevel added in v1.1.0

type TBevel struct {
	IControl
	// contains filtered or unexported fields
}

func BevelFromInst added in v1.1.0

func BevelFromInst(inst uintptr) *TBevel

func BevelFromObj added in v1.1.0

func BevelFromObj(obj IObject) *TBevel

func NewBevel added in v1.1.0

func NewBevel(owner IComponent) *TBevel

func (*TBevel) Action added in v1.1.0

func (b *TBevel) Action() *TAction

func (*TBevel) Align added in v1.1.0

func (b *TBevel) Align() TAlign

func (*TBevel) AlignWithMargins added in v1.1.0

func (b *TBevel) AlignWithMargins() bool

func (*TBevel) Anchors added in v1.1.0

func (b *TBevel) Anchors() TAnchors

func (*TBevel) Assign added in v1.1.0

func (b *TBevel) Assign(Source IObject)

func (*TBevel) BiDiMode added in v1.1.0

func (b *TBevel) BiDiMode() TBiDiMode

func (*TBevel) BoundsRect added in v1.1.0

func (b *TBevel) BoundsRect() TRect

func (*TBevel) BringToFront added in v1.1.0

func (b *TBevel) BringToFront()

func (*TBevel) ClassName added in v1.1.0

func (b *TBevel) ClassName() string

func (*TBevel) ClientHeight added in v1.1.0

func (b *TBevel) ClientHeight() int32

func (*TBevel) ClientRect added in v1.1.0

func (b *TBevel) ClientRect() TRect

func (*TBevel) ClientWidth added in v1.1.0

func (b *TBevel) ClientWidth() int32

func (*TBevel) ComponentCount added in v1.1.0

func (b *TBevel) ComponentCount() int32

func (*TBevel) ComponentIndex added in v1.1.0

func (b *TBevel) ComponentIndex() int32

func (*TBevel) Components added in v1.1.0

func (b *TBevel) Components(AIndex int32) *TComponent

func (*TBevel) Cursor added in v1.1.0

func (b *TBevel) Cursor() TCursor

func (*TBevel) CustomHint added in v1.1.0

func (b *TBevel) CustomHint() *TCustomHint

func (*TBevel) Enabled added in v1.1.0

func (b *TBevel) Enabled() bool

func (*TBevel) Equals added in v1.1.0

func (b *TBevel) Equals(Obj IObject) bool

func (*TBevel) ExplicitHeight added in v1.1.0

func (b *TBevel) ExplicitHeight() int32

func (*TBevel) ExplicitLeft added in v1.1.0

func (b *TBevel) ExplicitLeft() int32

func (*TBevel) ExplicitTop added in v1.1.0

func (b *TBevel) ExplicitTop() int32

func (*TBevel) ExplicitWidth added in v1.1.0

func (b *TBevel) ExplicitWidth() int32

func (*TBevel) FindComponent added in v1.1.0

func (b *TBevel) FindComponent(AName string) *TComponent

func (*TBevel) Free added in v1.1.0

func (b *TBevel) Free()

func (*TBevel) GetHashCode added in v1.1.0

func (b *TBevel) GetHashCode() int32

func (*TBevel) GetNamePath added in v1.1.0

func (b *TBevel) GetNamePath() string

func (*TBevel) GetTextBuf added in v1.1.0

func (b *TBevel) GetTextBuf(Buffer string, BufSize int32) int32

func (*TBevel) GetTextLen added in v1.1.0

func (b *TBevel) GetTextLen() int32

func (*TBevel) HasParent added in v1.1.0

func (b *TBevel) HasParent() bool

func (*TBevel) Height added in v1.1.0

func (b *TBevel) Height() int32

func (*TBevel) Hide added in v1.1.0

func (b *TBevel) Hide()

func (*TBevel) Hint added in v1.1.0

func (b *TBevel) Hint() string

func (*TBevel) Instance added in v1.1.0

func (b *TBevel) Instance() uintptr

func (*TBevel) Invalidate added in v1.1.0

func (b *TBevel) Invalidate()

func (*TBevel) IsValid added in v1.1.0

func (b *TBevel) IsValid() bool

func (*TBevel) Left added in v1.1.0

func (b *TBevel) Left() int32

func (*TBevel) Margins added in v1.1.0

func (b *TBevel) Margins() *TMargins

func (*TBevel) Name added in v1.1.0

func (b *TBevel) Name() string

func (*TBevel) Owner added in v1.1.0

func (b *TBevel) Owner() *TComponent

func (*TBevel) Parent added in v1.1.0

func (b *TBevel) Parent() *TControl

func (*TBevel) ParentShowHint added in v1.1.0

func (b *TBevel) ParentShowHint() bool

func (*TBevel) Perform added in v1.1.0

func (b *TBevel) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TBevel) Refresh added in v1.1.0

func (b *TBevel) Refresh()

func (*TBevel) Repaint added in v1.1.0

func (b *TBevel) Repaint()

func (*TBevel) SendToBack added in v1.1.0

func (b *TBevel) SendToBack()

func (*TBevel) SetAction added in v1.1.0

func (b *TBevel) SetAction(value IComponent)

func (*TBevel) SetAlign added in v1.1.0

func (b *TBevel) SetAlign(value TAlign)

func (*TBevel) SetAlignWithMargins added in v1.1.0

func (b *TBevel) SetAlignWithMargins(value bool)

func (*TBevel) SetAnchors added in v1.1.0

func (b *TBevel) SetAnchors(value TAnchors)

func (*TBevel) SetBiDiMode added in v1.1.0

func (b *TBevel) SetBiDiMode(value TBiDiMode)

func (*TBevel) SetBounds added in v1.1.0

func (b *TBevel) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TBevel) SetBoundsRect added in v1.1.0

func (b *TBevel) SetBoundsRect(value TRect)

func (*TBevel) SetClientHeight added in v1.1.0

func (b *TBevel) SetClientHeight(value int32)

func (*TBevel) SetClientWidth added in v1.1.0

func (b *TBevel) SetClientWidth(value int32)

func (*TBevel) SetComponentIndex added in v1.1.0

func (b *TBevel) SetComponentIndex(value int32)

func (*TBevel) SetCursor added in v1.1.0

func (b *TBevel) SetCursor(value TCursor)

func (*TBevel) SetCustomHint added in v1.1.0

func (b *TBevel) SetCustomHint(value IComponent)

func (*TBevel) SetEnabled added in v1.1.0

func (b *TBevel) SetEnabled(value bool)

func (*TBevel) SetHeight added in v1.1.0

func (b *TBevel) SetHeight(value int32)

func (*TBevel) SetHint added in v1.1.0

func (b *TBevel) SetHint(value string)

func (*TBevel) SetLeft added in v1.1.0

func (b *TBevel) SetLeft(value int32)

func (*TBevel) SetMargins added in v1.1.0

func (b *TBevel) SetMargins(value *TMargins)

func (*TBevel) SetName added in v1.1.0

func (b *TBevel) SetName(value string)

func (*TBevel) SetParent added in v1.1.0

func (b *TBevel) SetParent(value IControl)

func (*TBevel) SetParentShowHint added in v1.1.0

func (b *TBevel) SetParentShowHint(value bool)

func (*TBevel) SetShape added in v1.1.0

func (b *TBevel) SetShape(value TBevelShape)

func (*TBevel) SetShowHint added in v1.1.0

func (b *TBevel) SetShowHint(value bool)

func (*TBevel) SetStyle added in v1.1.0

func (b *TBevel) SetStyle(value TBevelStyle)

func (*TBevel) SetStyleElements added in v1.1.0

func (b *TBevel) SetStyleElements(value TStyleElements)

func (*TBevel) SetTag added in v1.1.0

func (b *TBevel) SetTag(value int)

func (*TBevel) SetTop added in v1.1.0

func (b *TBevel) SetTop(value int32)

func (*TBevel) SetVisible added in v1.1.0

func (b *TBevel) SetVisible(value bool)

func (*TBevel) SetWidth added in v1.1.0

func (b *TBevel) SetWidth(value int32)

func (*TBevel) Shape added in v1.1.0

func (b *TBevel) Shape() TBevelShape

func (*TBevel) Show added in v1.1.0

func (b *TBevel) Show()

func (*TBevel) ShowHint added in v1.1.0

func (b *TBevel) ShowHint() bool

func (*TBevel) Style added in v1.1.0

func (b *TBevel) Style() TBevelStyle

func (*TBevel) StyleElements added in v1.1.0

func (b *TBevel) StyleElements() TStyleElements

func (*TBevel) Tag added in v1.1.0

func (b *TBevel) Tag() int

func (*TBevel) ToString added in v1.1.0

func (b *TBevel) ToString() string

func (*TBevel) Top added in v1.1.0

func (b *TBevel) Top() int32

func (*TBevel) Update added in v1.1.0

func (b *TBevel) Update()

func (*TBevel) Visible added in v1.1.0

func (b *TBevel) Visible() bool

func (*TBevel) Width added in v1.1.0

func (b *TBevel) Width() int32

type TBitBtn added in v1.1.0

type TBitBtn struct {
	IControl
	// contains filtered or unexported fields
}

func BitBtnFromInst added in v1.1.0

func BitBtnFromInst(inst uintptr) *TBitBtn

func BitBtnFromObj added in v1.1.0

func BitBtnFromObj(obj IObject) *TBitBtn

func NewBitBtn added in v1.1.0

func NewBitBtn(owner IComponent) *TBitBtn

func (*TBitBtn) Action added in v1.1.0

func (b *TBitBtn) Action() *TAction

func (*TBitBtn) Align added in v1.1.0

func (b *TBitBtn) Align() TAlign

func (*TBitBtn) AlignWithMargins added in v1.1.0

func (b *TBitBtn) AlignWithMargins() bool

func (*TBitBtn) Anchors added in v1.1.0

func (b *TBitBtn) Anchors() TAnchors

func (*TBitBtn) Assign added in v1.1.0

func (b *TBitBtn) Assign(Source IObject)

func (*TBitBtn) BiDiMode added in v1.1.0

func (b *TBitBtn) BiDiMode() TBiDiMode

func (*TBitBtn) BoundsRect added in v1.1.0

func (b *TBitBtn) BoundsRect() TRect

func (*TBitBtn) BringToFront added in v1.1.0

func (b *TBitBtn) BringToFront()

func (*TBitBtn) Brush added in v1.1.0

func (b *TBitBtn) Brush() *TBrush

func (*TBitBtn) CanFocus added in v1.1.0

func (b *TBitBtn) CanFocus() bool

func (*TBitBtn) Cancel added in v1.1.0

func (b *TBitBtn) Cancel() bool

func (*TBitBtn) Caption added in v1.1.0

func (b *TBitBtn) Caption() string

func (*TBitBtn) ClassName added in v1.1.0

func (b *TBitBtn) ClassName() string

func (*TBitBtn) Click added in v1.1.0

func (b *TBitBtn) Click()

func (*TBitBtn) ClientHeight added in v1.1.0

func (b *TBitBtn) ClientHeight() int32

func (*TBitBtn) ClientRect added in v1.1.0

func (b *TBitBtn) ClientRect() TRect

func (*TBitBtn) ClientWidth added in v1.1.0

func (b *TBitBtn) ClientWidth() int32

func (*TBitBtn) CommandLinkHint added in v1.1.0

func (b *TBitBtn) CommandLinkHint() string

func (*TBitBtn) ComponentCount added in v1.1.0

func (b *TBitBtn) ComponentCount() int32

func (*TBitBtn) ComponentIndex added in v1.1.0

func (b *TBitBtn) ComponentIndex() int32

func (*TBitBtn) Components added in v1.1.0

func (b *TBitBtn) Components(AIndex int32) *TComponent

func (*TBitBtn) ControlCount added in v1.1.0

func (b *TBitBtn) ControlCount() int32

func (*TBitBtn) Controls added in v1.1.0

func (b *TBitBtn) Controls(Index int32) *TControl

func (*TBitBtn) Cursor added in v1.1.0

func (b *TBitBtn) Cursor() TCursor

func (*TBitBtn) CustomHint added in v1.1.0

func (b *TBitBtn) CustomHint() *TCustomHint

func (*TBitBtn) Default added in v1.1.0

func (b *TBitBtn) Default() bool

func (*TBitBtn) DisabledImageIndex added in v1.1.0

func (b *TBitBtn) DisabledImageIndex() int32

func (*TBitBtn) DoubleBuffered added in v1.1.0

func (b *TBitBtn) DoubleBuffered() bool

func (*TBitBtn) ElevationRequired added in v1.1.0

func (b *TBitBtn) ElevationRequired() bool

func (*TBitBtn) Enabled added in v1.1.0

func (b *TBitBtn) Enabled() bool

func (*TBitBtn) Equals added in v1.1.0

func (b *TBitBtn) Equals(Obj IObject) bool

func (*TBitBtn) ExplicitHeight added in v1.1.0

func (b *TBitBtn) ExplicitHeight() int32

func (*TBitBtn) ExplicitLeft added in v1.1.0

func (b *TBitBtn) ExplicitLeft() int32

func (*TBitBtn) ExplicitTop added in v1.1.0

func (b *TBitBtn) ExplicitTop() int32

func (*TBitBtn) ExplicitWidth added in v1.1.0

func (b *TBitBtn) ExplicitWidth() int32

func (*TBitBtn) FindComponent added in v1.1.0

func (b *TBitBtn) FindComponent(AName string) *TComponent

func (*TBitBtn) FlipChildren added in v1.1.0

func (b *TBitBtn) FlipChildren(AllLevels bool)

func (*TBitBtn) Focused added in v1.1.0

func (b *TBitBtn) Focused() bool

func (*TBitBtn) Font added in v1.1.0

func (b *TBitBtn) Font() *TFont

func (*TBitBtn) Free added in v1.1.0

func (b *TBitBtn) Free()

func (*TBitBtn) GetHashCode added in v1.1.0

func (b *TBitBtn) GetHashCode() int32

func (*TBitBtn) GetNamePath added in v1.1.0

func (b *TBitBtn) GetNamePath() string

func (*TBitBtn) GetTextBuf added in v1.1.0

func (b *TBitBtn) GetTextBuf(Buffer string, BufSize int32) int32

func (*TBitBtn) GetTextLen added in v1.1.0

func (b *TBitBtn) GetTextLen() int32

func (*TBitBtn) Glyph added in v1.1.0

func (b *TBitBtn) Glyph() *TBitmap

func (*TBitBtn) Handle added in v1.1.0

func (b *TBitBtn) Handle() HWND

func (*TBitBtn) HandleAllocated added in v1.1.0

func (b *TBitBtn) HandleAllocated() bool

func (*TBitBtn) HasParent added in v1.1.0

func (b *TBitBtn) HasParent() bool

func (*TBitBtn) Height added in v1.1.0

func (b *TBitBtn) Height() int32

func (*TBitBtn) Hide added in v1.1.0

func (b *TBitBtn) Hide()

func (*TBitBtn) Hint added in v1.1.0

func (b *TBitBtn) Hint() string

func (*TBitBtn) HotImageIndex added in v1.1.0

func (b *TBitBtn) HotImageIndex() int32

func (*TBitBtn) ImageAlignment added in v1.1.0

func (b *TBitBtn) ImageAlignment() TImageAlignment

func (*TBitBtn) ImageIndex added in v1.1.0

func (b *TBitBtn) ImageIndex() int32

func (*TBitBtn) Images added in v1.1.0

func (b *TBitBtn) Images() *TImageList

func (*TBitBtn) Instance added in v1.1.0

func (b *TBitBtn) Instance() uintptr

func (*TBitBtn) Invalidate added in v1.1.0

func (b *TBitBtn) Invalidate()

func (*TBitBtn) IsValid added in v1.1.0

func (b *TBitBtn) IsValid() bool

func (*TBitBtn) Kind added in v1.1.0

func (b *TBitBtn) Kind() TBitBtnKind

func (*TBitBtn) Layout added in v1.1.0

func (b *TBitBtn) Layout() TButtonLayout

func (*TBitBtn) Left added in v1.1.0

func (b *TBitBtn) Left() int32

func (*TBitBtn) Margins added in v1.1.0

func (b *TBitBtn) Margins() *TMargins

func (*TBitBtn) ModalResult added in v1.1.0

func (b *TBitBtn) ModalResult() TModalResult

func (*TBitBtn) Name added in v1.1.0

func (b *TBitBtn) Name() string

func (*TBitBtn) NumGlyphs added in v1.1.0

func (b *TBitBtn) NumGlyphs() TNumGlyphs

func (*TBitBtn) Owner added in v1.1.0

func (b *TBitBtn) Owner() *TComponent

func (*TBitBtn) Parent added in v1.1.0

func (b *TBitBtn) Parent() *TControl

func (*TBitBtn) ParentDoubleBuffered added in v1.1.0

func (b *TBitBtn) ParentDoubleBuffered() bool

func (*TBitBtn) ParentFont added in v1.1.0

func (b *TBitBtn) ParentFont() bool

func (*TBitBtn) ParentShowHint added in v1.1.0

func (b *TBitBtn) ParentShowHint() bool

func (*TBitBtn) ParentWindow added in v1.1.0

func (b *TBitBtn) ParentWindow() HWND

func (*TBitBtn) Perform added in v1.1.0

func (b *TBitBtn) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TBitBtn) PopupMenu added in v1.1.0

func (b *TBitBtn) PopupMenu() *TPopupMenu

func (*TBitBtn) PressedImageIndex added in v1.1.0

func (b *TBitBtn) PressedImageIndex() int32

func (*TBitBtn) Realign added in v1.1.0

func (b *TBitBtn) Realign()

func (*TBitBtn) Refresh added in v1.1.0

func (b *TBitBtn) Refresh()

func (*TBitBtn) Repaint added in v1.1.0

func (b *TBitBtn) Repaint()

func (*TBitBtn) ScaleBy added in v1.1.0

func (b *TBitBtn) ScaleBy(M int32, D int32)

func (*TBitBtn) SelectedImageIndex added in v1.1.0

func (b *TBitBtn) SelectedImageIndex() int32

func (*TBitBtn) SendToBack added in v1.1.0

func (b *TBitBtn) SendToBack()

func (*TBitBtn) SetAction added in v1.1.0

func (b *TBitBtn) SetAction(value IComponent)

func (*TBitBtn) SetAlign added in v1.1.0

func (b *TBitBtn) SetAlign(value TAlign)

func (*TBitBtn) SetAlignWithMargins added in v1.1.0

func (b *TBitBtn) SetAlignWithMargins(value bool)

func (*TBitBtn) SetAnchors added in v1.1.0

func (b *TBitBtn) SetAnchors(value TAnchors)

func (*TBitBtn) SetBiDiMode added in v1.1.0

func (b *TBitBtn) SetBiDiMode(value TBiDiMode)

func (*TBitBtn) SetBounds added in v1.1.0

func (b *TBitBtn) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TBitBtn) SetBoundsRect added in v1.1.0

func (b *TBitBtn) SetBoundsRect(value TRect)

func (*TBitBtn) SetCancel added in v1.1.0

func (b *TBitBtn) SetCancel(value bool)

func (*TBitBtn) SetCaption added in v1.1.0

func (b *TBitBtn) SetCaption(value string)

func (*TBitBtn) SetClientHeight added in v1.1.0

func (b *TBitBtn) SetClientHeight(value int32)

func (*TBitBtn) SetClientWidth added in v1.1.0

func (b *TBitBtn) SetClientWidth(value int32)

func (*TBitBtn) SetCommandLinkHint added in v1.1.0

func (b *TBitBtn) SetCommandLinkHint(value string)

func (*TBitBtn) SetComponentIndex added in v1.1.0

func (b *TBitBtn) SetComponentIndex(value int32)

func (*TBitBtn) SetCursor added in v1.1.0

func (b *TBitBtn) SetCursor(value TCursor)

func (*TBitBtn) SetCustomHint added in v1.1.0

func (b *TBitBtn) SetCustomHint(value IComponent)

func (*TBitBtn) SetDefault added in v1.1.0

func (b *TBitBtn) SetDefault(value bool)

func (*TBitBtn) SetDisabledImageIndex added in v1.1.0

func (b *TBitBtn) SetDisabledImageIndex(value int32)

func (*TBitBtn) SetDoubleBuffered added in v1.1.0

func (b *TBitBtn) SetDoubleBuffered(value bool)

func (*TBitBtn) SetElevationRequired added in v1.1.0

func (b *TBitBtn) SetElevationRequired(value bool)

func (*TBitBtn) SetEnabled added in v1.1.0

func (b *TBitBtn) SetEnabled(value bool)

func (*TBitBtn) SetFocus added in v1.1.0

func (b *TBitBtn) SetFocus()

func (*TBitBtn) SetFont added in v1.1.0

func (b *TBitBtn) SetFont(value *TFont)

func (*TBitBtn) SetGlyph added in v1.1.0

func (b *TBitBtn) SetGlyph(value *TBitmap)

func (*TBitBtn) SetHeight added in v1.1.0

func (b *TBitBtn) SetHeight(value int32)

func (*TBitBtn) SetHint added in v1.1.0

func (b *TBitBtn) SetHint(value string)

func (*TBitBtn) SetHotImageIndex added in v1.1.0

func (b *TBitBtn) SetHotImageIndex(value int32)

func (*TBitBtn) SetImageAlignment added in v1.1.0

func (b *TBitBtn) SetImageAlignment(value TImageAlignment)

func (*TBitBtn) SetImageIndex added in v1.1.0

func (b *TBitBtn) SetImageIndex(value int32)

func (*TBitBtn) SetImages added in v1.1.0

func (b *TBitBtn) SetImages(value IComponent)

func (*TBitBtn) SetKind added in v1.1.0

func (b *TBitBtn) SetKind(value TBitBtnKind)

func (*TBitBtn) SetLayout added in v1.1.0

func (b *TBitBtn) SetLayout(value TButtonLayout)

func (*TBitBtn) SetLeft added in v1.1.0

func (b *TBitBtn) SetLeft(value int32)

func (*TBitBtn) SetMargins added in v1.1.0

func (b *TBitBtn) SetMargins(value *TMargins)

func (*TBitBtn) SetModalResult added in v1.1.0

func (b *TBitBtn) SetModalResult(value TModalResult)

func (*TBitBtn) SetName added in v1.1.0

func (b *TBitBtn) SetName(value string)

func (*TBitBtn) SetNumGlyphs added in v1.1.0

func (b *TBitBtn) SetNumGlyphs(value TNumGlyphs)

func (*TBitBtn) SetOnClick added in v1.1.0

func (b *TBitBtn) SetOnClick(fn TNotifyEvent)

func (*TBitBtn) SetOnEnter added in v1.1.0

func (b *TBitBtn) SetOnEnter(fn TNotifyEvent)

func (*TBitBtn) SetOnExit added in v1.1.0

func (b *TBitBtn) SetOnExit(fn TNotifyEvent)

func (*TBitBtn) SetOnKeyDown added in v1.1.0

func (b *TBitBtn) SetOnKeyDown(fn TKeyEvent)

func (*TBitBtn) SetOnKeyPress added in v1.1.0

func (b *TBitBtn) SetOnKeyPress(fn TKeyPressEvent)

func (*TBitBtn) SetOnKeyUp added in v1.1.0

func (b *TBitBtn) SetOnKeyUp(fn TKeyEvent)

func (*TBitBtn) SetOnMouseDown added in v1.1.0

func (b *TBitBtn) SetOnMouseDown(fn TMouseEvent)

func (*TBitBtn) SetOnMouseEnter added in v1.1.0

func (b *TBitBtn) SetOnMouseEnter(fn TNotifyEvent)

func (*TBitBtn) SetOnMouseLeave added in v1.1.0

func (b *TBitBtn) SetOnMouseLeave(fn TNotifyEvent)

func (*TBitBtn) SetOnMouseMove added in v1.1.0

func (b *TBitBtn) SetOnMouseMove(fn TMouseMoveEvent)

func (*TBitBtn) SetOnMouseUp added in v1.1.0

func (b *TBitBtn) SetOnMouseUp(fn TMouseEvent)

func (*TBitBtn) SetParent added in v1.1.0

func (b *TBitBtn) SetParent(value IControl)

func (*TBitBtn) SetParentDoubleBuffered added in v1.1.0

func (b *TBitBtn) SetParentDoubleBuffered(value bool)

func (*TBitBtn) SetParentFont added in v1.1.0

func (b *TBitBtn) SetParentFont(value bool)

func (*TBitBtn) SetParentShowHint added in v1.1.0

func (b *TBitBtn) SetParentShowHint(value bool)

func (*TBitBtn) SetParentWindow added in v1.1.0

func (b *TBitBtn) SetParentWindow(value HWND)

func (*TBitBtn) SetPopupMenu added in v1.1.0

func (b *TBitBtn) SetPopupMenu(value IComponent)

func (*TBitBtn) SetPressedImageIndex added in v1.1.0

func (b *TBitBtn) SetPressedImageIndex(value int32)

func (*TBitBtn) SetSelectedImageIndex added in v1.1.0

func (b *TBitBtn) SetSelectedImageIndex(value int32)

func (*TBitBtn) SetShowHint added in v1.1.0

func (b *TBitBtn) SetShowHint(value bool)

func (*TBitBtn) SetSpacing added in v1.1.0

func (b *TBitBtn) SetSpacing(value int32)

func (*TBitBtn) SetStyle added in v1.1.0

func (b *TBitBtn) SetStyle(value TButtonStyle)

func (*TBitBtn) SetStyleElements added in v1.1.0

func (b *TBitBtn) SetStyleElements(value TStyleElements)

func (*TBitBtn) SetStylusHotImageIndex added in v1.1.0

func (b *TBitBtn) SetStylusHotImageIndex(value int32)

func (*TBitBtn) SetTabOrder added in v1.1.0

func (b *TBitBtn) SetTabOrder(value uint16)

func (*TBitBtn) SetTabStop added in v1.1.0

func (b *TBitBtn) SetTabStop(value bool)

func (*TBitBtn) SetTag added in v1.1.0

func (b *TBitBtn) SetTag(value int)

func (*TBitBtn) SetTop added in v1.1.0

func (b *TBitBtn) SetTop(value int32)

func (*TBitBtn) SetVisible added in v1.1.0

func (b *TBitBtn) SetVisible(value bool)

func (*TBitBtn) SetWidth added in v1.1.0

func (b *TBitBtn) SetWidth(value int32)

func (*TBitBtn) SetWordWrap added in v1.1.0

func (b *TBitBtn) SetWordWrap(value bool)

func (*TBitBtn) Show added in v1.1.0

func (b *TBitBtn) Show()

func (*TBitBtn) ShowHint added in v1.1.0

func (b *TBitBtn) ShowHint() bool

func (*TBitBtn) Spacing added in v1.1.0

func (b *TBitBtn) Spacing() int32

func (*TBitBtn) Style added in v1.1.0

func (b *TBitBtn) Style() TButtonStyle

func (*TBitBtn) StyleElements added in v1.1.0

func (b *TBitBtn) StyleElements() TStyleElements

func (*TBitBtn) StylusHotImageIndex added in v1.1.0

func (b *TBitBtn) StylusHotImageIndex() int32

func (*TBitBtn) TabOrder added in v1.1.0

func (b *TBitBtn) TabOrder() uint16

func (*TBitBtn) TabStop added in v1.1.0

func (b *TBitBtn) TabStop() bool

func (*TBitBtn) Tag added in v1.1.0

func (b *TBitBtn) Tag() int

func (*TBitBtn) ToString added in v1.1.0

func (b *TBitBtn) ToString() string

func (*TBitBtn) Top added in v1.1.0

func (b *TBitBtn) Top() int32

func (*TBitBtn) Update added in v1.1.0

func (b *TBitBtn) Update()

func (*TBitBtn) Visible added in v1.1.0

func (b *TBitBtn) Visible() bool

func (*TBitBtn) Width added in v1.1.0

func (b *TBitBtn) Width() int32

func (*TBitBtn) WordWrap added in v1.1.0

func (b *TBitBtn) WordWrap() bool

type TBitmap

type TBitmap struct {
	IObject
	// contains filtered or unexported fields
}

func BitmapFromInst

func BitmapFromInst(inst uintptr) *TBitmap

func BitmapFromObj

func BitmapFromObj(obj IObject) *TBitmap

func NewBitmap

func NewBitmap() *TBitmap

func (*TBitmap) Assign

func (b *TBitmap) Assign(Source IObject)

func (*TBitmap) Canvas

func (b *TBitmap) Canvas() *TCanvas

func (*TBitmap) ClassName

func (b *TBitmap) ClassName() string

func (*TBitmap) Empty

func (b *TBitmap) Empty() bool

func (*TBitmap) Equals

func (b *TBitmap) Equals(Obj IObject) bool

func (*TBitmap) Free

func (b *TBitmap) Free()

func (*TBitmap) GetHashCode

func (b *TBitmap) GetHashCode() int32

func (*TBitmap) GetNamePath

func (b *TBitmap) GetNamePath() string

func (*TBitmap) Handle

func (b *TBitmap) Handle() HBITMAP

func (*TBitmap) HandleAllocated

func (b *TBitmap) HandleAllocated() bool

func (*TBitmap) Height

func (b *TBitmap) Height() int32

func (*TBitmap) Instance

func (b *TBitmap) Instance() uintptr

func (*TBitmap) IsValid

func (b *TBitmap) IsValid() bool

func (*TBitmap) LoadFromFile

func (b *TBitmap) LoadFromFile(Filename string)

func (*TBitmap) LoadFromResourceID

func (b *TBitmap) LoadFromResourceID(Instance uintptr, ResID int32)

func (*TBitmap) LoadFromResourceName

func (b *TBitmap) LoadFromResourceName(Instance uintptr, ResName string)

func (*TBitmap) LoadFromStream

func (b *TBitmap) LoadFromStream(Stream IObject)

func (*TBitmap) Modified

func (b *TBitmap) Modified() bool

func (*TBitmap) PaletteModified

func (b *TBitmap) PaletteModified() bool

func (*TBitmap) PixelFormat

func (b *TBitmap) PixelFormat() TPixelFormat

func (*TBitmap) SaveToFile

func (b *TBitmap) SaveToFile(Filename string)

func (*TBitmap) SaveToStream

func (b *TBitmap) SaveToStream(Stream IObject)

func (*TBitmap) ScanLine

func (b *TBitmap) ScanLine(Row int32) uintptr

func (*TBitmap) SetHandle

func (b *TBitmap) SetHandle(value HBITMAP)

func (*TBitmap) SetHeight

func (b *TBitmap) SetHeight(value int32)

func (*TBitmap) SetModified

func (b *TBitmap) SetModified(value bool)

func (*TBitmap) SetOnChange

func (b *TBitmap) SetOnChange(fn TNotifyEvent)

func (*TBitmap) SetPaletteModified

func (b *TBitmap) SetPaletteModified(value bool)

func (*TBitmap) SetPixelFormat

func (b *TBitmap) SetPixelFormat(value TPixelFormat)

func (*TBitmap) SetSize

func (b *TBitmap) SetSize(AWidth int32, AHeight int32)

func (*TBitmap) SetTransparent

func (b *TBitmap) SetTransparent(value bool)

func (*TBitmap) SetTransparentColor

func (b *TBitmap) SetTransparentColor(value TColor)

func (*TBitmap) SetWidth

func (b *TBitmap) SetWidth(value int32)

func (*TBitmap) ToString

func (b *TBitmap) ToString() string

func (*TBitmap) Transparent

func (b *TBitmap) Transparent() bool

func (*TBitmap) TransparentColor

func (b *TBitmap) TransparentColor() TColor

func (*TBitmap) Width

func (b *TBitmap) Width() int32

type TBrush

type TBrush struct {
	IObject
	// contains filtered or unexported fields
}

func BrushFromInst

func BrushFromInst(inst uintptr) *TBrush

func BrushFromObj

func BrushFromObj(obj IObject) *TBrush

func NewBrush

func NewBrush() *TBrush

func (*TBrush) Assign

func (b *TBrush) Assign(Source IObject)

func (*TBrush) Bitmap

func (b *TBrush) Bitmap() *TBitmap

func (*TBrush) ClassName

func (b *TBrush) ClassName() string

func (*TBrush) Color

func (b *TBrush) Color() TColor

func (*TBrush) Equals

func (b *TBrush) Equals(Obj IObject) bool

func (*TBrush) Free

func (b *TBrush) Free()

func (*TBrush) GetHashCode

func (b *TBrush) GetHashCode() int32

func (*TBrush) GetNamePath

func (b *TBrush) GetNamePath() string

func (*TBrush) Handle

func (b *TBrush) Handle() HBRUSH

func (*TBrush) HandleAllocated

func (b *TBrush) HandleAllocated() bool

func (*TBrush) Instance

func (b *TBrush) Instance() uintptr

func (*TBrush) IsValid

func (b *TBrush) IsValid() bool

func (*TBrush) SetBitmap

func (b *TBrush) SetBitmap(value *TBitmap)

func (*TBrush) SetColor

func (b *TBrush) SetColor(value TColor)

func (*TBrush) SetHandle

func (b *TBrush) SetHandle(value HBRUSH)

func (*TBrush) SetOnChange

func (b *TBrush) SetOnChange(fn TNotifyEvent)

func (*TBrush) SetStyle

func (b *TBrush) SetStyle(value TBrushStyle)

func (*TBrush) Style

func (b *TBrush) Style() TBrushStyle

func (*TBrush) ToString

func (b *TBrush) ToString() string

type TButton

type TButton struct {
	IControl
	// contains filtered or unexported fields
}

func ButtonFromInst

func ButtonFromInst(inst uintptr) *TButton

func ButtonFromObj

func ButtonFromObj(obj IObject) *TButton

func NewButton

func NewButton(owner IComponent) *TButton

func (*TButton) Action

func (b *TButton) Action() *TAction

func (*TButton) Align

func (b *TButton) Align() TAlign

func (*TButton) AlignWithMargins

func (b *TButton) AlignWithMargins() bool

func (*TButton) Anchors

func (b *TButton) Anchors() TAnchors

func (*TButton) Assign

func (b *TButton) Assign(Source IObject)

func (*TButton) BiDiMode

func (b *TButton) BiDiMode() TBiDiMode

func (*TButton) BoundsRect

func (b *TButton) BoundsRect() TRect

func (*TButton) BringToFront

func (b *TButton) BringToFront()

func (*TButton) Brush

func (b *TButton) Brush() *TBrush

func (*TButton) CanFocus

func (b *TButton) CanFocus() bool

func (*TButton) Cancel

func (b *TButton) Cancel() bool

func (*TButton) Caption

func (b *TButton) Caption() string

func (*TButton) ClassName

func (b *TButton) ClassName() string

func (*TButton) Click

func (b *TButton) Click()

func (*TButton) ClientHeight

func (b *TButton) ClientHeight() int32

func (*TButton) ClientRect

func (b *TButton) ClientRect() TRect

func (*TButton) ClientWidth

func (b *TButton) ClientWidth() int32

func (*TButton) CommandLinkHint

func (b *TButton) CommandLinkHint() string

func (*TButton) ComponentCount

func (b *TButton) ComponentCount() int32

func (*TButton) ComponentIndex

func (b *TButton) ComponentIndex() int32

func (*TButton) Components

func (b *TButton) Components(AIndex int32) *TComponent

func (*TButton) ControlCount

func (b *TButton) ControlCount() int32

func (*TButton) Controls

func (b *TButton) Controls(Index int32) *TControl

func (*TButton) Cursor

func (b *TButton) Cursor() TCursor

func (*TButton) CustomHint added in v1.1.0

func (b *TButton) CustomHint() *TCustomHint

func (*TButton) Default

func (b *TButton) Default() bool

func (*TButton) DisabledImageIndex

func (b *TButton) DisabledImageIndex() int32

func (*TButton) DoubleBuffered

func (b *TButton) DoubleBuffered() bool

func (*TButton) ElevationRequired

func (b *TButton) ElevationRequired() bool

func (*TButton) Enabled

func (b *TButton) Enabled() bool

func (*TButton) Equals

func (b *TButton) Equals(Obj IObject) bool

func (*TButton) ExplicitHeight

func (b *TButton) ExplicitHeight() int32

func (*TButton) ExplicitLeft

func (b *TButton) ExplicitLeft() int32

func (*TButton) ExplicitTop

func (b *TButton) ExplicitTop() int32

func (*TButton) ExplicitWidth

func (b *TButton) ExplicitWidth() int32

func (*TButton) FindComponent

func (b *TButton) FindComponent(AName string) *TComponent

func (*TButton) FlipChildren

func (b *TButton) FlipChildren(AllLevels bool)

func (*TButton) Focused

func (b *TButton) Focused() bool

func (*TButton) Font

func (b *TButton) Font() *TFont

func (*TButton) Free

func (b *TButton) Free()

func (*TButton) GetHashCode

func (b *TButton) GetHashCode() int32

func (*TButton) GetNamePath

func (b *TButton) GetNamePath() string

func (*TButton) GetTextBuf

func (b *TButton) GetTextBuf(Buffer string, BufSize int32) int32

func (*TButton) GetTextLen added in v1.1.0

func (b *TButton) GetTextLen() int32

func (*TButton) Handle

func (b *TButton) Handle() HWND

func (*TButton) HandleAllocated

func (b *TButton) HandleAllocated() bool

func (*TButton) HasParent

func (b *TButton) HasParent() bool

func (*TButton) Height

func (b *TButton) Height() int32

func (*TButton) Hide

func (b *TButton) Hide()

func (*TButton) Hint

func (b *TButton) Hint() string

func (*TButton) HotImageIndex

func (b *TButton) HotImageIndex() int32

func (*TButton) ImageAlignment

func (b *TButton) ImageAlignment() TImageAlignment

func (*TButton) ImageIndex

func (b *TButton) ImageIndex() int32

func (*TButton) Images

func (b *TButton) Images() *TImageList

func (*TButton) Instance

func (b *TButton) Instance() uintptr

func (*TButton) Invalidate

func (b *TButton) Invalidate()

func (*TButton) IsValid

func (b *TButton) IsValid() bool

func (*TButton) Left

func (b *TButton) Left() int32

func (*TButton) Margins

func (b *TButton) Margins() *TMargins

func (*TButton) ModalResult

func (b *TButton) ModalResult() TModalResult

func (*TButton) Name

func (b *TButton) Name() string

func (*TButton) Owner

func (b *TButton) Owner() *TComponent

func (*TButton) Parent

func (b *TButton) Parent() *TControl

func (*TButton) ParentDoubleBuffered

func (b *TButton) ParentDoubleBuffered() bool

func (*TButton) ParentFont

func (b *TButton) ParentFont() bool

func (*TButton) ParentShowHint

func (b *TButton) ParentShowHint() bool

func (*TButton) ParentWindow

func (b *TButton) ParentWindow() HWND

func (*TButton) Perform

func (b *TButton) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TButton) PopupMenu

func (b *TButton) PopupMenu() *TPopupMenu

func (*TButton) PressedImageIndex

func (b *TButton) PressedImageIndex() int32

func (*TButton) Realign

func (b *TButton) Realign()

func (*TButton) Refresh

func (b *TButton) Refresh()

func (*TButton) Repaint

func (b *TButton) Repaint()

func (*TButton) ScaleBy

func (b *TButton) ScaleBy(M int32, D int32)

func (*TButton) SelectedImageIndex

func (b *TButton) SelectedImageIndex() int32

func (*TButton) SendToBack

func (b *TButton) SendToBack()

func (*TButton) SetAction

func (b *TButton) SetAction(value IComponent)

func (*TButton) SetAlign

func (b *TButton) SetAlign(value TAlign)

func (*TButton) SetAlignWithMargins

func (b *TButton) SetAlignWithMargins(value bool)

func (*TButton) SetAnchors

func (b *TButton) SetAnchors(value TAnchors)

func (*TButton) SetBiDiMode

func (b *TButton) SetBiDiMode(value TBiDiMode)

func (*TButton) SetBounds

func (b *TButton) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TButton) SetBoundsRect

func (b *TButton) SetBoundsRect(value TRect)

func (*TButton) SetCancel

func (b *TButton) SetCancel(value bool)

func (*TButton) SetCaption

func (b *TButton) SetCaption(value string)

func (*TButton) SetClientHeight

func (b *TButton) SetClientHeight(value int32)

func (*TButton) SetClientWidth

func (b *TButton) SetClientWidth(value int32)

func (*TButton) SetCommandLinkHint

func (b *TButton) SetCommandLinkHint(value string)

func (*TButton) SetComponentIndex

func (b *TButton) SetComponentIndex(value int32)

func (*TButton) SetCursor

func (b *TButton) SetCursor(value TCursor)

func (*TButton) SetCustomHint added in v1.1.0

func (b *TButton) SetCustomHint(value IComponent)

func (*TButton) SetDefault

func (b *TButton) SetDefault(value bool)

func (*TButton) SetDisabledImageIndex

func (b *TButton) SetDisabledImageIndex(value int32)

func (*TButton) SetDoubleBuffered

func (b *TButton) SetDoubleBuffered(value bool)

func (*TButton) SetElevationRequired

func (b *TButton) SetElevationRequired(value bool)

func (*TButton) SetEnabled

func (b *TButton) SetEnabled(value bool)

func (*TButton) SetFocus

func (b *TButton) SetFocus()

func (*TButton) SetFont

func (b *TButton) SetFont(value *TFont)

func (*TButton) SetHeight

func (b *TButton) SetHeight(value int32)

func (*TButton) SetHint

func (b *TButton) SetHint(value string)

func (*TButton) SetHotImageIndex

func (b *TButton) SetHotImageIndex(value int32)

func (*TButton) SetImageAlignment

func (b *TButton) SetImageAlignment(value TImageAlignment)

func (*TButton) SetImageIndex

func (b *TButton) SetImageIndex(value int32)

func (*TButton) SetImages

func (b *TButton) SetImages(value IComponent)

func (*TButton) SetLeft

func (b *TButton) SetLeft(value int32)

func (*TButton) SetMargins

func (b *TButton) SetMargins(value *TMargins)

func (*TButton) SetModalResult

func (b *TButton) SetModalResult(value TModalResult)

func (*TButton) SetName

func (b *TButton) SetName(value string)

func (*TButton) SetOnClick

func (b *TButton) SetOnClick(fn TNotifyEvent)

func (*TButton) SetOnEnter

func (b *TButton) SetOnEnter(fn TNotifyEvent)

func (*TButton) SetOnExit

func (b *TButton) SetOnExit(fn TNotifyEvent)

func (*TButton) SetOnKeyDown

func (b *TButton) SetOnKeyDown(fn TKeyEvent)

func (*TButton) SetOnKeyPress

func (b *TButton) SetOnKeyPress(fn TKeyPressEvent)

func (*TButton) SetOnKeyUp

func (b *TButton) SetOnKeyUp(fn TKeyEvent)

func (*TButton) SetOnMouseDown

func (b *TButton) SetOnMouseDown(fn TMouseEvent)

func (*TButton) SetOnMouseEnter

func (b *TButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TButton) SetOnMouseLeave

func (b *TButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TButton) SetOnMouseMove

func (b *TButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TButton) SetOnMouseUp

func (b *TButton) SetOnMouseUp(fn TMouseEvent)

func (*TButton) SetParent

func (b *TButton) SetParent(value IControl)

func (*TButton) SetParentDoubleBuffered

func (b *TButton) SetParentDoubleBuffered(value bool)

func (*TButton) SetParentFont

func (b *TButton) SetParentFont(value bool)

func (*TButton) SetParentShowHint

func (b *TButton) SetParentShowHint(value bool)

func (*TButton) SetParentWindow

func (b *TButton) SetParentWindow(value HWND)

func (*TButton) SetPopupMenu

func (b *TButton) SetPopupMenu(value IComponent)

func (*TButton) SetPressedImageIndex

func (b *TButton) SetPressedImageIndex(value int32)

func (*TButton) SetSelectedImageIndex

func (b *TButton) SetSelectedImageIndex(value int32)

func (*TButton) SetShowHint

func (b *TButton) SetShowHint(value bool)

func (*TButton) SetStyle

func (b *TButton) SetStyle(value TButtonStyle)

func (*TButton) SetStyleElements

func (b *TButton) SetStyleElements(value TStyleElements)

func (*TButton) SetStylusHotImageIndex

func (b *TButton) SetStylusHotImageIndex(value int32)

func (*TButton) SetTabOrder

func (b *TButton) SetTabOrder(value uint16)

func (*TButton) SetTabStop

func (b *TButton) SetTabStop(value bool)

func (*TButton) SetTag

func (b *TButton) SetTag(value int)

func (*TButton) SetTop

func (b *TButton) SetTop(value int32)

func (*TButton) SetVisible

func (b *TButton) SetVisible(value bool)

func (*TButton) SetWidth

func (b *TButton) SetWidth(value int32)

func (*TButton) SetWordWrap

func (b *TButton) SetWordWrap(value bool)

func (*TButton) Show

func (b *TButton) Show()

func (*TButton) ShowHint

func (b *TButton) ShowHint() bool

func (*TButton) Style

func (b *TButton) Style() TButtonStyle

func (*TButton) StyleElements

func (b *TButton) StyleElements() TStyleElements

func (*TButton) StylusHotImageIndex

func (b *TButton) StylusHotImageIndex() int32

func (*TButton) TabOrder

func (b *TButton) TabOrder() uint16

func (*TButton) TabStop

func (b *TButton) TabStop() bool

func (*TButton) Tag

func (b *TButton) Tag() int

func (*TButton) ToString

func (b *TButton) ToString() string

func (*TButton) Top

func (b *TButton) Top() int32

func (*TButton) Update

func (b *TButton) Update()

func (*TButton) Visible

func (b *TButton) Visible() bool

func (*TButton) Width

func (b *TButton) Width() int32

func (*TButton) WordWrap

func (b *TButton) WordWrap() bool

type TCanvas

type TCanvas struct {
	IObject
	// contains filtered or unexported fields
}

func CanvasFromInst

func CanvasFromInst(inst uintptr) *TCanvas

func CanvasFromObj

func CanvasFromObj(obj IObject) *TCanvas

func NewCanvas

func NewCanvas() *TCanvas

func (*TCanvas) AngleArc

func (c *TCanvas) AngleArc(X int32, Y int32, Radius uint32, StartAngle float32, SweepAngle float32)

func (*TCanvas) Arc

func (c *TCanvas) Arc(X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func (*TCanvas) ArcTo

func (c *TCanvas) ArcTo(X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func (*TCanvas) Assign

func (c *TCanvas) Assign(Source IObject)

func (*TCanvas) Brush

func (c *TCanvas) Brush() *TBrush

func (*TCanvas) BrushCopy

func (c *TCanvas) BrushCopy(dest TRect, bitmap IObject, source TRect, color TColor)

func (*TCanvas) Chord

func (c *TCanvas) Chord(X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func (*TCanvas) ClassName

func (c *TCanvas) ClassName() string

func (*TCanvas) CopyMode

func (c *TCanvas) CopyMode() int32

func (*TCanvas) CopyRect

func (c *TCanvas) CopyRect(dest TRect, canvas IObject, source TRect)

func (*TCanvas) Draw

func (c *TCanvas) Draw(x, y int32, graphic IObject)

func (*TCanvas) Draw2

func (c *TCanvas) Draw2(x, y int32, graphic IObject, opacity uint8)

func (*TCanvas) DrawFocusRect

func (c *TCanvas) DrawFocusRect(aRect TRect)

func (*TCanvas) Ellipse

func (c *TCanvas) Ellipse(X1 int32, Y1 int32, X2 int32, Y2 int32)

func (*TCanvas) Equals

func (c *TCanvas) Equals(Obj IObject) bool

func (*TCanvas) FillRect

func (c *TCanvas) FillRect(aRect TRect)

func (*TCanvas) FloodFill

func (c *TCanvas) FloodFill(X int32, Y int32, Color TColor, FillStyle TFillStyle)

func (*TCanvas) Font

func (c *TCanvas) Font() *TFont

func (*TCanvas) FrameRect

func (c *TCanvas) FrameRect(aRect TRect)

func (*TCanvas) Free

func (c *TCanvas) Free()

func (*TCanvas) GetHashCode

func (c *TCanvas) GetHashCode() int32

func (*TCanvas) GetNamePath

func (c *TCanvas) GetNamePath() string

func (*TCanvas) Handle

func (c *TCanvas) Handle() HDC

func (*TCanvas) HandleAllocated

func (c *TCanvas) HandleAllocated() bool

func (*TCanvas) Instance

func (c *TCanvas) Instance() uintptr

func (*TCanvas) IsValid

func (c *TCanvas) IsValid() bool

func (*TCanvas) LineTo

func (c *TCanvas) LineTo(X int32, Y int32)

func (*TCanvas) Lock

func (c *TCanvas) Lock()

func (*TCanvas) MoveTo

func (c *TCanvas) MoveTo(X int32, Y int32)

func (*TCanvas) Pen

func (c *TCanvas) Pen() *TPen

func (*TCanvas) Pie

func (c *TCanvas) Pie(X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32, X4 int32, Y4 int32)

func (*TCanvas) Rectangle

func (c *TCanvas) Rectangle(X1 int32, Y1 int32, X2 int32, Y2 int32)

func (*TCanvas) Refresh

func (c *TCanvas) Refresh()

func (*TCanvas) RoundRect

func (c *TCanvas) RoundRect(X1 int32, Y1 int32, X2 int32, Y2 int32, X3 int32, Y3 int32)

func (*TCanvas) SetBrush

func (c *TCanvas) SetBrush(value *TBrush)

func (*TCanvas) SetCopyMode

func (c *TCanvas) SetCopyMode(value int32)

func (*TCanvas) SetFont

func (c *TCanvas) SetFont(value *TFont)

func (*TCanvas) SetHandle

func (c *TCanvas) SetHandle(value HDC)

func (*TCanvas) SetOnChange

func (c *TCanvas) SetOnChange(fn TNotifyEvent)

func (*TCanvas) SetPen

func (c *TCanvas) SetPen(value *TPen)

func (*TCanvas) StretchDraw

func (c *TCanvas) StretchDraw(aRect TRect, graphic IObject)

func (*TCanvas) TextExtent

func (c *TCanvas) TextExtent(Text string) TSize

func (*TCanvas) TextHeight added in v1.0.2

func (c *TCanvas) TextHeight(Text string) int32

func (*TCanvas) TextOut

func (c *TCanvas) TextOut(X int32, Y int32, Text string)

func (*TCanvas) TextRect

func (c *TCanvas) TextRect(aRect TRect, x, y int32, text string)

func (*TCanvas) TextRect2

func (c *TCanvas) TextRect2(aRect *TRect, text *string, textFormat TTextFormat)

func (*TCanvas) TextWidth added in v1.0.2

func (c *TCanvas) TextWidth(Text string) int32

func (*TCanvas) ToString

func (c *TCanvas) ToString() string

type TCategoryPanel

type TCategoryPanel struct {
	IControl
	// contains filtered or unexported fields
}

func CategoryPanelFromInst

func CategoryPanelFromInst(inst uintptr) *TCategoryPanel

func CategoryPanelFromObj

func CategoryPanelFromObj(obj IObject) *TCategoryPanel

func NewCategoryPanel

func NewCategoryPanel(owner IComponent) *TCategoryPanel

func (*TCategoryPanel) Action

func (c *TCategoryPanel) Action() *TAction

func (*TCategoryPanel) Align

func (c *TCategoryPanel) Align() TAlign

func (*TCategoryPanel) AlignWithMargins

func (c *TCategoryPanel) AlignWithMargins() bool

func (*TCategoryPanel) Anchors

func (c *TCategoryPanel) Anchors() TAnchors

func (*TCategoryPanel) Assign

func (c *TCategoryPanel) Assign(Source IObject)

func (*TCategoryPanel) BiDiMode

func (c *TCategoryPanel) BiDiMode() TBiDiMode

func (*TCategoryPanel) BoundsRect

func (c *TCategoryPanel) BoundsRect() TRect

func (*TCategoryPanel) BringToFront

func (c *TCategoryPanel) BringToFront()

func (*TCategoryPanel) Brush

func (c *TCategoryPanel) Brush() *TBrush

func (*TCategoryPanel) CanFocus

func (c *TCategoryPanel) CanFocus() bool

func (*TCategoryPanel) Caption

func (c *TCategoryPanel) Caption() string

func (*TCategoryPanel) ClassName

func (c *TCategoryPanel) ClassName() string

func (*TCategoryPanel) ClientHeight

func (c *TCategoryPanel) ClientHeight() int32

func (*TCategoryPanel) ClientRect

func (c *TCategoryPanel) ClientRect() TRect

func (*TCategoryPanel) ClientWidth

func (c *TCategoryPanel) ClientWidth() int32

func (*TCategoryPanel) Collapse

func (c *TCategoryPanel) Collapse()

func (*TCategoryPanel) Collapsed

func (c *TCategoryPanel) Collapsed() bool

func (*TCategoryPanel) CollapsedHotImageIndex

func (c *TCategoryPanel) CollapsedHotImageIndex() int32

func (*TCategoryPanel) CollapsedImageIndex

func (c *TCategoryPanel) CollapsedImageIndex() int32

func (*TCategoryPanel) CollapsedPressedImageIndex

func (c *TCategoryPanel) CollapsedPressedImageIndex() int32

func (*TCategoryPanel) Color

func (c *TCategoryPanel) Color() TColor

func (*TCategoryPanel) ComponentCount

func (c *TCategoryPanel) ComponentCount() int32

func (*TCategoryPanel) ComponentIndex

func (c *TCategoryPanel) ComponentIndex() int32

func (*TCategoryPanel) Components

func (c *TCategoryPanel) Components(AIndex int32) *TComponent

func (*TCategoryPanel) ControlCount

func (c *TCategoryPanel) ControlCount() int32

func (*TCategoryPanel) Controls

func (c *TCategoryPanel) Controls(Index int32) *TControl

func (*TCategoryPanel) Cursor

func (c *TCategoryPanel) Cursor() TCursor

func (*TCategoryPanel) CustomHint added in v1.1.0

func (c *TCategoryPanel) CustomHint() *TCustomHint

func (*TCategoryPanel) DoubleBuffered

func (c *TCategoryPanel) DoubleBuffered() bool

func (*TCategoryPanel) Enabled

func (c *TCategoryPanel) Enabled() bool

func (*TCategoryPanel) Equals

func (c *TCategoryPanel) Equals(Obj IObject) bool

func (*TCategoryPanel) Expand

func (c *TCategoryPanel) Expand()

func (*TCategoryPanel) ExpandedHotImageIndex

func (c *TCategoryPanel) ExpandedHotImageIndex() int32

func (*TCategoryPanel) ExpandedImageIndex

func (c *TCategoryPanel) ExpandedImageIndex() int32

func (*TCategoryPanel) ExpandedPressedImageIndex

func (c *TCategoryPanel) ExpandedPressedImageIndex() int32

func (*TCategoryPanel) ExplicitHeight

func (c *TCategoryPanel) ExplicitHeight() int32

func (*TCategoryPanel) ExplicitLeft

func (c *TCategoryPanel) ExplicitLeft() int32

func (*TCategoryPanel) ExplicitTop

func (c *TCategoryPanel) ExplicitTop() int32

func (*TCategoryPanel) ExplicitWidth

func (c *TCategoryPanel) ExplicitWidth() int32

func (*TCategoryPanel) FindComponent

func (c *TCategoryPanel) FindComponent(AName string) *TComponent

func (*TCategoryPanel) FlipChildren

func (c *TCategoryPanel) FlipChildren(AllLevels bool)

func (*TCategoryPanel) Focused

func (c *TCategoryPanel) Focused() bool

func (*TCategoryPanel) Font

func (c *TCategoryPanel) Font() *TFont

func (*TCategoryPanel) Free

func (c *TCategoryPanel) Free()

func (*TCategoryPanel) FullRepaint

func (c *TCategoryPanel) FullRepaint() bool

func (*TCategoryPanel) GetHashCode

func (c *TCategoryPanel) GetHashCode() int32

func (*TCategoryPanel) GetNamePath

func (c *TCategoryPanel) GetNamePath() string

func (*TCategoryPanel) GetTextBuf

func (c *TCategoryPanel) GetTextBuf(Buffer string, BufSize int32) int32

func (*TCategoryPanel) GetTextLen added in v1.1.0

func (c *TCategoryPanel) GetTextLen() int32

func (*TCategoryPanel) Handle

func (c *TCategoryPanel) Handle() HWND

func (*TCategoryPanel) HandleAllocated

func (c *TCategoryPanel) HandleAllocated() bool

func (*TCategoryPanel) HasParent

func (c *TCategoryPanel) HasParent() bool

func (*TCategoryPanel) Height

func (c *TCategoryPanel) Height() int32

func (*TCategoryPanel) Hide

func (c *TCategoryPanel) Hide()

func (*TCategoryPanel) Hint

func (c *TCategoryPanel) Hint() string

func (*TCategoryPanel) Instance

func (c *TCategoryPanel) Instance() uintptr

func (*TCategoryPanel) Invalidate

func (c *TCategoryPanel) Invalidate()

func (*TCategoryPanel) IsValid

func (c *TCategoryPanel) IsValid() bool

func (*TCategoryPanel) Left

func (c *TCategoryPanel) Left() int32

func (*TCategoryPanel) Locked

func (c *TCategoryPanel) Locked() bool

func (*TCategoryPanel) Margins

func (c *TCategoryPanel) Margins() *TMargins

func (*TCategoryPanel) Name

func (c *TCategoryPanel) Name() string

func (*TCategoryPanel) Owner

func (c *TCategoryPanel) Owner() *TComponent

func (*TCategoryPanel) PanelGroup

func (c *TCategoryPanel) PanelGroup() *TCategoryPanelGroup

func (*TCategoryPanel) Parent

func (c *TCategoryPanel) Parent() *TControl

func (*TCategoryPanel) ParentBackground

func (c *TCategoryPanel) ParentBackground() bool

func (*TCategoryPanel) ParentColor

func (c *TCategoryPanel) ParentColor() bool

func (*TCategoryPanel) ParentCtl3D

func (c *TCategoryPanel) ParentCtl3D() bool

func (*TCategoryPanel) ParentDoubleBuffered

func (c *TCategoryPanel) ParentDoubleBuffered() bool

func (*TCategoryPanel) ParentFont

func (c *TCategoryPanel) ParentFont() bool

func (*TCategoryPanel) ParentShowHint

func (c *TCategoryPanel) ParentShowHint() bool

func (*TCategoryPanel) ParentWindow

func (c *TCategoryPanel) ParentWindow() HWND

func (*TCategoryPanel) Perform

func (c *TCategoryPanel) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TCategoryPanel) PopupMenu

func (c *TCategoryPanel) PopupMenu() *TPopupMenu

func (*TCategoryPanel) Realign

func (c *TCategoryPanel) Realign()

func (*TCategoryPanel) Refresh

func (c *TCategoryPanel) Refresh()

func (*TCategoryPanel) Repaint

func (c *TCategoryPanel) Repaint()

func (*TCategoryPanel) ScaleBy

func (c *TCategoryPanel) ScaleBy(M int32, D int32)

func (*TCategoryPanel) SendToBack

func (c *TCategoryPanel) SendToBack()

func (*TCategoryPanel) SetAction

func (c *TCategoryPanel) SetAction(value IComponent)

func (*TCategoryPanel) SetAlign

func (c *TCategoryPanel) SetAlign(value TAlign)

func (*TCategoryPanel) SetAlignWithMargins

func (c *TCategoryPanel) SetAlignWithMargins(value bool)

func (*TCategoryPanel) SetAnchors

func (c *TCategoryPanel) SetAnchors(value TAnchors)

func (*TCategoryPanel) SetBiDiMode

func (c *TCategoryPanel) SetBiDiMode(value TBiDiMode)

func (*TCategoryPanel) SetBounds

func (c *TCategoryPanel) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TCategoryPanel) SetBoundsRect

func (c *TCategoryPanel) SetBoundsRect(value TRect)

func (*TCategoryPanel) SetCaption

func (c *TCategoryPanel) SetCaption(value string)

func (*TCategoryPanel) SetClientHeight

func (c *TCategoryPanel) SetClientHeight(value int32)

func (*TCategoryPanel) SetClientWidth

func (c *TCategoryPanel) SetClientWidth(value int32)

func (*TCategoryPanel) SetCollapsed

func (c *TCategoryPanel) SetCollapsed(value bool)

func (*TCategoryPanel) SetCollapsedHotImageIndex

func (c *TCategoryPanel) SetCollapsedHotImageIndex(value int32)

func (*TCategoryPanel) SetCollapsedImageIndex

func (c *TCategoryPanel) SetCollapsedImageIndex(value int32)

func (*TCategoryPanel) SetCollapsedPressedImageIndex

func (c *TCategoryPanel) SetCollapsedPressedImageIndex(value int32)

func (*TCategoryPanel) SetColor

func (c *TCategoryPanel) SetColor(value TColor)

func (*TCategoryPanel) SetComponentIndex

func (c *TCategoryPanel) SetComponentIndex(value int32)

func (*TCategoryPanel) SetCursor

func (c *TCategoryPanel) SetCursor(value TCursor)

func (*TCategoryPanel) SetCustomHint added in v1.1.0

func (c *TCategoryPanel) SetCustomHint(value IComponent)

func (*TCategoryPanel) SetDoubleBuffered

func (c *TCategoryPanel) SetDoubleBuffered(value bool)

func (*TCategoryPanel) SetEnabled

func (c *TCategoryPanel) SetEnabled(value bool)

func (*TCategoryPanel) SetExpandedHotImageIndex

func (c *TCategoryPanel) SetExpandedHotImageIndex(value int32)

func (*TCategoryPanel) SetExpandedImageIndex

func (c *TCategoryPanel) SetExpandedImageIndex(value int32)

func (*TCategoryPanel) SetExpandedPressedImageIndex

func (c *TCategoryPanel) SetExpandedPressedImageIndex(value int32)

func (*TCategoryPanel) SetFocus

func (c *TCategoryPanel) SetFocus()

func (*TCategoryPanel) SetFont

func (c *TCategoryPanel) SetFont(value *TFont)

func (*TCategoryPanel) SetFullRepaint

func (c *TCategoryPanel) SetFullRepaint(value bool)

func (*TCategoryPanel) SetHeight

func (c *TCategoryPanel) SetHeight(value int32)

func (*TCategoryPanel) SetHint

func (c *TCategoryPanel) SetHint(value string)

func (*TCategoryPanel) SetLeft

func (c *TCategoryPanel) SetLeft(value int32)

func (*TCategoryPanel) SetLocked

func (c *TCategoryPanel) SetLocked(value bool)

func (*TCategoryPanel) SetMargins

func (c *TCategoryPanel) SetMargins(value *TMargins)

func (*TCategoryPanel) SetName

func (c *TCategoryPanel) SetName(value string)

func (*TCategoryPanel) SetOnClick

func (c *TCategoryPanel) SetOnClick(fn TNotifyEvent)

func (*TCategoryPanel) SetOnDblClick

func (c *TCategoryPanel) SetOnDblClick(fn TNotifyEvent)

func (*TCategoryPanel) SetOnEnter

func (c *TCategoryPanel) SetOnEnter(fn TNotifyEvent)

func (*TCategoryPanel) SetOnExit

func (c *TCategoryPanel) SetOnExit(fn TNotifyEvent)

func (*TCategoryPanel) SetOnMouseDown

func (c *TCategoryPanel) SetOnMouseDown(fn TMouseEvent)

func (*TCategoryPanel) SetOnMouseEnter

func (c *TCategoryPanel) SetOnMouseEnter(fn TNotifyEvent)

func (*TCategoryPanel) SetOnMouseLeave

func (c *TCategoryPanel) SetOnMouseLeave(fn TNotifyEvent)

func (*TCategoryPanel) SetOnMouseMove

func (c *TCategoryPanel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCategoryPanel) SetOnMouseUp

func (c *TCategoryPanel) SetOnMouseUp(fn TMouseEvent)

func (*TCategoryPanel) SetPanelGroup

func (c *TCategoryPanel) SetPanelGroup(value IControl)

func (*TCategoryPanel) SetParent

func (c *TCategoryPanel) SetParent(value IControl)

func (*TCategoryPanel) SetParentBackground

func (c *TCategoryPanel) SetParentBackground(value bool)

func (*TCategoryPanel) SetParentColor

func (c *TCategoryPanel) SetParentColor(value bool)

func (*TCategoryPanel) SetParentCtl3D

func (c *TCategoryPanel) SetParentCtl3D(value bool)

func (*TCategoryPanel) SetParentDoubleBuffered

func (c *TCategoryPanel) SetParentDoubleBuffered(value bool)

func (*TCategoryPanel) SetParentFont

func (c *TCategoryPanel) SetParentFont(value bool)

func (*TCategoryPanel) SetParentShowHint

func (c *TCategoryPanel) SetParentShowHint(value bool)

func (*TCategoryPanel) SetParentWindow

func (c *TCategoryPanel) SetParentWindow(value HWND)

func (*TCategoryPanel) SetPopupMenu

func (c *TCategoryPanel) SetPopupMenu(value IComponent)

func (*TCategoryPanel) SetShowHint

func (c *TCategoryPanel) SetShowHint(value bool)

func (*TCategoryPanel) SetStyleElements

func (c *TCategoryPanel) SetStyleElements(value TStyleElements)

func (*TCategoryPanel) SetTabOrder

func (c *TCategoryPanel) SetTabOrder(value uint16)

func (*TCategoryPanel) SetTabStop

func (c *TCategoryPanel) SetTabStop(value bool)

func (*TCategoryPanel) SetTag

func (c *TCategoryPanel) SetTag(value int)

func (*TCategoryPanel) SetTop

func (c *TCategoryPanel) SetTop(value int32)

func (*TCategoryPanel) SetVisible

func (c *TCategoryPanel) SetVisible(value bool)

func (*TCategoryPanel) SetWidth

func (c *TCategoryPanel) SetWidth(value int32)

func (*TCategoryPanel) Show

func (c *TCategoryPanel) Show()

func (*TCategoryPanel) ShowHint

func (c *TCategoryPanel) ShowHint() bool

func (*TCategoryPanel) StyleElements

func (c *TCategoryPanel) StyleElements() TStyleElements

func (*TCategoryPanel) TabOrder

func (c *TCategoryPanel) TabOrder() uint16

func (*TCategoryPanel) TabStop

func (c *TCategoryPanel) TabStop() bool

func (*TCategoryPanel) Tag

func (c *TCategoryPanel) Tag() int

func (*TCategoryPanel) ToString

func (c *TCategoryPanel) ToString() string

func (*TCategoryPanel) Top

func (c *TCategoryPanel) Top() int32

func (*TCategoryPanel) Update

func (c *TCategoryPanel) Update()

func (*TCategoryPanel) Visible

func (c *TCategoryPanel) Visible() bool

func (*TCategoryPanel) Width

func (c *TCategoryPanel) Width() int32

type TCategoryPanelGroup

type TCategoryPanelGroup struct {
	IControl
	// contains filtered or unexported fields
}

func CategoryPanelGroupFromInst

func CategoryPanelGroupFromInst(inst uintptr) *TCategoryPanelGroup

func CategoryPanelGroupFromObj

func CategoryPanelGroupFromObj(obj IObject) *TCategoryPanelGroup

func NewCategoryPanelGroup

func NewCategoryPanelGroup(owner IComponent) *TCategoryPanelGroup

func (*TCategoryPanelGroup) Action

func (c *TCategoryPanelGroup) Action() *TAction

func (*TCategoryPanelGroup) Align

func (c *TCategoryPanelGroup) Align() TAlign

func (*TCategoryPanelGroup) AlignWithMargins

func (c *TCategoryPanelGroup) AlignWithMargins() bool

func (*TCategoryPanelGroup) Anchors

func (c *TCategoryPanelGroup) Anchors() TAnchors

func (*TCategoryPanelGroup) Assign

func (c *TCategoryPanelGroup) Assign(Source IObject)

func (*TCategoryPanelGroup) BevelEdges

func (c *TCategoryPanelGroup) BevelEdges() TBevelEdges

func (*TCategoryPanelGroup) BevelInner

func (c *TCategoryPanelGroup) BevelInner() TBevelCut

func (*TCategoryPanelGroup) BevelKind

func (c *TCategoryPanelGroup) BevelKind() TBevelKind

func (*TCategoryPanelGroup) BevelOuter

func (c *TCategoryPanelGroup) BevelOuter() TBevelCut

func (*TCategoryPanelGroup) BiDiMode

func (c *TCategoryPanelGroup) BiDiMode() TBiDiMode

func (*TCategoryPanelGroup) BoundsRect

func (c *TCategoryPanelGroup) BoundsRect() TRect

func (*TCategoryPanelGroup) BringToFront

func (c *TCategoryPanelGroup) BringToFront()

func (*TCategoryPanelGroup) Brush

func (c *TCategoryPanelGroup) Brush() *TBrush

func (*TCategoryPanelGroup) CanFocus

func (c *TCategoryPanelGroup) CanFocus() bool

func (*TCategoryPanelGroup) ChevronAlignment

func (c *TCategoryPanelGroup) ChevronAlignment() TAlignment

func (*TCategoryPanelGroup) ChevronColor

func (c *TCategoryPanelGroup) ChevronColor() TColor

func (*TCategoryPanelGroup) ChevronHotColor

func (c *TCategoryPanelGroup) ChevronHotColor() TColor

func (*TCategoryPanelGroup) ClassName

func (c *TCategoryPanelGroup) ClassName() string

func (*TCategoryPanelGroup) ClientHeight

func (c *TCategoryPanelGroup) ClientHeight() int32

func (*TCategoryPanelGroup) ClientRect

func (c *TCategoryPanelGroup) ClientRect() TRect

func (*TCategoryPanelGroup) ClientWidth

func (c *TCategoryPanelGroup) ClientWidth() int32

func (*TCategoryPanelGroup) CollapseAll

func (c *TCategoryPanelGroup) CollapseAll()

func (*TCategoryPanelGroup) Color

func (c *TCategoryPanelGroup) Color() TColor

func (*TCategoryPanelGroup) ComponentCount

func (c *TCategoryPanelGroup) ComponentCount() int32

func (*TCategoryPanelGroup) ComponentIndex

func (c *TCategoryPanelGroup) ComponentIndex() int32

func (*TCategoryPanelGroup) Components

func (c *TCategoryPanelGroup) Components(AIndex int32) *TComponent

func (*TCategoryPanelGroup) ControlCount

func (c *TCategoryPanelGroup) ControlCount() int32

func (*TCategoryPanelGroup) Controls

func (c *TCategoryPanelGroup) Controls(Index int32) *TControl

func (*TCategoryPanelGroup) Cursor

func (c *TCategoryPanelGroup) Cursor() TCursor

func (*TCategoryPanelGroup) CustomHint added in v1.1.0

func (c *TCategoryPanelGroup) CustomHint() *TCustomHint

func (*TCategoryPanelGroup) DoubleBuffered

func (c *TCategoryPanelGroup) DoubleBuffered() bool

func (*TCategoryPanelGroup) Enabled

func (c *TCategoryPanelGroup) Enabled() bool

func (*TCategoryPanelGroup) Equals

func (c *TCategoryPanelGroup) Equals(Obj IObject) bool

func (*TCategoryPanelGroup) ExpandAll

func (c *TCategoryPanelGroup) ExpandAll()

func (*TCategoryPanelGroup) ExplicitHeight

func (c *TCategoryPanelGroup) ExplicitHeight() int32

func (*TCategoryPanelGroup) ExplicitLeft

func (c *TCategoryPanelGroup) ExplicitLeft() int32

func (*TCategoryPanelGroup) ExplicitTop

func (c *TCategoryPanelGroup) ExplicitTop() int32

func (*TCategoryPanelGroup) ExplicitWidth

func (c *TCategoryPanelGroup) ExplicitWidth() int32

func (*TCategoryPanelGroup) FindComponent

func (c *TCategoryPanelGroup) FindComponent(AName string) *TComponent

func (*TCategoryPanelGroup) FlipChildren

func (c *TCategoryPanelGroup) FlipChildren(AllLevels bool)

func (*TCategoryPanelGroup) Focused

func (c *TCategoryPanelGroup) Focused() bool

func (*TCategoryPanelGroup) Font

func (c *TCategoryPanelGroup) Font() *TFont

func (*TCategoryPanelGroup) Free

func (c *TCategoryPanelGroup) Free()

func (*TCategoryPanelGroup) GetHashCode

func (c *TCategoryPanelGroup) GetHashCode() int32

func (*TCategoryPanelGroup) GetNamePath

func (c *TCategoryPanelGroup) GetNamePath() string

func (*TCategoryPanelGroup) GetTextBuf

func (c *TCategoryPanelGroup) GetTextBuf(Buffer string, BufSize int32) int32

func (*TCategoryPanelGroup) GetTextLen added in v1.1.0

func (c *TCategoryPanelGroup) GetTextLen() int32

func (*TCategoryPanelGroup) GradientBaseColor

func (c *TCategoryPanelGroup) GradientBaseColor() TColor

func (*TCategoryPanelGroup) GradientColor

func (c *TCategoryPanelGroup) GradientColor() TColor

func (*TCategoryPanelGroup) GradientDirection

func (c *TCategoryPanelGroup) GradientDirection() TGradientDirection

func (*TCategoryPanelGroup) Handle

func (c *TCategoryPanelGroup) Handle() HWND

func (*TCategoryPanelGroup) HandleAllocated

func (c *TCategoryPanelGroup) HandleAllocated() bool

func (*TCategoryPanelGroup) HasParent

func (c *TCategoryPanelGroup) HasParent() bool

func (*TCategoryPanelGroup) HeaderAlignment

func (c *TCategoryPanelGroup) HeaderAlignment() TAlignment

func (*TCategoryPanelGroup) HeaderFont

func (c *TCategoryPanelGroup) HeaderFont() *TFont

func (*TCategoryPanelGroup) HeaderHeight

func (c *TCategoryPanelGroup) HeaderHeight() int32

func (*TCategoryPanelGroup) HeaderImage

func (c *TCategoryPanelGroup) HeaderImage() *TPicture

func (*TCategoryPanelGroup) HeaderStyle

func (c *TCategoryPanelGroup) HeaderStyle() THeaderStyle

func (*TCategoryPanelGroup) Height

func (c *TCategoryPanelGroup) Height() int32

func (*TCategoryPanelGroup) Hide

func (c *TCategoryPanelGroup) Hide()

func (*TCategoryPanelGroup) Hint

func (c *TCategoryPanelGroup) Hint() string

func (*TCategoryPanelGroup) Images

func (c *TCategoryPanelGroup) Images() *TImageList

func (*TCategoryPanelGroup) Instance

func (c *TCategoryPanelGroup) Instance() uintptr

func (*TCategoryPanelGroup) Invalidate

func (c *TCategoryPanelGroup) Invalidate()

func (*TCategoryPanelGroup) IsValid

func (c *TCategoryPanelGroup) IsValid() bool

func (*TCategoryPanelGroup) Left

func (c *TCategoryPanelGroup) Left() int32

func (*TCategoryPanelGroup) Margins

func (c *TCategoryPanelGroup) Margins() *TMargins

func (*TCategoryPanelGroup) Name

func (c *TCategoryPanelGroup) Name() string

func (*TCategoryPanelGroup) Owner

func (c *TCategoryPanelGroup) Owner() *TComponent

func (*TCategoryPanelGroup) Panels

func (c *TCategoryPanelGroup) Panels() *TList

func (*TCategoryPanelGroup) Parent

func (c *TCategoryPanelGroup) Parent() *TControl

func (*TCategoryPanelGroup) ParentBackground

func (c *TCategoryPanelGroup) ParentBackground() bool

func (*TCategoryPanelGroup) ParentColor

func (c *TCategoryPanelGroup) ParentColor() bool

func (*TCategoryPanelGroup) ParentCtl3D

func (c *TCategoryPanelGroup) ParentCtl3D() bool

func (*TCategoryPanelGroup) ParentDoubleBuffered

func (c *TCategoryPanelGroup) ParentDoubleBuffered() bool

func (*TCategoryPanelGroup) ParentFont

func (c *TCategoryPanelGroup) ParentFont() bool

func (*TCategoryPanelGroup) ParentShowHint

func (c *TCategoryPanelGroup) ParentShowHint() bool

func (*TCategoryPanelGroup) ParentWindow

func (c *TCategoryPanelGroup) ParentWindow() HWND

func (*TCategoryPanelGroup) Perform

func (c *TCategoryPanelGroup) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TCategoryPanelGroup) PopupMenu

func (c *TCategoryPanelGroup) PopupMenu() *TPopupMenu

func (*TCategoryPanelGroup) Realign

func (c *TCategoryPanelGroup) Realign()

func (*TCategoryPanelGroup) Refresh

func (c *TCategoryPanelGroup) Refresh()

func (*TCategoryPanelGroup) Repaint

func (c *TCategoryPanelGroup) Repaint()

func (*TCategoryPanelGroup) ScaleBy

func (c *TCategoryPanelGroup) ScaleBy(M int32, D int32)

func (*TCategoryPanelGroup) SendToBack

func (c *TCategoryPanelGroup) SendToBack()

func (*TCategoryPanelGroup) SetAction

func (c *TCategoryPanelGroup) SetAction(value IComponent)

func (*TCategoryPanelGroup) SetAlign

func (c *TCategoryPanelGroup) SetAlign(value TAlign)

func (*TCategoryPanelGroup) SetAlignWithMargins

func (c *TCategoryPanelGroup) SetAlignWithMargins(value bool)

func (*TCategoryPanelGroup) SetAnchors

func (c *TCategoryPanelGroup) SetAnchors(value TAnchors)

func (*TCategoryPanelGroup) SetBevelEdges

func (c *TCategoryPanelGroup) SetBevelEdges(value TBevelEdges)

func (*TCategoryPanelGroup) SetBevelInner

func (c *TCategoryPanelGroup) SetBevelInner(value TBevelCut)

func (*TCategoryPanelGroup) SetBevelKind

func (c *TCategoryPanelGroup) SetBevelKind(value TBevelKind)

func (*TCategoryPanelGroup) SetBevelOuter

func (c *TCategoryPanelGroup) SetBevelOuter(value TBevelCut)

func (*TCategoryPanelGroup) SetBiDiMode

func (c *TCategoryPanelGroup) SetBiDiMode(value TBiDiMode)

func (*TCategoryPanelGroup) SetBounds

func (c *TCategoryPanelGroup) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TCategoryPanelGroup) SetBoundsRect

func (c *TCategoryPanelGroup) SetBoundsRect(value TRect)

func (*TCategoryPanelGroup) SetChevronAlignment

func (c *TCategoryPanelGroup) SetChevronAlignment(value TAlignment)

func (*TCategoryPanelGroup) SetChevronColor

func (c *TCategoryPanelGroup) SetChevronColor(value TColor)

func (*TCategoryPanelGroup) SetChevronHotColor

func (c *TCategoryPanelGroup) SetChevronHotColor(value TColor)

func (*TCategoryPanelGroup) SetClientHeight

func (c *TCategoryPanelGroup) SetClientHeight(value int32)

func (*TCategoryPanelGroup) SetClientWidth

func (c *TCategoryPanelGroup) SetClientWidth(value int32)

func (*TCategoryPanelGroup) SetColor

func (c *TCategoryPanelGroup) SetColor(value TColor)

func (*TCategoryPanelGroup) SetComponentIndex

func (c *TCategoryPanelGroup) SetComponentIndex(value int32)

func (*TCategoryPanelGroup) SetCursor

func (c *TCategoryPanelGroup) SetCursor(value TCursor)

func (*TCategoryPanelGroup) SetCustomHint added in v1.1.0

func (c *TCategoryPanelGroup) SetCustomHint(value IComponent)

func (*TCategoryPanelGroup) SetDoubleBuffered

func (c *TCategoryPanelGroup) SetDoubleBuffered(value bool)

func (*TCategoryPanelGroup) SetEnabled

func (c *TCategoryPanelGroup) SetEnabled(value bool)

func (*TCategoryPanelGroup) SetFocus

func (c *TCategoryPanelGroup) SetFocus()

func (*TCategoryPanelGroup) SetFont

func (c *TCategoryPanelGroup) SetFont(value *TFont)

func (*TCategoryPanelGroup) SetGradientBaseColor

func (c *TCategoryPanelGroup) SetGradientBaseColor(value TColor)

func (*TCategoryPanelGroup) SetGradientColor

func (c *TCategoryPanelGroup) SetGradientColor(value TColor)

func (*TCategoryPanelGroup) SetGradientDirection

func (c *TCategoryPanelGroup) SetGradientDirection(value TGradientDirection)

func (*TCategoryPanelGroup) SetHeaderAlignment

func (c *TCategoryPanelGroup) SetHeaderAlignment(value TAlignment)

func (*TCategoryPanelGroup) SetHeaderFont

func (c *TCategoryPanelGroup) SetHeaderFont(value *TFont)

func (*TCategoryPanelGroup) SetHeaderHeight

func (c *TCategoryPanelGroup) SetHeaderHeight(value int32)

func (*TCategoryPanelGroup) SetHeaderImage

func (c *TCategoryPanelGroup) SetHeaderImage(value *TPicture)

func (*TCategoryPanelGroup) SetHeaderStyle

func (c *TCategoryPanelGroup) SetHeaderStyle(value THeaderStyle)

func (*TCategoryPanelGroup) SetHeight

func (c *TCategoryPanelGroup) SetHeight(value int32)

func (*TCategoryPanelGroup) SetHint

func (c *TCategoryPanelGroup) SetHint(value string)

func (*TCategoryPanelGroup) SetImages

func (c *TCategoryPanelGroup) SetImages(value IComponent)

func (*TCategoryPanelGroup) SetLeft

func (c *TCategoryPanelGroup) SetLeft(value int32)

func (*TCategoryPanelGroup) SetMargins

func (c *TCategoryPanelGroup) SetMargins(value *TMargins)

func (*TCategoryPanelGroup) SetName

func (c *TCategoryPanelGroup) SetName(value string)

func (*TCategoryPanelGroup) SetOnClick

func (c *TCategoryPanelGroup) SetOnClick(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnDblClick

func (c *TCategoryPanelGroup) SetOnDblClick(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnEnter

func (c *TCategoryPanelGroup) SetOnEnter(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnExit

func (c *TCategoryPanelGroup) SetOnExit(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnMouseDown

func (c *TCategoryPanelGroup) SetOnMouseDown(fn TMouseEvent)

func (*TCategoryPanelGroup) SetOnMouseEnter

func (c *TCategoryPanelGroup) SetOnMouseEnter(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnMouseLeave

func (c *TCategoryPanelGroup) SetOnMouseLeave(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnMouseMove

func (c *TCategoryPanelGroup) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCategoryPanelGroup) SetOnMouseUp

func (c *TCategoryPanelGroup) SetOnMouseUp(fn TMouseEvent)

func (*TCategoryPanelGroup) SetOnMouseWheel

func (c *TCategoryPanelGroup) SetOnMouseWheel(fn TMouseWheelEvent)

func (*TCategoryPanelGroup) SetOnResize

func (c *TCategoryPanelGroup) SetOnResize(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetParent

func (c *TCategoryPanelGroup) SetParent(value IControl)

func (*TCategoryPanelGroup) SetParentBackground

func (c *TCategoryPanelGroup) SetParentBackground(value bool)

func (*TCategoryPanelGroup) SetParentColor

func (c *TCategoryPanelGroup) SetParentColor(value bool)

func (*TCategoryPanelGroup) SetParentCtl3D

func (c *TCategoryPanelGroup) SetParentCtl3D(value bool)

func (*TCategoryPanelGroup) SetParentDoubleBuffered

func (c *TCategoryPanelGroup) SetParentDoubleBuffered(value bool)

func (*TCategoryPanelGroup) SetParentFont

func (c *TCategoryPanelGroup) SetParentFont(value bool)

func (*TCategoryPanelGroup) SetParentShowHint

func (c *TCategoryPanelGroup) SetParentShowHint(value bool)

func (*TCategoryPanelGroup) SetParentWindow

func (c *TCategoryPanelGroup) SetParentWindow(value HWND)

func (*TCategoryPanelGroup) SetPopupMenu

func (c *TCategoryPanelGroup) SetPopupMenu(value IComponent)

func (*TCategoryPanelGroup) SetShowHint

func (c *TCategoryPanelGroup) SetShowHint(value bool)

func (*TCategoryPanelGroup) SetStyleElements

func (c *TCategoryPanelGroup) SetStyleElements(value TStyleElements)

func (*TCategoryPanelGroup) SetTabOrder

func (c *TCategoryPanelGroup) SetTabOrder(value uint16)

func (*TCategoryPanelGroup) SetTabStop

func (c *TCategoryPanelGroup) SetTabStop(value bool)

func (*TCategoryPanelGroup) SetTag

func (c *TCategoryPanelGroup) SetTag(value int)

func (*TCategoryPanelGroup) SetTop

func (c *TCategoryPanelGroup) SetTop(value int32)

func (*TCategoryPanelGroup) SetVisible

func (c *TCategoryPanelGroup) SetVisible(value bool)

func (*TCategoryPanelGroup) SetWidth

func (c *TCategoryPanelGroup) SetWidth(value int32)

func (*TCategoryPanelGroup) Show

func (c *TCategoryPanelGroup) Show()

func (*TCategoryPanelGroup) ShowHint

func (c *TCategoryPanelGroup) ShowHint() bool

func (*TCategoryPanelGroup) StyleElements

func (c *TCategoryPanelGroup) StyleElements() TStyleElements

func (*TCategoryPanelGroup) TabOrder

func (c *TCategoryPanelGroup) TabOrder() uint16

func (*TCategoryPanelGroup) TabStop

func (c *TCategoryPanelGroup) TabStop() bool

func (*TCategoryPanelGroup) Tag

func (c *TCategoryPanelGroup) Tag() int

func (*TCategoryPanelGroup) ToString

func (c *TCategoryPanelGroup) ToString() string

func (*TCategoryPanelGroup) Top

func (c *TCategoryPanelGroup) Top() int32

func (*TCategoryPanelGroup) Update

func (c *TCategoryPanelGroup) Update()

func (*TCategoryPanelGroup) Visible

func (c *TCategoryPanelGroup) Visible() bool

func (*TCategoryPanelGroup) Width

func (c *TCategoryPanelGroup) Width() int32

type TCheckBox

type TCheckBox struct {
	IControl
	// contains filtered or unexported fields
}

func CheckBoxFromInst

func CheckBoxFromInst(inst uintptr) *TCheckBox

func CheckBoxFromObj

func CheckBoxFromObj(obj IObject) *TCheckBox

func NewCheckBox

func NewCheckBox(owner IComponent) *TCheckBox

func (*TCheckBox) Action

func (c *TCheckBox) Action() *TAction

func (*TCheckBox) Align

func (c *TCheckBox) Align() TAlign

func (*TCheckBox) AlignWithMargins

func (c *TCheckBox) AlignWithMargins() bool

func (*TCheckBox) Alignment

func (c *TCheckBox) Alignment() TLeftRight

func (*TCheckBox) AllowGrayed added in v1.1.0

func (c *TCheckBox) AllowGrayed() bool

func (*TCheckBox) Anchors

func (c *TCheckBox) Anchors() TAnchors

func (*TCheckBox) Assign

func (c *TCheckBox) Assign(Source IObject)

func (*TCheckBox) BiDiMode

func (c *TCheckBox) BiDiMode() TBiDiMode

func (*TCheckBox) BoundsRect

func (c *TCheckBox) BoundsRect() TRect

func (*TCheckBox) BringToFront

func (c *TCheckBox) BringToFront()

func (*TCheckBox) Brush

func (c *TCheckBox) Brush() *TBrush

func (*TCheckBox) CanFocus

func (c *TCheckBox) CanFocus() bool

func (*TCheckBox) Caption

func (c *TCheckBox) Caption() string

func (*TCheckBox) Checked

func (c *TCheckBox) Checked() bool

func (*TCheckBox) ClassName

func (c *TCheckBox) ClassName() string

func (*TCheckBox) ClientHeight

func (c *TCheckBox) ClientHeight() int32

func (*TCheckBox) ClientRect

func (c *TCheckBox) ClientRect() TRect

func (*TCheckBox) ClientWidth

func (c *TCheckBox) ClientWidth() int32

func (*TCheckBox) Color

func (c *TCheckBox) Color() TColor

func (*TCheckBox) ComponentCount

func (c *TCheckBox) ComponentCount() int32

func (*TCheckBox) ComponentIndex

func (c *TCheckBox) ComponentIndex() int32

func (*TCheckBox) Components

func (c *TCheckBox) Components(AIndex int32) *TComponent

func (*TCheckBox) ControlCount

func (c *TCheckBox) ControlCount() int32

func (*TCheckBox) Controls

func (c *TCheckBox) Controls(Index int32) *TControl

func (*TCheckBox) Cursor

func (c *TCheckBox) Cursor() TCursor

func (*TCheckBox) CustomHint added in v1.1.0

func (c *TCheckBox) CustomHint() *TCustomHint

func (*TCheckBox) DoubleBuffered

func (c *TCheckBox) DoubleBuffered() bool

func (*TCheckBox) Enabled

func (c *TCheckBox) Enabled() bool

func (*TCheckBox) Equals

func (c *TCheckBox) Equals(Obj IObject) bool

func (*TCheckBox) ExplicitHeight

func (c *TCheckBox) ExplicitHeight() int32

func (*TCheckBox) ExplicitLeft

func (c *TCheckBox) ExplicitLeft() int32

func (*TCheckBox) ExplicitTop

func (c *TCheckBox) ExplicitTop() int32

func (*TCheckBox) ExplicitWidth

func (c *TCheckBox) ExplicitWidth() int32

func (*TCheckBox) FindComponent

func (c *TCheckBox) FindComponent(AName string) *TComponent

func (*TCheckBox) FlipChildren

func (c *TCheckBox) FlipChildren(AllLevels bool)

func (*TCheckBox) Focused

func (c *TCheckBox) Focused() bool

func (*TCheckBox) Font

func (c *TCheckBox) Font() *TFont

func (*TCheckBox) Free

func (c *TCheckBox) Free()

func (*TCheckBox) GetHashCode

func (c *TCheckBox) GetHashCode() int32

func (*TCheckBox) GetNamePath

func (c *TCheckBox) GetNamePath() string

func (*TCheckBox) GetTextBuf

func (c *TCheckBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TCheckBox) GetTextLen added in v1.1.0

func (c *TCheckBox) GetTextLen() int32

func (*TCheckBox) Handle

func (c *TCheckBox) Handle() HWND

func (*TCheckBox) HandleAllocated

func (c *TCheckBox) HandleAllocated() bool

func (*TCheckBox) HasParent

func (c *TCheckBox) HasParent() bool

func (*TCheckBox) Height

func (c *TCheckBox) Height() int32

func (*TCheckBox) Hide

func (c *TCheckBox) Hide()

func (*TCheckBox) Hint

func (c *TCheckBox) Hint() string

func (*TCheckBox) Instance

func (c *TCheckBox) Instance() uintptr

func (*TCheckBox) Invalidate

func (c *TCheckBox) Invalidate()

func (*TCheckBox) IsValid

func (c *TCheckBox) IsValid() bool

func (*TCheckBox) Left

func (c *TCheckBox) Left() int32

func (*TCheckBox) Margins

func (c *TCheckBox) Margins() *TMargins

func (*TCheckBox) Name

func (c *TCheckBox) Name() string

func (*TCheckBox) Owner

func (c *TCheckBox) Owner() *TComponent

func (*TCheckBox) Parent

func (c *TCheckBox) Parent() *TControl

func (*TCheckBox) ParentColor

func (c *TCheckBox) ParentColor() bool

func (*TCheckBox) ParentCtl3D

func (c *TCheckBox) ParentCtl3D() bool

func (*TCheckBox) ParentDoubleBuffered

func (c *TCheckBox) ParentDoubleBuffered() bool

func (*TCheckBox) ParentFont

func (c *TCheckBox) ParentFont() bool

func (*TCheckBox) ParentShowHint

func (c *TCheckBox) ParentShowHint() bool

func (*TCheckBox) ParentWindow

func (c *TCheckBox) ParentWindow() HWND

func (*TCheckBox) Perform

func (c *TCheckBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TCheckBox) PopupMenu

func (c *TCheckBox) PopupMenu() *TPopupMenu

func (*TCheckBox) Realign

func (c *TCheckBox) Realign()

func (*TCheckBox) Refresh

func (c *TCheckBox) Refresh()

func (*TCheckBox) Repaint

func (c *TCheckBox) Repaint()

func (*TCheckBox) ScaleBy

func (c *TCheckBox) ScaleBy(M int32, D int32)

func (*TCheckBox) SendToBack

func (c *TCheckBox) SendToBack()

func (*TCheckBox) SetAction

func (c *TCheckBox) SetAction(value IComponent)

func (*TCheckBox) SetAlign

func (c *TCheckBox) SetAlign(value TAlign)

func (*TCheckBox) SetAlignWithMargins

func (c *TCheckBox) SetAlignWithMargins(value bool)

func (*TCheckBox) SetAlignment

func (c *TCheckBox) SetAlignment(value TLeftRight)

func (*TCheckBox) SetAllowGrayed added in v1.1.0

func (c *TCheckBox) SetAllowGrayed(value bool)

func (*TCheckBox) SetAnchors

func (c *TCheckBox) SetAnchors(value TAnchors)

func (*TCheckBox) SetBiDiMode

func (c *TCheckBox) SetBiDiMode(value TBiDiMode)

func (*TCheckBox) SetBounds

func (c *TCheckBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TCheckBox) SetBoundsRect

func (c *TCheckBox) SetBoundsRect(value TRect)

func (*TCheckBox) SetCaption

func (c *TCheckBox) SetCaption(value string)

func (*TCheckBox) SetChecked

func (c *TCheckBox) SetChecked(value bool)

func (*TCheckBox) SetClientHeight

func (c *TCheckBox) SetClientHeight(value int32)

func (*TCheckBox) SetClientWidth

func (c *TCheckBox) SetClientWidth(value int32)

func (*TCheckBox) SetColor

func (c *TCheckBox) SetColor(value TColor)

func (*TCheckBox) SetComponentIndex

func (c *TCheckBox) SetComponentIndex(value int32)

func (*TCheckBox) SetCursor

func (c *TCheckBox) SetCursor(value TCursor)

func (*TCheckBox) SetCustomHint added in v1.1.0

func (c *TCheckBox) SetCustomHint(value IComponent)

func (*TCheckBox) SetDoubleBuffered

func (c *TCheckBox) SetDoubleBuffered(value bool)

func (*TCheckBox) SetEnabled

func (c *TCheckBox) SetEnabled(value bool)

func (*TCheckBox) SetFocus

func (c *TCheckBox) SetFocus()

func (*TCheckBox) SetFont

func (c *TCheckBox) SetFont(value *TFont)

func (*TCheckBox) SetHeight

func (c *TCheckBox) SetHeight(value int32)

func (*TCheckBox) SetHint

func (c *TCheckBox) SetHint(value string)

func (*TCheckBox) SetLeft

func (c *TCheckBox) SetLeft(value int32)

func (*TCheckBox) SetMargins

func (c *TCheckBox) SetMargins(value *TMargins)

func (*TCheckBox) SetName

func (c *TCheckBox) SetName(value string)

func (*TCheckBox) SetOnClick

func (c *TCheckBox) SetOnClick(fn TNotifyEvent)

func (*TCheckBox) SetOnEnter

func (c *TCheckBox) SetOnEnter(fn TNotifyEvent)

func (*TCheckBox) SetOnExit

func (c *TCheckBox) SetOnExit(fn TNotifyEvent)

func (*TCheckBox) SetOnKeyDown

func (c *TCheckBox) SetOnKeyDown(fn TKeyEvent)

func (*TCheckBox) SetOnKeyPress

func (c *TCheckBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TCheckBox) SetOnKeyUp

func (c *TCheckBox) SetOnKeyUp(fn TKeyEvent)

func (*TCheckBox) SetOnMouseDown

func (c *TCheckBox) SetOnMouseDown(fn TMouseEvent)

func (*TCheckBox) SetOnMouseEnter

func (c *TCheckBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TCheckBox) SetOnMouseLeave

func (c *TCheckBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TCheckBox) SetOnMouseMove

func (c *TCheckBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCheckBox) SetOnMouseUp

func (c *TCheckBox) SetOnMouseUp(fn TMouseEvent)

func (*TCheckBox) SetParent

func (c *TCheckBox) SetParent(value IControl)

func (*TCheckBox) SetParentColor

func (c *TCheckBox) SetParentColor(value bool)

func (*TCheckBox) SetParentCtl3D

func (c *TCheckBox) SetParentCtl3D(value bool)

func (*TCheckBox) SetParentDoubleBuffered

func (c *TCheckBox) SetParentDoubleBuffered(value bool)

func (*TCheckBox) SetParentFont

func (c *TCheckBox) SetParentFont(value bool)

func (*TCheckBox) SetParentShowHint

func (c *TCheckBox) SetParentShowHint(value bool)

func (*TCheckBox) SetParentWindow

func (c *TCheckBox) SetParentWindow(value HWND)

func (*TCheckBox) SetPopupMenu

func (c *TCheckBox) SetPopupMenu(value IComponent)

func (*TCheckBox) SetShowHint

func (c *TCheckBox) SetShowHint(value bool)

func (*TCheckBox) SetState

func (c *TCheckBox) SetState(value TCheckBoxState)

func (*TCheckBox) SetStyleElements

func (c *TCheckBox) SetStyleElements(value TStyleElements)

func (*TCheckBox) SetTabOrder

func (c *TCheckBox) SetTabOrder(value uint16)

func (*TCheckBox) SetTabStop

func (c *TCheckBox) SetTabStop(value bool)

func (*TCheckBox) SetTag

func (c *TCheckBox) SetTag(value int)

func (*TCheckBox) SetTop

func (c *TCheckBox) SetTop(value int32)

func (*TCheckBox) SetVisible

func (c *TCheckBox) SetVisible(value bool)

func (*TCheckBox) SetWidth

func (c *TCheckBox) SetWidth(value int32)

func (*TCheckBox) SetWordWrap

func (c *TCheckBox) SetWordWrap(value bool)

func (*TCheckBox) Show

func (c *TCheckBox) Show()

func (*TCheckBox) ShowHint

func (c *TCheckBox) ShowHint() bool

func (*TCheckBox) State

func (c *TCheckBox) State() TCheckBoxState

func (*TCheckBox) StyleElements

func (c *TCheckBox) StyleElements() TStyleElements

func (*TCheckBox) TabOrder

func (c *TCheckBox) TabOrder() uint16

func (*TCheckBox) TabStop

func (c *TCheckBox) TabStop() bool

func (*TCheckBox) Tag

func (c *TCheckBox) Tag() int

func (*TCheckBox) ToString

func (c *TCheckBox) ToString() string

func (*TCheckBox) Top

func (c *TCheckBox) Top() int32

func (*TCheckBox) Update

func (c *TCheckBox) Update()

func (*TCheckBox) Visible

func (c *TCheckBox) Visible() bool

func (*TCheckBox) Width

func (c *TCheckBox) Width() int32

func (*TCheckBox) WordWrap

func (c *TCheckBox) WordWrap() bool

type TCheckListBox added in v1.1.0

type TCheckListBox struct {
	IControl
	// contains filtered or unexported fields
}

func CheckListBoxFromInst added in v1.1.0

func CheckListBoxFromInst(inst uintptr) *TCheckListBox

func CheckListBoxFromObj added in v1.1.0

func CheckListBoxFromObj(obj IObject) *TCheckListBox

func NewCheckListBox added in v1.1.0

func NewCheckListBox(owner IComponent) *TCheckListBox

func (*TCheckListBox) Action added in v1.1.0

func (c *TCheckListBox) Action() *TAction

func (*TCheckListBox) AddItem added in v1.1.0

func (c *TCheckListBox) AddItem(Item string, AObject IObject)

func (*TCheckListBox) Align added in v1.1.0

func (c *TCheckListBox) Align() TAlign

func (*TCheckListBox) AlignWithMargins added in v1.1.0

func (c *TCheckListBox) AlignWithMargins() bool

func (*TCheckListBox) AllowGrayed added in v1.1.0

func (c *TCheckListBox) AllowGrayed() bool

func (*TCheckListBox) Anchors added in v1.1.0

func (c *TCheckListBox) Anchors() TAnchors

func (*TCheckListBox) Assign added in v1.1.0

func (c *TCheckListBox) Assign(Source IObject)

func (*TCheckListBox) AutoComplete added in v1.1.0

func (c *TCheckListBox) AutoComplete() bool

func (*TCheckListBox) AutoCompleteDelay added in v1.1.0

func (c *TCheckListBox) AutoCompleteDelay() uint32

func (*TCheckListBox) BevelEdges added in v1.1.0

func (c *TCheckListBox) BevelEdges() TBevelEdges

func (*TCheckListBox) BevelInner added in v1.1.0

func (c *TCheckListBox) BevelInner() TBevelCut

func (*TCheckListBox) BevelKind added in v1.1.0

func (c *TCheckListBox) BevelKind() TBevelKind

func (*TCheckListBox) BevelOuter added in v1.1.0

func (c *TCheckListBox) BevelOuter() TBevelCut

func (*TCheckListBox) BiDiMode added in v1.1.0

func (c *TCheckListBox) BiDiMode() TBiDiMode

func (*TCheckListBox) BorderStyle added in v1.1.0

func (c *TCheckListBox) BorderStyle() TBorderStyle

func (*TCheckListBox) BoundsRect added in v1.1.0

func (c *TCheckListBox) BoundsRect() TRect

func (*TCheckListBox) BringToFront added in v1.1.0

func (c *TCheckListBox) BringToFront()

func (*TCheckListBox) Brush added in v1.1.0

func (c *TCheckListBox) Brush() *TBrush

func (*TCheckListBox) CanFocus added in v1.1.0

func (c *TCheckListBox) CanFocus() bool

func (*TCheckListBox) Canvas added in v1.1.0

func (c *TCheckListBox) Canvas() *TCanvas

func (*TCheckListBox) CheckAll added in v1.1.0

func (c *TCheckListBox) CheckAll(AState TCheckBoxState, AllowGrayed bool, AllowDisabled bool)

func (*TCheckListBox) Checked added in v1.1.0

func (c *TCheckListBox) Checked(Index int32) bool

func (*TCheckListBox) ClassName added in v1.1.0

func (c *TCheckListBox) ClassName() string

func (*TCheckListBox) Clear added in v1.1.0

func (c *TCheckListBox) Clear()

func (*TCheckListBox) ClearSelection added in v1.1.0

func (c *TCheckListBox) ClearSelection()

func (*TCheckListBox) ClientHeight added in v1.1.0

func (c *TCheckListBox) ClientHeight() int32

func (*TCheckListBox) ClientRect added in v1.1.0

func (c *TCheckListBox) ClientRect() TRect

func (*TCheckListBox) ClientWidth added in v1.1.0

func (c *TCheckListBox) ClientWidth() int32

func (*TCheckListBox) Color added in v1.1.0

func (c *TCheckListBox) Color() TColor

func (*TCheckListBox) Columns added in v1.1.0

func (c *TCheckListBox) Columns() int32

func (*TCheckListBox) ComponentCount added in v1.1.0

func (c *TCheckListBox) ComponentCount() int32

func (*TCheckListBox) ComponentIndex added in v1.1.0

func (c *TCheckListBox) ComponentIndex() int32

func (*TCheckListBox) Components added in v1.1.0

func (c *TCheckListBox) Components(AIndex int32) *TComponent

func (*TCheckListBox) ControlCount added in v1.1.0

func (c *TCheckListBox) ControlCount() int32

func (*TCheckListBox) Controls added in v1.1.0

func (c *TCheckListBox) Controls(Index int32) *TControl

func (*TCheckListBox) Count added in v1.1.3

func (c *TCheckListBox) Count() int32

func (*TCheckListBox) Cursor added in v1.1.0

func (c *TCheckListBox) Cursor() TCursor

func (*TCheckListBox) CustomHint added in v1.1.0

func (c *TCheckListBox) CustomHint() *TCustomHint

func (*TCheckListBox) DeleteSelected added in v1.1.0

func (c *TCheckListBox) DeleteSelected()

func (*TCheckListBox) DoubleBuffered added in v1.1.0

func (c *TCheckListBox) DoubleBuffered() bool

func (*TCheckListBox) Enabled added in v1.1.0

func (c *TCheckListBox) Enabled() bool

func (*TCheckListBox) Equals added in v1.1.0

func (c *TCheckListBox) Equals(Obj IObject) bool

func (*TCheckListBox) ExplicitHeight added in v1.1.0

func (c *TCheckListBox) ExplicitHeight() int32

func (*TCheckListBox) ExplicitLeft added in v1.1.0

func (c *TCheckListBox) ExplicitLeft() int32

func (*TCheckListBox) ExplicitTop added in v1.1.0

func (c *TCheckListBox) ExplicitTop() int32

func (*TCheckListBox) ExplicitWidth added in v1.1.0

func (c *TCheckListBox) ExplicitWidth() int32

func (*TCheckListBox) FindComponent added in v1.1.0

func (c *TCheckListBox) FindComponent(AName string) *TComponent

func (*TCheckListBox) Flat added in v1.1.0

func (c *TCheckListBox) Flat() bool

func (*TCheckListBox) FlipChildren added in v1.1.0

func (c *TCheckListBox) FlipChildren(AllLevels bool)

func (*TCheckListBox) Focused added in v1.1.0

func (c *TCheckListBox) Focused() bool

func (*TCheckListBox) Font added in v1.1.0

func (c *TCheckListBox) Font() *TFont

func (*TCheckListBox) Free added in v1.1.0

func (c *TCheckListBox) Free()

func (*TCheckListBox) GetHashCode added in v1.1.0

func (c *TCheckListBox) GetHashCode() int32

func (*TCheckListBox) GetNamePath added in v1.1.0

func (c *TCheckListBox) GetNamePath() string

func (*TCheckListBox) GetTextBuf added in v1.1.0

func (c *TCheckListBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TCheckListBox) GetTextLen added in v1.1.0

func (c *TCheckListBox) GetTextLen() int32

func (*TCheckListBox) Handle added in v1.1.0

func (c *TCheckListBox) Handle() HWND

func (*TCheckListBox) HandleAllocated added in v1.1.0

func (c *TCheckListBox) HandleAllocated() bool

func (*TCheckListBox) HasParent added in v1.1.0

func (c *TCheckListBox) HasParent() bool

func (*TCheckListBox) Header added in v1.1.0

func (c *TCheckListBox) Header(Index int32) bool

func (*TCheckListBox) HeaderBackgroundColor added in v1.1.0

func (c *TCheckListBox) HeaderBackgroundColor() TColor

func (*TCheckListBox) HeaderColor added in v1.1.0

func (c *TCheckListBox) HeaderColor() TColor

func (*TCheckListBox) Height added in v1.1.0

func (c *TCheckListBox) Height() int32

func (*TCheckListBox) Hide added in v1.1.0

func (c *TCheckListBox) Hide()

func (*TCheckListBox) Hint added in v1.1.0

func (c *TCheckListBox) Hint() string

func (*TCheckListBox) Instance added in v1.1.0

func (c *TCheckListBox) Instance() uintptr

func (*TCheckListBox) Invalidate added in v1.1.0

func (c *TCheckListBox) Invalidate()

func (*TCheckListBox) IsValid added in v1.1.0

func (c *TCheckListBox) IsValid() bool

func (*TCheckListBox) ItemEnabled added in v1.1.0

func (c *TCheckListBox) ItemEnabled(Index int32) bool

func (*TCheckListBox) ItemHeight added in v1.1.0

func (c *TCheckListBox) ItemHeight() int32

func (*TCheckListBox) ItemIndex added in v1.1.0

func (c *TCheckListBox) ItemIndex() int32

func (*TCheckListBox) Items added in v1.1.0

func (c *TCheckListBox) Items() *TStrings

func (*TCheckListBox) Left added in v1.1.0

func (c *TCheckListBox) Left() int32

func (*TCheckListBox) Margins added in v1.1.0

func (c *TCheckListBox) Margins() *TMargins

func (*TCheckListBox) MultiSelect added in v1.1.0

func (c *TCheckListBox) MultiSelect() bool

func (*TCheckListBox) Name added in v1.1.0

func (c *TCheckListBox) Name() string

func (*TCheckListBox) Owner added in v1.1.0

func (c *TCheckListBox) Owner() *TComponent

func (*TCheckListBox) Parent added in v1.1.0

func (c *TCheckListBox) Parent() *TControl

func (*TCheckListBox) ParentColor added in v1.1.0

func (c *TCheckListBox) ParentColor() bool

func (*TCheckListBox) ParentCtl3D added in v1.1.0

func (c *TCheckListBox) ParentCtl3D() bool

func (*TCheckListBox) ParentDoubleBuffered added in v1.1.0

func (c *TCheckListBox) ParentDoubleBuffered() bool

func (*TCheckListBox) ParentFont added in v1.1.0

func (c *TCheckListBox) ParentFont() bool

func (*TCheckListBox) ParentShowHint added in v1.1.0

func (c *TCheckListBox) ParentShowHint() bool

func (*TCheckListBox) ParentWindow added in v1.1.0

func (c *TCheckListBox) ParentWindow() HWND

func (*TCheckListBox) Perform added in v1.1.0

func (c *TCheckListBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TCheckListBox) PopupMenu added in v1.1.0

func (c *TCheckListBox) PopupMenu() *TPopupMenu

func (*TCheckListBox) Realign added in v1.1.0

func (c *TCheckListBox) Realign()

func (*TCheckListBox) Refresh added in v1.1.0

func (c *TCheckListBox) Refresh()

func (*TCheckListBox) Repaint added in v1.1.0

func (c *TCheckListBox) Repaint()

func (*TCheckListBox) ScaleBy added in v1.1.0

func (c *TCheckListBox) ScaleBy(M int32, D int32)

func (*TCheckListBox) SelCount added in v1.1.0

func (c *TCheckListBox) SelCount() int32

func (*TCheckListBox) SelectAll added in v1.1.0

func (c *TCheckListBox) SelectAll()

func (*TCheckListBox) Selected added in v1.1.0

func (c *TCheckListBox) Selected(Index int32) bool

func (*TCheckListBox) SendToBack added in v1.1.0

func (c *TCheckListBox) SendToBack()

func (*TCheckListBox) SetAction added in v1.1.0

func (c *TCheckListBox) SetAction(value IComponent)

func (*TCheckListBox) SetAlign added in v1.1.0

func (c *TCheckListBox) SetAlign(value TAlign)

func (*TCheckListBox) SetAlignWithMargins added in v1.1.0

func (c *TCheckListBox) SetAlignWithMargins(value bool)

func (*TCheckListBox) SetAllowGrayed added in v1.1.0

func (c *TCheckListBox) SetAllowGrayed(value bool)

func (*TCheckListBox) SetAnchors added in v1.1.0

func (c *TCheckListBox) SetAnchors(value TAnchors)

func (*TCheckListBox) SetAutoComplete added in v1.1.0

func (c *TCheckListBox) SetAutoComplete(value bool)

func (*TCheckListBox) SetAutoCompleteDelay added in v1.1.0

func (c *TCheckListBox) SetAutoCompleteDelay(value uint32)

func (*TCheckListBox) SetBevelEdges added in v1.1.0

func (c *TCheckListBox) SetBevelEdges(value TBevelEdges)

func (*TCheckListBox) SetBevelInner added in v1.1.0

func (c *TCheckListBox) SetBevelInner(value TBevelCut)

func (*TCheckListBox) SetBevelKind added in v1.1.0

func (c *TCheckListBox) SetBevelKind(value TBevelKind)

func (*TCheckListBox) SetBevelOuter added in v1.1.0

func (c *TCheckListBox) SetBevelOuter(value TBevelCut)

func (*TCheckListBox) SetBiDiMode added in v1.1.0

func (c *TCheckListBox) SetBiDiMode(value TBiDiMode)

func (*TCheckListBox) SetBorderStyle added in v1.1.0

func (c *TCheckListBox) SetBorderStyle(value TBorderStyle)

func (*TCheckListBox) SetBounds added in v1.1.0

func (c *TCheckListBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TCheckListBox) SetBoundsRect added in v1.1.0

func (c *TCheckListBox) SetBoundsRect(value TRect)

func (*TCheckListBox) SetChecked added in v1.1.0

func (c *TCheckListBox) SetChecked(Index int32, value bool)

func (*TCheckListBox) SetClientHeight added in v1.1.0

func (c *TCheckListBox) SetClientHeight(value int32)

func (*TCheckListBox) SetClientWidth added in v1.1.0

func (c *TCheckListBox) SetClientWidth(value int32)

func (*TCheckListBox) SetColor added in v1.1.0

func (c *TCheckListBox) SetColor(value TColor)

func (*TCheckListBox) SetColumns added in v1.1.0

func (c *TCheckListBox) SetColumns(value int32)

func (*TCheckListBox) SetComponentIndex added in v1.1.0

func (c *TCheckListBox) SetComponentIndex(value int32)

func (*TCheckListBox) SetCount added in v1.1.3

func (c *TCheckListBox) SetCount(value int32)

func (*TCheckListBox) SetCursor added in v1.1.0

func (c *TCheckListBox) SetCursor(value TCursor)

func (*TCheckListBox) SetCustomHint added in v1.1.0

func (c *TCheckListBox) SetCustomHint(value IComponent)

func (*TCheckListBox) SetDoubleBuffered added in v1.1.0

func (c *TCheckListBox) SetDoubleBuffered(value bool)

func (*TCheckListBox) SetEnabled added in v1.1.0

func (c *TCheckListBox) SetEnabled(value bool)

func (*TCheckListBox) SetFlat added in v1.1.0

func (c *TCheckListBox) SetFlat(value bool)

func (*TCheckListBox) SetFocus added in v1.1.0

func (c *TCheckListBox) SetFocus()

func (*TCheckListBox) SetFont added in v1.1.0

func (c *TCheckListBox) SetFont(value *TFont)

func (*TCheckListBox) SetHeader added in v1.1.0

func (c *TCheckListBox) SetHeader(Index int32, value bool)

func (*TCheckListBox) SetHeaderBackgroundColor added in v1.1.0

func (c *TCheckListBox) SetHeaderBackgroundColor(value TColor)

func (*TCheckListBox) SetHeaderColor added in v1.1.0

func (c *TCheckListBox) SetHeaderColor(value TColor)

func (*TCheckListBox) SetHeight added in v1.1.0

func (c *TCheckListBox) SetHeight(value int32)

func (*TCheckListBox) SetHint added in v1.1.0

func (c *TCheckListBox) SetHint(value string)

func (*TCheckListBox) SetItemEnabled added in v1.1.0

func (c *TCheckListBox) SetItemEnabled(Index int32, value bool)

func (*TCheckListBox) SetItemHeight added in v1.1.0

func (c *TCheckListBox) SetItemHeight(value int32)

func (*TCheckListBox) SetItemIndex added in v1.1.0

func (c *TCheckListBox) SetItemIndex(value int32)

func (*TCheckListBox) SetItems added in v1.1.0

func (c *TCheckListBox) SetItems(value IObject)

func (*TCheckListBox) SetLeft added in v1.1.0

func (c *TCheckListBox) SetLeft(value int32)

func (*TCheckListBox) SetMargins added in v1.1.0

func (c *TCheckListBox) SetMargins(value *TMargins)

func (*TCheckListBox) SetMultiSelect added in v1.1.0

func (c *TCheckListBox) SetMultiSelect(value bool)

func (*TCheckListBox) SetName added in v1.1.0

func (c *TCheckListBox) SetName(value string)

func (*TCheckListBox) SetOnClick added in v1.1.0

func (c *TCheckListBox) SetOnClick(fn TNotifyEvent)

func (*TCheckListBox) SetOnClickCheck added in v1.1.3

func (c *TCheckListBox) SetOnClickCheck(fn TNotifyEvent)

func (*TCheckListBox) SetOnDblClick added in v1.1.0

func (c *TCheckListBox) SetOnDblClick(fn TNotifyEvent)

func (*TCheckListBox) SetOnEnter added in v1.1.0

func (c *TCheckListBox) SetOnEnter(fn TNotifyEvent)

func (*TCheckListBox) SetOnExit added in v1.1.0

func (c *TCheckListBox) SetOnExit(fn TNotifyEvent)

func (*TCheckListBox) SetOnKeyDown added in v1.1.0

func (c *TCheckListBox) SetOnKeyDown(fn TKeyEvent)

func (*TCheckListBox) SetOnKeyPress added in v1.1.0

func (c *TCheckListBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TCheckListBox) SetOnKeyUp added in v1.1.0

func (c *TCheckListBox) SetOnKeyUp(fn TKeyEvent)

func (*TCheckListBox) SetOnMouseDown added in v1.1.0

func (c *TCheckListBox) SetOnMouseDown(fn TMouseEvent)

func (*TCheckListBox) SetOnMouseEnter added in v1.1.0

func (c *TCheckListBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TCheckListBox) SetOnMouseLeave added in v1.1.0

func (c *TCheckListBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TCheckListBox) SetOnMouseMove added in v1.1.0

func (c *TCheckListBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCheckListBox) SetOnMouseUp added in v1.1.0

func (c *TCheckListBox) SetOnMouseUp(fn TMouseEvent)

func (*TCheckListBox) SetParent added in v1.1.0

func (c *TCheckListBox) SetParent(value IControl)

func (*TCheckListBox) SetParentColor added in v1.1.0

func (c *TCheckListBox) SetParentColor(value bool)

func (*TCheckListBox) SetParentCtl3D added in v1.1.0

func (c *TCheckListBox) SetParentCtl3D(value bool)

func (*TCheckListBox) SetParentDoubleBuffered added in v1.1.0

func (c *TCheckListBox) SetParentDoubleBuffered(value bool)

func (*TCheckListBox) SetParentFont added in v1.1.0

func (c *TCheckListBox) SetParentFont(value bool)

func (*TCheckListBox) SetParentShowHint added in v1.1.0

func (c *TCheckListBox) SetParentShowHint(value bool)

func (*TCheckListBox) SetParentWindow added in v1.1.0

func (c *TCheckListBox) SetParentWindow(value HWND)

func (*TCheckListBox) SetPopupMenu added in v1.1.0

func (c *TCheckListBox) SetPopupMenu(value IComponent)

func (*TCheckListBox) SetSelected added in v1.1.0

func (c *TCheckListBox) SetSelected(Index int32, value bool)

func (*TCheckListBox) SetShowHint added in v1.1.0

func (c *TCheckListBox) SetShowHint(value bool)

func (*TCheckListBox) SetSorted added in v1.1.0

func (c *TCheckListBox) SetSorted(value bool)

func (*TCheckListBox) SetState added in v1.1.0

func (c *TCheckListBox) SetState(Index int32, value TCheckBoxState)

func (*TCheckListBox) SetStyle added in v1.1.0

func (c *TCheckListBox) SetStyle(value TListBoxStyle)

func (*TCheckListBox) SetStyleElements added in v1.1.0

func (c *TCheckListBox) SetStyleElements(value TStyleElements)

func (*TCheckListBox) SetTabOrder added in v1.1.0

func (c *TCheckListBox) SetTabOrder(value uint16)

func (*TCheckListBox) SetTabStop added in v1.1.0

func (c *TCheckListBox) SetTabStop(value bool)

func (*TCheckListBox) SetTabWidth added in v1.1.0

func (c *TCheckListBox) SetTabWidth(value int32)

func (*TCheckListBox) SetTag added in v1.1.0

func (c *TCheckListBox) SetTag(value int)

func (*TCheckListBox) SetTop added in v1.1.0

func (c *TCheckListBox) SetTop(value int32)

func (*TCheckListBox) SetVisible added in v1.1.0

func (c *TCheckListBox) SetVisible(value bool)

func (*TCheckListBox) SetWidth added in v1.1.0

func (c *TCheckListBox) SetWidth(value int32)

func (*TCheckListBox) Show added in v1.1.0

func (c *TCheckListBox) Show()

func (*TCheckListBox) ShowHint added in v1.1.0

func (c *TCheckListBox) ShowHint() bool

func (*TCheckListBox) Sorted added in v1.1.0

func (c *TCheckListBox) Sorted() bool

func (*TCheckListBox) State added in v1.1.0

func (c *TCheckListBox) State(Index int32) TCheckBoxState

func (*TCheckListBox) Style added in v1.1.0

func (c *TCheckListBox) Style() TListBoxStyle

func (*TCheckListBox) StyleElements added in v1.1.0

func (c *TCheckListBox) StyleElements() TStyleElements

func (*TCheckListBox) TabOrder added in v1.1.0

func (c *TCheckListBox) TabOrder() uint16

func (*TCheckListBox) TabStop added in v1.1.0

func (c *TCheckListBox) TabStop() bool

func (*TCheckListBox) TabWidth added in v1.1.0

func (c *TCheckListBox) TabWidth() int32

func (*TCheckListBox) Tag added in v1.1.0

func (c *TCheckListBox) Tag() int

func (*TCheckListBox) ToString added in v1.1.0

func (c *TCheckListBox) ToString() string

func (*TCheckListBox) Top added in v1.1.0

func (c *TCheckListBox) Top() int32

func (*TCheckListBox) Update added in v1.1.0

func (c *TCheckListBox) Update()

func (*TCheckListBox) Visible added in v1.1.0

func (c *TCheckListBox) Visible() bool

func (*TCheckListBox) Width added in v1.1.0

func (c *TCheckListBox) Width() int32

type TClipboard

type TClipboard struct {
	IObject
	// contains filtered or unexported fields
}

func ClipboardFromInst

func ClipboardFromInst(inst uintptr) *TClipboard

func ClipboardFromObj

func ClipboardFromObj(obj IObject) *TClipboard

func NewClipboard

func NewClipboard() *TClipboard

func SetClipboard

func SetClipboard(newClipboard IObject) *TClipboard

func (*TClipboard) AsText

func (c *TClipboard) AsText() string

func (*TClipboard) Assign

func (c *TClipboard) Assign(Source IObject)

func (*TClipboard) ClassName

func (c *TClipboard) ClassName() string

func (*TClipboard) Clear

func (c *TClipboard) Clear()

func (*TClipboard) Close

func (c *TClipboard) Close()

func (*TClipboard) Equals

func (c *TClipboard) Equals(Obj IObject) bool

func (*TClipboard) FormatCount

func (c *TClipboard) FormatCount() int32

func (*TClipboard) Formats

func (c *TClipboard) Formats(Index int32) uint16

func (*TClipboard) Free

func (c *TClipboard) Free()

func (*TClipboard) GetAsHandle

func (c *TClipboard) GetAsHandle(Format uint16) uintptr

func (*TClipboard) GetHashCode

func (c *TClipboard) GetHashCode() int32

func (*TClipboard) GetNamePath

func (c *TClipboard) GetNamePath() string

func (*TClipboard) GetTextBuf

func (c *TClipboard) GetTextBuf(Buffer string, BufSize int32) int32

func (*TClipboard) HasFormat

func (c *TClipboard) HasFormat(Format uint16) bool

func (*TClipboard) Instance

func (c *TClipboard) Instance() uintptr

func (*TClipboard) IsValid

func (c *TClipboard) IsValid() bool

func (*TClipboard) Open

func (c *TClipboard) Open()

func (*TClipboard) SetAsHandle

func (c *TClipboard) SetAsHandle(Format uint16, Value uintptr)

func (*TClipboard) SetAsText

func (c *TClipboard) SetAsText(value string)

func (*TClipboard) ToString

func (c *TClipboard) ToString() string

type TCloseEvent

type TCloseEvent func(sender IObject, action *TCloseAction) // Action *uintptr

TCloseEvent Form

type TCloseQueryEvent

type TCloseQueryEvent func(sender IObject, canClose *bool) //CanClose *uintptr

TCloseQueryEvent Form

type TCollectionItem

type TCollectionItem struct {
	IObject
	// contains filtered or unexported fields
}

func CollectionItemFromInst

func CollectionItemFromInst(inst uintptr) *TCollectionItem

func CollectionItemFromObj

func CollectionItemFromObj(obj IObject) *TCollectionItem

func NewCollectionItem

func NewCollectionItem() *TCollectionItem

func (*TCollectionItem) Assign

func (c *TCollectionItem) Assign(Source IObject)

func (*TCollectionItem) ClassName

func (c *TCollectionItem) ClassName() string

func (*TCollectionItem) Equals

func (c *TCollectionItem) Equals(Obj IObject) bool

func (*TCollectionItem) Free

func (c *TCollectionItem) Free()

func (*TCollectionItem) GetHashCode

func (c *TCollectionItem) GetHashCode() int32

func (*TCollectionItem) GetNamePath

func (c *TCollectionItem) GetNamePath() string

func (*TCollectionItem) Index

func (c *TCollectionItem) Index() int32

func (*TCollectionItem) Instance

func (c *TCollectionItem) Instance() uintptr

func (*TCollectionItem) IsValid

func (c *TCollectionItem) IsValid() bool

func (*TCollectionItem) SetIndex

func (c *TCollectionItem) SetIndex(value int32)

func (*TCollectionItem) ToString

func (c *TCollectionItem) ToString() string

type TColorBox

type TColorBox struct {
	IControl
	// contains filtered or unexported fields
}

func ColorBoxFromInst

func ColorBoxFromInst(inst uintptr) *TColorBox

func ColorBoxFromObj

func ColorBoxFromObj(obj IObject) *TColorBox

func NewColorBox

func NewColorBox(owner IComponent) *TColorBox

func (*TColorBox) Action

func (c *TColorBox) Action() *TAction

func (*TColorBox) AddItem

func (c *TColorBox) AddItem(Item string, AObject IObject)

func (*TColorBox) Align

func (c *TColorBox) Align() TAlign

func (*TColorBox) AlignWithMargins

func (c *TColorBox) AlignWithMargins() bool

func (*TColorBox) Anchors

func (c *TColorBox) Anchors() TAnchors

func (*TColorBox) Assign

func (c *TColorBox) Assign(Source IObject)

func (*TColorBox) AutoCloseUp

func (c *TColorBox) AutoCloseUp() bool

func (*TColorBox) AutoComplete

func (c *TColorBox) AutoComplete() bool

func (*TColorBox) AutoCompleteDelay

func (c *TColorBox) AutoCompleteDelay() uint32

func (*TColorBox) AutoDropDown

func (c *TColorBox) AutoDropDown() bool

func (*TColorBox) BevelEdges

func (c *TColorBox) BevelEdges() TBevelEdges

func (*TColorBox) BevelInner

func (c *TColorBox) BevelInner() TBevelCut

func (*TColorBox) BevelKind

func (c *TColorBox) BevelKind() TBevelKind

func (*TColorBox) BevelOuter

func (c *TColorBox) BevelOuter() TBevelCut

func (*TColorBox) BiDiMode

func (c *TColorBox) BiDiMode() TBiDiMode

func (*TColorBox) BoundsRect

func (c *TColorBox) BoundsRect() TRect

func (*TColorBox) BringToFront

func (c *TColorBox) BringToFront()

func (*TColorBox) Brush

func (c *TColorBox) Brush() *TBrush

func (*TColorBox) CanFocus

func (c *TColorBox) CanFocus() bool

func (*TColorBox) Canvas

func (c *TColorBox) Canvas() *TCanvas

func (*TColorBox) ClassName

func (c *TColorBox) ClassName() string

func (*TColorBox) Clear

func (c *TColorBox) Clear()

func (*TColorBox) ClearSelection

func (c *TColorBox) ClearSelection()

func (*TColorBox) ClientHeight

func (c *TColorBox) ClientHeight() int32

func (*TColorBox) ClientRect

func (c *TColorBox) ClientRect() TRect

func (*TColorBox) ClientWidth

func (c *TColorBox) ClientWidth() int32

func (*TColorBox) Color

func (c *TColorBox) Color() TColor

func (*TColorBox) ColorNames

func (c *TColorBox) ColorNames(Index int32) string

func (*TColorBox) Colors

func (c *TColorBox) Colors(Index int32) TColor

func (*TColorBox) ComponentCount

func (c *TColorBox) ComponentCount() int32

func (*TColorBox) ComponentIndex

func (c *TColorBox) ComponentIndex() int32

func (*TColorBox) Components

func (c *TColorBox) Components(AIndex int32) *TComponent

func (*TColorBox) ControlCount

func (c *TColorBox) ControlCount() int32

func (*TColorBox) Controls

func (c *TColorBox) Controls(Index int32) *TControl

func (*TColorBox) Cursor

func (c *TColorBox) Cursor() TCursor

func (*TColorBox) CustomHint added in v1.1.0

func (c *TColorBox) CustomHint() *TCustomHint

func (*TColorBox) DefaultColorColor

func (c *TColorBox) DefaultColorColor() TColor

func (*TColorBox) DeleteSelected

func (c *TColorBox) DeleteSelected()

func (*TColorBox) DoubleBuffered

func (c *TColorBox) DoubleBuffered() bool

func (*TColorBox) DropDownCount

func (c *TColorBox) DropDownCount() int32

func (*TColorBox) DroppedDown

func (c *TColorBox) DroppedDown() bool

func (*TColorBox) Enabled

func (c *TColorBox) Enabled() bool

func (*TColorBox) Equals

func (c *TColorBox) Equals(Obj IObject) bool

func (*TColorBox) ExplicitHeight

func (c *TColorBox) ExplicitHeight() int32

func (*TColorBox) ExplicitLeft

func (c *TColorBox) ExplicitLeft() int32

func (*TColorBox) ExplicitTop

func (c *TColorBox) ExplicitTop() int32

func (*TColorBox) ExplicitWidth

func (c *TColorBox) ExplicitWidth() int32

func (*TColorBox) FindComponent

func (c *TColorBox) FindComponent(AName string) *TComponent

func (*TColorBox) FlipChildren

func (c *TColorBox) FlipChildren(AllLevels bool)

func (*TColorBox) Focused

func (c *TColorBox) Focused() bool

func (*TColorBox) Font

func (c *TColorBox) Font() *TFont

func (*TColorBox) Free

func (c *TColorBox) Free()

func (*TColorBox) GetHashCode

func (c *TColorBox) GetHashCode() int32

func (*TColorBox) GetNamePath

func (c *TColorBox) GetNamePath() string

func (*TColorBox) GetTextBuf

func (c *TColorBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TColorBox) GetTextLen added in v1.1.0

func (c *TColorBox) GetTextLen() int32

func (*TColorBox) Handle

func (c *TColorBox) Handle() HWND

func (*TColorBox) HandleAllocated

func (c *TColorBox) HandleAllocated() bool

func (*TColorBox) HasParent

func (c *TColorBox) HasParent() bool

func (*TColorBox) Height

func (c *TColorBox) Height() int32

func (*TColorBox) Hide

func (c *TColorBox) Hide()

func (*TColorBox) Hint

func (c *TColorBox) Hint() string

func (*TColorBox) Instance

func (c *TColorBox) Instance() uintptr

func (*TColorBox) Invalidate

func (c *TColorBox) Invalidate()

func (*TColorBox) IsValid

func (c *TColorBox) IsValid() bool

func (*TColorBox) ItemHeight

func (c *TColorBox) ItemHeight() int32

func (*TColorBox) ItemIndex

func (c *TColorBox) ItemIndex() int32

func (*TColorBox) Items

func (c *TColorBox) Items() *TStrings

func (*TColorBox) Left

func (c *TColorBox) Left() int32

func (*TColorBox) Margins

func (c *TColorBox) Margins() *TMargins

func (*TColorBox) Name

func (c *TColorBox) Name() string

func (*TColorBox) NoneColorColor

func (c *TColorBox) NoneColorColor() TColor

func (*TColorBox) Owner

func (c *TColorBox) Owner() *TComponent

func (*TColorBox) Parent

func (c *TColorBox) Parent() *TControl

func (*TColorBox) ParentColor

func (c *TColorBox) ParentColor() bool

func (*TColorBox) ParentCtl3D

func (c *TColorBox) ParentCtl3D() bool

func (*TColorBox) ParentDoubleBuffered

func (c *TColorBox) ParentDoubleBuffered() bool

func (*TColorBox) ParentFont

func (c *TColorBox) ParentFont() bool

func (*TColorBox) ParentShowHint

func (c *TColorBox) ParentShowHint() bool

func (*TColorBox) ParentWindow

func (c *TColorBox) ParentWindow() HWND

func (*TColorBox) Perform

func (c *TColorBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TColorBox) PopupMenu

func (c *TColorBox) PopupMenu() *TPopupMenu

func (*TColorBox) Realign

func (c *TColorBox) Realign()

func (*TColorBox) Refresh

func (c *TColorBox) Refresh()

func (*TColorBox) Repaint

func (c *TColorBox) Repaint()

func (*TColorBox) ScaleBy

func (c *TColorBox) ScaleBy(M int32, D int32)

func (*TColorBox) SelLength

func (c *TColorBox) SelLength() int32

func (*TColorBox) SelStart

func (c *TColorBox) SelStart() int32

func (*TColorBox) SelText

func (c *TColorBox) SelText() string

func (*TColorBox) SelectAll

func (c *TColorBox) SelectAll()

func (*TColorBox) Selected

func (c *TColorBox) Selected() TColor

func (*TColorBox) SendToBack

func (c *TColorBox) SendToBack()

func (*TColorBox) SetAction

func (c *TColorBox) SetAction(value IComponent)

func (*TColorBox) SetAlign

func (c *TColorBox) SetAlign(value TAlign)

func (*TColorBox) SetAlignWithMargins

func (c *TColorBox) SetAlignWithMargins(value bool)

func (*TColorBox) SetAnchors

func (c *TColorBox) SetAnchors(value TAnchors)

func (*TColorBox) SetAutoCloseUp

func (c *TColorBox) SetAutoCloseUp(value bool)

func (*TColorBox) SetAutoComplete

func (c *TColorBox) SetAutoComplete(value bool)

func (*TColorBox) SetAutoCompleteDelay

func (c *TColorBox) SetAutoCompleteDelay(value uint32)

func (*TColorBox) SetAutoDropDown

func (c *TColorBox) SetAutoDropDown(value bool)

func (*TColorBox) SetBevelEdges

func (c *TColorBox) SetBevelEdges(value TBevelEdges)

func (*TColorBox) SetBevelInner

func (c *TColorBox) SetBevelInner(value TBevelCut)

func (*TColorBox) SetBevelKind

func (c *TColorBox) SetBevelKind(value TBevelKind)

func (*TColorBox) SetBevelOuter

func (c *TColorBox) SetBevelOuter(value TBevelCut)

func (*TColorBox) SetBiDiMode

func (c *TColorBox) SetBiDiMode(value TBiDiMode)

func (*TColorBox) SetBounds

func (c *TColorBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TColorBox) SetBoundsRect

func (c *TColorBox) SetBoundsRect(value TRect)

func (*TColorBox) SetClientHeight

func (c *TColorBox) SetClientHeight(value int32)

func (*TColorBox) SetClientWidth

func (c *TColorBox) SetClientWidth(value int32)

func (*TColorBox) SetColor

func (c *TColorBox) SetColor(value TColor)

func (*TColorBox) SetComponentIndex

func (c *TColorBox) SetComponentIndex(value int32)

func (*TColorBox) SetCursor

func (c *TColorBox) SetCursor(value TCursor)

func (*TColorBox) SetCustomHint added in v1.1.0

func (c *TColorBox) SetCustomHint(value IComponent)

func (*TColorBox) SetDefaultColorColor

func (c *TColorBox) SetDefaultColorColor(value TColor)

func (*TColorBox) SetDoubleBuffered

func (c *TColorBox) SetDoubleBuffered(value bool)

func (*TColorBox) SetDropDownCount

func (c *TColorBox) SetDropDownCount(value int32)

func (*TColorBox) SetDroppedDown

func (c *TColorBox) SetDroppedDown(value bool)

func (*TColorBox) SetEnabled

func (c *TColorBox) SetEnabled(value bool)

func (*TColorBox) SetFocus

func (c *TColorBox) SetFocus()

func (*TColorBox) SetFont

func (c *TColorBox) SetFont(value *TFont)

func (*TColorBox) SetHeight

func (c *TColorBox) SetHeight(value int32)

func (*TColorBox) SetHint

func (c *TColorBox) SetHint(value string)

func (*TColorBox) SetItemHeight

func (c *TColorBox) SetItemHeight(value int32)

func (*TColorBox) SetItemIndex

func (c *TColorBox) SetItemIndex(value int32)

func (*TColorBox) SetItems

func (c *TColorBox) SetItems(value IObject)

func (*TColorBox) SetLeft

func (c *TColorBox) SetLeft(value int32)

func (*TColorBox) SetMargins

func (c *TColorBox) SetMargins(value *TMargins)

func (*TColorBox) SetName

func (c *TColorBox) SetName(value string)

func (*TColorBox) SetNoneColorColor

func (c *TColorBox) SetNoneColorColor(value TColor)

func (*TColorBox) SetOnChange

func (c *TColorBox) SetOnChange(fn TNotifyEvent)

func (*TColorBox) SetOnClick

func (c *TColorBox) SetOnClick(fn TNotifyEvent)

func (*TColorBox) SetOnEnter

func (c *TColorBox) SetOnEnter(fn TNotifyEvent)

func (*TColorBox) SetOnExit

func (c *TColorBox) SetOnExit(fn TNotifyEvent)

func (*TColorBox) SetOnKeyDown

func (c *TColorBox) SetOnKeyDown(fn TKeyEvent)

func (*TColorBox) SetOnKeyPress

func (c *TColorBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TColorBox) SetOnKeyUp

func (c *TColorBox) SetOnKeyUp(fn TKeyEvent)

func (*TColorBox) SetOnMouseEnter

func (c *TColorBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TColorBox) SetOnMouseLeave

func (c *TColorBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TColorBox) SetParent

func (c *TColorBox) SetParent(value IControl)

func (*TColorBox) SetParentColor

func (c *TColorBox) SetParentColor(value bool)

func (*TColorBox) SetParentCtl3D

func (c *TColorBox) SetParentCtl3D(value bool)

func (*TColorBox) SetParentDoubleBuffered

func (c *TColorBox) SetParentDoubleBuffered(value bool)

func (*TColorBox) SetParentFont

func (c *TColorBox) SetParentFont(value bool)

func (*TColorBox) SetParentShowHint

func (c *TColorBox) SetParentShowHint(value bool)

func (*TColorBox) SetParentWindow

func (c *TColorBox) SetParentWindow(value HWND)

func (*TColorBox) SetPopupMenu

func (c *TColorBox) SetPopupMenu(value IComponent)

func (*TColorBox) SetSelLength

func (c *TColorBox) SetSelLength(value int32)

func (*TColorBox) SetSelStart

func (c *TColorBox) SetSelStart(value int32)

func (*TColorBox) SetSelText

func (c *TColorBox) SetSelText(value string)

func (*TColorBox) SetSelected

func (c *TColorBox) SetSelected(value TColor)

func (*TColorBox) SetShowHint

func (c *TColorBox) SetShowHint(value bool)

func (*TColorBox) SetStyle

func (c *TColorBox) SetStyle(value TColorBoxStyle)

func (*TColorBox) SetStyleElements

func (c *TColorBox) SetStyleElements(value TStyleElements)

func (*TColorBox) SetTabOrder

func (c *TColorBox) SetTabOrder(value uint16)

func (*TColorBox) SetTabStop

func (c *TColorBox) SetTabStop(value bool)

func (*TColorBox) SetTag

func (c *TColorBox) SetTag(value int)

func (*TColorBox) SetTextHint

func (c *TColorBox) SetTextHint(value string)

func (*TColorBox) SetTop

func (c *TColorBox) SetTop(value int32)

func (*TColorBox) SetVisible

func (c *TColorBox) SetVisible(value bool)

func (*TColorBox) SetWidth

func (c *TColorBox) SetWidth(value int32)

func (*TColorBox) Show

func (c *TColorBox) Show()

func (*TColorBox) ShowHint

func (c *TColorBox) ShowHint() bool

func (*TColorBox) Style

func (c *TColorBox) Style() TColorBoxStyle

func (*TColorBox) StyleElements

func (c *TColorBox) StyleElements() TStyleElements

func (*TColorBox) TabOrder

func (c *TColorBox) TabOrder() uint16

func (*TColorBox) TabStop

func (c *TColorBox) TabStop() bool

func (*TColorBox) Tag

func (c *TColorBox) Tag() int

func (*TColorBox) TextHint

func (c *TColorBox) TextHint() string

func (*TColorBox) ToString

func (c *TColorBox) ToString() string

func (*TColorBox) Top

func (c *TColorBox) Top() int32

func (*TColorBox) Update

func (c *TColorBox) Update()

func (*TColorBox) Visible

func (c *TColorBox) Visible() bool

func (*TColorBox) Width

func (c *TColorBox) Width() int32

type TColorDialog

type TColorDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func ColorDialogFromInst

func ColorDialogFromInst(inst uintptr) *TColorDialog

func ColorDialogFromObj

func ColorDialogFromObj(obj IObject) *TColorDialog

func NewColorDialog

func NewColorDialog(owner IComponent) *TColorDialog

func (*TColorDialog) Assign

func (c *TColorDialog) Assign(Source IObject)

func (*TColorDialog) ClassName

func (c *TColorDialog) ClassName() string

func (*TColorDialog) Color

func (c *TColorDialog) Color() TColor

func (*TColorDialog) ComponentCount

func (c *TColorDialog) ComponentCount() int32

func (*TColorDialog) ComponentIndex

func (c *TColorDialog) ComponentIndex() int32

func (*TColorDialog) Components

func (c *TColorDialog) Components(AIndex int32) *TComponent

func (*TColorDialog) Equals

func (c *TColorDialog) Equals(Obj IObject) bool

func (*TColorDialog) Execute

func (c *TColorDialog) Execute() bool

func (*TColorDialog) FindComponent

func (c *TColorDialog) FindComponent(AName string) *TComponent

func (*TColorDialog) Free

func (c *TColorDialog) Free()

func (*TColorDialog) GetHashCode

func (c *TColorDialog) GetHashCode() int32

func (*TColorDialog) GetNamePath

func (c *TColorDialog) GetNamePath() string

func (*TColorDialog) Handle

func (c *TColorDialog) Handle() HWND

func (*TColorDialog) HasParent

func (c *TColorDialog) HasParent() bool

func (*TColorDialog) Instance

func (c *TColorDialog) Instance() uintptr

func (*TColorDialog) IsValid

func (c *TColorDialog) IsValid() bool

func (*TColorDialog) Name

func (c *TColorDialog) Name() string

func (*TColorDialog) Options

func (c *TColorDialog) Options() TColorDialogOptions

func (*TColorDialog) Owner

func (c *TColorDialog) Owner() *TComponent

func (*TColorDialog) SetColor

func (c *TColorDialog) SetColor(value TColor)

func (*TColorDialog) SetComponentIndex

func (c *TColorDialog) SetComponentIndex(value int32)

func (*TColorDialog) SetName

func (c *TColorDialog) SetName(value string)

func (*TColorDialog) SetOnClose

func (c *TColorDialog) SetOnClose(fn TNotifyEvent)

func (*TColorDialog) SetOnShow

func (c *TColorDialog) SetOnShow(fn TNotifyEvent)

func (*TColorDialog) SetOptions

func (c *TColorDialog) SetOptions(value TColorDialogOptions)

func (*TColorDialog) SetTag

func (c *TColorDialog) SetTag(value int)

func (*TColorDialog) Tag

func (c *TColorDialog) Tag() int

func (*TColorDialog) ToString

func (c *TColorDialog) ToString() string

type TColorListBox

type TColorListBox struct {
	IControl
	// contains filtered or unexported fields
}

func ColorListBoxFromInst

func ColorListBoxFromInst(inst uintptr) *TColorListBox

func ColorListBoxFromObj

func ColorListBoxFromObj(obj IObject) *TColorListBox

func NewColorListBox

func NewColorListBox(owner IComponent) *TColorListBox

func (*TColorListBox) Action

func (c *TColorListBox) Action() *TAction

func (*TColorListBox) AddItem

func (c *TColorListBox) AddItem(Item string, AObject IObject)

func (*TColorListBox) Align

func (c *TColorListBox) Align() TAlign

func (*TColorListBox) AlignWithMargins

func (c *TColorListBox) AlignWithMargins() bool

func (*TColorListBox) Anchors

func (c *TColorListBox) Anchors() TAnchors

func (*TColorListBox) Assign

func (c *TColorListBox) Assign(Source IObject)

func (*TColorListBox) AutoComplete

func (c *TColorListBox) AutoComplete() bool

func (*TColorListBox) AutoCompleteDelay

func (c *TColorListBox) AutoCompleteDelay() uint32

func (*TColorListBox) BevelEdges

func (c *TColorListBox) BevelEdges() TBevelEdges

func (*TColorListBox) BevelInner

func (c *TColorListBox) BevelInner() TBevelCut

func (*TColorListBox) BevelKind

func (c *TColorListBox) BevelKind() TBevelKind

func (*TColorListBox) BevelOuter

func (c *TColorListBox) BevelOuter() TBevelCut

func (*TColorListBox) BiDiMode

func (c *TColorListBox) BiDiMode() TBiDiMode

func (*TColorListBox) BoundsRect

func (c *TColorListBox) BoundsRect() TRect

func (*TColorListBox) BringToFront

func (c *TColorListBox) BringToFront()

func (*TColorListBox) Brush

func (c *TColorListBox) Brush() *TBrush

func (*TColorListBox) CanFocus

func (c *TColorListBox) CanFocus() bool

func (*TColorListBox) Canvas

func (c *TColorListBox) Canvas() *TCanvas

func (*TColorListBox) ClassName

func (c *TColorListBox) ClassName() string

func (*TColorListBox) Clear

func (c *TColorListBox) Clear()

func (*TColorListBox) ClearSelection

func (c *TColorListBox) ClearSelection()

func (*TColorListBox) ClientHeight

func (c *TColorListBox) ClientHeight() int32

func (*TColorListBox) ClientRect

func (c *TColorListBox) ClientRect() TRect

func (*TColorListBox) ClientWidth

func (c *TColorListBox) ClientWidth() int32

func (*TColorListBox) Color

func (c *TColorListBox) Color() TColor

func (*TColorListBox) ColorNames

func (c *TColorListBox) ColorNames(Index int32) string

func (*TColorListBox) Colors

func (c *TColorListBox) Colors(Index int32) TColor

func (*TColorListBox) ComponentCount

func (c *TColorListBox) ComponentCount() int32

func (*TColorListBox) ComponentIndex

func (c *TColorListBox) ComponentIndex() int32

func (*TColorListBox) Components

func (c *TColorListBox) Components(AIndex int32) *TComponent

func (*TColorListBox) ControlCount

func (c *TColorListBox) ControlCount() int32

func (*TColorListBox) Controls

func (c *TColorListBox) Controls(Index int32) *TControl

func (*TColorListBox) Count added in v1.1.3

func (c *TColorListBox) Count() int32

func (*TColorListBox) Cursor

func (c *TColorListBox) Cursor() TCursor

func (*TColorListBox) CustomHint added in v1.1.0

func (c *TColorListBox) CustomHint() *TCustomHint

func (*TColorListBox) DefaultColorColor

func (c *TColorListBox) DefaultColorColor() TColor

func (*TColorListBox) DeleteSelected

func (c *TColorListBox) DeleteSelected()

func (*TColorListBox) DoubleBuffered

func (c *TColorListBox) DoubleBuffered() bool

func (*TColorListBox) Enabled

func (c *TColorListBox) Enabled() bool

func (*TColorListBox) Equals

func (c *TColorListBox) Equals(Obj IObject) bool

func (*TColorListBox) ExplicitHeight

func (c *TColorListBox) ExplicitHeight() int32

func (*TColorListBox) ExplicitLeft

func (c *TColorListBox) ExplicitLeft() int32

func (*TColorListBox) ExplicitTop

func (c *TColorListBox) ExplicitTop() int32

func (*TColorListBox) ExplicitWidth

func (c *TColorListBox) ExplicitWidth() int32

func (*TColorListBox) FindComponent

func (c *TColorListBox) FindComponent(AName string) *TComponent

func (*TColorListBox) FlipChildren

func (c *TColorListBox) FlipChildren(AllLevels bool)

func (*TColorListBox) Focused

func (c *TColorListBox) Focused() bool

func (*TColorListBox) Font

func (c *TColorListBox) Font() *TFont

func (*TColorListBox) Free

func (c *TColorListBox) Free()

func (*TColorListBox) GetHashCode

func (c *TColorListBox) GetHashCode() int32

func (*TColorListBox) GetNamePath

func (c *TColorListBox) GetNamePath() string

func (*TColorListBox) GetTextBuf

func (c *TColorListBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TColorListBox) GetTextLen added in v1.1.0

func (c *TColorListBox) GetTextLen() int32

func (*TColorListBox) Handle

func (c *TColorListBox) Handle() HWND

func (*TColorListBox) HandleAllocated

func (c *TColorListBox) HandleAllocated() bool

func (*TColorListBox) HasParent

func (c *TColorListBox) HasParent() bool

func (*TColorListBox) Height

func (c *TColorListBox) Height() int32

func (*TColorListBox) Hide

func (c *TColorListBox) Hide()

func (*TColorListBox) Hint

func (c *TColorListBox) Hint() string

func (*TColorListBox) Instance

func (c *TColorListBox) Instance() uintptr

func (*TColorListBox) Invalidate

func (c *TColorListBox) Invalidate()

func (*TColorListBox) IsValid

func (c *TColorListBox) IsValid() bool

func (*TColorListBox) ItemHeight

func (c *TColorListBox) ItemHeight() int32

func (*TColorListBox) ItemIndex

func (c *TColorListBox) ItemIndex() int32

func (*TColorListBox) Items

func (c *TColorListBox) Items() *TStrings

func (*TColorListBox) Left

func (c *TColorListBox) Left() int32

func (*TColorListBox) Margins

func (c *TColorListBox) Margins() *TMargins

func (*TColorListBox) MultiSelect

func (c *TColorListBox) MultiSelect() bool

func (*TColorListBox) Name

func (c *TColorListBox) Name() string

func (*TColorListBox) NoneColorColor

func (c *TColorListBox) NoneColorColor() TColor

func (*TColorListBox) Owner

func (c *TColorListBox) Owner() *TComponent

func (*TColorListBox) Parent

func (c *TColorListBox) Parent() *TControl

func (*TColorListBox) ParentColor

func (c *TColorListBox) ParentColor() bool

func (*TColorListBox) ParentCtl3D

func (c *TColorListBox) ParentCtl3D() bool

func (*TColorListBox) ParentDoubleBuffered

func (c *TColorListBox) ParentDoubleBuffered() bool

func (*TColorListBox) ParentFont

func (c *TColorListBox) ParentFont() bool

func (*TColorListBox) ParentShowHint

func (c *TColorListBox) ParentShowHint() bool

func (*TColorListBox) ParentWindow

func (c *TColorListBox) ParentWindow() HWND

func (*TColorListBox) Perform

func (c *TColorListBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TColorListBox) PopupMenu

func (c *TColorListBox) PopupMenu() *TPopupMenu

func (*TColorListBox) Realign

func (c *TColorListBox) Realign()

func (*TColorListBox) Refresh

func (c *TColorListBox) Refresh()

func (*TColorListBox) Repaint

func (c *TColorListBox) Repaint()

func (*TColorListBox) ScaleBy

func (c *TColorListBox) ScaleBy(M int32, D int32)

func (*TColorListBox) SelCount

func (c *TColorListBox) SelCount() int32

func (*TColorListBox) SelectAll

func (c *TColorListBox) SelectAll()

func (*TColorListBox) Selected

func (c *TColorListBox) Selected() TColor

func (*TColorListBox) SendToBack

func (c *TColorListBox) SendToBack()

func (*TColorListBox) SetAction

func (c *TColorListBox) SetAction(value IComponent)

func (*TColorListBox) SetAlign

func (c *TColorListBox) SetAlign(value TAlign)

func (*TColorListBox) SetAlignWithMargins

func (c *TColorListBox) SetAlignWithMargins(value bool)

func (*TColorListBox) SetAnchors

func (c *TColorListBox) SetAnchors(value TAnchors)

func (*TColorListBox) SetAutoComplete

func (c *TColorListBox) SetAutoComplete(value bool)

func (*TColorListBox) SetAutoCompleteDelay

func (c *TColorListBox) SetAutoCompleteDelay(value uint32)

func (*TColorListBox) SetBevelEdges

func (c *TColorListBox) SetBevelEdges(value TBevelEdges)

func (*TColorListBox) SetBevelInner

func (c *TColorListBox) SetBevelInner(value TBevelCut)

func (*TColorListBox) SetBevelKind

func (c *TColorListBox) SetBevelKind(value TBevelKind)

func (*TColorListBox) SetBevelOuter

func (c *TColorListBox) SetBevelOuter(value TBevelCut)

func (*TColorListBox) SetBiDiMode

func (c *TColorListBox) SetBiDiMode(value TBiDiMode)

func (*TColorListBox) SetBounds

func (c *TColorListBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TColorListBox) SetBoundsRect

func (c *TColorListBox) SetBoundsRect(value TRect)

func (*TColorListBox) SetClientHeight

func (c *TColorListBox) SetClientHeight(value int32)

func (*TColorListBox) SetClientWidth

func (c *TColorListBox) SetClientWidth(value int32)

func (*TColorListBox) SetColor

func (c *TColorListBox) SetColor(value TColor)

func (*TColorListBox) SetComponentIndex

func (c *TColorListBox) SetComponentIndex(value int32)

func (*TColorListBox) SetCount added in v1.1.3

func (c *TColorListBox) SetCount(value int32)

func (*TColorListBox) SetCursor

func (c *TColorListBox) SetCursor(value TCursor)

func (*TColorListBox) SetCustomHint added in v1.1.0

func (c *TColorListBox) SetCustomHint(value IComponent)

func (*TColorListBox) SetDefaultColorColor

func (c *TColorListBox) SetDefaultColorColor(value TColor)

func (*TColorListBox) SetDoubleBuffered

func (c *TColorListBox) SetDoubleBuffered(value bool)

func (*TColorListBox) SetEnabled

func (c *TColorListBox) SetEnabled(value bool)

func (*TColorListBox) SetFocus

func (c *TColorListBox) SetFocus()

func (*TColorListBox) SetFont

func (c *TColorListBox) SetFont(value *TFont)

func (*TColorListBox) SetHeight

func (c *TColorListBox) SetHeight(value int32)

func (*TColorListBox) SetHint

func (c *TColorListBox) SetHint(value string)

func (*TColorListBox) SetItemHeight

func (c *TColorListBox) SetItemHeight(value int32)

func (*TColorListBox) SetItemIndex

func (c *TColorListBox) SetItemIndex(value int32)

func (*TColorListBox) SetItems

func (c *TColorListBox) SetItems(value IObject)

func (*TColorListBox) SetLeft

func (c *TColorListBox) SetLeft(value int32)

func (*TColorListBox) SetMargins

func (c *TColorListBox) SetMargins(value *TMargins)

func (*TColorListBox) SetMultiSelect

func (c *TColorListBox) SetMultiSelect(value bool)

func (*TColorListBox) SetName

func (c *TColorListBox) SetName(value string)

func (*TColorListBox) SetNoneColorColor

func (c *TColorListBox) SetNoneColorColor(value TColor)

func (*TColorListBox) SetOnClick

func (c *TColorListBox) SetOnClick(fn TNotifyEvent)

func (*TColorListBox) SetOnDblClick

func (c *TColorListBox) SetOnDblClick(fn TNotifyEvent)

func (*TColorListBox) SetOnEnter

func (c *TColorListBox) SetOnEnter(fn TNotifyEvent)

func (*TColorListBox) SetOnExit

func (c *TColorListBox) SetOnExit(fn TNotifyEvent)

func (*TColorListBox) SetOnKeyDown

func (c *TColorListBox) SetOnKeyDown(fn TKeyEvent)

func (*TColorListBox) SetOnKeyPress

func (c *TColorListBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TColorListBox) SetOnKeyUp

func (c *TColorListBox) SetOnKeyUp(fn TKeyEvent)

func (*TColorListBox) SetOnMouseDown

func (c *TColorListBox) SetOnMouseDown(fn TMouseEvent)

func (*TColorListBox) SetOnMouseEnter

func (c *TColorListBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TColorListBox) SetOnMouseLeave

func (c *TColorListBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TColorListBox) SetOnMouseMove

func (c *TColorListBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TColorListBox) SetOnMouseUp

func (c *TColorListBox) SetOnMouseUp(fn TMouseEvent)

func (*TColorListBox) SetParent

func (c *TColorListBox) SetParent(value IControl)

func (*TColorListBox) SetParentColor

func (c *TColorListBox) SetParentColor(value bool)

func (*TColorListBox) SetParentCtl3D

func (c *TColorListBox) SetParentCtl3D(value bool)

func (*TColorListBox) SetParentDoubleBuffered

func (c *TColorListBox) SetParentDoubleBuffered(value bool)

func (*TColorListBox) SetParentFont

func (c *TColorListBox) SetParentFont(value bool)

func (*TColorListBox) SetParentShowHint

func (c *TColorListBox) SetParentShowHint(value bool)

func (*TColorListBox) SetParentWindow

func (c *TColorListBox) SetParentWindow(value HWND)

func (*TColorListBox) SetPopupMenu

func (c *TColorListBox) SetPopupMenu(value IComponent)

func (*TColorListBox) SetSelected

func (c *TColorListBox) SetSelected(value TColor)

func (*TColorListBox) SetShowHint

func (c *TColorListBox) SetShowHint(value bool)

func (*TColorListBox) SetStyle

func (c *TColorListBox) SetStyle(value TColorBoxStyle)

func (*TColorListBox) SetStyleElements

func (c *TColorListBox) SetStyleElements(value TStyleElements)

func (*TColorListBox) SetTabOrder

func (c *TColorListBox) SetTabOrder(value uint16)

func (*TColorListBox) SetTabStop

func (c *TColorListBox) SetTabStop(value bool)

func (*TColorListBox) SetTag

func (c *TColorListBox) SetTag(value int)

func (*TColorListBox) SetTop

func (c *TColorListBox) SetTop(value int32)

func (*TColorListBox) SetVisible

func (c *TColorListBox) SetVisible(value bool)

func (*TColorListBox) SetWidth

func (c *TColorListBox) SetWidth(value int32)

func (*TColorListBox) Show

func (c *TColorListBox) Show()

func (*TColorListBox) ShowHint

func (c *TColorListBox) ShowHint() bool

func (*TColorListBox) Style

func (c *TColorListBox) Style() TColorBoxStyle

func (*TColorListBox) StyleElements

func (c *TColorListBox) StyleElements() TStyleElements

func (*TColorListBox) TabOrder

func (c *TColorListBox) TabOrder() uint16

func (*TColorListBox) TabStop

func (c *TColorListBox) TabStop() bool

func (*TColorListBox) Tag

func (c *TColorListBox) Tag() int

func (*TColorListBox) ToString

func (c *TColorListBox) ToString() string

func (*TColorListBox) Top

func (c *TColorListBox) Top() int32

func (*TColorListBox) Update

func (c *TColorListBox) Update()

func (*TColorListBox) Visible

func (c *TColorListBox) Visible() bool

func (*TColorListBox) Width

func (c *TColorListBox) Width() int32

type TComboBox

type TComboBox struct {
	IControl
	// contains filtered or unexported fields
}

func ComboBoxFromInst

func ComboBoxFromInst(inst uintptr) *TComboBox

func ComboBoxFromObj

func ComboBoxFromObj(obj IObject) *TComboBox

func NewComboBox

func NewComboBox(owner IComponent) *TComboBox

func (*TComboBox) Action

func (c *TComboBox) Action() *TAction

func (*TComboBox) AddItem

func (c *TComboBox) AddItem(Item string, AObject IObject)

func (*TComboBox) Align

func (c *TComboBox) Align() TAlign

func (*TComboBox) AlignWithMargins

func (c *TComboBox) AlignWithMargins() bool

func (*TComboBox) Anchors

func (c *TComboBox) Anchors() TAnchors

func (*TComboBox) Assign

func (c *TComboBox) Assign(Source IObject)

func (*TComboBox) AutoCloseUp

func (c *TComboBox) AutoCloseUp() bool

func (*TComboBox) AutoComplete

func (c *TComboBox) AutoComplete() bool

func (*TComboBox) AutoCompleteDelay

func (c *TComboBox) AutoCompleteDelay() uint32

func (*TComboBox) AutoDropDown

func (c *TComboBox) AutoDropDown() bool

func (*TComboBox) BevelEdges

func (c *TComboBox) BevelEdges() TBevelEdges

func (*TComboBox) BevelInner

func (c *TComboBox) BevelInner() TBevelCut

func (*TComboBox) BevelKind

func (c *TComboBox) BevelKind() TBevelKind

func (*TComboBox) BevelOuter

func (c *TComboBox) BevelOuter() TBevelCut

func (*TComboBox) BiDiMode

func (c *TComboBox) BiDiMode() TBiDiMode

func (*TComboBox) BoundsRect

func (c *TComboBox) BoundsRect() TRect

func (*TComboBox) BringToFront

func (c *TComboBox) BringToFront()

func (*TComboBox) Brush

func (c *TComboBox) Brush() *TBrush

func (*TComboBox) CanFocus

func (c *TComboBox) CanFocus() bool

func (*TComboBox) Canvas

func (c *TComboBox) Canvas() *TCanvas

func (*TComboBox) ClassName

func (c *TComboBox) ClassName() string

func (*TComboBox) Clear

func (c *TComboBox) Clear()

func (*TComboBox) ClearSelection

func (c *TComboBox) ClearSelection()

func (*TComboBox) ClientHeight

func (c *TComboBox) ClientHeight() int32

func (*TComboBox) ClientRect

func (c *TComboBox) ClientRect() TRect

func (*TComboBox) ClientWidth

func (c *TComboBox) ClientWidth() int32

func (*TComboBox) Color

func (c *TComboBox) Color() TColor

func (*TComboBox) ComponentCount

func (c *TComboBox) ComponentCount() int32

func (*TComboBox) ComponentIndex

func (c *TComboBox) ComponentIndex() int32

func (*TComboBox) Components

func (c *TComboBox) Components(AIndex int32) *TComponent

func (*TComboBox) ControlCount

func (c *TComboBox) ControlCount() int32

func (*TComboBox) Controls

func (c *TComboBox) Controls(Index int32) *TControl

func (*TComboBox) Cursor

func (c *TComboBox) Cursor() TCursor

func (*TComboBox) CustomHint added in v1.1.0

func (c *TComboBox) CustomHint() *TCustomHint

func (*TComboBox) DeleteSelected

func (c *TComboBox) DeleteSelected()

func (*TComboBox) DoubleBuffered

func (c *TComboBox) DoubleBuffered() bool

func (*TComboBox) DropDownCount

func (c *TComboBox) DropDownCount() int32

func (*TComboBox) DroppedDown

func (c *TComboBox) DroppedDown() bool

func (*TComboBox) Enabled

func (c *TComboBox) Enabled() bool

func (*TComboBox) Equals

func (c *TComboBox) Equals(Obj IObject) bool

func (*TComboBox) ExplicitHeight

func (c *TComboBox) ExplicitHeight() int32

func (*TComboBox) ExplicitLeft

func (c *TComboBox) ExplicitLeft() int32

func (*TComboBox) ExplicitTop

func (c *TComboBox) ExplicitTop() int32

func (*TComboBox) ExplicitWidth

func (c *TComboBox) ExplicitWidth() int32

func (*TComboBox) FindComponent

func (c *TComboBox) FindComponent(AName string) *TComponent

func (*TComboBox) FlipChildren

func (c *TComboBox) FlipChildren(AllLevels bool)

func (*TComboBox) Focused

func (c *TComboBox) Focused() bool

func (*TComboBox) Font

func (c *TComboBox) Font() *TFont

func (*TComboBox) Free

func (c *TComboBox) Free()

func (*TComboBox) GetHashCode

func (c *TComboBox) GetHashCode() int32

func (*TComboBox) GetNamePath

func (c *TComboBox) GetNamePath() string

func (*TComboBox) GetTextBuf

func (c *TComboBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TComboBox) GetTextLen added in v1.1.0

func (c *TComboBox) GetTextLen() int32

func (*TComboBox) Handle

func (c *TComboBox) Handle() HWND

func (*TComboBox) HandleAllocated

func (c *TComboBox) HandleAllocated() bool

func (*TComboBox) HasParent

func (c *TComboBox) HasParent() bool

func (*TComboBox) Height

func (c *TComboBox) Height() int32

func (*TComboBox) Hide

func (c *TComboBox) Hide()

func (*TComboBox) Hint

func (c *TComboBox) Hint() string

func (*TComboBox) Instance

func (c *TComboBox) Instance() uintptr

func (*TComboBox) Invalidate

func (c *TComboBox) Invalidate()

func (*TComboBox) IsValid

func (c *TComboBox) IsValid() bool

func (*TComboBox) ItemHeight

func (c *TComboBox) ItemHeight() int32

func (*TComboBox) ItemIndex

func (c *TComboBox) ItemIndex() int32

func (*TComboBox) Items

func (c *TComboBox) Items() *TStrings

func (*TComboBox) Left

func (c *TComboBox) Left() int32

func (*TComboBox) Margins

func (c *TComboBox) Margins() *TMargins

func (*TComboBox) MaxLength

func (c *TComboBox) MaxLength() int32

func (*TComboBox) Name

func (c *TComboBox) Name() string

func (*TComboBox) Owner

func (c *TComboBox) Owner() *TComponent

func (*TComboBox) Parent

func (c *TComboBox) Parent() *TControl

func (*TComboBox) ParentColor

func (c *TComboBox) ParentColor() bool

func (*TComboBox) ParentCtl3D

func (c *TComboBox) ParentCtl3D() bool

func (*TComboBox) ParentDoubleBuffered

func (c *TComboBox) ParentDoubleBuffered() bool

func (*TComboBox) ParentFont

func (c *TComboBox) ParentFont() bool

func (*TComboBox) ParentShowHint

func (c *TComboBox) ParentShowHint() bool

func (*TComboBox) ParentWindow

func (c *TComboBox) ParentWindow() HWND

func (*TComboBox) Perform

func (c *TComboBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TComboBox) PopupMenu

func (c *TComboBox) PopupMenu() *TPopupMenu

func (*TComboBox) Realign

func (c *TComboBox) Realign()

func (*TComboBox) Refresh

func (c *TComboBox) Refresh()

func (*TComboBox) Repaint

func (c *TComboBox) Repaint()

func (*TComboBox) ScaleBy

func (c *TComboBox) ScaleBy(M int32, D int32)

func (*TComboBox) SelLength

func (c *TComboBox) SelLength() int32

func (*TComboBox) SelStart

func (c *TComboBox) SelStart() int32

func (*TComboBox) SelText

func (c *TComboBox) SelText() string

func (*TComboBox) SelectAll

func (c *TComboBox) SelectAll()

func (*TComboBox) SendToBack

func (c *TComboBox) SendToBack()

func (*TComboBox) SetAction

func (c *TComboBox) SetAction(value IComponent)

func (*TComboBox) SetAlign

func (c *TComboBox) SetAlign(value TAlign)

func (*TComboBox) SetAlignWithMargins

func (c *TComboBox) SetAlignWithMargins(value bool)

func (*TComboBox) SetAnchors

func (c *TComboBox) SetAnchors(value TAnchors)

func (*TComboBox) SetAutoCloseUp

func (c *TComboBox) SetAutoCloseUp(value bool)

func (*TComboBox) SetAutoComplete

func (c *TComboBox) SetAutoComplete(value bool)

func (*TComboBox) SetAutoCompleteDelay

func (c *TComboBox) SetAutoCompleteDelay(value uint32)

func (*TComboBox) SetAutoDropDown

func (c *TComboBox) SetAutoDropDown(value bool)

func (*TComboBox) SetBevelEdges

func (c *TComboBox) SetBevelEdges(value TBevelEdges)

func (*TComboBox) SetBevelInner

func (c *TComboBox) SetBevelInner(value TBevelCut)

func (*TComboBox) SetBevelKind

func (c *TComboBox) SetBevelKind(value TBevelKind)

func (*TComboBox) SetBevelOuter

func (c *TComboBox) SetBevelOuter(value TBevelCut)

func (*TComboBox) SetBiDiMode

func (c *TComboBox) SetBiDiMode(value TBiDiMode)

func (*TComboBox) SetBounds

func (c *TComboBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TComboBox) SetBoundsRect

func (c *TComboBox) SetBoundsRect(value TRect)

func (*TComboBox) SetClientHeight

func (c *TComboBox) SetClientHeight(value int32)

func (*TComboBox) SetClientWidth

func (c *TComboBox) SetClientWidth(value int32)

func (*TComboBox) SetColor

func (c *TComboBox) SetColor(value TColor)

func (*TComboBox) SetComponentIndex

func (c *TComboBox) SetComponentIndex(value int32)

func (*TComboBox) SetCursor

func (c *TComboBox) SetCursor(value TCursor)

func (*TComboBox) SetCustomHint added in v1.1.0

func (c *TComboBox) SetCustomHint(value IComponent)

func (*TComboBox) SetDoubleBuffered

func (c *TComboBox) SetDoubleBuffered(value bool)

func (*TComboBox) SetDropDownCount

func (c *TComboBox) SetDropDownCount(value int32)

func (*TComboBox) SetDroppedDown

func (c *TComboBox) SetDroppedDown(value bool)

func (*TComboBox) SetEnabled

func (c *TComboBox) SetEnabled(value bool)

func (*TComboBox) SetFocus

func (c *TComboBox) SetFocus()

func (*TComboBox) SetFont

func (c *TComboBox) SetFont(value *TFont)

func (*TComboBox) SetHeight

func (c *TComboBox) SetHeight(value int32)

func (*TComboBox) SetHint

func (c *TComboBox) SetHint(value string)

func (*TComboBox) SetItemHeight

func (c *TComboBox) SetItemHeight(value int32)

func (*TComboBox) SetItemIndex

func (c *TComboBox) SetItemIndex(value int32)

func (*TComboBox) SetItems

func (c *TComboBox) SetItems(value IObject)

func (*TComboBox) SetLeft

func (c *TComboBox) SetLeft(value int32)

func (*TComboBox) SetMargins

func (c *TComboBox) SetMargins(value *TMargins)

func (*TComboBox) SetMaxLength

func (c *TComboBox) SetMaxLength(value int32)

func (*TComboBox) SetName

func (c *TComboBox) SetName(value string)

func (*TComboBox) SetOnChange

func (c *TComboBox) SetOnChange(fn TNotifyEvent)

func (*TComboBox) SetOnClick

func (c *TComboBox) SetOnClick(fn TNotifyEvent)

func (*TComboBox) SetOnDblClick

func (c *TComboBox) SetOnDblClick(fn TNotifyEvent)

func (*TComboBox) SetOnDrawItem added in v1.0.2

func (c *TComboBox) SetOnDrawItem(fn TDrawItemEvent)

func (*TComboBox) SetOnEnter

func (c *TComboBox) SetOnEnter(fn TNotifyEvent)

func (*TComboBox) SetOnExit

func (c *TComboBox) SetOnExit(fn TNotifyEvent)

func (*TComboBox) SetOnKeyDown

func (c *TComboBox) SetOnKeyDown(fn TKeyEvent)

func (*TComboBox) SetOnKeyPress

func (c *TComboBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TComboBox) SetOnKeyUp

func (c *TComboBox) SetOnKeyUp(fn TKeyEvent)

func (*TComboBox) SetOnMouseEnter

func (c *TComboBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TComboBox) SetOnMouseLeave

func (c *TComboBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TComboBox) SetParent

func (c *TComboBox) SetParent(value IControl)

func (*TComboBox) SetParentColor

func (c *TComboBox) SetParentColor(value bool)

func (*TComboBox) SetParentCtl3D

func (c *TComboBox) SetParentCtl3D(value bool)

func (*TComboBox) SetParentDoubleBuffered

func (c *TComboBox) SetParentDoubleBuffered(value bool)

func (*TComboBox) SetParentFont

func (c *TComboBox) SetParentFont(value bool)

func (*TComboBox) SetParentShowHint

func (c *TComboBox) SetParentShowHint(value bool)

func (*TComboBox) SetParentWindow

func (c *TComboBox) SetParentWindow(value HWND)

func (*TComboBox) SetPopupMenu

func (c *TComboBox) SetPopupMenu(value IComponent)

func (*TComboBox) SetSelLength

func (c *TComboBox) SetSelLength(value int32)

func (*TComboBox) SetSelStart

func (c *TComboBox) SetSelStart(value int32)

func (*TComboBox) SetSelText

func (c *TComboBox) SetSelText(value string)

func (*TComboBox) SetShowHint

func (c *TComboBox) SetShowHint(value bool)

func (*TComboBox) SetSorted

func (c *TComboBox) SetSorted(value bool)

func (*TComboBox) SetStyle

func (c *TComboBox) SetStyle(value TComboBoxStyle)

func (*TComboBox) SetStyleElements

func (c *TComboBox) SetStyleElements(value TStyleElements)

func (*TComboBox) SetTabOrder

func (c *TComboBox) SetTabOrder(value uint16)

func (*TComboBox) SetTabStop

func (c *TComboBox) SetTabStop(value bool)

func (*TComboBox) SetTag

func (c *TComboBox) SetTag(value int)

func (*TComboBox) SetText

func (c *TComboBox) SetText(value string)

func (*TComboBox) SetTextHint

func (c *TComboBox) SetTextHint(value string)

func (*TComboBox) SetTop

func (c *TComboBox) SetTop(value int32)

func (*TComboBox) SetVisible

func (c *TComboBox) SetVisible(value bool)

func (*TComboBox) SetWidth

func (c *TComboBox) SetWidth(value int32)

func (*TComboBox) Show

func (c *TComboBox) Show()

func (*TComboBox) ShowHint

func (c *TComboBox) ShowHint() bool

func (*TComboBox) Sorted

func (c *TComboBox) Sorted() bool

func (*TComboBox) Style

func (c *TComboBox) Style() TComboBoxStyle

func (*TComboBox) StyleElements

func (c *TComboBox) StyleElements() TStyleElements

func (*TComboBox) TabOrder

func (c *TComboBox) TabOrder() uint16

func (*TComboBox) TabStop

func (c *TComboBox) TabStop() bool

func (*TComboBox) Tag

func (c *TComboBox) Tag() int

func (*TComboBox) Text

func (c *TComboBox) Text() string

func (*TComboBox) TextHint

func (c *TComboBox) TextHint() string

func (*TComboBox) ToString

func (c *TComboBox) ToString() string

func (*TComboBox) Top

func (c *TComboBox) Top() int32

func (*TComboBox) Update

func (c *TComboBox) Update()

func (*TComboBox) Visible

func (c *TComboBox) Visible() bool

func (*TComboBox) Width

func (c *TComboBox) Width() int32

type TComponent

type TComponent struct {
	IComponent
	// contains filtered or unexported fields
}

func ComponentFromInst

func ComponentFromInst(inst uintptr) *TComponent

func ComponentFromObj

func ComponentFromObj(obj IObject) *TComponent

func NewComponent

func NewComponent(owner IComponent) *TComponent

func (*TComponent) Assign

func (c *TComponent) Assign(Source IObject)

func (*TComponent) ClassName

func (c *TComponent) ClassName() string

func (*TComponent) ComponentCount

func (c *TComponent) ComponentCount() int32

func (*TComponent) ComponentIndex

func (c *TComponent) ComponentIndex() int32

func (*TComponent) Components

func (c *TComponent) Components(AIndex int32) *TComponent

func (*TComponent) Equals

func (c *TComponent) Equals(Obj IObject) bool

func (*TComponent) FindComponent

func (c *TComponent) FindComponent(AName string) *TComponent

func (*TComponent) Free

func (c *TComponent) Free()

func (*TComponent) GetHashCode

func (c *TComponent) GetHashCode() int32

func (*TComponent) GetNamePath

func (c *TComponent) GetNamePath() string

func (*TComponent) HasParent

func (c *TComponent) HasParent() bool

func (*TComponent) Instance

func (c *TComponent) Instance() uintptr

func (*TComponent) IsValid

func (c *TComponent) IsValid() bool

func (*TComponent) Name

func (c *TComponent) Name() string

func (*TComponent) Owner

func (c *TComponent) Owner() *TComponent

func (*TComponent) SetComponentIndex

func (c *TComponent) SetComponentIndex(value int32)

func (*TComponent) SetName

func (c *TComponent) SetName(value string)

func (*TComponent) SetTag

func (c *TComponent) SetTag(value int)

func (*TComponent) Tag

func (c *TComponent) Tag() int

func (*TComponent) ToString

func (c *TComponent) ToString() string

type TControl

type TControl struct {
	IControl
	// contains filtered or unexported fields
}

func ControlFromInst

func ControlFromInst(inst uintptr) *TControl

func ControlFromObj

func ControlFromObj(obj IObject) *TControl

func NewControl

func NewControl(owner IComponent) *TControl

func (*TControl) Action

func (c *TControl) Action() *TAction

func (*TControl) Align

func (c *TControl) Align() TAlign

func (*TControl) AlignWithMargins

func (c *TControl) AlignWithMargins() bool

func (*TControl) Anchors

func (c *TControl) Anchors() TAnchors

func (*TControl) Assign

func (c *TControl) Assign(Source IObject)

func (*TControl) BiDiMode

func (c *TControl) BiDiMode() TBiDiMode

func (*TControl) BoundsRect

func (c *TControl) BoundsRect() TRect

func (*TControl) BringToFront

func (c *TControl) BringToFront()

func (*TControl) ClassName

func (c *TControl) ClassName() string

func (*TControl) ClientHeight

func (c *TControl) ClientHeight() int32

func (*TControl) ClientRect

func (c *TControl) ClientRect() TRect

func (*TControl) ClientWidth

func (c *TControl) ClientWidth() int32

func (*TControl) ComponentCount

func (c *TControl) ComponentCount() int32

func (*TControl) ComponentIndex

func (c *TControl) ComponentIndex() int32

func (*TControl) Components

func (c *TControl) Components(AIndex int32) *TComponent

func (*TControl) Cursor

func (c *TControl) Cursor() TCursor

func (*TControl) CustomHint added in v1.1.0

func (c *TControl) CustomHint() *TCustomHint

func (*TControl) Enabled

func (c *TControl) Enabled() bool

func (*TControl) Equals

func (c *TControl) Equals(Obj IObject) bool

func (*TControl) ExplicitHeight

func (c *TControl) ExplicitHeight() int32

func (*TControl) ExplicitLeft

func (c *TControl) ExplicitLeft() int32

func (*TControl) ExplicitTop

func (c *TControl) ExplicitTop() int32

func (*TControl) ExplicitWidth

func (c *TControl) ExplicitWidth() int32

func (*TControl) FindComponent

func (c *TControl) FindComponent(AName string) *TComponent

func (*TControl) Free

func (c *TControl) Free()

func (*TControl) GetHashCode

func (c *TControl) GetHashCode() int32

func (*TControl) GetNamePath

func (c *TControl) GetNamePath() string

func (*TControl) GetTextBuf

func (c *TControl) GetTextBuf(Buffer string, BufSize int32) int32

func (*TControl) GetTextLen added in v1.1.0

func (c *TControl) GetTextLen() int32

func (*TControl) HasParent

func (c *TControl) HasParent() bool

func (*TControl) Height

func (c *TControl) Height() int32

func (*TControl) Hide

func (c *TControl) Hide()

func (*TControl) Hint

func (c *TControl) Hint() string

func (*TControl) Instance

func (c *TControl) Instance() uintptr

func (*TControl) Invalidate

func (c *TControl) Invalidate()

func (*TControl) IsValid

func (c *TControl) IsValid() bool

func (*TControl) Left

func (c *TControl) Left() int32

func (*TControl) Margins

func (c *TControl) Margins() *TMargins

func (*TControl) Name

func (c *TControl) Name() string

func (*TControl) Owner

func (c *TControl) Owner() *TComponent

func (*TControl) Parent

func (c *TControl) Parent() *TControl

func (*TControl) Perform

func (c *TControl) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TControl) Refresh

func (c *TControl) Refresh()

func (*TControl) Repaint

func (c *TControl) Repaint()

func (*TControl) SendToBack

func (c *TControl) SendToBack()

func (*TControl) SetAction

func (c *TControl) SetAction(value IComponent)

func (*TControl) SetAlign

func (c *TControl) SetAlign(value TAlign)

func (*TControl) SetAlignWithMargins

func (c *TControl) SetAlignWithMargins(value bool)

func (*TControl) SetAnchors

func (c *TControl) SetAnchors(value TAnchors)

func (*TControl) SetBiDiMode

func (c *TControl) SetBiDiMode(value TBiDiMode)

func (*TControl) SetBounds

func (c *TControl) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TControl) SetBoundsRect

func (c *TControl) SetBoundsRect(value TRect)

func (*TControl) SetClientHeight

func (c *TControl) SetClientHeight(value int32)

func (*TControl) SetClientWidth

func (c *TControl) SetClientWidth(value int32)

func (*TControl) SetComponentIndex

func (c *TControl) SetComponentIndex(value int32)

func (*TControl) SetCursor

func (c *TControl) SetCursor(value TCursor)

func (*TControl) SetCustomHint added in v1.1.0

func (c *TControl) SetCustomHint(value IComponent)

func (*TControl) SetEnabled

func (c *TControl) SetEnabled(value bool)

func (*TControl) SetHeight

func (c *TControl) SetHeight(value int32)

func (*TControl) SetHint

func (c *TControl) SetHint(value string)

func (*TControl) SetLeft

func (c *TControl) SetLeft(value int32)

func (*TControl) SetMargins

func (c *TControl) SetMargins(value *TMargins)

func (*TControl) SetName

func (c *TControl) SetName(value string)

func (*TControl) SetParent

func (c *TControl) SetParent(value IControl)

func (*TControl) SetShowHint

func (c *TControl) SetShowHint(value bool)

func (*TControl) SetStyleElements

func (c *TControl) SetStyleElements(value TStyleElements)

func (*TControl) SetTag

func (c *TControl) SetTag(value int)

func (*TControl) SetTop

func (c *TControl) SetTop(value int32)

func (*TControl) SetVisible

func (c *TControl) SetVisible(value bool)

func (*TControl) SetWidth

func (c *TControl) SetWidth(value int32)

func (*TControl) Show

func (c *TControl) Show()

func (*TControl) ShowHint

func (c *TControl) ShowHint() bool

func (*TControl) StyleElements

func (c *TControl) StyleElements() TStyleElements

func (*TControl) Tag

func (c *TControl) Tag() int

func (*TControl) ToString

func (c *TControl) ToString() string

func (*TControl) Top

func (c *TControl) Top() int32

func (*TControl) Update

func (c *TControl) Update()

func (*TControl) Visible

func (c *TControl) Visible() bool

func (*TControl) Width

func (c *TControl) Width() int32

type TCustomHint added in v1.1.0

type TCustomHint struct {
	IComponent
	// contains filtered or unexported fields
}

func CustomHintFromInst added in v1.1.0

func CustomHintFromInst(inst uintptr) *TCustomHint

func CustomHintFromObj added in v1.1.0

func CustomHintFromObj(obj IObject) *TCustomHint

func NewCustomHint added in v1.1.0

func NewCustomHint(owner IComponent) *TCustomHint

func (*TCustomHint) Assign added in v1.1.0

func (c *TCustomHint) Assign(Source IObject)

func (*TCustomHint) ClassName added in v1.1.0

func (c *TCustomHint) ClassName() string

func (*TCustomHint) ComponentCount added in v1.1.0

func (c *TCustomHint) ComponentCount() int32

func (*TCustomHint) ComponentIndex added in v1.1.0

func (c *TCustomHint) ComponentIndex() int32

func (*TCustomHint) Components added in v1.1.0

func (c *TCustomHint) Components(AIndex int32) *TComponent

func (*TCustomHint) Delay added in v1.1.0

func (c *TCustomHint) Delay() uint32

func (*TCustomHint) Description added in v1.1.0

func (c *TCustomHint) Description() string

func (*TCustomHint) Equals added in v1.1.0

func (c *TCustomHint) Equals(Obj IObject) bool

func (*TCustomHint) FindComponent added in v1.1.0

func (c *TCustomHint) FindComponent(AName string) *TComponent

func (*TCustomHint) Free added in v1.1.0

func (c *TCustomHint) Free()

func (*TCustomHint) GetHashCode added in v1.1.0

func (c *TCustomHint) GetHashCode() int32

func (*TCustomHint) GetNamePath added in v1.1.0

func (c *TCustomHint) GetNamePath() string

func (*TCustomHint) HasParent added in v1.1.0

func (c *TCustomHint) HasParent() bool

func (*TCustomHint) HideAfter added in v1.1.0

func (c *TCustomHint) HideAfter() int32

func (*TCustomHint) HideHint added in v1.1.0

func (c *TCustomHint) HideHint()

func (*TCustomHint) ImageIndex added in v1.1.0

func (c *TCustomHint) ImageIndex() int32

func (*TCustomHint) Images added in v1.1.0

func (c *TCustomHint) Images() *TImageList

func (*TCustomHint) Instance added in v1.1.0

func (c *TCustomHint) Instance() uintptr

func (*TCustomHint) IsValid added in v1.1.0

func (c *TCustomHint) IsValid() bool

func (*TCustomHint) Name added in v1.1.0

func (c *TCustomHint) Name() string

func (*TCustomHint) Owner added in v1.1.0

func (c *TCustomHint) Owner() *TComponent

func (*TCustomHint) SetComponentIndex added in v1.1.0

func (c *TCustomHint) SetComponentIndex(value int32)

func (*TCustomHint) SetDelay added in v1.1.0

func (c *TCustomHint) SetDelay(value uint32)

func (*TCustomHint) SetDescription added in v1.1.0

func (c *TCustomHint) SetDescription(value string)

func (*TCustomHint) SetHideAfter added in v1.1.0

func (c *TCustomHint) SetHideAfter(value int32)

func (*TCustomHint) SetImageIndex added in v1.1.0

func (c *TCustomHint) SetImageIndex(value int32)

func (*TCustomHint) SetImages added in v1.1.0

func (c *TCustomHint) SetImages(value IComponent)

func (*TCustomHint) SetName added in v1.1.0

func (c *TCustomHint) SetName(value string)

func (*TCustomHint) SetStyle added in v1.1.0

func (c *TCustomHint) SetStyle(value TBalloonHintStyle)

func (*TCustomHint) SetTag added in v1.1.0

func (c *TCustomHint) SetTag(value int)

func (*TCustomHint) SetTitle added in v1.1.0

func (c *TCustomHint) SetTitle(value string)

func (*TCustomHint) ShowHint added in v1.1.0

func (c *TCustomHint) ShowHint()

func (*TCustomHint) ShowingHint added in v1.1.0

func (c *TCustomHint) ShowingHint() bool

func (*TCustomHint) Style added in v1.1.0

func (c *TCustomHint) Style() TBalloonHintStyle

func (*TCustomHint) Tag added in v1.1.0

func (c *TCustomHint) Tag() int

func (*TCustomHint) Title added in v1.1.0

func (c *TCustomHint) Title() string

func (*TCustomHint) ToString added in v1.1.0

func (c *TCustomHint) ToString() string

type TDateTimePicker

type TDateTimePicker struct {
	IControl
	// contains filtered or unexported fields
}

func DateTimePickerFromInst

func DateTimePickerFromInst(inst uintptr) *TDateTimePicker

func DateTimePickerFromObj

func DateTimePickerFromObj(obj IObject) *TDateTimePicker

func NewDateTimePicker

func NewDateTimePicker(owner IComponent) *TDateTimePicker

func (*TDateTimePicker) Action

func (d *TDateTimePicker) Action() *TAction

func (*TDateTimePicker) Align

func (d *TDateTimePicker) Align() TAlign

func (*TDateTimePicker) AlignWithMargins

func (d *TDateTimePicker) AlignWithMargins() bool

func (*TDateTimePicker) Anchors

func (d *TDateTimePicker) Anchors() TAnchors

func (*TDateTimePicker) Assign

func (d *TDateTimePicker) Assign(Source IObject)

func (*TDateTimePicker) BevelEdges

func (d *TDateTimePicker) BevelEdges() TBevelEdges

func (*TDateTimePicker) BevelInner

func (d *TDateTimePicker) BevelInner() TBevelCut

func (*TDateTimePicker) BevelKind

func (d *TDateTimePicker) BevelKind() TBevelKind

func (*TDateTimePicker) BevelOuter

func (d *TDateTimePicker) BevelOuter() TBevelCut

func (*TDateTimePicker) BiDiMode

func (d *TDateTimePicker) BiDiMode() TBiDiMode

func (*TDateTimePicker) BoundsRect

func (d *TDateTimePicker) BoundsRect() TRect

func (*TDateTimePicker) BringToFront

func (d *TDateTimePicker) BringToFront()

func (*TDateTimePicker) Brush

func (d *TDateTimePicker) Brush() *TBrush

func (*TDateTimePicker) CalAlignment

func (d *TDateTimePicker) CalAlignment() TDTCalAlignment

func (*TDateTimePicker) CalColors

func (d *TDateTimePicker) CalColors() *TMonthCalColors

func (*TDateTimePicker) CanFocus

func (d *TDateTimePicker) CanFocus() bool

func (*TDateTimePicker) Checked

func (d *TDateTimePicker) Checked() bool

func (*TDateTimePicker) ClassName

func (d *TDateTimePicker) ClassName() string

func (*TDateTimePicker) ClientHeight

func (d *TDateTimePicker) ClientHeight() int32

func (*TDateTimePicker) ClientRect

func (d *TDateTimePicker) ClientRect() TRect

func (*TDateTimePicker) ClientWidth

func (d *TDateTimePicker) ClientWidth() int32

func (*TDateTimePicker) Color

func (d *TDateTimePicker) Color() TColor

func (*TDateTimePicker) ComponentCount

func (d *TDateTimePicker) ComponentCount() int32

func (*TDateTimePicker) ComponentIndex

func (d *TDateTimePicker) ComponentIndex() int32

func (*TDateTimePicker) Components

func (d *TDateTimePicker) Components(AIndex int32) *TComponent

func (*TDateTimePicker) ControlCount

func (d *TDateTimePicker) ControlCount() int32

func (*TDateTimePicker) Controls

func (d *TDateTimePicker) Controls(Index int32) *TControl

func (*TDateTimePicker) Cursor

func (d *TDateTimePicker) Cursor() TCursor

func (*TDateTimePicker) CustomHint added in v1.1.0

func (d *TDateTimePicker) CustomHint() *TCustomHint

func (*TDateTimePicker) Date

func (d *TDateTimePicker) Date() time.Time

func (*TDateTimePicker) DateFormat

func (d *TDateTimePicker) DateFormat() TDTDateFormat

func (*TDateTimePicker) DateMode

func (d *TDateTimePicker) DateMode() TDTDateMode

func (*TDateTimePicker) DateTime

func (d *TDateTimePicker) DateTime() time.Time

func (*TDateTimePicker) DoubleBuffered

func (d *TDateTimePicker) DoubleBuffered() bool

func (*TDateTimePicker) DroppedDown

func (d *TDateTimePicker) DroppedDown() bool

func (*TDateTimePicker) Enabled

func (d *TDateTimePicker) Enabled() bool

func (*TDateTimePicker) Equals

func (d *TDateTimePicker) Equals(Obj IObject) bool

func (*TDateTimePicker) ExplicitHeight

func (d *TDateTimePicker) ExplicitHeight() int32

func (*TDateTimePicker) ExplicitLeft

func (d *TDateTimePicker) ExplicitLeft() int32

func (*TDateTimePicker) ExplicitTop

func (d *TDateTimePicker) ExplicitTop() int32

func (*TDateTimePicker) ExplicitWidth

func (d *TDateTimePicker) ExplicitWidth() int32

func (*TDateTimePicker) FindComponent

func (d *TDateTimePicker) FindComponent(AName string) *TComponent

func (*TDateTimePicker) FlipChildren

func (d *TDateTimePicker) FlipChildren(AllLevels bool)

func (*TDateTimePicker) Focused

func (d *TDateTimePicker) Focused() bool

func (*TDateTimePicker) Font

func (d *TDateTimePicker) Font() *TFont

func (*TDateTimePicker) Format

func (d *TDateTimePicker) Format() string

func (*TDateTimePicker) Free

func (d *TDateTimePicker) Free()

func (*TDateTimePicker) GetHashCode

func (d *TDateTimePicker) GetHashCode() int32

func (*TDateTimePicker) GetNamePath

func (d *TDateTimePicker) GetNamePath() string

func (*TDateTimePicker) GetTextBuf

func (d *TDateTimePicker) GetTextBuf(Buffer string, BufSize int32) int32

func (*TDateTimePicker) GetTextLen added in v1.1.0

func (d *TDateTimePicker) GetTextLen() int32

func (*TDateTimePicker) Handle

func (d *TDateTimePicker) Handle() HWND

func (*TDateTimePicker) HandleAllocated

func (d *TDateTimePicker) HandleAllocated() bool

func (*TDateTimePicker) HasParent

func (d *TDateTimePicker) HasParent() bool

func (*TDateTimePicker) Height

func (d *TDateTimePicker) Height() int32

func (*TDateTimePicker) Hide

func (d *TDateTimePicker) Hide()

func (*TDateTimePicker) Hint

func (d *TDateTimePicker) Hint() string

func (*TDateTimePicker) Instance

func (d *TDateTimePicker) Instance() uintptr

func (*TDateTimePicker) Invalidate

func (d *TDateTimePicker) Invalidate()

func (*TDateTimePicker) IsValid

func (d *TDateTimePicker) IsValid() bool

func (*TDateTimePicker) Kind

func (d *TDateTimePicker) Kind() TDateTimeKind

func (*TDateTimePicker) Left

func (d *TDateTimePicker) Left() int32

func (*TDateTimePicker) Margins

func (d *TDateTimePicker) Margins() *TMargins

func (*TDateTimePicker) MaxDate

func (d *TDateTimePicker) MaxDate() time.Time

func (*TDateTimePicker) MinDate

func (d *TDateTimePicker) MinDate() time.Time

func (*TDateTimePicker) Name

func (d *TDateTimePicker) Name() string

func (*TDateTimePicker) Owner

func (d *TDateTimePicker) Owner() *TComponent

func (*TDateTimePicker) Parent

func (d *TDateTimePicker) Parent() *TControl

func (*TDateTimePicker) ParentColor

func (d *TDateTimePicker) ParentColor() bool

func (*TDateTimePicker) ParentDoubleBuffered

func (d *TDateTimePicker) ParentDoubleBuffered() bool

func (*TDateTimePicker) ParentFont

func (d *TDateTimePicker) ParentFont() bool

func (*TDateTimePicker) ParentShowHint

func (d *TDateTimePicker) ParentShowHint() bool

func (*TDateTimePicker) ParentWindow

func (d *TDateTimePicker) ParentWindow() HWND

func (*TDateTimePicker) ParseInput

func (d *TDateTimePicker) ParseInput() bool

func (*TDateTimePicker) Perform

func (d *TDateTimePicker) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TDateTimePicker) PopupMenu

func (d *TDateTimePicker) PopupMenu() *TPopupMenu

func (*TDateTimePicker) Realign

func (d *TDateTimePicker) Realign()

func (*TDateTimePicker) Refresh

func (d *TDateTimePicker) Refresh()

func (*TDateTimePicker) Repaint

func (d *TDateTimePicker) Repaint()

func (*TDateTimePicker) ScaleBy

func (d *TDateTimePicker) ScaleBy(M int32, D int32)

func (*TDateTimePicker) SendToBack

func (d *TDateTimePicker) SendToBack()

func (*TDateTimePicker) SetAction

func (d *TDateTimePicker) SetAction(value IComponent)

func (*TDateTimePicker) SetAlign

func (d *TDateTimePicker) SetAlign(value TAlign)

func (*TDateTimePicker) SetAlignWithMargins

func (d *TDateTimePicker) SetAlignWithMargins(value bool)

func (*TDateTimePicker) SetAnchors

func (d *TDateTimePicker) SetAnchors(value TAnchors)

func (*TDateTimePicker) SetBevelEdges

func (d *TDateTimePicker) SetBevelEdges(value TBevelEdges)

func (*TDateTimePicker) SetBevelInner

func (d *TDateTimePicker) SetBevelInner(value TBevelCut)

func (*TDateTimePicker) SetBevelKind

func (d *TDateTimePicker) SetBevelKind(value TBevelKind)

func (*TDateTimePicker) SetBevelOuter

func (d *TDateTimePicker) SetBevelOuter(value TBevelCut)

func (*TDateTimePicker) SetBiDiMode

func (d *TDateTimePicker) SetBiDiMode(value TBiDiMode)

func (*TDateTimePicker) SetBounds

func (d *TDateTimePicker) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TDateTimePicker) SetBoundsRect

func (d *TDateTimePicker) SetBoundsRect(value TRect)

func (*TDateTimePicker) SetCalAlignment

func (d *TDateTimePicker) SetCalAlignment(value TDTCalAlignment)

func (*TDateTimePicker) SetCalColors

func (d *TDateTimePicker) SetCalColors(value *TMonthCalColors)

func (*TDateTimePicker) SetChecked

func (d *TDateTimePicker) SetChecked(value bool)

func (*TDateTimePicker) SetClientHeight

func (d *TDateTimePicker) SetClientHeight(value int32)

func (*TDateTimePicker) SetClientWidth

func (d *TDateTimePicker) SetClientWidth(value int32)

func (*TDateTimePicker) SetColor

func (d *TDateTimePicker) SetColor(value TColor)

func (*TDateTimePicker) SetComponentIndex

func (d *TDateTimePicker) SetComponentIndex(value int32)

func (*TDateTimePicker) SetCursor

func (d *TDateTimePicker) SetCursor(value TCursor)

func (*TDateTimePicker) SetCustomHint added in v1.1.0

func (d *TDateTimePicker) SetCustomHint(value IComponent)

func (*TDateTimePicker) SetDate

func (d *TDateTimePicker) SetDate(value time.Time)

func (*TDateTimePicker) SetDateFormat

func (d *TDateTimePicker) SetDateFormat(value TDTDateFormat)

func (*TDateTimePicker) SetDateMode

func (d *TDateTimePicker) SetDateMode(value TDTDateMode)

func (*TDateTimePicker) SetDateTime

func (d *TDateTimePicker) SetDateTime(value time.Time)

func (*TDateTimePicker) SetDoubleBuffered

func (d *TDateTimePicker) SetDoubleBuffered(value bool)

func (*TDateTimePicker) SetEnabled

func (d *TDateTimePicker) SetEnabled(value bool)

func (*TDateTimePicker) SetFocus

func (d *TDateTimePicker) SetFocus()

func (*TDateTimePicker) SetFont

func (d *TDateTimePicker) SetFont(value *TFont)

func (*TDateTimePicker) SetFormat

func (d *TDateTimePicker) SetFormat(value string)

func (*TDateTimePicker) SetHeight

func (d *TDateTimePicker) SetHeight(value int32)

func (*TDateTimePicker) SetHint

func (d *TDateTimePicker) SetHint(value string)

func (*TDateTimePicker) SetKind

func (d *TDateTimePicker) SetKind(value TDateTimeKind)

func (*TDateTimePicker) SetLeft

func (d *TDateTimePicker) SetLeft(value int32)

func (*TDateTimePicker) SetMargins

func (d *TDateTimePicker) SetMargins(value *TMargins)

func (*TDateTimePicker) SetMaxDate

func (d *TDateTimePicker) SetMaxDate(value time.Time)

func (*TDateTimePicker) SetMinDate

func (d *TDateTimePicker) SetMinDate(value time.Time)

func (*TDateTimePicker) SetName

func (d *TDateTimePicker) SetName(value string)

func (*TDateTimePicker) SetOnChange

func (d *TDateTimePicker) SetOnChange(fn TNotifyEvent)

func (*TDateTimePicker) SetOnClick

func (d *TDateTimePicker) SetOnClick(fn TNotifyEvent)

func (*TDateTimePicker) SetOnEnter

func (d *TDateTimePicker) SetOnEnter(fn TNotifyEvent)

func (*TDateTimePicker) SetOnExit

func (d *TDateTimePicker) SetOnExit(fn TNotifyEvent)

func (*TDateTimePicker) SetOnKeyDown

func (d *TDateTimePicker) SetOnKeyDown(fn TKeyEvent)

func (*TDateTimePicker) SetOnKeyPress

func (d *TDateTimePicker) SetOnKeyPress(fn TKeyPressEvent)

func (*TDateTimePicker) SetOnKeyUp

func (d *TDateTimePicker) SetOnKeyUp(fn TKeyEvent)

func (*TDateTimePicker) SetOnMouseEnter

func (d *TDateTimePicker) SetOnMouseEnter(fn TNotifyEvent)

func (*TDateTimePicker) SetOnMouseLeave

func (d *TDateTimePicker) SetOnMouseLeave(fn TNotifyEvent)

func (*TDateTimePicker) SetParent

func (d *TDateTimePicker) SetParent(value IControl)

func (*TDateTimePicker) SetParentColor

func (d *TDateTimePicker) SetParentColor(value bool)

func (*TDateTimePicker) SetParentDoubleBuffered

func (d *TDateTimePicker) SetParentDoubleBuffered(value bool)

func (*TDateTimePicker) SetParentFont

func (d *TDateTimePicker) SetParentFont(value bool)

func (*TDateTimePicker) SetParentShowHint

func (d *TDateTimePicker) SetParentShowHint(value bool)

func (*TDateTimePicker) SetParentWindow

func (d *TDateTimePicker) SetParentWindow(value HWND)

func (*TDateTimePicker) SetParseInput

func (d *TDateTimePicker) SetParseInput(value bool)

func (*TDateTimePicker) SetPopupMenu

func (d *TDateTimePicker) SetPopupMenu(value IComponent)

func (*TDateTimePicker) SetShowHint

func (d *TDateTimePicker) SetShowHint(value bool)

func (*TDateTimePicker) SetStyleElements

func (d *TDateTimePicker) SetStyleElements(value TStyleElements)

func (*TDateTimePicker) SetTabOrder

func (d *TDateTimePicker) SetTabOrder(value uint16)

func (*TDateTimePicker) SetTabStop

func (d *TDateTimePicker) SetTabStop(value bool)

func (*TDateTimePicker) SetTag

func (d *TDateTimePicker) SetTag(value int)

func (*TDateTimePicker) SetTime

func (d *TDateTimePicker) SetTime(value time.Time)

func (*TDateTimePicker) SetTop

func (d *TDateTimePicker) SetTop(value int32)

func (*TDateTimePicker) SetVisible

func (d *TDateTimePicker) SetVisible(value bool)

func (*TDateTimePicker) SetWidth

func (d *TDateTimePicker) SetWidth(value int32)

func (*TDateTimePicker) Show

func (d *TDateTimePicker) Show()

func (*TDateTimePicker) ShowHint

func (d *TDateTimePicker) ShowHint() bool

func (*TDateTimePicker) StyleElements

func (d *TDateTimePicker) StyleElements() TStyleElements

func (*TDateTimePicker) TabOrder

func (d *TDateTimePicker) TabOrder() uint16

func (*TDateTimePicker) TabStop

func (d *TDateTimePicker) TabStop() bool

func (*TDateTimePicker) Tag

func (d *TDateTimePicker) Tag() int

func (*TDateTimePicker) Time

func (d *TDateTimePicker) Time() time.Time

func (*TDateTimePicker) ToString

func (d *TDateTimePicker) ToString() string

func (*TDateTimePicker) Top

func (d *TDateTimePicker) Top() int32

func (*TDateTimePicker) Update

func (d *TDateTimePicker) Update()

func (*TDateTimePicker) Visible

func (d *TDateTimePicker) Visible() bool

func (*TDateTimePicker) Width

func (d *TDateTimePicker) Width() int32

type TDrawItemEvent added in v1.0.2

type TDrawItemEvent func(control IControl, index int32, aRect TRect, state TOwnerDrawState)

TDrawItemEvent = procedure(Control: TWinControl; Index: Integer;

Rect: TRect; State: TOwnerDrawState) of object;

type TDropFilesEvent added in v1.3.0

type TDropFilesEvent func(sender *TObject, aFileNames []string)

TDropFilesEvent 注意,当在Windows上使用时如果使用了UAC,则无法收到消息 需要使用未公开的winapi ChangeWindowMessageFilter 或 ChangeWindowMessageFilterEx 根据系统版本不同使用其中的,然后添加 ChangeWindowMessageFilterEx(pnl_Drag.Handle, WM_DROPFILES, MSGFLT_ALLOW, LChangeFilterStruct);消息

type TEdit

type TEdit struct {
	IControl
	// contains filtered or unexported fields
}

func EditFromInst

func EditFromInst(inst uintptr) *TEdit

func EditFromObj

func EditFromObj(obj IObject) *TEdit

func NewEdit

func NewEdit(owner IComponent) *TEdit

func (*TEdit) Action

func (e *TEdit) Action() *TAction

func (*TEdit) Align

func (e *TEdit) Align() TAlign

func (*TEdit) AlignWithMargins

func (e *TEdit) AlignWithMargins() bool

func (*TEdit) Alignment

func (e *TEdit) Alignment() TAlignment

func (*TEdit) Anchors

func (e *TEdit) Anchors() TAnchors

func (*TEdit) Assign

func (e *TEdit) Assign(Source IObject)

func (*TEdit) AutoSelect

func (e *TEdit) AutoSelect() bool

func (*TEdit) AutoSize

func (e *TEdit) AutoSize() bool

func (*TEdit) BevelEdges

func (e *TEdit) BevelEdges() TBevelEdges

func (*TEdit) BevelInner

func (e *TEdit) BevelInner() TBevelCut

func (*TEdit) BevelKind

func (e *TEdit) BevelKind() TBevelKind

func (*TEdit) BevelOuter

func (e *TEdit) BevelOuter() TBevelCut

func (*TEdit) BiDiMode

func (e *TEdit) BiDiMode() TBiDiMode

func (*TEdit) BorderStyle

func (e *TEdit) BorderStyle() TBorderStyle

func (*TEdit) BoundsRect

func (e *TEdit) BoundsRect() TRect

func (*TEdit) BringToFront

func (e *TEdit) BringToFront()

func (*TEdit) Brush

func (e *TEdit) Brush() *TBrush

func (*TEdit) CanFocus

func (e *TEdit) CanFocus() bool

func (*TEdit) ClassName

func (e *TEdit) ClassName() string

func (*TEdit) Clear

func (e *TEdit) Clear()

func (*TEdit) ClearSelection

func (e *TEdit) ClearSelection()

func (*TEdit) ClientHeight

func (e *TEdit) ClientHeight() int32

func (*TEdit) ClientRect

func (e *TEdit) ClientRect() TRect

func (*TEdit) ClientWidth

func (e *TEdit) ClientWidth() int32

func (*TEdit) Color

func (e *TEdit) Color() TColor

func (*TEdit) ComponentCount

func (e *TEdit) ComponentCount() int32

func (*TEdit) ComponentIndex

func (e *TEdit) ComponentIndex() int32

func (*TEdit) Components

func (e *TEdit) Components(AIndex int32) *TComponent

func (*TEdit) ControlCount

func (e *TEdit) ControlCount() int32

func (*TEdit) Controls

func (e *TEdit) Controls(Index int32) *TControl

func (*TEdit) CopyToClipboard

func (e *TEdit) CopyToClipboard()

func (*TEdit) Cursor

func (e *TEdit) Cursor() TCursor

func (*TEdit) CustomHint added in v1.1.0

func (e *TEdit) CustomHint() *TCustomHint

func (*TEdit) CutToClipboard

func (e *TEdit) CutToClipboard()

func (*TEdit) DoubleBuffered

func (e *TEdit) DoubleBuffered() bool

func (*TEdit) Enabled

func (e *TEdit) Enabled() bool

func (*TEdit) Equals

func (e *TEdit) Equals(Obj IObject) bool

func (*TEdit) ExplicitHeight

func (e *TEdit) ExplicitHeight() int32

func (*TEdit) ExplicitLeft

func (e *TEdit) ExplicitLeft() int32

func (*TEdit) ExplicitTop

func (e *TEdit) ExplicitTop() int32

func (*TEdit) ExplicitWidth

func (e *TEdit) ExplicitWidth() int32

func (*TEdit) FindComponent

func (e *TEdit) FindComponent(AName string) *TComponent

func (*TEdit) FlipChildren

func (e *TEdit) FlipChildren(AllLevels bool)

func (*TEdit) Focused

func (e *TEdit) Focused() bool

func (*TEdit) Font

func (e *TEdit) Font() *TFont

func (*TEdit) Free

func (e *TEdit) Free()

func (*TEdit) GetHashCode

func (e *TEdit) GetHashCode() int32

func (*TEdit) GetNamePath

func (e *TEdit) GetNamePath() string

func (*TEdit) GetSelTextBuf

func (e *TEdit) GetSelTextBuf(Buffer string, BufSize int32) int32

func (*TEdit) GetTextBuf

func (e *TEdit) GetTextBuf(Buffer string, BufSize int32) int32

func (*TEdit) GetTextLen added in v1.1.0

func (e *TEdit) GetTextLen() int32

func (*TEdit) Handle

func (e *TEdit) Handle() HWND

func (*TEdit) HandleAllocated

func (e *TEdit) HandleAllocated() bool

func (*TEdit) HasParent

func (e *TEdit) HasParent() bool

func (*TEdit) Height

func (e *TEdit) Height() int32

func (*TEdit) Hide

func (e *TEdit) Hide()

func (*TEdit) HideSelection

func (e *TEdit) HideSelection() bool

func (*TEdit) Hint

func (e *TEdit) Hint() string

func (*TEdit) Instance

func (e *TEdit) Instance() uintptr

func (*TEdit) Invalidate

func (e *TEdit) Invalidate()

func (*TEdit) IsValid

func (e *TEdit) IsValid() bool

func (*TEdit) Left

func (e *TEdit) Left() int32

func (*TEdit) Margins

func (e *TEdit) Margins() *TMargins

func (*TEdit) MaxLength

func (e *TEdit) MaxLength() int32

func (*TEdit) Modified

func (e *TEdit) Modified() bool

func (*TEdit) Name

func (e *TEdit) Name() string

func (*TEdit) NumbersOnly

func (e *TEdit) NumbersOnly() bool

func (*TEdit) Owner

func (e *TEdit) Owner() *TComponent

func (*TEdit) Parent

func (e *TEdit) Parent() *TControl

func (*TEdit) ParentColor

func (e *TEdit) ParentColor() bool

func (*TEdit) ParentCtl3D

func (e *TEdit) ParentCtl3D() bool

func (*TEdit) ParentDoubleBuffered

func (e *TEdit) ParentDoubleBuffered() bool

func (*TEdit) ParentFont

func (e *TEdit) ParentFont() bool

func (*TEdit) ParentShowHint

func (e *TEdit) ParentShowHint() bool

func (*TEdit) ParentWindow

func (e *TEdit) ParentWindow() HWND

func (*TEdit) PasswordChar

func (e *TEdit) PasswordChar() uint16

func (*TEdit) PasteFromClipboard

func (e *TEdit) PasteFromClipboard()

func (*TEdit) Perform

func (e *TEdit) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TEdit) PopupMenu

func (e *TEdit) PopupMenu() *TPopupMenu

func (*TEdit) ReadOnly

func (e *TEdit) ReadOnly() bool

func (*TEdit) Realign

func (e *TEdit) Realign()

func (*TEdit) Refresh

func (e *TEdit) Refresh()

func (*TEdit) Repaint

func (e *TEdit) Repaint()

func (*TEdit) ScaleBy

func (e *TEdit) ScaleBy(M int32, D int32)

func (*TEdit) SelLength

func (e *TEdit) SelLength() int32

func (*TEdit) SelStart

func (e *TEdit) SelStart() int32

func (*TEdit) SelText

func (e *TEdit) SelText() string

func (*TEdit) SelectAll

func (e *TEdit) SelectAll()

func (*TEdit) SendToBack

func (e *TEdit) SendToBack()

func (*TEdit) SetAction

func (e *TEdit) SetAction(value IComponent)

func (*TEdit) SetAlign

func (e *TEdit) SetAlign(value TAlign)

func (*TEdit) SetAlignWithMargins

func (e *TEdit) SetAlignWithMargins(value bool)

func (*TEdit) SetAlignment

func (e *TEdit) SetAlignment(value TAlignment)

func (*TEdit) SetAnchors

func (e *TEdit) SetAnchors(value TAnchors)

func (*TEdit) SetAutoSelect

func (e *TEdit) SetAutoSelect(value bool)

func (*TEdit) SetAutoSize

func (e *TEdit) SetAutoSize(value bool)

func (*TEdit) SetBevelEdges

func (e *TEdit) SetBevelEdges(value TBevelEdges)

func (*TEdit) SetBevelInner

func (e *TEdit) SetBevelInner(value TBevelCut)

func (*TEdit) SetBevelKind

func (e *TEdit) SetBevelKind(value TBevelKind)

func (*TEdit) SetBevelOuter

func (e *TEdit) SetBevelOuter(value TBevelCut)

func (*TEdit) SetBiDiMode

func (e *TEdit) SetBiDiMode(value TBiDiMode)

func (*TEdit) SetBorderStyle

func (e *TEdit) SetBorderStyle(value TBorderStyle)

func (*TEdit) SetBounds

func (e *TEdit) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TEdit) SetBoundsRect

func (e *TEdit) SetBoundsRect(value TRect)

func (*TEdit) SetClientHeight

func (e *TEdit) SetClientHeight(value int32)

func (*TEdit) SetClientWidth

func (e *TEdit) SetClientWidth(value int32)

func (*TEdit) SetColor

func (e *TEdit) SetColor(value TColor)

func (*TEdit) SetComponentIndex

func (e *TEdit) SetComponentIndex(value int32)

func (*TEdit) SetCursor

func (e *TEdit) SetCursor(value TCursor)

func (*TEdit) SetCustomHint added in v1.1.0

func (e *TEdit) SetCustomHint(value IComponent)

func (*TEdit) SetDoubleBuffered

func (e *TEdit) SetDoubleBuffered(value bool)

func (*TEdit) SetEnabled

func (e *TEdit) SetEnabled(value bool)

func (*TEdit) SetFocus

func (e *TEdit) SetFocus()

func (*TEdit) SetFont

func (e *TEdit) SetFont(value *TFont)

func (*TEdit) SetHeight

func (e *TEdit) SetHeight(value int32)

func (*TEdit) SetHideSelection

func (e *TEdit) SetHideSelection(value bool)

func (*TEdit) SetHint

func (e *TEdit) SetHint(value string)

func (*TEdit) SetLeft

func (e *TEdit) SetLeft(value int32)

func (*TEdit) SetMargins

func (e *TEdit) SetMargins(value *TMargins)

func (*TEdit) SetMaxLength

func (e *TEdit) SetMaxLength(value int32)

func (*TEdit) SetModified

func (e *TEdit) SetModified(value bool)

func (*TEdit) SetName

func (e *TEdit) SetName(value string)

func (*TEdit) SetNumbersOnly

func (e *TEdit) SetNumbersOnly(value bool)

func (*TEdit) SetOnChange

func (e *TEdit) SetOnChange(fn TNotifyEvent)

func (*TEdit) SetOnClick

func (e *TEdit) SetOnClick(fn TNotifyEvent)

func (*TEdit) SetOnDblClick

func (e *TEdit) SetOnDblClick(fn TNotifyEvent)

func (*TEdit) SetOnEnter

func (e *TEdit) SetOnEnter(fn TNotifyEvent)

func (*TEdit) SetOnExit

func (e *TEdit) SetOnExit(fn TNotifyEvent)

func (*TEdit) SetOnKeyDown

func (e *TEdit) SetOnKeyDown(fn TKeyEvent)

func (*TEdit) SetOnKeyPress

func (e *TEdit) SetOnKeyPress(fn TKeyPressEvent)

func (*TEdit) SetOnKeyUp

func (e *TEdit) SetOnKeyUp(fn TKeyEvent)

func (*TEdit) SetOnMouseDown

func (e *TEdit) SetOnMouseDown(fn TMouseEvent)

func (*TEdit) SetOnMouseEnter

func (e *TEdit) SetOnMouseEnter(fn TNotifyEvent)

func (*TEdit) SetOnMouseLeave

func (e *TEdit) SetOnMouseLeave(fn TNotifyEvent)

func (*TEdit) SetOnMouseMove

func (e *TEdit) SetOnMouseMove(fn TMouseMoveEvent)

func (*TEdit) SetOnMouseUp

func (e *TEdit) SetOnMouseUp(fn TMouseEvent)

func (*TEdit) SetParent

func (e *TEdit) SetParent(value IControl)

func (*TEdit) SetParentColor

func (e *TEdit) SetParentColor(value bool)

func (*TEdit) SetParentCtl3D

func (e *TEdit) SetParentCtl3D(value bool)

func (*TEdit) SetParentDoubleBuffered

func (e *TEdit) SetParentDoubleBuffered(value bool)

func (*TEdit) SetParentFont

func (e *TEdit) SetParentFont(value bool)

func (*TEdit) SetParentShowHint

func (e *TEdit) SetParentShowHint(value bool)

func (*TEdit) SetParentWindow

func (e *TEdit) SetParentWindow(value HWND)

func (*TEdit) SetPasswordChar

func (e *TEdit) SetPasswordChar(value uint16)

func (*TEdit) SetPopupMenu

func (e *TEdit) SetPopupMenu(value IComponent)

func (*TEdit) SetReadOnly

func (e *TEdit) SetReadOnly(value bool)

func (*TEdit) SetSelLength

func (e *TEdit) SetSelLength(value int32)

func (*TEdit) SetSelStart

func (e *TEdit) SetSelStart(value int32)

func (*TEdit) SetSelText

func (e *TEdit) SetSelText(value string)

func (*TEdit) SetShowHint

func (e *TEdit) SetShowHint(value bool)

func (*TEdit) SetStyleElements

func (e *TEdit) SetStyleElements(value TStyleElements)

func (*TEdit) SetTabOrder

func (e *TEdit) SetTabOrder(value uint16)

func (*TEdit) SetTabStop

func (e *TEdit) SetTabStop(value bool)

func (*TEdit) SetTag

func (e *TEdit) SetTag(value int)

func (*TEdit) SetText

func (e *TEdit) SetText(value string)

func (*TEdit) SetTextHint

func (e *TEdit) SetTextHint(value string)

func (*TEdit) SetTop

func (e *TEdit) SetTop(value int32)

func (*TEdit) SetVisible

func (e *TEdit) SetVisible(value bool)

func (*TEdit) SetWidth

func (e *TEdit) SetWidth(value int32)

func (*TEdit) Show

func (e *TEdit) Show()

func (*TEdit) ShowHint

func (e *TEdit) ShowHint() bool

func (*TEdit) StyleElements

func (e *TEdit) StyleElements() TStyleElements

func (*TEdit) TabOrder

func (e *TEdit) TabOrder() uint16

func (*TEdit) TabStop

func (e *TEdit) TabStop() bool

func (*TEdit) Tag

func (e *TEdit) Tag() int

func (*TEdit) Text

func (e *TEdit) Text() string

func (*TEdit) TextHint

func (e *TEdit) TextHint() string

func (*TEdit) ToString

func (e *TEdit) ToString() string

func (*TEdit) Top

func (e *TEdit) Top() int32

func (*TEdit) Update

func (e *TEdit) Update()

func (*TEdit) Visible

func (e *TEdit) Visible() bool

func (*TEdit) Width

func (e *TEdit) Width() int32

type TExceptionEvent

type TExceptionEvent func(sender IObject, e *Exception)

TExceptionEvent TApplication

type TFont

type TFont struct {
	IObject
	// contains filtered or unexported fields
}

func FontFromInst

func FontFromInst(inst uintptr) *TFont

func FontFromObj

func FontFromObj(obj IObject) *TFont

func NewFont

func NewFont() *TFont

func (*TFont) Assign

func (f *TFont) Assign(Source IObject)

func (*TFont) Charset

func (f *TFont) Charset() TFontCharset

func (*TFont) ClassName

func (f *TFont) ClassName() string

func (*TFont) Color

func (f *TFont) Color() TColor

func (*TFont) Equals

func (f *TFont) Equals(Obj IObject) bool

func (*TFont) Free

func (f *TFont) Free()

func (*TFont) GetHashCode

func (f *TFont) GetHashCode() int32

func (*TFont) GetNamePath

func (f *TFont) GetNamePath() string

func (*TFont) Handle

func (f *TFont) Handle() HFONT

func (*TFont) HandleAllocated

func (f *TFont) HandleAllocated() bool

func (*TFont) Height

func (f *TFont) Height() int32

func (*TFont) Instance

func (f *TFont) Instance() uintptr

func (*TFont) IsValid

func (f *TFont) IsValid() bool

func (*TFont) Name

func (f *TFont) Name() string

func (*TFont) Orientation

func (f *TFont) Orientation() int32

func (*TFont) Pitch

func (f *TFont) Pitch() TFontPitch

func (*TFont) PixelsPerInch

func (f *TFont) PixelsPerInch() int32

func (*TFont) Quality

func (f *TFont) Quality() TFontQuality

func (*TFont) SetCharset

func (f *TFont) SetCharset(value TFontCharset)

func (*TFont) SetColor

func (f *TFont) SetColor(value TColor)

func (*TFont) SetHandle

func (f *TFont) SetHandle(value HFONT)

func (*TFont) SetHeight

func (f *TFont) SetHeight(value int32)

func (*TFont) SetName

func (f *TFont) SetName(value string)

func (*TFont) SetOnChange

func (f *TFont) SetOnChange(fn TNotifyEvent)

func (*TFont) SetOrientation

func (f *TFont) SetOrientation(value int32)

func (*TFont) SetPitch

func (f *TFont) SetPitch(value TFontPitch)

func (*TFont) SetPixelsPerInch

func (f *TFont) SetPixelsPerInch(value int32)

func (*TFont) SetQuality

func (f *TFont) SetQuality(value TFontQuality)

func (*TFont) SetSize

func (f *TFont) SetSize(value int32)

func (*TFont) SetStyle

func (f *TFont) SetStyle(value TFontStyles)

func (*TFont) Size

func (f *TFont) Size() int32

func (*TFont) Style

func (f *TFont) Style() TFontStyles

func (*TFont) ToString

func (f *TFont) ToString() string

type TFontDialog

type TFontDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func FontDialogFromInst

func FontDialogFromInst(inst uintptr) *TFontDialog

func FontDialogFromObj

func FontDialogFromObj(obj IObject) *TFontDialog

func NewFontDialog

func NewFontDialog(owner IComponent) *TFontDialog

func (*TFontDialog) Assign

func (f *TFontDialog) Assign(Source IObject)

func (*TFontDialog) ClassName

func (f *TFontDialog) ClassName() string

func (*TFontDialog) ComponentCount

func (f *TFontDialog) ComponentCount() int32

func (*TFontDialog) ComponentIndex

func (f *TFontDialog) ComponentIndex() int32

func (*TFontDialog) Components

func (f *TFontDialog) Components(AIndex int32) *TComponent

func (*TFontDialog) Equals

func (f *TFontDialog) Equals(Obj IObject) bool

func (*TFontDialog) Execute

func (f *TFontDialog) Execute() bool

func (*TFontDialog) FindComponent

func (f *TFontDialog) FindComponent(AName string) *TComponent

func (*TFontDialog) Font

func (f *TFontDialog) Font() *TFont

func (*TFontDialog) Free

func (f *TFontDialog) Free()

func (*TFontDialog) GetHashCode

func (f *TFontDialog) GetHashCode() int32

func (*TFontDialog) GetNamePath

func (f *TFontDialog) GetNamePath() string

func (*TFontDialog) Handle

func (f *TFontDialog) Handle() HWND

func (*TFontDialog) HasParent

func (f *TFontDialog) HasParent() bool

func (*TFontDialog) Instance

func (f *TFontDialog) Instance() uintptr

func (*TFontDialog) IsValid

func (f *TFontDialog) IsValid() bool

func (*TFontDialog) Name

func (f *TFontDialog) Name() string

func (*TFontDialog) Options

func (f *TFontDialog) Options() TFontDialogOptions

func (*TFontDialog) Owner

func (f *TFontDialog) Owner() *TComponent

func (*TFontDialog) SetComponentIndex

func (f *TFontDialog) SetComponentIndex(value int32)

func (*TFontDialog) SetFont

func (f *TFontDialog) SetFont(value *TFont)

func (*TFontDialog) SetName

func (f *TFontDialog) SetName(value string)

func (*TFontDialog) SetOnClose

func (f *TFontDialog) SetOnClose(fn TNotifyEvent)

func (*TFontDialog) SetOnShow

func (f *TFontDialog) SetOnShow(fn TNotifyEvent)

func (*TFontDialog) SetOptions

func (f *TFontDialog) SetOptions(value TFontDialogOptions)

func (*TFontDialog) SetTag

func (f *TFontDialog) SetTag(value int)

func (*TFontDialog) Tag

func (f *TFontDialog) Tag() int

func (*TFontDialog) ToString

func (f *TFontDialog) ToString() string

type TForm

type TForm struct {
	IControl
	// contains filtered or unexported fields
}

func FormFromInst

func FormFromInst(inst uintptr) *TForm

func FormFromObj

func FormFromObj(obj IObject) *TForm

func NewForm

func NewForm(owner IComponent) *TForm

func (*TForm) Action

func (f *TForm) Action() *TAction

func (*TForm) Align

func (f *TForm) Align() TAlign

func (*TForm) AlignWithMargins

func (f *TForm) AlignWithMargins() bool

func (*TForm) AllowDropFiles added in v1.3.0

func (f *TForm) AllowDropFiles() bool

func (*TForm) AlphaBlend

func (f *TForm) AlphaBlend() bool

func (*TForm) AlphaBlendValue

func (f *TForm) AlphaBlendValue() uint8

func (*TForm) Anchors

func (f *TForm) Anchors() TAnchors

func (*TForm) Assign

func (f *TForm) Assign(Source IObject)

func (*TForm) AutoSize

func (f *TForm) AutoSize() bool

func (*TForm) BiDiMode

func (f *TForm) BiDiMode() TBiDiMode

func (*TForm) BorderIcons

func (f *TForm) BorderIcons() TBorderIcons

func (*TForm) BorderStyle

func (f *TForm) BorderStyle() TFormBorderStyle

func (*TForm) BorderWidth

func (f *TForm) BorderWidth() int32

func (*TForm) BoundsRect

func (f *TForm) BoundsRect() TRect

func (*TForm) BringToFront

func (f *TForm) BringToFront()

func (*TForm) Brush

func (f *TForm) Brush() *TBrush

func (*TForm) CanFocus

func (f *TForm) CanFocus() bool

func (*TForm) Canvas

func (f *TForm) Canvas() *TCanvas

func (*TForm) Caption

func (f *TForm) Caption() string

func (*TForm) ClassName

func (f *TForm) ClassName() string

func (*TForm) ClientHeight

func (f *TForm) ClientHeight() int32

func (*TForm) ClientRect

func (f *TForm) ClientRect() TRect

func (*TForm) ClientWidth

func (f *TForm) ClientWidth() int32

func (*TForm) Close

func (f *TForm) Close()

func (*TForm) Color

func (f *TForm) Color() TColor

func (*TForm) ComponentCount

func (f *TForm) ComponentCount() int32

func (*TForm) ComponentIndex

func (f *TForm) ComponentIndex() int32

func (*TForm) Components

func (f *TForm) Components(AIndex int32) *TComponent

func (*TForm) ControlCount

func (f *TForm) ControlCount() int32

func (*TForm) Controls

func (f *TForm) Controls(Index int32) *TControl

func (*TForm) Cursor

func (f *TForm) Cursor() TCursor

func (*TForm) CustomHint added in v1.1.0

func (f *TForm) CustomHint() *TCustomHint

func (*TForm) DoubleBuffered

func (f *TForm) DoubleBuffered() bool

func (*TForm) DropTarget

func (f *TForm) DropTarget() bool

func (*TForm) Enabled

func (f *TForm) Enabled() bool

func (*TForm) EnabledMaximize

func (f *TForm) EnabledMaximize(val bool)

func (*TForm) EnabledMinimize

func (f *TForm) EnabledMinimize(val bool)

func (*TForm) EnabledSystemMenu

func (f *TForm) EnabledSystemMenu(val bool)

func (*TForm) Equals

func (f *TForm) Equals(Obj IObject) bool

func (*TForm) ExplicitHeight

func (f *TForm) ExplicitHeight() int32

func (*TForm) ExplicitLeft

func (f *TForm) ExplicitLeft() int32

func (*TForm) ExplicitTop

func (f *TForm) ExplicitTop() int32

func (*TForm) ExplicitWidth

func (f *TForm) ExplicitWidth() int32

func (*TForm) FindComponent

func (f *TForm) FindComponent(AName string) *TComponent

func (*TForm) FlipChildren

func (f *TForm) FlipChildren(AllLevels bool)

func (*TForm) Focused

func (f *TForm) Focused() bool

func (*TForm) Font

func (f *TForm) Font() *TFont

func (*TForm) FormStyle

func (f *TForm) FormStyle() TFormStyle

func (*TForm) Free

func (f *TForm) Free()

func (*TForm) GetHashCode

func (f *TForm) GetHashCode() int32

func (*TForm) GetNamePath

func (f *TForm) GetNamePath() string

func (*TForm) GetTextBuf

func (f *TForm) GetTextBuf(Buffer string, BufSize int32) int32

func (*TForm) GetTextLen added in v1.1.0

func (f *TForm) GetTextLen() int32

func (*TForm) Handle

func (f *TForm) Handle() HWND

func (*TForm) HandleAllocated

func (f *TForm) HandleAllocated() bool

func (*TForm) HasParent

func (f *TForm) HasParent() bool

func (*TForm) Height

func (f *TForm) Height() int32

func (*TForm) Hide

func (f *TForm) Hide()

func (*TForm) Hint

func (f *TForm) Hint() string

func (*TForm) Icon

func (f *TForm) Icon() *TIcon

func (*TForm) Instance

func (f *TForm) Instance() uintptr

func (*TForm) Invalidate

func (f *TForm) Invalidate()

func (*TForm) IsValid

func (f *TForm) IsValid() bool

func (*TForm) KeyPreview

func (f *TForm) KeyPreview() bool

func (*TForm) Left

func (f *TForm) Left() int32

func (*TForm) Margins

func (f *TForm) Margins() *TMargins

func (*TForm) Menu

func (f *TForm) Menu() *TMainMenu

func (*TForm) ModalResult

func (f *TForm) ModalResult() TModalResult

func (*TForm) Name

func (f *TForm) Name() string

func (*TForm) Owner

func (f *TForm) Owner() *TComponent

func (*TForm) Parent

func (f *TForm) Parent() *TControl

func (*TForm) ParentDoubleBuffered

func (f *TForm) ParentDoubleBuffered() bool

func (*TForm) ParentFont

func (f *TForm) ParentFont() bool

func (*TForm) ParentWindow

func (f *TForm) ParentWindow() HWND

func (*TForm) Perform

func (f *TForm) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TForm) PixelsPerInch

func (f *TForm) PixelsPerInch() int32

func (*TForm) PopupMenu

func (f *TForm) PopupMenu() *TPopupMenu

func (*TForm) Position

func (f *TForm) Position() TPosition

func (*TForm) Print

func (f *TForm) Print()

func (*TForm) Realign

func (f *TForm) Realign()

func (*TForm) Refresh

func (f *TForm) Refresh()

func (*TForm) Repaint

func (f *TForm) Repaint()

func (*TForm) ScaleBy

func (f *TForm) ScaleBy(M int32, D int32)

func (*TForm) ScaleControlsForDpi

func (f *TForm) ScaleControlsForDpi(val int32)

func (*TForm) ScaleForPPI

func (f *TForm) ScaleForPPI(val int32)

func (*TForm) Scaled

func (f *TForm) Scaled() bool

func (*TForm) ScreenCenter

func (f *TForm) ScreenCenter()

func (*TForm) SendToBack

func (f *TForm) SendToBack()

func (*TForm) SetAction

func (f *TForm) SetAction(value IComponent)

func (*TForm) SetAlign

func (f *TForm) SetAlign(value TAlign)

func (*TForm) SetAlignWithMargins

func (f *TForm) SetAlignWithMargins(value bool)

func (*TForm) SetAllowDropFiles added in v1.3.0

func (f *TForm) SetAllowDropFiles(val bool)

func (*TForm) SetAlphaBlend

func (f *TForm) SetAlphaBlend(value bool)

func (*TForm) SetAlphaBlendValue

func (f *TForm) SetAlphaBlendValue(value uint8)

func (*TForm) SetAnchors

func (f *TForm) SetAnchors(value TAnchors)

func (*TForm) SetAutoSize

func (f *TForm) SetAutoSize(value bool)

func (*TForm) SetBiDiMode

func (f *TForm) SetBiDiMode(value TBiDiMode)

func (*TForm) SetBorderIcons

func (f *TForm) SetBorderIcons(value TBorderIcons)

func (*TForm) SetBorderStyle

func (f *TForm) SetBorderStyle(value TFormBorderStyle)

func (*TForm) SetBorderWidth

func (f *TForm) SetBorderWidth(value int32)

func (*TForm) SetBounds

func (f *TForm) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TForm) SetBoundsRect

func (f *TForm) SetBoundsRect(value TRect)

func (*TForm) SetCaption

func (f *TForm) SetCaption(value string)

func (*TForm) SetClientHeight

func (f *TForm) SetClientHeight(value int32)

func (*TForm) SetClientWidth

func (f *TForm) SetClientWidth(value int32)

func (*TForm) SetColor

func (f *TForm) SetColor(value TColor)

func (*TForm) SetComponentIndex

func (f *TForm) SetComponentIndex(value int32)

func (*TForm) SetCursor

func (f *TForm) SetCursor(value TCursor)

func (*TForm) SetCustomHint added in v1.1.0

func (f *TForm) SetCustomHint(value IComponent)

func (*TForm) SetDoubleBuffered

func (f *TForm) SetDoubleBuffered(value bool)

func (*TForm) SetDropTarget

func (f *TForm) SetDropTarget(value bool)

func (*TForm) SetEnabled

func (f *TForm) SetEnabled(value bool)

func (*TForm) SetFocus

func (f *TForm) SetFocus()

func (*TForm) SetFont

func (f *TForm) SetFont(value *TFont)

func (*TForm) SetFormStyle

func (f *TForm) SetFormStyle(value TFormStyle)

func (*TForm) SetHeight

func (f *TForm) SetHeight(value int32)

func (*TForm) SetHint

func (f *TForm) SetHint(value string)

func (*TForm) SetIcon

func (f *TForm) SetIcon(value *TIcon)

func (*TForm) SetKeyPreview

func (f *TForm) SetKeyPreview(value bool)

func (*TForm) SetLeft

func (f *TForm) SetLeft(value int32)

func (*TForm) SetMargins

func (f *TForm) SetMargins(value *TMargins)

func (*TForm) SetMenu

func (f *TForm) SetMenu(value IComponent)

func (*TForm) SetModalResult

func (f *TForm) SetModalResult(value TModalResult)

func (*TForm) SetName

func (f *TForm) SetName(value string)

func (*TForm) SetOnClick

func (f *TForm) SetOnClick(fn TNotifyEvent)

func (*TForm) SetOnClose

func (f *TForm) SetOnClose(fn TCloseEvent)

func (*TForm) SetOnCloseQuery

func (f *TForm) SetOnCloseQuery(fn TCloseQueryEvent)

func (*TForm) SetOnDblClick

func (f *TForm) SetOnDblClick(fn TNotifyEvent)

func (*TForm) SetOnDropFiles added in v1.3.0

func (f *TForm) SetOnDropFiles(fn TDropFilesEvent)

func (*TForm) SetOnHide

func (f *TForm) SetOnHide(fn TNotifyEvent)

func (*TForm) SetOnKeyDown

func (f *TForm) SetOnKeyDown(fn TKeyEvent)

func (*TForm) SetOnKeyPress

func (f *TForm) SetOnKeyPress(fn TKeyPressEvent)

func (*TForm) SetOnKeyUp

func (f *TForm) SetOnKeyUp(fn TKeyEvent)

func (*TForm) SetOnMouseDown

func (f *TForm) SetOnMouseDown(fn TMouseEvent)

func (*TForm) SetOnMouseEnter

func (f *TForm) SetOnMouseEnter(fn TNotifyEvent)

func (*TForm) SetOnMouseLeave

func (f *TForm) SetOnMouseLeave(fn TNotifyEvent)

func (*TForm) SetOnMouseMove

func (f *TForm) SetOnMouseMove(fn TMouseMoveEvent)

func (*TForm) SetOnMouseUp

func (f *TForm) SetOnMouseUp(fn TMouseEvent)

func (*TForm) SetOnMouseWheel

func (f *TForm) SetOnMouseWheel(fn TMouseWheelEvent)

func (*TForm) SetOnPaint

func (f *TForm) SetOnPaint(fn TNotifyEvent)

func (*TForm) SetOnResize

func (f *TForm) SetOnResize(fn TNotifyEvent)

func (*TForm) SetOnShow

func (f *TForm) SetOnShow(fn TNotifyEvent)

func (*TForm) SetParent

func (f *TForm) SetParent(value IControl)

func (*TForm) SetParentDoubleBuffered

func (f *TForm) SetParentDoubleBuffered(value bool)

func (*TForm) SetParentFont

func (f *TForm) SetParentFont(value bool)

func (*TForm) SetParentWindow

func (f *TForm) SetParentWindow(value HWND)

func (*TForm) SetPixelsPerInch

func (f *TForm) SetPixelsPerInch(value int32)

func (*TForm) SetPopupMenu

func (f *TForm) SetPopupMenu(value IComponent)

func (*TForm) SetPosition

func (f *TForm) SetPosition(value TPosition)

func (*TForm) SetScaled

func (f *TForm) SetScaled(value bool)

func (*TForm) SetShowHint

func (f *TForm) SetShowHint(value bool)

func (*TForm) SetStyleElements

func (f *TForm) SetStyleElements(value TStyleElements)

func (*TForm) SetTabOrder

func (f *TForm) SetTabOrder(value uint16)

func (*TForm) SetTabStop

func (f *TForm) SetTabStop(value bool)

func (*TForm) SetTag

func (f *TForm) SetTag(value int)

func (*TForm) SetTop

func (f *TForm) SetTop(value int32)

func (*TForm) SetTransparentColor

func (f *TForm) SetTransparentColor(value bool)

func (*TForm) SetTransparentColorValue

func (f *TForm) SetTransparentColorValue(value TColor)

func (*TForm) SetVisible

func (f *TForm) SetVisible(value bool)

func (*TForm) SetWidth

func (f *TForm) SetWidth(value int32)

func (*TForm) SetWindowState

func (f *TForm) SetWindowState(value TWindowState)

func (*TForm) Show

func (f *TForm) Show()

func (*TForm) ShowHint

func (f *TForm) ShowHint() bool

func (*TForm) ShowModal

func (f *TForm) ShowModal() int32

func (*TForm) StyleElements

func (f *TForm) StyleElements() TStyleElements

func (*TForm) TabOrder

func (f *TForm) TabOrder() uint16

func (*TForm) TabStop

func (f *TForm) TabStop() bool

func (*TForm) Tag

func (f *TForm) Tag() int

func (*TForm) ToString

func (f *TForm) ToString() string

func (*TForm) Top

func (f *TForm) Top() int32

func (*TForm) TransparentColor

func (f *TForm) TransparentColor() bool

func (*TForm) TransparentColorValue

func (f *TForm) TransparentColorValue() TColor

func (*TForm) Update

func (f *TForm) Update()

func (*TForm) Visible

func (f *TForm) Visible() bool

func (*TForm) Width

func (f *TForm) Width() int32

func (*TForm) WindowState

func (f *TForm) WindowState() TWindowState

type TGIFFrame

type TGIFFrame struct {
	IObject
	// contains filtered or unexported fields
}

func GIFFrameFromInst

func GIFFrameFromInst(inst uintptr) *TGIFFrame

func GIFFrameFromObj

func GIFFrameFromObj(obj IObject) *TGIFFrame

func NewGIFFrame

func NewGIFFrame() *TGIFFrame

func (*TGIFFrame) Assign

func (g *TGIFFrame) Assign(Source IObject)

func (*TGIFFrame) Bitmap

func (g *TGIFFrame) Bitmap() *TBitmap

func (*TGIFFrame) BitsPerPixel

func (g *TGIFFrame) BitsPerPixel() int32

func (*TGIFFrame) BoundsRect

func (g *TGIFFrame) BoundsRect() TRect

func (*TGIFFrame) ClassName

func (g *TGIFFrame) ClassName() string

func (*TGIFFrame) Clear

func (g *TGIFFrame) Clear()

func (*TGIFFrame) ClientRect

func (g *TGIFFrame) ClientRect() TRect

func (*TGIFFrame) Data

func (g *TGIFFrame) Data() uintptr

func (*TGIFFrame) DataSize

func (g *TGIFFrame) DataSize() int32

func (*TGIFFrame) Empty

func (g *TGIFFrame) Empty() bool

func (*TGIFFrame) Equals

func (g *TGIFFrame) Equals(Obj IObject) bool

func (*TGIFFrame) Free

func (g *TGIFFrame) Free()

func (*TGIFFrame) GetHashCode

func (g *TGIFFrame) GetHashCode() int32

func (*TGIFFrame) GetNamePath

func (g *TGIFFrame) GetNamePath() string

func (*TGIFFrame) HasBitmap

func (g *TGIFFrame) HasBitmap() bool

func (*TGIFFrame) Height

func (g *TGIFFrame) Height() uint16

func (*TGIFFrame) Instance

func (g *TGIFFrame) Instance() uintptr

func (*TGIFFrame) IsValid

func (g *TGIFFrame) IsValid() bool

func (*TGIFFrame) Left

func (g *TGIFFrame) Left() uint16

func (*TGIFFrame) LoadFromFile

func (g *TGIFFrame) LoadFromFile(Filename string)

func (*TGIFFrame) LoadFromStream

func (g *TGIFFrame) LoadFromStream(Stream IObject)

func (*TGIFFrame) SaveToFile

func (g *TGIFFrame) SaveToFile(Filename string)

func (*TGIFFrame) SaveToStream

func (g *TGIFFrame) SaveToStream(Stream IObject)

func (*TGIFFrame) SetBitmap

func (g *TGIFFrame) SetBitmap(value *TBitmap)

func (*TGIFFrame) SetBoundsRect

func (g *TGIFFrame) SetBoundsRect(value TRect)

func (*TGIFFrame) SetHasBitmap

func (g *TGIFFrame) SetHasBitmap(value bool)

func (*TGIFFrame) SetHeight

func (g *TGIFFrame) SetHeight(value uint16)

func (*TGIFFrame) SetLeft

func (g *TGIFFrame) SetLeft(value uint16)

func (*TGIFFrame) SetTop

func (g *TGIFFrame) SetTop(value uint16)

func (*TGIFFrame) SetWidth

func (g *TGIFFrame) SetWidth(value uint16)

func (*TGIFFrame) ToString

func (g *TGIFFrame) ToString() string

func (*TGIFFrame) Top

func (g *TGIFFrame) Top() uint16

func (*TGIFFrame) Transparent

func (g *TGIFFrame) Transparent() bool

func (*TGIFFrame) Version

func (g *TGIFFrame) Version() TGIFVersion

func (*TGIFFrame) Width

func (g *TGIFFrame) Width() uint16

type TGIFImage

type TGIFImage struct {
	IObject
	// contains filtered or unexported fields
}

func GIFImageFromInst

func GIFImageFromInst(inst uintptr) *TGIFImage

func GIFImageFromObj

func GIFImageFromObj(obj IObject) *TGIFImage

func NewGIFImage

func NewGIFImage() *TGIFImage

func (*TGIFImage) Add

func (g *TGIFImage) Add(Source IObject) *TGIFFrame

func (*TGIFImage) Animate

func (g *TGIFImage) Animate() bool

func (*TGIFImage) AnimateLoop

func (g *TGIFImage) AnimateLoop() TGIFAnimationLoop

func (*TGIFImage) AnimationSpeed

func (g *TGIFImage) AnimationSpeed() int32

func (*TGIFImage) AspectRatio

func (g *TGIFImage) AspectRatio() uint8

func (*TGIFImage) Assign

func (g *TGIFImage) Assign(Source IObject)

func (*TGIFImage) BackgroundColor

func (g *TGIFImage) BackgroundColor() TColor

func (*TGIFImage) Bitmap

func (g *TGIFImage) Bitmap() *TBitmap

func (*TGIFImage) BitsPerPixel

func (g *TGIFImage) BitsPerPixel() int32

func (*TGIFImage) ClassName

func (g *TGIFImage) ClassName() string

func (*TGIFImage) Clear

func (g *TGIFImage) Clear()

func (*TGIFImage) Empty

func (g *TGIFImage) Empty() bool

func (*TGIFImage) Equals

func (g *TGIFImage) Equals(Obj IObject) bool

func (*TGIFImage) Free

func (g *TGIFImage) Free()

func (*TGIFImage) GetHashCode

func (g *TGIFImage) GetHashCode() int32

func (*TGIFImage) GetNamePath

func (g *TGIFImage) GetNamePath() string

func (*TGIFImage) Height

func (g *TGIFImage) Height() int32

func (*TGIFImage) Instance

func (g *TGIFImage) Instance() uintptr

func (*TGIFImage) IsTransparent

func (g *TGIFImage) IsTransparent() bool

func (*TGIFImage) IsValid

func (g *TGIFImage) IsValid() bool

func (*TGIFImage) LoadFromFile

func (g *TGIFImage) LoadFromFile(Filename string)

func (*TGIFImage) LoadFromStream

func (g *TGIFImage) LoadFromStream(Stream IObject)

func (*TGIFImage) Modified

func (g *TGIFImage) Modified() bool

func (*TGIFImage) PaletteModified

func (g *TGIFImage) PaletteModified() bool

func (*TGIFImage) ResumeDraw

func (g *TGIFImage) ResumeDraw()

func (*TGIFImage) SaveToFile

func (g *TGIFImage) SaveToFile(Filename string)

func (*TGIFImage) SaveToStream

func (g *TGIFImage) SaveToStream(Stream IObject)

func (*TGIFImage) SetAnimate

func (g *TGIFImage) SetAnimate(value bool)

func (*TGIFImage) SetAnimateLoop

func (g *TGIFImage) SetAnimateLoop(value TGIFAnimationLoop)

func (*TGIFImage) SetAnimationSpeed

func (g *TGIFImage) SetAnimationSpeed(value int32)

func (*TGIFImage) SetAspectRatio

func (g *TGIFImage) SetAspectRatio(value uint8)

func (*TGIFImage) SetBackgroundColor

func (g *TGIFImage) SetBackgroundColor(value TColor)

func (*TGIFImage) SetHeight

func (g *TGIFImage) SetHeight(value int32)

func (*TGIFImage) SetModified

func (g *TGIFImage) SetModified(value bool)

func (*TGIFImage) SetOnChange

func (g *TGIFImage) SetOnChange(fn TNotifyEvent)

func (*TGIFImage) SetOnPaint

func (g *TGIFImage) SetOnPaint(fn TNotifyEvent)

func (*TGIFImage) SetPaletteModified

func (g *TGIFImage) SetPaletteModified(value bool)

func (*TGIFImage) SetSize

func (g *TGIFImage) SetSize(AWidth int32, AHeight int32)

func (*TGIFImage) SetTransparent

func (g *TGIFImage) SetTransparent(value bool)

func (*TGIFImage) SetWidth

func (g *TGIFImage) SetWidth(value int32)

func (*TGIFImage) ShouldDither

func (g *TGIFImage) ShouldDither() bool

func (*TGIFImage) StopDraw

func (g *TGIFImage) StopDraw()

func (*TGIFImage) SuspendDraw

func (g *TGIFImage) SuspendDraw()

func (*TGIFImage) ToString

func (g *TGIFImage) ToString() string

func (*TGIFImage) Transparent

func (g *TGIFImage) Transparent() bool

func (*TGIFImage) Version

func (g *TGIFImage) Version() TGIFVersion

func (*TGIFImage) Width

func (g *TGIFImage) Width() int32

type TGauge added in v1.1.0

type TGauge struct {
	IControl
	// contains filtered or unexported fields
}

func GaugeFromInst added in v1.1.0

func GaugeFromInst(inst uintptr) *TGauge

func GaugeFromObj added in v1.1.0

func GaugeFromObj(obj IObject) *TGauge

func NewGauge added in v1.1.0

func NewGauge(owner IComponent) *TGauge

func (*TGauge) Action added in v1.1.0

func (g *TGauge) Action() *TAction

func (*TGauge) AddProgress added in v1.1.0

func (g *TGauge) AddProgress(Value int32)

func (*TGauge) Align added in v1.1.0

func (g *TGauge) Align() TAlign

func (*TGauge) AlignWithMargins added in v1.1.0

func (g *TGauge) AlignWithMargins() bool

func (*TGauge) Anchors added in v1.1.0

func (g *TGauge) Anchors() TAnchors

func (*TGauge) Assign added in v1.1.0

func (g *TGauge) Assign(Source IObject)

func (*TGauge) BackColor added in v1.1.0

func (g *TGauge) BackColor() TColor

func (*TGauge) BiDiMode added in v1.1.0

func (g *TGauge) BiDiMode() TBiDiMode

func (*TGauge) BorderStyle added in v1.1.0

func (g *TGauge) BorderStyle() TBorderStyle

func (*TGauge) BoundsRect added in v1.1.0

func (g *TGauge) BoundsRect() TRect

func (*TGauge) BringToFront added in v1.1.0

func (g *TGauge) BringToFront()

func (*TGauge) ClassName added in v1.1.0

func (g *TGauge) ClassName() string

func (*TGauge) ClientHeight added in v1.1.0

func (g *TGauge) ClientHeight() int32

func (*TGauge) ClientRect added in v1.1.0

func (g *TGauge) ClientRect() TRect

func (*TGauge) ClientWidth added in v1.1.0

func (g *TGauge) ClientWidth() int32

func (*TGauge) Color added in v1.1.0

func (g *TGauge) Color() TColor

func (*TGauge) ComponentCount added in v1.1.0

func (g *TGauge) ComponentCount() int32

func (*TGauge) ComponentIndex added in v1.1.0

func (g *TGauge) ComponentIndex() int32

func (*TGauge) Components added in v1.1.0

func (g *TGauge) Components(AIndex int32) *TComponent

func (*TGauge) Cursor added in v1.1.0

func (g *TGauge) Cursor() TCursor

func (*TGauge) CustomHint added in v1.1.0

func (g *TGauge) CustomHint() *TCustomHint

func (*TGauge) Enabled added in v1.1.0

func (g *TGauge) Enabled() bool

func (*TGauge) Equals added in v1.1.0

func (g *TGauge) Equals(Obj IObject) bool

func (*TGauge) ExplicitHeight added in v1.1.0

func (g *TGauge) ExplicitHeight() int32

func (*TGauge) ExplicitLeft added in v1.1.0

func (g *TGauge) ExplicitLeft() int32

func (*TGauge) ExplicitTop added in v1.1.0

func (g *TGauge) ExplicitTop() int32

func (*TGauge) ExplicitWidth added in v1.1.0

func (g *TGauge) ExplicitWidth() int32

func (*TGauge) FindComponent added in v1.1.0

func (g *TGauge) FindComponent(AName string) *TComponent

func (*TGauge) Font added in v1.1.0

func (g *TGauge) Font() *TFont

func (*TGauge) ForeColor added in v1.1.0

func (g *TGauge) ForeColor() TColor

func (*TGauge) Free added in v1.1.0

func (g *TGauge) Free()

func (*TGauge) GetHashCode added in v1.1.0

func (g *TGauge) GetHashCode() int32

func (*TGauge) GetNamePath added in v1.1.0

func (g *TGauge) GetNamePath() string

func (*TGauge) GetTextBuf added in v1.1.0

func (g *TGauge) GetTextBuf(Buffer string, BufSize int32) int32

func (*TGauge) GetTextLen added in v1.1.0

func (g *TGauge) GetTextLen() int32

func (*TGauge) HasParent added in v1.1.0

func (g *TGauge) HasParent() bool

func (*TGauge) Height added in v1.1.0

func (g *TGauge) Height() int32

func (*TGauge) Hide added in v1.1.0

func (g *TGauge) Hide()

func (*TGauge) Hint added in v1.1.0

func (g *TGauge) Hint() string

func (*TGauge) Instance added in v1.1.0

func (g *TGauge) Instance() uintptr

func (*TGauge) Invalidate added in v1.1.0

func (g *TGauge) Invalidate()

func (*TGauge) IsValid added in v1.1.0

func (g *TGauge) IsValid() bool

func (*TGauge) Kind added in v1.1.0

func (g *TGauge) Kind() TGaugeKind

func (*TGauge) Left added in v1.1.0

func (g *TGauge) Left() int32

func (*TGauge) Margins added in v1.1.0

func (g *TGauge) Margins() *TMargins

func (*TGauge) MaxValue added in v1.1.0

func (g *TGauge) MaxValue() int32

func (*TGauge) MinValue added in v1.1.0

func (g *TGauge) MinValue() int32

func (*TGauge) Name added in v1.1.0

func (g *TGauge) Name() string

func (*TGauge) Owner added in v1.1.0

func (g *TGauge) Owner() *TComponent

func (*TGauge) Parent added in v1.1.0

func (g *TGauge) Parent() *TControl

func (*TGauge) ParentColor added in v1.1.0

func (g *TGauge) ParentColor() bool

func (*TGauge) ParentFont added in v1.1.0

func (g *TGauge) ParentFont() bool

func (*TGauge) ParentShowHint added in v1.1.0

func (g *TGauge) ParentShowHint() bool

func (*TGauge) PercentDone added in v1.1.0

func (g *TGauge) PercentDone() int32

func (*TGauge) Perform added in v1.1.0

func (g *TGauge) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TGauge) PopupMenu added in v1.1.0

func (g *TGauge) PopupMenu() *TPopupMenu

func (*TGauge) Progress added in v1.1.0

func (g *TGauge) Progress() int32

func (*TGauge) Refresh added in v1.1.0

func (g *TGauge) Refresh()

func (*TGauge) Repaint added in v1.1.0

func (g *TGauge) Repaint()

func (*TGauge) SendToBack added in v1.1.0

func (g *TGauge) SendToBack()

func (*TGauge) SetAction added in v1.1.0

func (g *TGauge) SetAction(value IComponent)

func (*TGauge) SetAlign added in v1.1.0

func (g *TGauge) SetAlign(value TAlign)

func (*TGauge) SetAlignWithMargins added in v1.1.0

func (g *TGauge) SetAlignWithMargins(value bool)

func (*TGauge) SetAnchors added in v1.1.0

func (g *TGauge) SetAnchors(value TAnchors)

func (*TGauge) SetBackColor added in v1.1.0

func (g *TGauge) SetBackColor(value TColor)

func (*TGauge) SetBiDiMode added in v1.1.0

func (g *TGauge) SetBiDiMode(value TBiDiMode)

func (*TGauge) SetBorderStyle added in v1.1.0

func (g *TGauge) SetBorderStyle(value TBorderStyle)

func (*TGauge) SetBounds added in v1.1.0

func (g *TGauge) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TGauge) SetBoundsRect added in v1.1.0

func (g *TGauge) SetBoundsRect(value TRect)

func (*TGauge) SetClientHeight added in v1.1.0

func (g *TGauge) SetClientHeight(value int32)

func (*TGauge) SetClientWidth added in v1.1.0

func (g *TGauge) SetClientWidth(value int32)

func (*TGauge) SetColor added in v1.1.0

func (g *TGauge) SetColor(value TColor)

func (*TGauge) SetComponentIndex added in v1.1.0

func (g *TGauge) SetComponentIndex(value int32)

func (*TGauge) SetCursor added in v1.1.0

func (g *TGauge) SetCursor(value TCursor)

func (*TGauge) SetCustomHint added in v1.1.0

func (g *TGauge) SetCustomHint(value IComponent)

func (*TGauge) SetEnabled added in v1.1.0

func (g *TGauge) SetEnabled(value bool)

func (*TGauge) SetFont added in v1.1.0

func (g *TGauge) SetFont(value *TFont)

func (*TGauge) SetForeColor added in v1.1.0

func (g *TGauge) SetForeColor(value TColor)

func (*TGauge) SetHeight added in v1.1.0

func (g *TGauge) SetHeight(value int32)

func (*TGauge) SetHint added in v1.1.0

func (g *TGauge) SetHint(value string)

func (*TGauge) SetKind added in v1.1.0

func (g *TGauge) SetKind(value TGaugeKind)

func (*TGauge) SetLeft added in v1.1.0

func (g *TGauge) SetLeft(value int32)

func (*TGauge) SetMargins added in v1.1.0

func (g *TGauge) SetMargins(value *TMargins)

func (*TGauge) SetMaxValue added in v1.1.0

func (g *TGauge) SetMaxValue(value int32)

func (*TGauge) SetMinValue added in v1.1.0

func (g *TGauge) SetMinValue(value int32)

func (*TGauge) SetName added in v1.1.0

func (g *TGauge) SetName(value string)

func (*TGauge) SetParent added in v1.1.0

func (g *TGauge) SetParent(value IControl)

func (*TGauge) SetParentColor added in v1.1.0

func (g *TGauge) SetParentColor(value bool)

func (*TGauge) SetParentFont added in v1.1.0

func (g *TGauge) SetParentFont(value bool)

func (*TGauge) SetParentShowHint added in v1.1.0

func (g *TGauge) SetParentShowHint(value bool)

func (*TGauge) SetPopupMenu added in v1.1.0

func (g *TGauge) SetPopupMenu(value IComponent)

func (*TGauge) SetProgress added in v1.1.0

func (g *TGauge) SetProgress(value int32)

func (*TGauge) SetShowHint added in v1.1.0

func (g *TGauge) SetShowHint(value bool)

func (*TGauge) SetShowText added in v1.1.0

func (g *TGauge) SetShowText(value bool)

func (*TGauge) SetStyleElements added in v1.1.0

func (g *TGauge) SetStyleElements(value TStyleElements)

func (*TGauge) SetTag added in v1.1.0

func (g *TGauge) SetTag(value int)

func (*TGauge) SetTop added in v1.1.0

func (g *TGauge) SetTop(value int32)

func (*TGauge) SetVisible added in v1.1.0

func (g *TGauge) SetVisible(value bool)

func (*TGauge) SetWidth added in v1.1.0

func (g *TGauge) SetWidth(value int32)

func (*TGauge) Show added in v1.1.0

func (g *TGauge) Show()

func (*TGauge) ShowHint added in v1.1.0

func (g *TGauge) ShowHint() bool

func (*TGauge) ShowText added in v1.1.0

func (g *TGauge) ShowText() bool

func (*TGauge) StyleElements added in v1.1.0

func (g *TGauge) StyleElements() TStyleElements

func (*TGauge) Tag added in v1.1.0

func (g *TGauge) Tag() int

func (*TGauge) ToString added in v1.1.0

func (g *TGauge) ToString() string

func (*TGauge) Top added in v1.1.0

func (g *TGauge) Top() int32

func (*TGauge) Update added in v1.1.0

func (g *TGauge) Update()

func (*TGauge) Visible added in v1.1.0

func (g *TGauge) Visible() bool

func (*TGauge) Width added in v1.1.0

func (g *TGauge) Width() int32

type TGraphic

type TGraphic struct {
	IObject
	// contains filtered or unexported fields
}

func GraphicFromInst

func GraphicFromInst(inst uintptr) *TGraphic

func GraphicFromObj

func GraphicFromObj(obj IObject) *TGraphic

func NewGraphic

func NewGraphic() *TGraphic

func (*TGraphic) Assign

func (g *TGraphic) Assign(Source IObject)

func (*TGraphic) ClassName

func (g *TGraphic) ClassName() string

func (*TGraphic) Empty

func (g *TGraphic) Empty() bool

func (*TGraphic) Equals

func (g *TGraphic) Equals(Obj IObject) bool

func (*TGraphic) Free

func (g *TGraphic) Free()

func (*TGraphic) GetHashCode

func (g *TGraphic) GetHashCode() int32

func (*TGraphic) GetNamePath

func (g *TGraphic) GetNamePath() string

func (*TGraphic) Height

func (g *TGraphic) Height() int32

func (*TGraphic) Instance

func (g *TGraphic) Instance() uintptr

func (*TGraphic) IsValid

func (g *TGraphic) IsValid() bool

func (*TGraphic) LoadFromFile

func (g *TGraphic) LoadFromFile(Filename string)

func (*TGraphic) LoadFromStream

func (g *TGraphic) LoadFromStream(Stream IObject)

func (*TGraphic) Modified

func (g *TGraphic) Modified() bool

func (*TGraphic) PaletteModified

func (g *TGraphic) PaletteModified() bool

func (*TGraphic) SaveToFile

func (g *TGraphic) SaveToFile(Filename string)

func (*TGraphic) SaveToStream

func (g *TGraphic) SaveToStream(Stream IObject)

func (*TGraphic) SetHeight

func (g *TGraphic) SetHeight(value int32)

func (*TGraphic) SetModified

func (g *TGraphic) SetModified(value bool)

func (*TGraphic) SetOnChange

func (g *TGraphic) SetOnChange(fn TNotifyEvent)

func (*TGraphic) SetPaletteModified

func (g *TGraphic) SetPaletteModified(value bool)

func (*TGraphic) SetSize

func (g *TGraphic) SetSize(AWidth int32, AHeight int32)

func (*TGraphic) SetTransparent

func (g *TGraphic) SetTransparent(value bool)

func (*TGraphic) SetWidth

func (g *TGraphic) SetWidth(value int32)

func (*TGraphic) ToString

func (g *TGraphic) ToString() string

func (*TGraphic) Transparent

func (g *TGraphic) Transparent() bool

func (*TGraphic) Width

func (g *TGraphic) Width() int32

type TGroupBox

type TGroupBox struct {
	IControl
	// contains filtered or unexported fields
}

func GroupBoxFromInst

func GroupBoxFromInst(inst uintptr) *TGroupBox

func GroupBoxFromObj

func GroupBoxFromObj(obj IObject) *TGroupBox

func NewGroupBox

func NewGroupBox(owner IComponent) *TGroupBox

func (*TGroupBox) Action

func (g *TGroupBox) Action() *TAction

func (*TGroupBox) Align

func (g *TGroupBox) Align() TAlign

func (*TGroupBox) AlignWithMargins

func (g *TGroupBox) AlignWithMargins() bool

func (*TGroupBox) Anchors

func (g *TGroupBox) Anchors() TAnchors

func (*TGroupBox) Assign

func (g *TGroupBox) Assign(Source IObject)

func (*TGroupBox) BiDiMode

func (g *TGroupBox) BiDiMode() TBiDiMode

func (*TGroupBox) BoundsRect

func (g *TGroupBox) BoundsRect() TRect

func (*TGroupBox) BringToFront

func (g *TGroupBox) BringToFront()

func (*TGroupBox) Brush

func (g *TGroupBox) Brush() *TBrush

func (*TGroupBox) CanFocus

func (g *TGroupBox) CanFocus() bool

func (*TGroupBox) Caption

func (g *TGroupBox) Caption() string

func (*TGroupBox) ClassName

func (g *TGroupBox) ClassName() string

func (*TGroupBox) ClientHeight

func (g *TGroupBox) ClientHeight() int32

func (*TGroupBox) ClientRect

func (g *TGroupBox) ClientRect() TRect

func (*TGroupBox) ClientWidth

func (g *TGroupBox) ClientWidth() int32

func (*TGroupBox) Color

func (g *TGroupBox) Color() TColor

func (*TGroupBox) ComponentCount

func (g *TGroupBox) ComponentCount() int32

func (*TGroupBox) ComponentIndex

func (g *TGroupBox) ComponentIndex() int32

func (*TGroupBox) Components

func (g *TGroupBox) Components(AIndex int32) *TComponent

func (*TGroupBox) ControlCount

func (g *TGroupBox) ControlCount() int32

func (*TGroupBox) Controls

func (g *TGroupBox) Controls(Index int32) *TControl

func (*TGroupBox) Cursor

func (g *TGroupBox) Cursor() TCursor

func (*TGroupBox) CustomHint added in v1.1.0

func (g *TGroupBox) CustomHint() *TCustomHint

func (*TGroupBox) DoubleBuffered

func (g *TGroupBox) DoubleBuffered() bool

func (*TGroupBox) Enabled

func (g *TGroupBox) Enabled() bool

func (*TGroupBox) Equals

func (g *TGroupBox) Equals(Obj IObject) bool

func (*TGroupBox) ExplicitHeight

func (g *TGroupBox) ExplicitHeight() int32

func (*TGroupBox) ExplicitLeft

func (g *TGroupBox) ExplicitLeft() int32

func (*TGroupBox) ExplicitTop

func (g *TGroupBox) ExplicitTop() int32

func (*TGroupBox) ExplicitWidth

func (g *TGroupBox) ExplicitWidth() int32

func (*TGroupBox) FindComponent

func (g *TGroupBox) FindComponent(AName string) *TComponent

func (*TGroupBox) FlipChildren

func (g *TGroupBox) FlipChildren(AllLevels bool)

func (*TGroupBox) Focused

func (g *TGroupBox) Focused() bool

func (*TGroupBox) Font

func (g *TGroupBox) Font() *TFont

func (*TGroupBox) Free

func (g *TGroupBox) Free()

func (*TGroupBox) GetHashCode

func (g *TGroupBox) GetHashCode() int32

func (*TGroupBox) GetNamePath

func (g *TGroupBox) GetNamePath() string

func (*TGroupBox) GetTextBuf

func (g *TGroupBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TGroupBox) GetTextLen added in v1.1.0

func (g *TGroupBox) GetTextLen() int32

func (*TGroupBox) Handle

func (g *TGroupBox) Handle() HWND

func (*TGroupBox) HandleAllocated

func (g *TGroupBox) HandleAllocated() bool

func (*TGroupBox) HasParent

func (g *TGroupBox) HasParent() bool

func (*TGroupBox) Height

func (g *TGroupBox) Height() int32

func (*TGroupBox) Hide

func (g *TGroupBox) Hide()

func (*TGroupBox) Hint

func (g *TGroupBox) Hint() string

func (*TGroupBox) Instance

func (g *TGroupBox) Instance() uintptr

func (*TGroupBox) Invalidate

func (g *TGroupBox) Invalidate()

func (*TGroupBox) IsValid

func (g *TGroupBox) IsValid() bool

func (*TGroupBox) Left

func (g *TGroupBox) Left() int32

func (*TGroupBox) Margins

func (g *TGroupBox) Margins() *TMargins

func (*TGroupBox) Name

func (g *TGroupBox) Name() string

func (*TGroupBox) Owner

func (g *TGroupBox) Owner() *TComponent

func (*TGroupBox) Parent

func (g *TGroupBox) Parent() *TControl

func (*TGroupBox) ParentBackground

func (g *TGroupBox) ParentBackground() bool

func (*TGroupBox) ParentColor

func (g *TGroupBox) ParentColor() bool

func (*TGroupBox) ParentCtl3D

func (g *TGroupBox) ParentCtl3D() bool

func (*TGroupBox) ParentDoubleBuffered

func (g *TGroupBox) ParentDoubleBuffered() bool

func (*TGroupBox) ParentFont

func (g *TGroupBox) ParentFont() bool

func (*TGroupBox) ParentShowHint

func (g *TGroupBox) ParentShowHint() bool

func (*TGroupBox) ParentWindow

func (g *TGroupBox) ParentWindow() HWND

func (*TGroupBox) Perform

func (g *TGroupBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TGroupBox) PopupMenu

func (g *TGroupBox) PopupMenu() *TPopupMenu

func (*TGroupBox) Realign

func (g *TGroupBox) Realign()

func (*TGroupBox) Refresh

func (g *TGroupBox) Refresh()

func (*TGroupBox) Repaint

func (g *TGroupBox) Repaint()

func (*TGroupBox) ScaleBy

func (g *TGroupBox) ScaleBy(M int32, D int32)

func (*TGroupBox) SendToBack

func (g *TGroupBox) SendToBack()

func (*TGroupBox) SetAction

func (g *TGroupBox) SetAction(value IComponent)

func (*TGroupBox) SetAlign

func (g *TGroupBox) SetAlign(value TAlign)

func (*TGroupBox) SetAlignWithMargins

func (g *TGroupBox) SetAlignWithMargins(value bool)

func (*TGroupBox) SetAnchors

func (g *TGroupBox) SetAnchors(value TAnchors)

func (*TGroupBox) SetBiDiMode

func (g *TGroupBox) SetBiDiMode(value TBiDiMode)

func (*TGroupBox) SetBounds

func (g *TGroupBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TGroupBox) SetBoundsRect

func (g *TGroupBox) SetBoundsRect(value TRect)

func (*TGroupBox) SetCaption

func (g *TGroupBox) SetCaption(value string)

func (*TGroupBox) SetClientHeight

func (g *TGroupBox) SetClientHeight(value int32)

func (*TGroupBox) SetClientWidth

func (g *TGroupBox) SetClientWidth(value int32)

func (*TGroupBox) SetColor

func (g *TGroupBox) SetColor(value TColor)

func (*TGroupBox) SetComponentIndex

func (g *TGroupBox) SetComponentIndex(value int32)

func (*TGroupBox) SetCursor

func (g *TGroupBox) SetCursor(value TCursor)

func (*TGroupBox) SetCustomHint added in v1.1.0

func (g *TGroupBox) SetCustomHint(value IComponent)

func (*TGroupBox) SetDoubleBuffered

func (g *TGroupBox) SetDoubleBuffered(value bool)

func (*TGroupBox) SetEnabled

func (g *TGroupBox) SetEnabled(value bool)

func (*TGroupBox) SetFocus

func (g *TGroupBox) SetFocus()

func (*TGroupBox) SetFont

func (g *TGroupBox) SetFont(value *TFont)

func (*TGroupBox) SetHeight

func (g *TGroupBox) SetHeight(value int32)

func (*TGroupBox) SetHint

func (g *TGroupBox) SetHint(value string)

func (*TGroupBox) SetLeft

func (g *TGroupBox) SetLeft(value int32)

func (*TGroupBox) SetMargins

func (g *TGroupBox) SetMargins(value *TMargins)

func (*TGroupBox) SetName

func (g *TGroupBox) SetName(value string)

func (*TGroupBox) SetOnClick

func (g *TGroupBox) SetOnClick(fn TNotifyEvent)

func (*TGroupBox) SetOnDblClick

func (g *TGroupBox) SetOnDblClick(fn TNotifyEvent)

func (*TGroupBox) SetOnEnter

func (g *TGroupBox) SetOnEnter(fn TNotifyEvent)

func (*TGroupBox) SetOnExit

func (g *TGroupBox) SetOnExit(fn TNotifyEvent)

func (*TGroupBox) SetOnMouseDown

func (g *TGroupBox) SetOnMouseDown(fn TMouseEvent)

func (*TGroupBox) SetOnMouseEnter

func (g *TGroupBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TGroupBox) SetOnMouseLeave

func (g *TGroupBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TGroupBox) SetOnMouseMove

func (g *TGroupBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TGroupBox) SetOnMouseUp

func (g *TGroupBox) SetOnMouseUp(fn TMouseEvent)

func (*TGroupBox) SetParent

func (g *TGroupBox) SetParent(value IControl)

func (*TGroupBox) SetParentBackground

func (g *TGroupBox) SetParentBackground(value bool)

func (*TGroupBox) SetParentColor

func (g *TGroupBox) SetParentColor(value bool)

func (*TGroupBox) SetParentCtl3D

func (g *TGroupBox) SetParentCtl3D(value bool)

func (*TGroupBox) SetParentDoubleBuffered

func (g *TGroupBox) SetParentDoubleBuffered(value bool)

func (*TGroupBox) SetParentFont

func (g *TGroupBox) SetParentFont(value bool)

func (*TGroupBox) SetParentShowHint

func (g *TGroupBox) SetParentShowHint(value bool)

func (*TGroupBox) SetParentWindow

func (g *TGroupBox) SetParentWindow(value HWND)

func (*TGroupBox) SetPopupMenu

func (g *TGroupBox) SetPopupMenu(value IComponent)

func (*TGroupBox) SetShowHint

func (g *TGroupBox) SetShowHint(value bool)

func (*TGroupBox) SetStyleElements

func (g *TGroupBox) SetStyleElements(value TStyleElements)

func (*TGroupBox) SetTabOrder

func (g *TGroupBox) SetTabOrder(value uint16)

func (*TGroupBox) SetTabStop

func (g *TGroupBox) SetTabStop(value bool)

func (*TGroupBox) SetTag

func (g *TGroupBox) SetTag(value int)

func (*TGroupBox) SetTop

func (g *TGroupBox) SetTop(value int32)

func (*TGroupBox) SetVisible

func (g *TGroupBox) SetVisible(value bool)

func (*TGroupBox) SetWidth

func (g *TGroupBox) SetWidth(value int32)

func (*TGroupBox) Show

func (g *TGroupBox) Show()

func (*TGroupBox) ShowHint

func (g *TGroupBox) ShowHint() bool

func (*TGroupBox) StyleElements

func (g *TGroupBox) StyleElements() TStyleElements

func (*TGroupBox) TabOrder

func (g *TGroupBox) TabOrder() uint16

func (*TGroupBox) TabStop

func (g *TGroupBox) TabStop() bool

func (*TGroupBox) Tag

func (g *TGroupBox) Tag() int

func (*TGroupBox) ToString

func (g *TGroupBox) ToString() string

func (*TGroupBox) Top

func (g *TGroupBox) Top() int32

func (*TGroupBox) Update

func (g *TGroupBox) Update()

func (*TGroupBox) Visible

func (g *TGroupBox) Visible() bool

func (*TGroupBox) Width

func (g *TGroupBox) Width() int32

type THotKey

type THotKey struct {
	IControl
	// contains filtered or unexported fields
}

func HotKeyFromInst

func HotKeyFromInst(inst uintptr) *THotKey

func HotKeyFromObj

func HotKeyFromObj(obj IObject) *THotKey

func NewHotKey

func NewHotKey(owner IComponent) *THotKey

func (*THotKey) Action

func (h *THotKey) Action() *TAction

func (*THotKey) Align

func (h *THotKey) Align() TAlign

func (*THotKey) AlignWithMargins

func (h *THotKey) AlignWithMargins() bool

func (*THotKey) Anchors

func (h *THotKey) Anchors() TAnchors

func (*THotKey) Assign

func (h *THotKey) Assign(Source IObject)

func (*THotKey) AutoSize

func (h *THotKey) AutoSize() bool

func (*THotKey) BiDiMode

func (h *THotKey) BiDiMode() TBiDiMode

func (*THotKey) BoundsRect

func (h *THotKey) BoundsRect() TRect

func (*THotKey) BringToFront

func (h *THotKey) BringToFront()

func (*THotKey) Brush

func (h *THotKey) Brush() *TBrush

func (*THotKey) CanFocus

func (h *THotKey) CanFocus() bool

func (*THotKey) ClassName

func (h *THotKey) ClassName() string

func (*THotKey) ClientHeight

func (h *THotKey) ClientHeight() int32

func (*THotKey) ClientRect

func (h *THotKey) ClientRect() TRect

func (*THotKey) ClientWidth

func (h *THotKey) ClientWidth() int32

func (*THotKey) ComponentCount

func (h *THotKey) ComponentCount() int32

func (*THotKey) ComponentIndex

func (h *THotKey) ComponentIndex() int32

func (*THotKey) Components

func (h *THotKey) Components(AIndex int32) *TComponent

func (*THotKey) ControlCount

func (h *THotKey) ControlCount() int32

func (*THotKey) Controls

func (h *THotKey) Controls(Index int32) *TControl

func (*THotKey) Cursor

func (h *THotKey) Cursor() TCursor

func (*THotKey) CustomHint added in v1.1.0

func (h *THotKey) CustomHint() *TCustomHint

func (*THotKey) DoubleBuffered

func (h *THotKey) DoubleBuffered() bool

func (*THotKey) Enabled

func (h *THotKey) Enabled() bool

func (*THotKey) Equals

func (h *THotKey) Equals(Obj IObject) bool

func (*THotKey) ExplicitHeight

func (h *THotKey) ExplicitHeight() int32

func (*THotKey) ExplicitLeft

func (h *THotKey) ExplicitLeft() int32

func (*THotKey) ExplicitTop

func (h *THotKey) ExplicitTop() int32

func (*THotKey) ExplicitWidth

func (h *THotKey) ExplicitWidth() int32

func (*THotKey) FindComponent

func (h *THotKey) FindComponent(AName string) *TComponent

func (*THotKey) FlipChildren

func (h *THotKey) FlipChildren(AllLevels bool)

func (*THotKey) Focused

func (h *THotKey) Focused() bool

func (*THotKey) Free

func (h *THotKey) Free()

func (*THotKey) GetHashCode

func (h *THotKey) GetHashCode() int32

func (*THotKey) GetNamePath

func (h *THotKey) GetNamePath() string

func (*THotKey) GetTextBuf

func (h *THotKey) GetTextBuf(Buffer string, BufSize int32) int32

func (*THotKey) GetTextLen added in v1.1.0

func (h *THotKey) GetTextLen() int32

func (*THotKey) Handle

func (h *THotKey) Handle() HWND

func (*THotKey) HandleAllocated

func (h *THotKey) HandleAllocated() bool

func (*THotKey) HasParent

func (h *THotKey) HasParent() bool

func (*THotKey) Height

func (h *THotKey) Height() int32

func (*THotKey) Hide

func (h *THotKey) Hide()

func (*THotKey) Hint

func (h *THotKey) Hint() string

func (*THotKey) Instance

func (h *THotKey) Instance() uintptr

func (*THotKey) Invalidate

func (h *THotKey) Invalidate()

func (*THotKey) IsValid

func (h *THotKey) IsValid() bool

func (*THotKey) Left

func (h *THotKey) Left() int32

func (*THotKey) Margins

func (h *THotKey) Margins() *TMargins

func (*THotKey) Name

func (h *THotKey) Name() string

func (*THotKey) Owner

func (h *THotKey) Owner() *TComponent

func (*THotKey) Parent

func (h *THotKey) Parent() *TControl

func (*THotKey) ParentDoubleBuffered

func (h *THotKey) ParentDoubleBuffered() bool

func (*THotKey) ParentShowHint

func (h *THotKey) ParentShowHint() bool

func (*THotKey) ParentWindow

func (h *THotKey) ParentWindow() HWND

func (*THotKey) Perform

func (h *THotKey) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*THotKey) PopupMenu

func (h *THotKey) PopupMenu() *TPopupMenu

func (*THotKey) Realign

func (h *THotKey) Realign()

func (*THotKey) Refresh

func (h *THotKey) Refresh()

func (*THotKey) Repaint

func (h *THotKey) Repaint()

func (*THotKey) ScaleBy

func (h *THotKey) ScaleBy(M int32, D int32)

func (*THotKey) SendToBack

func (h *THotKey) SendToBack()

func (*THotKey) SetAction

func (h *THotKey) SetAction(value IComponent)

func (*THotKey) SetAlign

func (h *THotKey) SetAlign(value TAlign)

func (*THotKey) SetAlignWithMargins

func (h *THotKey) SetAlignWithMargins(value bool)

func (*THotKey) SetAnchors

func (h *THotKey) SetAnchors(value TAnchors)

func (*THotKey) SetAutoSize

func (h *THotKey) SetAutoSize(value bool)

func (*THotKey) SetBiDiMode

func (h *THotKey) SetBiDiMode(value TBiDiMode)

func (*THotKey) SetBounds

func (h *THotKey) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*THotKey) SetBoundsRect

func (h *THotKey) SetBoundsRect(value TRect)

func (*THotKey) SetClientHeight

func (h *THotKey) SetClientHeight(value int32)

func (*THotKey) SetClientWidth

func (h *THotKey) SetClientWidth(value int32)

func (*THotKey) SetComponentIndex

func (h *THotKey) SetComponentIndex(value int32)

func (*THotKey) SetCursor

func (h *THotKey) SetCursor(value TCursor)

func (*THotKey) SetCustomHint added in v1.1.0

func (h *THotKey) SetCustomHint(value IComponent)

func (*THotKey) SetDoubleBuffered

func (h *THotKey) SetDoubleBuffered(value bool)

func (*THotKey) SetEnabled

func (h *THotKey) SetEnabled(value bool)

func (*THotKey) SetFocus

func (h *THotKey) SetFocus()

func (*THotKey) SetHeight

func (h *THotKey) SetHeight(value int32)

func (*THotKey) SetHint

func (h *THotKey) SetHint(value string)

func (*THotKey) SetLeft

func (h *THotKey) SetLeft(value int32)

func (*THotKey) SetMargins

func (h *THotKey) SetMargins(value *TMargins)

func (*THotKey) SetName

func (h *THotKey) SetName(value string)

func (*THotKey) SetOnChange

func (h *THotKey) SetOnChange(fn TNotifyEvent)

func (*THotKey) SetOnEnter

func (h *THotKey) SetOnEnter(fn TNotifyEvent)

func (*THotKey) SetOnExit

func (h *THotKey) SetOnExit(fn TNotifyEvent)

func (*THotKey) SetOnMouseDown

func (h *THotKey) SetOnMouseDown(fn TMouseEvent)

func (*THotKey) SetOnMouseEnter

func (h *THotKey) SetOnMouseEnter(fn TNotifyEvent)

func (*THotKey) SetOnMouseLeave

func (h *THotKey) SetOnMouseLeave(fn TNotifyEvent)

func (*THotKey) SetOnMouseMove

func (h *THotKey) SetOnMouseMove(fn TMouseMoveEvent)

func (*THotKey) SetOnMouseUp

func (h *THotKey) SetOnMouseUp(fn TMouseEvent)

func (*THotKey) SetParent

func (h *THotKey) SetParent(value IControl)

func (*THotKey) SetParentDoubleBuffered

func (h *THotKey) SetParentDoubleBuffered(value bool)

func (*THotKey) SetParentShowHint

func (h *THotKey) SetParentShowHint(value bool)

func (*THotKey) SetParentWindow

func (h *THotKey) SetParentWindow(value HWND)

func (*THotKey) SetPopupMenu

func (h *THotKey) SetPopupMenu(value IComponent)

func (*THotKey) SetShowHint

func (h *THotKey) SetShowHint(value bool)

func (*THotKey) SetStyleElements

func (h *THotKey) SetStyleElements(value TStyleElements)

func (*THotKey) SetTabOrder

func (h *THotKey) SetTabOrder(value uint16)

func (*THotKey) SetTabStop

func (h *THotKey) SetTabStop(value bool)

func (*THotKey) SetTag

func (h *THotKey) SetTag(value int)

func (*THotKey) SetTop

func (h *THotKey) SetTop(value int32)

func (*THotKey) SetVisible

func (h *THotKey) SetVisible(value bool)

func (*THotKey) SetWidth

func (h *THotKey) SetWidth(value int32)

func (*THotKey) Show

func (h *THotKey) Show()

func (*THotKey) ShowHint

func (h *THotKey) ShowHint() bool

func (*THotKey) StyleElements

func (h *THotKey) StyleElements() TStyleElements

func (*THotKey) TabOrder

func (h *THotKey) TabOrder() uint16

func (*THotKey) TabStop

func (h *THotKey) TabStop() bool

func (*THotKey) Tag

func (h *THotKey) Tag() int

func (*THotKey) ToString

func (h *THotKey) ToString() string

func (*THotKey) Top

func (h *THotKey) Top() int32

func (*THotKey) Update

func (h *THotKey) Update()

func (*THotKey) Visible

func (h *THotKey) Visible() bool

func (*THotKey) Width

func (h *THotKey) Width() int32

type TIcon

type TIcon struct {
	IObject
	// contains filtered or unexported fields
}

func IconFromInst

func IconFromInst(inst uintptr) *TIcon

func IconFromObj

func IconFromObj(obj IObject) *TIcon

func NewIcon

func NewIcon() *TIcon

func (*TIcon) Assign

func (i *TIcon) Assign(Source IObject)

func (*TIcon) ClassName

func (i *TIcon) ClassName() string

func (*TIcon) Empty

func (i *TIcon) Empty() bool

func (*TIcon) Equals

func (i *TIcon) Equals(Obj IObject) bool

func (*TIcon) Free

func (i *TIcon) Free()

func (*TIcon) GetHashCode

func (i *TIcon) GetHashCode() int32

func (*TIcon) GetNamePath

func (i *TIcon) GetNamePath() string

func (*TIcon) Handle

func (i *TIcon) Handle() HICON

func (*TIcon) HandleAllocated

func (i *TIcon) HandleAllocated() bool

func (*TIcon) Height

func (i *TIcon) Height() int32

func (*TIcon) Instance

func (i *TIcon) Instance() uintptr

func (*TIcon) IsValid

func (i *TIcon) IsValid() bool

func (*TIcon) LoadFromFile

func (i *TIcon) LoadFromFile(Filename string)

func (*TIcon) LoadFromResourceID

func (i *TIcon) LoadFromResourceID(Instance uintptr, ResID int32)

func (*TIcon) LoadFromResourceName

func (i *TIcon) LoadFromResourceName(Instance uintptr, ResName string)

func (*TIcon) LoadFromStream

func (i *TIcon) LoadFromStream(Stream IObject)

func (*TIcon) Modified

func (i *TIcon) Modified() bool

func (*TIcon) PaletteModified

func (i *TIcon) PaletteModified() bool

func (*TIcon) SaveToFile

func (i *TIcon) SaveToFile(Filename string)

func (*TIcon) SaveToStream

func (i *TIcon) SaveToStream(Stream IObject)

func (*TIcon) SetHandle

func (i *TIcon) SetHandle(value HICON)

func (*TIcon) SetHeight

func (i *TIcon) SetHeight(value int32)

func (*TIcon) SetModified

func (i *TIcon) SetModified(value bool)

func (*TIcon) SetOnChange

func (i *TIcon) SetOnChange(fn TNotifyEvent)

func (*TIcon) SetPaletteModified

func (i *TIcon) SetPaletteModified(value bool)

func (*TIcon) SetSize

func (i *TIcon) SetSize(AWidth int32, AHeight int32)

func (*TIcon) SetTransparent

func (i *TIcon) SetTransparent(value bool)

func (*TIcon) SetWidth

func (i *TIcon) SetWidth(value int32)

func (*TIcon) ToString

func (i *TIcon) ToString() string

func (*TIcon) Transparent

func (i *TIcon) Transparent() bool

func (*TIcon) Width

func (i *TIcon) Width() int32

type TIconOptions

type TIconOptions struct {
	IObject
	// contains filtered or unexported fields
}

func IconOptionsFromInst

func IconOptionsFromInst(inst uintptr) *TIconOptions

func IconOptionsFromObj

func IconOptionsFromObj(obj IObject) *TIconOptions

func (*TIconOptions) Arrangement

func (i *TIconOptions) Arrangement() TIconArrangement

func (*TIconOptions) Assign

func (i *TIconOptions) Assign(Source IObject)

func (*TIconOptions) AutoArrange

func (i *TIconOptions) AutoArrange() bool

func (*TIconOptions) ClassName

func (i *TIconOptions) ClassName() string

func (*TIconOptions) Equals

func (i *TIconOptions) Equals(Obj IObject) bool

func (*TIconOptions) GetHashCode

func (i *TIconOptions) GetHashCode() int32

func (*TIconOptions) GetNamePath

func (i *TIconOptions) GetNamePath() string

func (*TIconOptions) Instance

func (i *TIconOptions) Instance() uintptr

func (*TIconOptions) IsValid

func (i *TIconOptions) IsValid() bool

func (*TIconOptions) SetArrangement

func (i *TIconOptions) SetArrangement(value TIconArrangement)

func (*TIconOptions) SetAutoArrange

func (i *TIconOptions) SetAutoArrange(value bool)

func (*TIconOptions) ToString

func (i *TIconOptions) ToString() string

type TImage

type TImage struct {
	IControl
	// contains filtered or unexported fields
}

func ImageFromInst

func ImageFromInst(inst uintptr) *TImage

func ImageFromObj

func ImageFromObj(obj IObject) *TImage

func NewImage

func NewImage(owner IComponent) *TImage

func (*TImage) Action

func (i *TImage) Action() *TAction

func (*TImage) Align

func (i *TImage) Align() TAlign

func (*TImage) AlignWithMargins

func (i *TImage) AlignWithMargins() bool

func (*TImage) Anchors

func (i *TImage) Anchors() TAnchors

func (*TImage) Assign

func (i *TImage) Assign(Source IObject)

func (*TImage) AutoSize

func (i *TImage) AutoSize() bool

func (*TImage) BiDiMode

func (i *TImage) BiDiMode() TBiDiMode

func (*TImage) BoundsRect

func (i *TImage) BoundsRect() TRect

func (*TImage) BringToFront

func (i *TImage) BringToFront()

func (*TImage) Canvas

func (i *TImage) Canvas() *TCanvas

func (*TImage) Center

func (i *TImage) Center() bool

func (*TImage) ClassName

func (i *TImage) ClassName() string

func (*TImage) ClientHeight

func (i *TImage) ClientHeight() int32

func (*TImage) ClientRect

func (i *TImage) ClientRect() TRect

func (*TImage) ClientWidth

func (i *TImage) ClientWidth() int32

func (*TImage) ComponentCount

func (i *TImage) ComponentCount() int32

func (*TImage) ComponentIndex

func (i *TImage) ComponentIndex() int32

func (*TImage) Components

func (i *TImage) Components(AIndex int32) *TComponent

func (*TImage) Cursor

func (i *TImage) Cursor() TCursor

func (*TImage) CustomHint added in v1.1.0

func (i *TImage) CustomHint() *TCustomHint

func (*TImage) Enabled

func (i *TImage) Enabled() bool

func (*TImage) Equals

func (i *TImage) Equals(Obj IObject) bool

func (*TImage) ExplicitHeight

func (i *TImage) ExplicitHeight() int32

func (*TImage) ExplicitLeft

func (i *TImage) ExplicitLeft() int32

func (*TImage) ExplicitTop

func (i *TImage) ExplicitTop() int32

func (*TImage) ExplicitWidth

func (i *TImage) ExplicitWidth() int32

func (*TImage) FindComponent

func (i *TImage) FindComponent(AName string) *TComponent

func (*TImage) Free

func (i *TImage) Free()

func (*TImage) GetHashCode

func (i *TImage) GetHashCode() int32

func (*TImage) GetNamePath

func (i *TImage) GetNamePath() string

func (*TImage) GetTextBuf

func (i *TImage) GetTextBuf(Buffer string, BufSize int32) int32

func (*TImage) GetTextLen added in v1.1.0

func (i *TImage) GetTextLen() int32

func (*TImage) HasParent

func (i *TImage) HasParent() bool

func (*TImage) Height

func (i *TImage) Height() int32

func (*TImage) Hide

func (i *TImage) Hide()

func (*TImage) Hint

func (i *TImage) Hint() string

func (*TImage) IncrementalDisplay

func (i *TImage) IncrementalDisplay() bool

func (*TImage) Instance

func (i *TImage) Instance() uintptr

func (*TImage) Invalidate

func (i *TImage) Invalidate()

func (*TImage) IsValid

func (i *TImage) IsValid() bool

func (*TImage) Left

func (i *TImage) Left() int32

func (*TImage) Margins

func (i *TImage) Margins() *TMargins

func (*TImage) Name

func (i *TImage) Name() string

func (*TImage) Owner

func (i *TImage) Owner() *TComponent

func (*TImage) Parent

func (i *TImage) Parent() *TControl

func (*TImage) ParentShowHint

func (i *TImage) ParentShowHint() bool

func (*TImage) Perform

func (i *TImage) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TImage) Picture

func (i *TImage) Picture() *TPicture

func (*TImage) PopupMenu

func (i *TImage) PopupMenu() *TPopupMenu

func (*TImage) Proportional

func (i *TImage) Proportional() bool

func (*TImage) Refresh

func (i *TImage) Refresh()

func (*TImage) Repaint

func (i *TImage) Repaint()

func (*TImage) SendToBack

func (i *TImage) SendToBack()

func (*TImage) SetAction

func (i *TImage) SetAction(value IComponent)

func (*TImage) SetAlign

func (i *TImage) SetAlign(value TAlign)

func (*TImage) SetAlignWithMargins

func (i *TImage) SetAlignWithMargins(value bool)

func (*TImage) SetAnchors

func (i *TImage) SetAnchors(value TAnchors)

func (*TImage) SetAutoSize

func (i *TImage) SetAutoSize(value bool)

func (*TImage) SetBiDiMode

func (i *TImage) SetBiDiMode(value TBiDiMode)

func (*TImage) SetBounds

func (i *TImage) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TImage) SetBoundsRect

func (i *TImage) SetBoundsRect(value TRect)

func (*TImage) SetCenter

func (i *TImage) SetCenter(value bool)

func (*TImage) SetClientHeight

func (i *TImage) SetClientHeight(value int32)

func (*TImage) SetClientWidth

func (i *TImage) SetClientWidth(value int32)

func (*TImage) SetComponentIndex

func (i *TImage) SetComponentIndex(value int32)

func (*TImage) SetCursor

func (i *TImage) SetCursor(value TCursor)

func (*TImage) SetCustomHint added in v1.1.0

func (i *TImage) SetCustomHint(value IComponent)

func (*TImage) SetEnabled

func (i *TImage) SetEnabled(value bool)

func (*TImage) SetHeight

func (i *TImage) SetHeight(value int32)

func (*TImage) SetHint

func (i *TImage) SetHint(value string)

func (*TImage) SetIncrementalDisplay

func (i *TImage) SetIncrementalDisplay(value bool)

func (*TImage) SetLeft

func (i *TImage) SetLeft(value int32)

func (*TImage) SetMargins

func (i *TImage) SetMargins(value *TMargins)

func (*TImage) SetName

func (i *TImage) SetName(value string)

func (*TImage) SetOnClick

func (i *TImage) SetOnClick(fn TNotifyEvent)

func (*TImage) SetOnDblClick

func (i *TImage) SetOnDblClick(fn TNotifyEvent)

func (*TImage) SetOnMouseDown

func (i *TImage) SetOnMouseDown(fn TMouseEvent)

func (*TImage) SetOnMouseEnter

func (i *TImage) SetOnMouseEnter(fn TNotifyEvent)

func (*TImage) SetOnMouseLeave

func (i *TImage) SetOnMouseLeave(fn TNotifyEvent)

func (*TImage) SetOnMouseMove

func (i *TImage) SetOnMouseMove(fn TMouseMoveEvent)

func (*TImage) SetOnMouseUp

func (i *TImage) SetOnMouseUp(fn TMouseEvent)

func (*TImage) SetParent

func (i *TImage) SetParent(value IControl)

func (*TImage) SetParentShowHint

func (i *TImage) SetParentShowHint(value bool)

func (*TImage) SetPicture

func (i *TImage) SetPicture(value *TPicture)

func (*TImage) SetPopupMenu

func (i *TImage) SetPopupMenu(value IComponent)

func (*TImage) SetProportional

func (i *TImage) SetProportional(value bool)

func (*TImage) SetShowHint

func (i *TImage) SetShowHint(value bool)

func (*TImage) SetStretch

func (i *TImage) SetStretch(value bool)

func (*TImage) SetStyleElements

func (i *TImage) SetStyleElements(value TStyleElements)

func (*TImage) SetTag

func (i *TImage) SetTag(value int)

func (*TImage) SetTop

func (i *TImage) SetTop(value int32)

func (*TImage) SetTransparent

func (i *TImage) SetTransparent(value bool)

func (*TImage) SetVisible

func (i *TImage) SetVisible(value bool)

func (*TImage) SetWidth

func (i *TImage) SetWidth(value int32)

func (*TImage) Show

func (i *TImage) Show()

func (*TImage) ShowHint

func (i *TImage) ShowHint() bool

func (*TImage) Stretch

func (i *TImage) Stretch() bool

func (*TImage) StyleElements

func (i *TImage) StyleElements() TStyleElements

func (*TImage) Tag

func (i *TImage) Tag() int

func (*TImage) ToString

func (i *TImage) ToString() string

func (*TImage) Top

func (i *TImage) Top() int32

func (*TImage) Transparent

func (i *TImage) Transparent() bool

func (*TImage) Update

func (i *TImage) Update()

func (*TImage) Visible

func (i *TImage) Visible() bool

func (*TImage) Width

func (i *TImage) Width() int32

type TImageButton added in v1.3.0

type TImageButton struct {
	IControl
	// contains filtered or unexported fields
}

func ImageButtonFromInst added in v1.3.0

func ImageButtonFromInst(inst uintptr) *TImageButton

func ImageButtonFromObj added in v1.3.0

func ImageButtonFromObj(obj IObject) *TImageButton

func NewImageButton added in v1.3.0

func NewImageButton(owner IComponent) *TImageButton

func (*TImageButton) Action added in v1.3.0

func (i *TImageButton) Action() *TAction

func (*TImageButton) Align added in v1.3.0

func (i *TImageButton) Align() TAlign

func (*TImageButton) AlignWithMargins added in v1.3.0

func (i *TImageButton) AlignWithMargins() bool

func (*TImageButton) Anchors added in v1.3.0

func (i *TImageButton) Anchors() TAnchors

func (*TImageButton) Assign added in v1.3.0

func (i *TImageButton) Assign(Source IObject)

func (*TImageButton) AutoSize added in v1.3.0

func (i *TImageButton) AutoSize() bool

func (*TImageButton) BiDiMode added in v1.3.0

func (i *TImageButton) BiDiMode() TBiDiMode

func (*TImageButton) BoundsRect added in v1.3.0

func (i *TImageButton) BoundsRect() TRect

func (*TImageButton) BringToFront added in v1.3.0

func (i *TImageButton) BringToFront()

func (*TImageButton) Caption added in v1.3.0

func (i *TImageButton) Caption() string

func (*TImageButton) ClassName added in v1.3.0

func (i *TImageButton) ClassName() string

func (*TImageButton) Click added in v1.3.0

func (i *TImageButton) Click()

func (*TImageButton) ClientHeight added in v1.3.0

func (i *TImageButton) ClientHeight() int32

func (*TImageButton) ClientRect added in v1.3.0

func (i *TImageButton) ClientRect() TRect

func (*TImageButton) ClientWidth added in v1.3.0

func (i *TImageButton) ClientWidth() int32

func (*TImageButton) ComponentCount added in v1.3.0

func (i *TImageButton) ComponentCount() int32

func (*TImageButton) ComponentIndex added in v1.3.0

func (i *TImageButton) ComponentIndex() int32

func (*TImageButton) Components added in v1.3.0

func (i *TImageButton) Components(AIndex int32) *TComponent

func (*TImageButton) Cursor added in v1.3.0

func (i *TImageButton) Cursor() TCursor

func (*TImageButton) CustomHint added in v1.3.0

func (i *TImageButton) CustomHint() *TCustomHint

func (*TImageButton) Enabled added in v1.3.0

func (i *TImageButton) Enabled() bool

func (*TImageButton) Equals added in v1.3.0

func (i *TImageButton) Equals(Obj IObject) bool

func (*TImageButton) ExplicitHeight added in v1.3.0

func (i *TImageButton) ExplicitHeight() int32

func (*TImageButton) ExplicitLeft added in v1.3.0

func (i *TImageButton) ExplicitLeft() int32

func (*TImageButton) ExplicitTop added in v1.3.0

func (i *TImageButton) ExplicitTop() int32

func (*TImageButton) ExplicitWidth added in v1.3.0

func (i *TImageButton) ExplicitWidth() int32

func (*TImageButton) FindComponent added in v1.3.0

func (i *TImageButton) FindComponent(AName string) *TComponent

func (*TImageButton) Font added in v1.3.0

func (i *TImageButton) Font() *TFont

func (*TImageButton) Free added in v1.3.0

func (i *TImageButton) Free()

func (*TImageButton) GetHashCode added in v1.3.0

func (i *TImageButton) GetHashCode() int32

func (*TImageButton) GetNamePath added in v1.3.0

func (i *TImageButton) GetNamePath() string

func (*TImageButton) GetTextBuf added in v1.3.0

func (i *TImageButton) GetTextBuf(Buffer string, BufSize int32) int32

func (*TImageButton) GetTextLen added in v1.3.0

func (i *TImageButton) GetTextLen() int32

func (*TImageButton) HasParent added in v1.3.0

func (i *TImageButton) HasParent() bool

func (*TImageButton) Height added in v1.3.0

func (i *TImageButton) Height() int32

func (*TImageButton) Hide added in v1.3.0

func (i *TImageButton) Hide()

func (*TImageButton) Hint added in v1.3.0

func (i *TImageButton) Hint() string

func (*TImageButton) ImageCount added in v1.3.0

func (i *TImageButton) ImageCount() int32

func (*TImageButton) Instance added in v1.3.0

func (i *TImageButton) Instance() uintptr

func (*TImageButton) Invalidate added in v1.3.0

func (i *TImageButton) Invalidate()

func (*TImageButton) IsValid added in v1.3.0

func (i *TImageButton) IsValid() bool

func (*TImageButton) Left added in v1.3.0

func (i *TImageButton) Left() int32

func (*TImageButton) Margins added in v1.3.0

func (i *TImageButton) Margins() *TMargins

func (*TImageButton) ModalResult added in v1.3.0

func (i *TImageButton) ModalResult() TModalResult

func (*TImageButton) Name added in v1.3.0

func (i *TImageButton) Name() string

func (*TImageButton) Owner added in v1.3.0

func (i *TImageButton) Owner() *TComponent

func (*TImageButton) Parent added in v1.3.0

func (i *TImageButton) Parent() *TControl

func (*TImageButton) ParentFont added in v1.3.0

func (i *TImageButton) ParentFont() bool

func (*TImageButton) ParentShowHint added in v1.3.0

func (i *TImageButton) ParentShowHint() bool

func (*TImageButton) Perform added in v1.3.0

func (i *TImageButton) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TImageButton) Picture added in v1.3.0

func (i *TImageButton) Picture() *TPicture

func (*TImageButton) PopupMenu added in v1.3.0

func (i *TImageButton) PopupMenu() *TPopupMenu

func (*TImageButton) Refresh added in v1.3.0

func (i *TImageButton) Refresh()

func (*TImageButton) Repaint added in v1.3.0

func (i *TImageButton) Repaint()

func (*TImageButton) SendToBack added in v1.3.0

func (i *TImageButton) SendToBack()

func (*TImageButton) SetAction added in v1.3.0

func (i *TImageButton) SetAction(value IComponent)

func (*TImageButton) SetAlign added in v1.3.0

func (i *TImageButton) SetAlign(value TAlign)

func (*TImageButton) SetAlignWithMargins added in v1.3.0

func (i *TImageButton) SetAlignWithMargins(value bool)

func (*TImageButton) SetAnchors added in v1.3.0

func (i *TImageButton) SetAnchors(value TAnchors)

func (*TImageButton) SetAutoSize added in v1.3.0

func (i *TImageButton) SetAutoSize(value bool)

func (*TImageButton) SetBiDiMode added in v1.3.0

func (i *TImageButton) SetBiDiMode(value TBiDiMode)

func (*TImageButton) SetBounds added in v1.3.0

func (i *TImageButton) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TImageButton) SetBoundsRect added in v1.3.0

func (i *TImageButton) SetBoundsRect(value TRect)

func (*TImageButton) SetCaption added in v1.3.0

func (i *TImageButton) SetCaption(value string)

func (*TImageButton) SetClientHeight added in v1.3.0

func (i *TImageButton) SetClientHeight(value int32)

func (*TImageButton) SetClientWidth added in v1.3.0

func (i *TImageButton) SetClientWidth(value int32)

func (*TImageButton) SetComponentIndex added in v1.3.0

func (i *TImageButton) SetComponentIndex(value int32)

func (*TImageButton) SetCursor added in v1.3.0

func (i *TImageButton) SetCursor(value TCursor)

func (*TImageButton) SetCustomHint added in v1.3.0

func (i *TImageButton) SetCustomHint(value IComponent)

func (*TImageButton) SetEnabled added in v1.3.0

func (i *TImageButton) SetEnabled(value bool)

func (*TImageButton) SetFont added in v1.3.0

func (i *TImageButton) SetFont(value *TFont)

func (*TImageButton) SetHeight added in v1.3.0

func (i *TImageButton) SetHeight(value int32)

func (*TImageButton) SetHint added in v1.3.0

func (i *TImageButton) SetHint(value string)

func (*TImageButton) SetImageCount added in v1.3.0

func (i *TImageButton) SetImageCount(value int32)

func (*TImageButton) SetLeft added in v1.3.0

func (i *TImageButton) SetLeft(value int32)

func (*TImageButton) SetMargins added in v1.3.0

func (i *TImageButton) SetMargins(value *TMargins)

func (*TImageButton) SetModalResult added in v1.3.0

func (i *TImageButton) SetModalResult(value TModalResult)

func (*TImageButton) SetName added in v1.3.0

func (i *TImageButton) SetName(value string)

func (*TImageButton) SetOnClick added in v1.3.0

func (i *TImageButton) SetOnClick(fn TNotifyEvent)

func (*TImageButton) SetOnDblClick added in v1.3.0

func (i *TImageButton) SetOnDblClick(fn TNotifyEvent)

func (*TImageButton) SetOnMouseDown added in v1.3.0

func (i *TImageButton) SetOnMouseDown(fn TMouseEvent)

func (*TImageButton) SetOnMouseEnter added in v1.3.0

func (i *TImageButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TImageButton) SetOnMouseLeave added in v1.3.0

func (i *TImageButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TImageButton) SetOnMouseMove added in v1.3.0

func (i *TImageButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TImageButton) SetOnMouseUp added in v1.3.0

func (i *TImageButton) SetOnMouseUp(fn TMouseEvent)

func (*TImageButton) SetParent added in v1.3.0

func (i *TImageButton) SetParent(value IControl)

func (*TImageButton) SetParentFont added in v1.3.0

func (i *TImageButton) SetParentFont(value bool)

func (*TImageButton) SetParentShowHint added in v1.3.0

func (i *TImageButton) SetParentShowHint(value bool)

func (*TImageButton) SetPicture added in v1.3.0

func (i *TImageButton) SetPicture(value *TPicture)

func (*TImageButton) SetPopupMenu added in v1.3.0

func (i *TImageButton) SetPopupMenu(value IComponent)

func (*TImageButton) SetShowCaption added in v1.3.0

func (i *TImageButton) SetShowCaption(value bool)

func (*TImageButton) SetShowHint added in v1.3.0

func (i *TImageButton) SetShowHint(value bool)

func (*TImageButton) SetStyleElements added in v1.3.0

func (i *TImageButton) SetStyleElements(value TStyleElements)

func (*TImageButton) SetTag added in v1.3.0

func (i *TImageButton) SetTag(value int)

func (*TImageButton) SetTop added in v1.3.0

func (i *TImageButton) SetTop(value int32)

func (*TImageButton) SetVisible added in v1.3.0

func (i *TImageButton) SetVisible(value bool)

func (*TImageButton) SetWidth added in v1.3.0

func (i *TImageButton) SetWidth(value int32)

func (*TImageButton) Show added in v1.3.0

func (i *TImageButton) Show()

func (*TImageButton) ShowCaption added in v1.3.0

func (i *TImageButton) ShowCaption() bool

func (*TImageButton) ShowHint added in v1.3.0

func (i *TImageButton) ShowHint() bool

func (*TImageButton) StyleElements added in v1.3.0

func (i *TImageButton) StyleElements() TStyleElements

func (*TImageButton) Tag added in v1.3.0

func (i *TImageButton) Tag() int

func (*TImageButton) ToString added in v1.3.0

func (i *TImageButton) ToString() string

func (*TImageButton) Top added in v1.3.0

func (i *TImageButton) Top() int32

func (*TImageButton) Update added in v1.3.0

func (i *TImageButton) Update()

func (*TImageButton) Visible added in v1.3.0

func (i *TImageButton) Visible() bool

func (*TImageButton) Width added in v1.3.0

func (i *TImageButton) Width() int32

type TImageList

type TImageList struct {
	IComponent
	// contains filtered or unexported fields
}

func ImageListFromInst

func ImageListFromInst(inst uintptr) *TImageList

func ImageListFromObj

func ImageListFromObj(obj IObject) *TImageList

func NewImageList

func NewImageList(owner IComponent) *TImageList

func (*TImageList) Add

func (i *TImageList) Add(Image *TBitmap, Mask *TBitmap) int32

func (*TImageList) AddIcon

func (i *TImageList) AddIcon(Image *TIcon) int32

func (*TImageList) AddImage

func (i *TImageList) AddImage(Value IComponent, Index int32) int32

func (*TImageList) AddImages

func (i *TImageList) AddImages(Value IComponent)

func (*TImageList) AddMasked

func (i *TImageList) AddMasked(Image *TBitmap, MaskColor TColor) int32

func (*TImageList) AllocBy

func (i *TImageList) AllocBy() int32

func (*TImageList) Assign

func (i *TImageList) Assign(Source IObject)

func (*TImageList) BeginUpdate

func (i *TImageList) BeginUpdate()

func (*TImageList) BkColor

func (i *TImageList) BkColor() TColor

func (*TImageList) BlendColor

func (i *TImageList) BlendColor() TColor

func (*TImageList) ClassName

func (i *TImageList) ClassName() string

func (*TImageList) Clear

func (i *TImageList) Clear()

func (*TImageList) ColorDepth

func (i *TImageList) ColorDepth() TColorDepth

func (*TImageList) ComponentCount

func (i *TImageList) ComponentCount() int32

func (*TImageList) ComponentIndex

func (i *TImageList) ComponentIndex() int32

func (*TImageList) Components

func (i *TImageList) Components(AIndex int32) *TComponent

func (*TImageList) Count added in v1.1.3

func (i *TImageList) Count() int32

func (*TImageList) Delete

func (i *TImageList) Delete(Index int32)

func (*TImageList) Draw

func (i *TImageList) Draw(canvas IObject, x, y, index int32, enabled bool)

func (*TImageList) Draw2

func (i *TImageList) Draw2(canvas IObject, x, y, index int32, drawingStyle TDrawingStyle, imageType TImageType, enabled bool)

func (*TImageList) DrawOverlay

func (i *TImageList) DrawOverlay(canvas IObject, x, y, imageIndex int32, overlay uint8, enabled bool)

func (*TImageList) DrawOverlay2

func (i *TImageList) DrawOverlay2(canvas IObject, x, y, imageIndex int32, overlay uint8, drawingStyle TDrawingStyle, imageType TImageType, enabled bool)

func (*TImageList) DrawingStyle

func (i *TImageList) DrawingStyle() TDrawingStyle

func (*TImageList) EndUpdate

func (i *TImageList) EndUpdate()

func (*TImageList) Equals

func (i *TImageList) Equals(Obj IObject) bool

func (*TImageList) FileLoad

func (i *TImageList) FileLoad(ResType TResType, Name string, MaskColor TColor) bool

func (*TImageList) FindComponent

func (i *TImageList) FindComponent(AName string) *TComponent

func (*TImageList) Free

func (i *TImageList) Free()

func (*TImageList) GetBitmap

func (i *TImageList) GetBitmap(Index int32, Image *TBitmap) bool

func (*TImageList) GetHashCode

func (i *TImageList) GetHashCode() int32

func (*TImageList) GetHotSpot

func (i *TImageList) GetHotSpot() TPoint

func (*TImageList) GetIcon

func (i *TImageList) GetIcon(index int32, image IObject)

func (*TImageList) GetIcon2

func (i *TImageList) GetIcon2(index int32, image IObject, drawingStyle TDrawingStyle, imageType TImageType)

func (*TImageList) GetImageBitmap

func (i *TImageList) GetImageBitmap() HBITMAP

func (*TImageList) GetMaskBitmap

func (i *TImageList) GetMaskBitmap() HBITMAP

func (*TImageList) GetNamePath

func (i *TImageList) GetNamePath() string

func (*TImageList) GetResource

func (i *TImageList) GetResource(ResType TResType, Name string, Width int32, LoadFlags TLoadResources, MaskColor TColor) bool

func (*TImageList) GrayscaleFactor

func (i *TImageList) GrayscaleFactor() uint8

func (*TImageList) Handle

func (i *TImageList) Handle() uintptr

func (*TImageList) HandleAllocated

func (i *TImageList) HandleAllocated() bool

func (*TImageList) HasParent

func (i *TImageList) HasParent() bool

func (*TImageList) Height

func (i *TImageList) Height() int32

func (*TImageList) ImageType

func (i *TImageList) ImageType() TImageType

func (*TImageList) Insert

func (i *TImageList) Insert(Index int32, Image *TBitmap, Mask *TBitmap)

func (*TImageList) InsertIcon

func (i *TImageList) InsertIcon(Index int32, Image *TIcon)

func (*TImageList) InsertMasked

func (i *TImageList) InsertMasked(Index int32, Image *TBitmap, MaskColor TColor)

func (*TImageList) Instance

func (i *TImageList) Instance() uintptr

func (*TImageList) IsValid

func (i *TImageList) IsValid() bool

func (*TImageList) Masked

func (i *TImageList) Masked() bool

func (*TImageList) Move

func (i *TImageList) Move(CurIndex int32, NewIndex int32)

func (*TImageList) Name

func (i *TImageList) Name() string

func (*TImageList) Overlay

func (i *TImageList) Overlay(ImageIndex int32, Overlay uint8) bool

func (*TImageList) Owner

func (i *TImageList) Owner() *TComponent

func (*TImageList) Replace

func (i *TImageList) Replace(Index int32, Image *TBitmap, Mask *TBitmap)

func (*TImageList) ReplaceIcon

func (i *TImageList) ReplaceIcon(Index int32, Image *TIcon)

func (*TImageList) ReplaceMasked

func (i *TImageList) ReplaceMasked(Index int32, NewImage *TBitmap, MaskColor TColor)

func (*TImageList) ResInstLoad

func (i *TImageList) ResInstLoad(Instance uintptr, ResType TResType, Name string, MaskColor TColor) bool

func (*TImageList) ResourceLoad

func (i *TImageList) ResourceLoad(ResType TResType, Name string, MaskColor TColor) bool

func (*TImageList) SetAllocBy

func (i *TImageList) SetAllocBy(value int32)

func (*TImageList) SetBkColor

func (i *TImageList) SetBkColor(value TColor)

func (*TImageList) SetBlendColor

func (i *TImageList) SetBlendColor(value TColor)

func (*TImageList) SetColorDepth

func (i *TImageList) SetColorDepth(value TColorDepth)

func (*TImageList) SetComponentIndex

func (i *TImageList) SetComponentIndex(value int32)

func (*TImageList) SetDrawingStyle

func (i *TImageList) SetDrawingStyle(value TDrawingStyle)

func (*TImageList) SetGrayscaleFactor

func (i *TImageList) SetGrayscaleFactor(value uint8)

func (*TImageList) SetHandle

func (i *TImageList) SetHandle(value uintptr)

func (*TImageList) SetHeight

func (i *TImageList) SetHeight(value int32)

func (*TImageList) SetImageType

func (i *TImageList) SetImageType(value TImageType)

func (*TImageList) SetMasked

func (i *TImageList) SetMasked(value bool)

func (*TImageList) SetName

func (i *TImageList) SetName(value string)

func (*TImageList) SetOnChange

func (i *TImageList) SetOnChange(fn TNotifyEvent)

func (*TImageList) SetShareImages

func (i *TImageList) SetShareImages(value bool)

func (*TImageList) SetSize

func (i *TImageList) SetSize(AWidth int32, AHeight int32)

func (*TImageList) SetTag

func (i *TImageList) SetTag(value int)

func (*TImageList) SetWidth

func (i *TImageList) SetWidth(value int32)

func (*TImageList) ShareImages

func (i *TImageList) ShareImages() bool

func (*TImageList) Tag

func (i *TImageList) Tag() int

func (*TImageList) ToString

func (i *TImageList) ToString() string

func (*TImageList) Width

func (i *TImageList) Width() int32

type TIniFile

type TIniFile struct {
	IObject
	// contains filtered or unexported fields
}

func IniFileFromInst

func IniFileFromInst(inst uintptr) *TIniFile

func IniFileFromObj

func IniFileFromObj(obj IObject) *TIniFile

func NewIniFile

func NewIniFile(filename string) *TIniFile

func (*TIniFile) ClassName

func (i *TIniFile) ClassName() string

func (*TIniFile) DeleteKey

func (i *TIniFile) DeleteKey(Section string, Ident string)

func (*TIniFile) Equals

func (i *TIniFile) Equals(Obj IObject) bool

func (*TIniFile) EraseSection

func (i *TIniFile) EraseSection(Section string)

func (*TIniFile) FileName

func (i *TIniFile) FileName() string

func (*TIniFile) Free

func (i *TIniFile) Free()

func (*TIniFile) GetHashCode

func (i *TIniFile) GetHashCode() int32

func (*TIniFile) Instance

func (i *TIniFile) Instance() uintptr

func (*TIniFile) IsValid

func (i *TIniFile) IsValid() bool

func (*TIniFile) ReadBool

func (i *TIniFile) ReadBool(Section string, Ident string, Default bool) bool

func (*TIniFile) ReadDate

func (i *TIniFile) ReadDate(Section string, Name string, Default time.Time) time.Time

func (*TIniFile) ReadDateTime

func (i *TIniFile) ReadDateTime(Section string, Name string, Default time.Time) time.Time

func (*TIniFile) ReadFloat

func (i *TIniFile) ReadFloat(Section string, Name string, Default float64) float64

func (*TIniFile) ReadInteger

func (i *TIniFile) ReadInteger(Section string, Ident string, Default int32) int32

func (*TIniFile) ReadSectionValues

func (i *TIniFile) ReadSectionValues(Section string, Strings IObject)

func (*TIniFile) ReadSections

func (i *TIniFile) ReadSections(Strings IObject)

func (*TIniFile) ReadString

func (i *TIniFile) ReadString(Section string, Ident string, Default string) string

func (*TIniFile) ReadSubSections

func (i *TIniFile) ReadSubSections(Section string, Strings IObject, Recurse bool)

func (*TIniFile) ReadTime

func (i *TIniFile) ReadTime(Section string, Name string, Default time.Time) time.Time

func (*TIniFile) SectionExists

func (i *TIniFile) SectionExists(Section string) bool

func (*TIniFile) ToString

func (i *TIniFile) ToString() string

func (*TIniFile) UpdateFile

func (i *TIniFile) UpdateFile()

func (*TIniFile) ValueExists

func (i *TIniFile) ValueExists(Section string, Ident string) bool

func (*TIniFile) WriteBool

func (i *TIniFile) WriteBool(Section string, Ident string, Value bool)

func (*TIniFile) WriteDate

func (i *TIniFile) WriteDate(Section string, Name string, Value time.Time)

func (*TIniFile) WriteDateTime

func (i *TIniFile) WriteDateTime(Section string, Name string, Value time.Time)

func (*TIniFile) WriteFloat

func (i *TIniFile) WriteFloat(Section string, Name string, Value float64)

func (*TIniFile) WriteInteger

func (i *TIniFile) WriteInteger(Section string, Ident string, Value int32)

func (*TIniFile) WriteString

func (i *TIniFile) WriteString(Section string, Ident string, Value string)

func (*TIniFile) WriteTime

func (i *TIniFile) WriteTime(Section string, Name string, Value time.Time)

type TJPEGImage

type TJPEGImage struct {
	IObject
	// contains filtered or unexported fields
}

func JPEGImageFromInst

func JPEGImageFromInst(inst uintptr) *TJPEGImage

func JPEGImageFromObj

func JPEGImageFromObj(obj IObject) *TJPEGImage

func NewJPEGImage

func NewJPEGImage() *TJPEGImage

func (*TJPEGImage) Assign

func (j *TJPEGImage) Assign(Source IObject)

func (*TJPEGImage) Canvas

func (j *TJPEGImage) Canvas() *TCanvas

func (*TJPEGImage) ClassName

func (j *TJPEGImage) ClassName() string

func (*TJPEGImage) Empty

func (j *TJPEGImage) Empty() bool

func (*TJPEGImage) Equals

func (j *TJPEGImage) Equals(Obj IObject) bool

func (*TJPEGImage) Free

func (j *TJPEGImage) Free()

func (*TJPEGImage) GetHashCode

func (j *TJPEGImage) GetHashCode() int32

func (*TJPEGImage) GetNamePath

func (j *TJPEGImage) GetNamePath() string

func (*TJPEGImage) Height

func (j *TJPEGImage) Height() int32

func (*TJPEGImage) Instance

func (j *TJPEGImage) Instance() uintptr

func (*TJPEGImage) IsValid

func (j *TJPEGImage) IsValid() bool

func (*TJPEGImage) LoadFromFile

func (j *TJPEGImage) LoadFromFile(Filename string)

func (*TJPEGImage) LoadFromStream

func (j *TJPEGImage) LoadFromStream(Stream IObject)

func (*TJPEGImage) Modified

func (j *TJPEGImage) Modified() bool

func (*TJPEGImage) PaletteModified

func (j *TJPEGImage) PaletteModified() bool

func (*TJPEGImage) Performance

func (j *TJPEGImage) Performance() TJPEGPerformance

func (*TJPEGImage) PixelFormat

func (j *TJPEGImage) PixelFormat() TJPEGPixelFormat

func (*TJPEGImage) ProgressiveDisplay

func (j *TJPEGImage) ProgressiveDisplay() bool

func (*TJPEGImage) SaveToFile

func (j *TJPEGImage) SaveToFile(Filename string)

func (*TJPEGImage) SaveToStream

func (j *TJPEGImage) SaveToStream(Stream IObject)

func (*TJPEGImage) Scale

func (j *TJPEGImage) Scale() TJPEGScale

func (*TJPEGImage) SetHeight

func (j *TJPEGImage) SetHeight(value int32)

func (*TJPEGImage) SetModified

func (j *TJPEGImage) SetModified(value bool)

func (*TJPEGImage) SetOnChange

func (j *TJPEGImage) SetOnChange(fn TNotifyEvent)

func (*TJPEGImage) SetPaletteModified

func (j *TJPEGImage) SetPaletteModified(value bool)

func (*TJPEGImage) SetPerformance

func (j *TJPEGImage) SetPerformance(value TJPEGPerformance)

func (*TJPEGImage) SetPixelFormat

func (j *TJPEGImage) SetPixelFormat(value TJPEGPixelFormat)

func (*TJPEGImage) SetProgressiveDisplay

func (j *TJPEGImage) SetProgressiveDisplay(value bool)

func (*TJPEGImage) SetScale

func (j *TJPEGImage) SetScale(value TJPEGScale)

func (*TJPEGImage) SetSize

func (j *TJPEGImage) SetSize(AWidth int32, AHeight int32)

func (*TJPEGImage) SetSmoothing

func (j *TJPEGImage) SetSmoothing(value bool)

func (*TJPEGImage) SetTransparent

func (j *TJPEGImage) SetTransparent(value bool)

func (*TJPEGImage) SetWidth

func (j *TJPEGImage) SetWidth(value int32)

func (*TJPEGImage) Smoothing

func (j *TJPEGImage) Smoothing() bool

func (*TJPEGImage) ToString

func (j *TJPEGImage) ToString() string

func (*TJPEGImage) Transparent

func (j *TJPEGImage) Transparent() bool

func (*TJPEGImage) Width

func (j *TJPEGImage) Width() int32

type TKeyEvent

type TKeyEvent func(sender IObject, key *Char, shift TShiftState)

TKeyEvent = procedure(Sender: TObject; var Key: Word; Shift: TShiftState)

type TKeyPressEvent

type TKeyPressEvent func(sender IObject, key *Char)

TKeyPressEvent = procedure(Sender: TObject; var Key: Char) of object;

type TLVAdvancedCustomDrawEvent added in v1.1.3

type TLVAdvancedCustomDrawEvent func(sender *TListView, aRect TRect, stage TCustomDrawStage, defaultDraw *bool)

TLVAdvancedCustomDrawEvent = procedure(Sender: TCustomListView; const ARect: TRect; Stage: TCustomDrawStage; var DefaultDraw: Boolean) of object;

type TLVAdvancedCustomDrawItemEvent added in v1.1.3

type TLVAdvancedCustomDrawItemEvent func(sender *TListView, item *TListItem, state TCustomDrawState, Stage TCustomDrawStage, defaultDraw *bool)

TLVAdvancedCustomDrawItemEvent = procedure(Sender: TCustomListView; Item: TListItem; State: TCustomDrawState; Stage: TCustomDrawStage; var DefaultDraw: Boolean) of object;

type TLVAdvancedCustomDrawSubItemEvent added in v1.1.3

type TLVAdvancedCustomDrawSubItemEvent func(sender *TListView, item *TListItem, subItem int32, state TCustomDrawState, stage TCustomDrawStage, defaultDraw *bool)

TLVAdvancedCustomDrawSubItemEvent = procedure(Sender: TCustomListView; Item: TListItem; SubItem: Integer; State: TCustomDrawState; Stage: TCustomDrawStage; var DefaultDraw: Boolean) of object;

type TLVChangeEvent

type TLVChangeEvent func(sender IObject, item *TListItem, change TItemChange)

TLVChangeEvent TListView TTItemChange

type TLVCheckedItemEvent added in v1.0.2

type TLVCheckedItemEvent func(sender IObject, item *TListItem)

TLVCheckedItemEvent = procedure(Sender: TObject; Item: TListItem) of object;

type TLVColumnClickEvent added in v1.0.2

type TLVColumnClickEvent func(sender IObject, column *TListColumn)

---------------TListView TLVColumnClickEvent = procedure(Sender: TObject; Column: TListColumn) of object;

type TLVColumnRClickEvent added in v1.0.2

type TLVColumnRClickEvent func(sender IObject, column *TListColumn, point TPoint)

TLVColumnRClickEvent = procedure(Sender: TObject; Column: TListColumn; Point: TPoint) of object;

type TLVCompareEvent added in v1.0.4

type TLVCompareEvent func(sender IObject, item1, item2 *TListItem, data int32, compare *int32)

TLVCompareEvent = procedure(Sender: TObject; Item1, Item2: TListItem;

Data: Integer; var Compare: Integer) of object;

type TLVNotifyEvent added in v1.0.2

type TLVNotifyEvent func(sender IObject, item *TListItem)

TLVNotifyEvent = procedure(Sender: TObject; Item: TListItem) of object;

type TLVSelectItemEvent added in v1.0.2

type TLVSelectItemEvent func(sender IObject, item *TListItem, selected bool)

TLVSelectItemEvent = procedure(Sender: TObject; Item: TListItem; Selected: Boolean) of object;

type TLabel

type TLabel struct {
	IControl
	// contains filtered or unexported fields
}

func LabelFromInst

func LabelFromInst(inst uintptr) *TLabel

func LabelFromObj

func LabelFromObj(obj IObject) *TLabel

func NewLabel

func NewLabel(owner IComponent) *TLabel

func (*TLabel) Action

func (l *TLabel) Action() *TAction

func (*TLabel) Align

func (l *TLabel) Align() TAlign

func (*TLabel) AlignWithMargins

func (l *TLabel) AlignWithMargins() bool

func (*TLabel) Alignment

func (l *TLabel) Alignment() TAlignment

func (*TLabel) Anchors

func (l *TLabel) Anchors() TAnchors

func (*TLabel) Assign

func (l *TLabel) Assign(Source IObject)

func (*TLabel) AutoSize

func (l *TLabel) AutoSize() bool

func (*TLabel) BiDiMode

func (l *TLabel) BiDiMode() TBiDiMode

func (*TLabel) BoundsRect

func (l *TLabel) BoundsRect() TRect

func (*TLabel) BringToFront

func (l *TLabel) BringToFront()

func (*TLabel) Canvas

func (l *TLabel) Canvas() *TCanvas

func (*TLabel) Caption

func (l *TLabel) Caption() string

func (*TLabel) ClassName

func (l *TLabel) ClassName() string

func (*TLabel) ClientHeight

func (l *TLabel) ClientHeight() int32

func (*TLabel) ClientRect

func (l *TLabel) ClientRect() TRect

func (*TLabel) ClientWidth

func (l *TLabel) ClientWidth() int32

func (*TLabel) Color

func (l *TLabel) Color() TColor

func (*TLabel) ComponentCount

func (l *TLabel) ComponentCount() int32

func (*TLabel) ComponentIndex

func (l *TLabel) ComponentIndex() int32

func (*TLabel) Components

func (l *TLabel) Components(AIndex int32) *TComponent

func (*TLabel) Cursor

func (l *TLabel) Cursor() TCursor

func (*TLabel) CustomHint added in v1.1.0

func (l *TLabel) CustomHint() *TCustomHint

func (*TLabel) EllipsisPosition

func (l *TLabel) EllipsisPosition() TEllipsisPosition

func (*TLabel) Enabled

func (l *TLabel) Enabled() bool

func (*TLabel) Equals

func (l *TLabel) Equals(Obj IObject) bool

func (*TLabel) ExplicitHeight

func (l *TLabel) ExplicitHeight() int32

func (*TLabel) ExplicitLeft

func (l *TLabel) ExplicitLeft() int32

func (*TLabel) ExplicitTop

func (l *TLabel) ExplicitTop() int32

func (*TLabel) ExplicitWidth

func (l *TLabel) ExplicitWidth() int32

func (*TLabel) FindComponent

func (l *TLabel) FindComponent(AName string) *TComponent

func (*TLabel) Font

func (l *TLabel) Font() *TFont

func (*TLabel) Free

func (l *TLabel) Free()

func (*TLabel) GetHashCode

func (l *TLabel) GetHashCode() int32

func (*TLabel) GetNamePath

func (l *TLabel) GetNamePath() string

func (*TLabel) GetTextBuf

func (l *TLabel) GetTextBuf(Buffer string, BufSize int32) int32

func (*TLabel) GetTextLen added in v1.1.0

func (l *TLabel) GetTextLen() int32

func (*TLabel) GlowSize

func (l *TLabel) GlowSize() int32

func (*TLabel) HasParent

func (l *TLabel) HasParent() bool

func (*TLabel) Height

func (l *TLabel) Height() int32

func (*TLabel) Hide

func (l *TLabel) Hide()

func (*TLabel) Hint

func (l *TLabel) Hint() string

func (*TLabel) Instance

func (l *TLabel) Instance() uintptr

func (*TLabel) Invalidate

func (l *TLabel) Invalidate()

func (*TLabel) IsValid

func (l *TLabel) IsValid() bool

func (*TLabel) Layout

func (l *TLabel) Layout() TTextLayout

func (*TLabel) Left

func (l *TLabel) Left() int32

func (*TLabel) Margins

func (l *TLabel) Margins() *TMargins

func (*TLabel) Name

func (l *TLabel) Name() string

func (*TLabel) Owner

func (l *TLabel) Owner() *TComponent

func (*TLabel) Parent

func (l *TLabel) Parent() *TControl

func (*TLabel) ParentColor

func (l *TLabel) ParentColor() bool

func (*TLabel) ParentFont

func (l *TLabel) ParentFont() bool

func (*TLabel) ParentShowHint

func (l *TLabel) ParentShowHint() bool

func (*TLabel) Perform

func (l *TLabel) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TLabel) PopupMenu

func (l *TLabel) PopupMenu() *TPopupMenu

func (*TLabel) Refresh

func (l *TLabel) Refresh()

func (*TLabel) Repaint

func (l *TLabel) Repaint()

func (*TLabel) SendToBack

func (l *TLabel) SendToBack()

func (*TLabel) SetAction

func (l *TLabel) SetAction(value IComponent)

func (*TLabel) SetAlign

func (l *TLabel) SetAlign(value TAlign)

func (*TLabel) SetAlignWithMargins

func (l *TLabel) SetAlignWithMargins(value bool)

func (*TLabel) SetAlignment

func (l *TLabel) SetAlignment(value TAlignment)

func (*TLabel) SetAnchors

func (l *TLabel) SetAnchors(value TAnchors)

func (*TLabel) SetAutoSize

func (l *TLabel) SetAutoSize(value bool)

func (*TLabel) SetBiDiMode

func (l *TLabel) SetBiDiMode(value TBiDiMode)

func (*TLabel) SetBounds

func (l *TLabel) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TLabel) SetBoundsRect

func (l *TLabel) SetBoundsRect(value TRect)

func (*TLabel) SetCaption

func (l *TLabel) SetCaption(value string)

func (*TLabel) SetClientHeight

func (l *TLabel) SetClientHeight(value int32)

func (*TLabel) SetClientWidth

func (l *TLabel) SetClientWidth(value int32)

func (*TLabel) SetColor

func (l *TLabel) SetColor(value TColor)

func (*TLabel) SetComponentIndex

func (l *TLabel) SetComponentIndex(value int32)

func (*TLabel) SetCursor

func (l *TLabel) SetCursor(value TCursor)

func (*TLabel) SetCustomHint added in v1.1.0

func (l *TLabel) SetCustomHint(value IComponent)

func (*TLabel) SetEllipsisPosition

func (l *TLabel) SetEllipsisPosition(value TEllipsisPosition)

func (*TLabel) SetEnabled

func (l *TLabel) SetEnabled(value bool)

func (*TLabel) SetFont

func (l *TLabel) SetFont(value *TFont)

func (*TLabel) SetGlowSize

func (l *TLabel) SetGlowSize(value int32)

func (*TLabel) SetHeight

func (l *TLabel) SetHeight(value int32)

func (*TLabel) SetHint

func (l *TLabel) SetHint(value string)

func (*TLabel) SetLayout

func (l *TLabel) SetLayout(value TTextLayout)

func (*TLabel) SetLeft

func (l *TLabel) SetLeft(value int32)

func (*TLabel) SetMargins

func (l *TLabel) SetMargins(value *TMargins)

func (*TLabel) SetName

func (l *TLabel) SetName(value string)

func (*TLabel) SetOnClick

func (l *TLabel) SetOnClick(fn TNotifyEvent)

func (*TLabel) SetOnDblClick

func (l *TLabel) SetOnDblClick(fn TNotifyEvent)

func (*TLabel) SetOnMouseDown

func (l *TLabel) SetOnMouseDown(fn TMouseEvent)

func (*TLabel) SetOnMouseEnter

func (l *TLabel) SetOnMouseEnter(fn TNotifyEvent)

func (*TLabel) SetOnMouseLeave

func (l *TLabel) SetOnMouseLeave(fn TNotifyEvent)

func (*TLabel) SetOnMouseMove

func (l *TLabel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TLabel) SetOnMouseUp

func (l *TLabel) SetOnMouseUp(fn TMouseEvent)

func (*TLabel) SetParent

func (l *TLabel) SetParent(value IControl)

func (*TLabel) SetParentColor

func (l *TLabel) SetParentColor(value bool)

func (*TLabel) SetParentFont

func (l *TLabel) SetParentFont(value bool)

func (*TLabel) SetParentShowHint

func (l *TLabel) SetParentShowHint(value bool)

func (*TLabel) SetPopupMenu

func (l *TLabel) SetPopupMenu(value IComponent)

func (*TLabel) SetShowAccelChar

func (l *TLabel) SetShowAccelChar(value bool)

func (*TLabel) SetShowHint

func (l *TLabel) SetShowHint(value bool)

func (*TLabel) SetStyleElements

func (l *TLabel) SetStyleElements(value TStyleElements)

func (*TLabel) SetTag

func (l *TLabel) SetTag(value int)

func (*TLabel) SetTop

func (l *TLabel) SetTop(value int32)

func (*TLabel) SetTransparent

func (l *TLabel) SetTransparent(value bool)

func (*TLabel) SetVisible

func (l *TLabel) SetVisible(value bool)

func (*TLabel) SetWidth

func (l *TLabel) SetWidth(value int32)

func (*TLabel) SetWordWrap

func (l *TLabel) SetWordWrap(value bool)

func (*TLabel) Show

func (l *TLabel) Show()

func (*TLabel) ShowAccelChar

func (l *TLabel) ShowAccelChar() bool

func (*TLabel) ShowHint

func (l *TLabel) ShowHint() bool

func (*TLabel) StyleElements

func (l *TLabel) StyleElements() TStyleElements

func (*TLabel) Tag

func (l *TLabel) Tag() int

func (*TLabel) ToString

func (l *TLabel) ToString() string

func (*TLabel) Top

func (l *TLabel) Top() int32

func (*TLabel) Transparent

func (l *TLabel) Transparent() bool

func (*TLabel) Update

func (l *TLabel) Update()

func (*TLabel) Visible

func (l *TLabel) Visible() bool

func (*TLabel) Width

func (l *TLabel) Width() int32

func (*TLabel) WordWrap

func (l *TLabel) WordWrap() bool

type TLinkLabel

type TLinkLabel struct {
	IControl
	// contains filtered or unexported fields
}

func LinkLabelFromInst

func LinkLabelFromInst(inst uintptr) *TLinkLabel

func LinkLabelFromObj

func LinkLabelFromObj(obj IObject) *TLinkLabel

func NewLinkLabel

func NewLinkLabel(owner IComponent) *TLinkLabel

func (*TLinkLabel) Action

func (l *TLinkLabel) Action() *TAction

func (*TLinkLabel) Align

func (l *TLinkLabel) Align() TAlign

func (*TLinkLabel) AlignWithMargins

func (l *TLinkLabel) AlignWithMargins() bool

func (*TLinkLabel) Alignment

func (l *TLinkLabel) Alignment() TLinkAlignment

func (*TLinkLabel) Anchors

func (l *TLinkLabel) Anchors() TAnchors

func (*TLinkLabel) Assign

func (l *TLinkLabel) Assign(Source IObject)

func (*TLinkLabel) AutoSize

func (l *TLinkLabel) AutoSize() bool

func (*TLinkLabel) BevelEdges

func (l *TLinkLabel) BevelEdges() TBevelEdges

func (*TLinkLabel) BevelInner

func (l *TLinkLabel) BevelInner() TBevelCut

func (*TLinkLabel) BevelKind

func (l *TLinkLabel) BevelKind() TBevelKind

func (*TLinkLabel) BevelOuter

func (l *TLinkLabel) BevelOuter() TBevelCut

func (*TLinkLabel) BiDiMode

func (l *TLinkLabel) BiDiMode() TBiDiMode

func (*TLinkLabel) BoundsRect

func (l *TLinkLabel) BoundsRect() TRect

func (*TLinkLabel) BringToFront

func (l *TLinkLabel) BringToFront()

func (*TLinkLabel) Brush

func (l *TLinkLabel) Brush() *TBrush

func (*TLinkLabel) CanFocus

func (l *TLinkLabel) CanFocus() bool

func (*TLinkLabel) Caption

func (l *TLinkLabel) Caption() string

func (*TLinkLabel) ClassName

func (l *TLinkLabel) ClassName() string

func (*TLinkLabel) ClientHeight

func (l *TLinkLabel) ClientHeight() int32

func (*TLinkLabel) ClientRect

func (l *TLinkLabel) ClientRect() TRect

func (*TLinkLabel) ClientWidth

func (l *TLinkLabel) ClientWidth() int32

func (*TLinkLabel) Color

func (l *TLinkLabel) Color() TColor

func (*TLinkLabel) ComponentCount

func (l *TLinkLabel) ComponentCount() int32

func (*TLinkLabel) ComponentIndex

func (l *TLinkLabel) ComponentIndex() int32

func (*TLinkLabel) Components

func (l *TLinkLabel) Components(AIndex int32) *TComponent

func (*TLinkLabel) ControlCount

func (l *TLinkLabel) ControlCount() int32

func (*TLinkLabel) Controls

func (l *TLinkLabel) Controls(Index int32) *TControl

func (*TLinkLabel) Cursor

func (l *TLinkLabel) Cursor() TCursor

func (*TLinkLabel) CustomHint added in v1.1.0

func (l *TLinkLabel) CustomHint() *TCustomHint

func (*TLinkLabel) DoubleBuffered

func (l *TLinkLabel) DoubleBuffered() bool

func (*TLinkLabel) Enabled

func (l *TLinkLabel) Enabled() bool

func (*TLinkLabel) Equals

func (l *TLinkLabel) Equals(Obj IObject) bool

func (*TLinkLabel) ExplicitHeight

func (l *TLinkLabel) ExplicitHeight() int32

func (*TLinkLabel) ExplicitLeft

func (l *TLinkLabel) ExplicitLeft() int32

func (*TLinkLabel) ExplicitTop

func (l *TLinkLabel) ExplicitTop() int32

func (*TLinkLabel) ExplicitWidth

func (l *TLinkLabel) ExplicitWidth() int32

func (*TLinkLabel) FindComponent

func (l *TLinkLabel) FindComponent(AName string) *TComponent

func (*TLinkLabel) FlipChildren

func (l *TLinkLabel) FlipChildren(AllLevels bool)

func (*TLinkLabel) Focused

func (l *TLinkLabel) Focused() bool

func (*TLinkLabel) Font

func (l *TLinkLabel) Font() *TFont

func (*TLinkLabel) Free

func (l *TLinkLabel) Free()

func (*TLinkLabel) GetHashCode

func (l *TLinkLabel) GetHashCode() int32

func (*TLinkLabel) GetNamePath

func (l *TLinkLabel) GetNamePath() string

func (*TLinkLabel) GetTextBuf

func (l *TLinkLabel) GetTextBuf(Buffer string, BufSize int32) int32

func (*TLinkLabel) GetTextLen added in v1.1.0

func (l *TLinkLabel) GetTextLen() int32

func (*TLinkLabel) Handle

func (l *TLinkLabel) Handle() HWND

func (*TLinkLabel) HandleAllocated

func (l *TLinkLabel) HandleAllocated() bool

func (*TLinkLabel) HasParent

func (l *TLinkLabel) HasParent() bool

func (*TLinkLabel) Height

func (l *TLinkLabel) Height() int32

func (*TLinkLabel) Hide

func (l *TLinkLabel) Hide()

func (*TLinkLabel) Hint

func (l *TLinkLabel) Hint() string

func (*TLinkLabel) Instance

func (l *TLinkLabel) Instance() uintptr

func (*TLinkLabel) Invalidate

func (l *TLinkLabel) Invalidate()

func (*TLinkLabel) IsValid

func (l *TLinkLabel) IsValid() bool

func (*TLinkLabel) Left

func (l *TLinkLabel) Left() int32

func (*TLinkLabel) Margins

func (l *TLinkLabel) Margins() *TMargins

func (*TLinkLabel) Name

func (l *TLinkLabel) Name() string

func (*TLinkLabel) Owner

func (l *TLinkLabel) Owner() *TComponent

func (*TLinkLabel) Parent

func (l *TLinkLabel) Parent() *TControl

func (*TLinkLabel) ParentColor

func (l *TLinkLabel) ParentColor() bool

func (*TLinkLabel) ParentDoubleBuffered

func (l *TLinkLabel) ParentDoubleBuffered() bool

func (*TLinkLabel) ParentFont

func (l *TLinkLabel) ParentFont() bool

func (*TLinkLabel) ParentShowHint

func (l *TLinkLabel) ParentShowHint() bool

func (*TLinkLabel) ParentWindow

func (l *TLinkLabel) ParentWindow() HWND

func (*TLinkLabel) Perform

func (l *TLinkLabel) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TLinkLabel) PopupMenu

func (l *TLinkLabel) PopupMenu() *TPopupMenu

func (*TLinkLabel) Realign

func (l *TLinkLabel) Realign()

func (*TLinkLabel) Refresh

func (l *TLinkLabel) Refresh()

func (*TLinkLabel) Repaint

func (l *TLinkLabel) Repaint()

func (*TLinkLabel) ScaleBy

func (l *TLinkLabel) ScaleBy(M int32, D int32)

func (*TLinkLabel) SendToBack

func (l *TLinkLabel) SendToBack()

func (*TLinkLabel) SetAction

func (l *TLinkLabel) SetAction(value IComponent)

func (*TLinkLabel) SetAlign

func (l *TLinkLabel) SetAlign(value TAlign)

func (*TLinkLabel) SetAlignWithMargins

func (l *TLinkLabel) SetAlignWithMargins(value bool)

func (*TLinkLabel) SetAlignment

func (l *TLinkLabel) SetAlignment(value TLinkAlignment)

func (*TLinkLabel) SetAnchors

func (l *TLinkLabel) SetAnchors(value TAnchors)

func (*TLinkLabel) SetAutoSize

func (l *TLinkLabel) SetAutoSize(value bool)

func (*TLinkLabel) SetBevelEdges

func (l *TLinkLabel) SetBevelEdges(value TBevelEdges)

func (*TLinkLabel) SetBevelInner

func (l *TLinkLabel) SetBevelInner(value TBevelCut)

func (*TLinkLabel) SetBevelKind

func (l *TLinkLabel) SetBevelKind(value TBevelKind)

func (*TLinkLabel) SetBevelOuter

func (l *TLinkLabel) SetBevelOuter(value TBevelCut)

func (*TLinkLabel) SetBiDiMode

func (l *TLinkLabel) SetBiDiMode(value TBiDiMode)

func (*TLinkLabel) SetBounds

func (l *TLinkLabel) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TLinkLabel) SetBoundsRect

func (l *TLinkLabel) SetBoundsRect(value TRect)

func (*TLinkLabel) SetCaption

func (l *TLinkLabel) SetCaption(value string)

func (*TLinkLabel) SetClientHeight

func (l *TLinkLabel) SetClientHeight(value int32)

func (*TLinkLabel) SetClientWidth

func (l *TLinkLabel) SetClientWidth(value int32)

func (*TLinkLabel) SetColor

func (l *TLinkLabel) SetColor(value TColor)

func (*TLinkLabel) SetComponentIndex

func (l *TLinkLabel) SetComponentIndex(value int32)

func (*TLinkLabel) SetCursor

func (l *TLinkLabel) SetCursor(value TCursor)

func (*TLinkLabel) SetCustomHint added in v1.1.0

func (l *TLinkLabel) SetCustomHint(value IComponent)

func (*TLinkLabel) SetDoubleBuffered

func (l *TLinkLabel) SetDoubleBuffered(value bool)

func (*TLinkLabel) SetEnabled

func (l *TLinkLabel) SetEnabled(value bool)

func (*TLinkLabel) SetFocus

func (l *TLinkLabel) SetFocus()

func (*TLinkLabel) SetFont

func (l *TLinkLabel) SetFont(value *TFont)

func (*TLinkLabel) SetHeight

func (l *TLinkLabel) SetHeight(value int32)

func (*TLinkLabel) SetHint

func (l *TLinkLabel) SetHint(value string)

func (*TLinkLabel) SetLeft

func (l *TLinkLabel) SetLeft(value int32)

func (*TLinkLabel) SetMargins

func (l *TLinkLabel) SetMargins(value *TMargins)

func (*TLinkLabel) SetName

func (l *TLinkLabel) SetName(value string)

func (*TLinkLabel) SetOnClick

func (l *TLinkLabel) SetOnClick(fn TNotifyEvent)

func (*TLinkLabel) SetOnDblClick

func (l *TLinkLabel) SetOnDblClick(fn TNotifyEvent)

func (*TLinkLabel) SetOnLinkClick

func (l *TLinkLabel) SetOnLinkClick(fn TSysLinkEvent)

func (*TLinkLabel) SetOnMouseDown

func (l *TLinkLabel) SetOnMouseDown(fn TMouseEvent)

func (*TLinkLabel) SetOnMouseEnter

func (l *TLinkLabel) SetOnMouseEnter(fn TNotifyEvent)

func (*TLinkLabel) SetOnMouseLeave

func (l *TLinkLabel) SetOnMouseLeave(fn TNotifyEvent)

func (*TLinkLabel) SetOnMouseMove

func (l *TLinkLabel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TLinkLabel) SetOnMouseUp

func (l *TLinkLabel) SetOnMouseUp(fn TMouseEvent)

func (*TLinkLabel) SetParent

func (l *TLinkLabel) SetParent(value IControl)

func (*TLinkLabel) SetParentColor

func (l *TLinkLabel) SetParentColor(value bool)

func (*TLinkLabel) SetParentDoubleBuffered

func (l *TLinkLabel) SetParentDoubleBuffered(value bool)

func (*TLinkLabel) SetParentFont

func (l *TLinkLabel) SetParentFont(value bool)

func (*TLinkLabel) SetParentShowHint

func (l *TLinkLabel) SetParentShowHint(value bool)

func (*TLinkLabel) SetParentWindow

func (l *TLinkLabel) SetParentWindow(value HWND)

func (*TLinkLabel) SetPopupMenu

func (l *TLinkLabel) SetPopupMenu(value IComponent)

func (*TLinkLabel) SetShowHint

func (l *TLinkLabel) SetShowHint(value bool)

func (*TLinkLabel) SetStyleElements

func (l *TLinkLabel) SetStyleElements(value TStyleElements)

func (*TLinkLabel) SetTabOrder

func (l *TLinkLabel) SetTabOrder(value uint16)

func (*TLinkLabel) SetTabStop

func (l *TLinkLabel) SetTabStop(value bool)

func (*TLinkLabel) SetTag

func (l *TLinkLabel) SetTag(value int)

func (*TLinkLabel) SetTop

func (l *TLinkLabel) SetTop(value int32)

func (*TLinkLabel) SetUseVisualStyle

func (l *TLinkLabel) SetUseVisualStyle(value bool)

func (*TLinkLabel) SetVisible

func (l *TLinkLabel) SetVisible(value bool)

func (*TLinkLabel) SetWidth

func (l *TLinkLabel) SetWidth(value int32)

func (*TLinkLabel) Show

func (l *TLinkLabel) Show()

func (*TLinkLabel) ShowHint

func (l *TLinkLabel) ShowHint() bool

func (*TLinkLabel) StyleElements

func (l *TLinkLabel) StyleElements() TStyleElements

func (*TLinkLabel) TabOrder

func (l *TLinkLabel) TabOrder() uint16

func (*TLinkLabel) TabStop

func (l *TLinkLabel) TabStop() bool

func (*TLinkLabel) Tag

func (l *TLinkLabel) Tag() int

func (*TLinkLabel) ToString

func (l *TLinkLabel) ToString() string

func (*TLinkLabel) Top

func (l *TLinkLabel) Top() int32

func (*TLinkLabel) Update

func (l *TLinkLabel) Update()

func (*TLinkLabel) UseVisualStyle

func (l *TLinkLabel) UseVisualStyle() bool

func (*TLinkLabel) Visible

func (l *TLinkLabel) Visible() bool

func (*TLinkLabel) Width

func (l *TLinkLabel) Width() int32

type TList

type TList struct {
	IObject
	// contains filtered or unexported fields
}

func ListFromInst

func ListFromInst(inst uintptr) *TList

func ListFromObj

func ListFromObj(obj IObject) *TList

func NewList

func NewList() *TList

func (*TList) Add

func (l *TList) Add(Item uintptr) int32

func (*TList) Capacity added in v1.1.3

func (l *TList) Capacity() int32

func (*TList) ClassName

func (l *TList) ClassName() string

func (*TList) Clear

func (l *TList) Clear()

func (*TList) Count added in v1.1.3

func (l *TList) Count() int32

func (*TList) Delete

func (l *TList) Delete(Index int32)

func (*TList) Equals

func (l *TList) Equals(Obj IObject) bool

func (*TList) Expand

func (l *TList) Expand() *TList

func (*TList) Free

func (l *TList) Free()

func (*TList) GetHashCode

func (l *TList) GetHashCode() int32

func (*TList) IndexOf

func (l *TList) IndexOf(Item uintptr) int32

func (*TList) Insert

func (l *TList) Insert(Index int32, Item uintptr)

func (*TList) Instance

func (l *TList) Instance() uintptr

func (*TList) IsValid

func (l *TList) IsValid() bool

func (*TList) Items

func (l *TList) Items(Index int32) uintptr

func (*TList) List

func (l *TList) List() uintptr

func (*TList) Move

func (l *TList) Move(CurIndex int32, NewIndex int32)

func (*TList) SetCapacity added in v1.1.3

func (l *TList) SetCapacity(value int32)

func (*TList) SetCount added in v1.1.3

func (l *TList) SetCount(value int32)

func (*TList) SetItems

func (l *TList) SetItems(Index int32, value uintptr)

func (*TList) ToString

func (l *TList) ToString() string

type TListBox

type TListBox struct {
	IControl
	// contains filtered or unexported fields
}

func ListBoxFromInst

func ListBoxFromInst(inst uintptr) *TListBox

func ListBoxFromObj

func ListBoxFromObj(obj IObject) *TListBox

func NewListBox

func NewListBox(owner IComponent) *TListBox

func (*TListBox) Action

func (l *TListBox) Action() *TAction

func (*TListBox) AddItem

func (l *TListBox) AddItem(Item string, AObject IObject)

func (*TListBox) Align

func (l *TListBox) Align() TAlign

func (*TListBox) AlignWithMargins

func (l *TListBox) AlignWithMargins() bool

func (*TListBox) Anchors

func (l *TListBox) Anchors() TAnchors

func (*TListBox) Assign

func (l *TListBox) Assign(Source IObject)

func (*TListBox) AutoComplete

func (l *TListBox) AutoComplete() bool

func (*TListBox) AutoCompleteDelay

func (l *TListBox) AutoCompleteDelay() uint32

func (*TListBox) BevelEdges

func (l *TListBox) BevelEdges() TBevelEdges

func (*TListBox) BevelInner

func (l *TListBox) BevelInner() TBevelCut

func (*TListBox) BevelKind

func (l *TListBox) BevelKind() TBevelKind

func (*TListBox) BevelOuter

func (l *TListBox) BevelOuter() TBevelCut

func (*TListBox) BiDiMode

func (l *TListBox) BiDiMode() TBiDiMode

func (*TListBox) BorderStyle

func (l *TListBox) BorderStyle() TBorderStyle

func (*TListBox) BoundsRect

func (l *TListBox) BoundsRect() TRect

func (*TListBox) BringToFront

func (l *TListBox) BringToFront()

func (*TListBox) Brush

func (l *TListBox) Brush() *TBrush

func (*TListBox) CanFocus

func (l *TListBox) CanFocus() bool

func (*TListBox) Canvas

func (l *TListBox) Canvas() *TCanvas

func (*TListBox) ClassName

func (l *TListBox) ClassName() string

func (*TListBox) Clear

func (l *TListBox) Clear()

func (*TListBox) ClearSelection

func (l *TListBox) ClearSelection()

func (*TListBox) ClientHeight

func (l *TListBox) ClientHeight() int32

func (*TListBox) ClientRect

func (l *TListBox) ClientRect() TRect

func (*TListBox) ClientWidth

func (l *TListBox) ClientWidth() int32

func (*TListBox) Color

func (l *TListBox) Color() TColor

func (*TListBox) Columns

func (l *TListBox) Columns() int32

func (*TListBox) ComponentCount

func (l *TListBox) ComponentCount() int32

func (*TListBox) ComponentIndex

func (l *TListBox) ComponentIndex() int32

func (*TListBox) Components

func (l *TListBox) Components(AIndex int32) *TComponent

func (*TListBox) ControlCount

func (l *TListBox) ControlCount() int32

func (*TListBox) Controls

func (l *TListBox) Controls(Index int32) *TControl

func (*TListBox) Count added in v1.1.3

func (l *TListBox) Count() int32

func (*TListBox) Cursor

func (l *TListBox) Cursor() TCursor

func (*TListBox) CustomHint added in v1.1.0

func (l *TListBox) CustomHint() *TCustomHint

func (*TListBox) DeleteSelected

func (l *TListBox) DeleteSelected()

func (*TListBox) DoubleBuffered

func (l *TListBox) DoubleBuffered() bool

func (*TListBox) Enabled

func (l *TListBox) Enabled() bool

func (*TListBox) Equals

func (l *TListBox) Equals(Obj IObject) bool

func (*TListBox) ExplicitHeight

func (l *TListBox) ExplicitHeight() int32

func (*TListBox) ExplicitLeft

func (l *TListBox) ExplicitLeft() int32

func (*TListBox) ExplicitTop

func (l *TListBox) ExplicitTop() int32

func (*TListBox) ExplicitWidth

func (l *TListBox) ExplicitWidth() int32

func (*TListBox) FindComponent

func (l *TListBox) FindComponent(AName string) *TComponent

func (*TListBox) FlipChildren

func (l *TListBox) FlipChildren(AllLevels bool)

func (*TListBox) Focused

func (l *TListBox) Focused() bool

func (*TListBox) Font

func (l *TListBox) Font() *TFont

func (*TListBox) Free

func (l *TListBox) Free()

func (*TListBox) GetHashCode

func (l *TListBox) GetHashCode() int32

func (*TListBox) GetNamePath

func (l *TListBox) GetNamePath() string

func (*TListBox) GetTextBuf

func (l *TListBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TListBox) GetTextLen added in v1.1.0

func (l *TListBox) GetTextLen() int32

func (*TListBox) Handle

func (l *TListBox) Handle() HWND

func (*TListBox) HandleAllocated

func (l *TListBox) HandleAllocated() bool

func (*TListBox) HasParent

func (l *TListBox) HasParent() bool

func (*TListBox) Height

func (l *TListBox) Height() int32

func (*TListBox) Hide

func (l *TListBox) Hide()

func (*TListBox) Hint

func (l *TListBox) Hint() string

func (*TListBox) Instance

func (l *TListBox) Instance() uintptr

func (*TListBox) Invalidate

func (l *TListBox) Invalidate()

func (*TListBox) IsValid

func (l *TListBox) IsValid() bool

func (*TListBox) ItemHeight

func (l *TListBox) ItemHeight() int32

func (*TListBox) ItemIndex

func (l *TListBox) ItemIndex() int32

func (*TListBox) Items

func (l *TListBox) Items() *TStrings

func (*TListBox) Left

func (l *TListBox) Left() int32

func (*TListBox) Margins

func (l *TListBox) Margins() *TMargins

func (*TListBox) MultiSelect

func (l *TListBox) MultiSelect() bool

func (*TListBox) Name

func (l *TListBox) Name() string

func (*TListBox) Owner

func (l *TListBox) Owner() *TComponent

func (*TListBox) Parent

func (l *TListBox) Parent() *TControl

func (*TListBox) ParentColor

func (l *TListBox) ParentColor() bool

func (*TListBox) ParentCtl3D

func (l *TListBox) ParentCtl3D() bool

func (*TListBox) ParentDoubleBuffered

func (l *TListBox) ParentDoubleBuffered() bool

func (*TListBox) ParentFont

func (l *TListBox) ParentFont() bool

func (*TListBox) ParentShowHint

func (l *TListBox) ParentShowHint() bool

func (*TListBox) ParentWindow

func (l *TListBox) ParentWindow() HWND

func (*TListBox) Perform

func (l *TListBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TListBox) PopupMenu

func (l *TListBox) PopupMenu() *TPopupMenu

func (*TListBox) Realign

func (l *TListBox) Realign()

func (*TListBox) Refresh

func (l *TListBox) Refresh()

func (*TListBox) Repaint

func (l *TListBox) Repaint()

func (*TListBox) ScaleBy

func (l *TListBox) ScaleBy(M int32, D int32)

func (*TListBox) SelCount

func (l *TListBox) SelCount() int32

func (*TListBox) SelectAll

func (l *TListBox) SelectAll()

func (*TListBox) Selected

func (l *TListBox) Selected(Index int32) bool

func (*TListBox) SendToBack

func (l *TListBox) SendToBack()

func (*TListBox) SetAction

func (l *TListBox) SetAction(value IComponent)

func (*TListBox) SetAlign

func (l *TListBox) SetAlign(value TAlign)

func (*TListBox) SetAlignWithMargins

func (l *TListBox) SetAlignWithMargins(value bool)

func (*TListBox) SetAnchors

func (l *TListBox) SetAnchors(value TAnchors)

func (*TListBox) SetAutoComplete

func (l *TListBox) SetAutoComplete(value bool)

func (*TListBox) SetAutoCompleteDelay

func (l *TListBox) SetAutoCompleteDelay(value uint32)

func (*TListBox) SetBevelEdges

func (l *TListBox) SetBevelEdges(value TBevelEdges)

func (*TListBox) SetBevelInner

func (l *TListBox) SetBevelInner(value TBevelCut)

func (*TListBox) SetBevelKind

func (l *TListBox) SetBevelKind(value TBevelKind)

func (*TListBox) SetBevelOuter

func (l *TListBox) SetBevelOuter(value TBevelCut)

func (*TListBox) SetBiDiMode

func (l *TListBox) SetBiDiMode(value TBiDiMode)

func (*TListBox) SetBorderStyle

func (l *TListBox) SetBorderStyle(value TBorderStyle)

func (*TListBox) SetBounds

func (l *TListBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TListBox) SetBoundsRect

func (l *TListBox) SetBoundsRect(value TRect)

func (*TListBox) SetClientHeight

func (l *TListBox) SetClientHeight(value int32)

func (*TListBox) SetClientWidth

func (l *TListBox) SetClientWidth(value int32)

func (*TListBox) SetColor

func (l *TListBox) SetColor(value TColor)

func (*TListBox) SetColumns

func (l *TListBox) SetColumns(value int32)

func (*TListBox) SetComponentIndex

func (l *TListBox) SetComponentIndex(value int32)

func (*TListBox) SetCount added in v1.1.3

func (l *TListBox) SetCount(value int32)

func (*TListBox) SetCursor

func (l *TListBox) SetCursor(value TCursor)

func (*TListBox) SetCustomHint added in v1.1.0

func (l *TListBox) SetCustomHint(value IComponent)

func (*TListBox) SetDoubleBuffered

func (l *TListBox) SetDoubleBuffered(value bool)

func (*TListBox) SetEnabled

func (l *TListBox) SetEnabled(value bool)

func (*TListBox) SetFocus

func (l *TListBox) SetFocus()

func (*TListBox) SetFont

func (l *TListBox) SetFont(value *TFont)

func (*TListBox) SetHeight

func (l *TListBox) SetHeight(value int32)

func (*TListBox) SetHint

func (l *TListBox) SetHint(value string)

func (*TListBox) SetItemHeight

func (l *TListBox) SetItemHeight(value int32)

func (*TListBox) SetItemIndex

func (l *TListBox) SetItemIndex(value int32)

func (*TListBox) SetItems

func (l *TListBox) SetItems(value IObject)

func (*TListBox) SetLeft

func (l *TListBox) SetLeft(value int32)

func (*TListBox) SetMargins

func (l *TListBox) SetMargins(value *TMargins)

func (*TListBox) SetMultiSelect

func (l *TListBox) SetMultiSelect(value bool)

func (*TListBox) SetName

func (l *TListBox) SetName(value string)

func (*TListBox) SetOnClick

func (l *TListBox) SetOnClick(fn TNotifyEvent)

func (*TListBox) SetOnDblClick

func (l *TListBox) SetOnDblClick(fn TNotifyEvent)

func (*TListBox) SetOnDrawItem added in v1.0.2

func (l *TListBox) SetOnDrawItem(fn TDrawItemEvent)

func (*TListBox) SetOnEnter

func (l *TListBox) SetOnEnter(fn TNotifyEvent)

func (*TListBox) SetOnExit

func (l *TListBox) SetOnExit(fn TNotifyEvent)

func (*TListBox) SetOnKeyDown

func (l *TListBox) SetOnKeyDown(fn TKeyEvent)

func (*TListBox) SetOnKeyPress

func (l *TListBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TListBox) SetOnKeyUp

func (l *TListBox) SetOnKeyUp(fn TKeyEvent)

func (*TListBox) SetOnMouseDown

func (l *TListBox) SetOnMouseDown(fn TMouseEvent)

func (*TListBox) SetOnMouseEnter

func (l *TListBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TListBox) SetOnMouseLeave

func (l *TListBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TListBox) SetOnMouseMove

func (l *TListBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TListBox) SetOnMouseUp

func (l *TListBox) SetOnMouseUp(fn TMouseEvent)

func (*TListBox) SetParent

func (l *TListBox) SetParent(value IControl)

func (*TListBox) SetParentColor

func (l *TListBox) SetParentColor(value bool)

func (*TListBox) SetParentCtl3D

func (l *TListBox) SetParentCtl3D(value bool)

func (*TListBox) SetParentDoubleBuffered

func (l *TListBox) SetParentDoubleBuffered(value bool)

func (*TListBox) SetParentFont

func (l *TListBox) SetParentFont(value bool)

func (*TListBox) SetParentShowHint

func (l *TListBox) SetParentShowHint(value bool)

func (*TListBox) SetParentWindow

func (l *TListBox) SetParentWindow(value HWND)

func (*TListBox) SetPopupMenu

func (l *TListBox) SetPopupMenu(value IComponent)

func (*TListBox) SetSelected

func (l *TListBox) SetSelected(Index int32, value bool)

func (*TListBox) SetShowHint

func (l *TListBox) SetShowHint(value bool)

func (*TListBox) SetSorted

func (l *TListBox) SetSorted(value bool)

func (*TListBox) SetStyle

func (l *TListBox) SetStyle(value TListBoxStyle)

func (*TListBox) SetStyleElements

func (l *TListBox) SetStyleElements(value TStyleElements)

func (*TListBox) SetTabOrder

func (l *TListBox) SetTabOrder(value uint16)

func (*TListBox) SetTabStop

func (l *TListBox) SetTabStop(value bool)

func (*TListBox) SetTabWidth

func (l *TListBox) SetTabWidth(value int32)

func (*TListBox) SetTag

func (l *TListBox) SetTag(value int)

func (*TListBox) SetTop

func (l *TListBox) SetTop(value int32)

func (*TListBox) SetVisible

func (l *TListBox) SetVisible(value bool)

func (*TListBox) SetWidth

func (l *TListBox) SetWidth(value int32)

func (*TListBox) Show

func (l *TListBox) Show()

func (*TListBox) ShowHint

func (l *TListBox) ShowHint() bool

func (*TListBox) Sorted

func (l *TListBox) Sorted() bool

func (*TListBox) Style

func (l *TListBox) Style() TListBoxStyle

func (*TListBox) StyleElements

func (l *TListBox) StyleElements() TStyleElements

func (*TListBox) TabOrder

func (l *TListBox) TabOrder() uint16

func (*TListBox) TabStop

func (l *TListBox) TabStop() bool

func (*TListBox) TabWidth

func (l *TListBox) TabWidth() int32

func (*TListBox) Tag

func (l *TListBox) Tag() int

func (*TListBox) ToString

func (l *TListBox) ToString() string

func (*TListBox) Top

func (l *TListBox) Top() int32

func (*TListBox) Update

func (l *TListBox) Update()

func (*TListBox) Visible

func (l *TListBox) Visible() bool

func (*TListBox) Width

func (l *TListBox) Width() int32

type TListColumn

type TListColumn struct {
	IObject
	// contains filtered or unexported fields
}

func ListColumnFromInst

func ListColumnFromInst(inst uintptr) *TListColumn

func ListColumnFromObj

func ListColumnFromObj(obj IObject) *TListColumn

func NewListColumn

func NewListColumn() *TListColumn

func (*TListColumn) Alignment

func (l *TListColumn) Alignment() TAlignment

func (*TListColumn) Assign

func (l *TListColumn) Assign(Source IObject)

func (*TListColumn) AutoSize

func (l *TListColumn) AutoSize() bool

func (*TListColumn) Caption

func (l *TListColumn) Caption() string

func (*TListColumn) ClassName

func (l *TListColumn) ClassName() string

func (*TListColumn) Equals

func (l *TListColumn) Equals(Obj IObject) bool

func (*TListColumn) Free

func (l *TListColumn) Free()

func (*TListColumn) GetHashCode

func (l *TListColumn) GetHashCode() int32

func (*TListColumn) GetNamePath

func (l *TListColumn) GetNamePath() string

func (*TListColumn) ImageIndex

func (l *TListColumn) ImageIndex() int32

func (*TListColumn) Index

func (l *TListColumn) Index() int32

func (*TListColumn) Instance

func (l *TListColumn) Instance() uintptr

func (*TListColumn) IsValid

func (l *TListColumn) IsValid() bool

func (*TListColumn) MaxWidth added in v1.3.0

func (l *TListColumn) MaxWidth() int32

func (*TListColumn) MinWidth added in v1.3.0

func (l *TListColumn) MinWidth() int32

func (*TListColumn) SetAlignment

func (l *TListColumn) SetAlignment(value TAlignment)

func (*TListColumn) SetAutoSize

func (l *TListColumn) SetAutoSize(value bool)

func (*TListColumn) SetCaption

func (l *TListColumn) SetCaption(value string)

func (*TListColumn) SetImageIndex

func (l *TListColumn) SetImageIndex(value int32)

func (*TListColumn) SetIndex

func (l *TListColumn) SetIndex(value int32)

func (*TListColumn) SetMaxWidth added in v1.3.0

func (l *TListColumn) SetMaxWidth(value int32)

func (*TListColumn) SetMinWidth added in v1.3.0

func (l *TListColumn) SetMinWidth(value int32)

func (*TListColumn) SetTag

func (l *TListColumn) SetTag(value int32)

func (*TListColumn) SetWidth

func (l *TListColumn) SetWidth(value int32)

func (*TListColumn) Tag

func (l *TListColumn) Tag() int32

func (*TListColumn) ToString

func (l *TListColumn) ToString() string

func (*TListColumn) Width

func (l *TListColumn) Width() int32

type TListColumns

type TListColumns struct {
	IObject
	// contains filtered or unexported fields
}

func ListColumnsFromInst

func ListColumnsFromInst(inst uintptr) *TListColumns

func ListColumnsFromObj

func ListColumnsFromObj(obj IObject) *TListColumns

func NewListColumns

func NewListColumns() *TListColumns

func (*TListColumns) Add

func (l *TListColumns) Add() *TListColumn

func (*TListColumns) Assign

func (l *TListColumns) Assign(Source IObject)

func (*TListColumns) BeginUpdate

func (l *TListColumns) BeginUpdate()

func (*TListColumns) Capacity added in v1.1.3

func (l *TListColumns) Capacity() int32

func (*TListColumns) ClassName

func (l *TListColumns) ClassName() string

func (*TListColumns) Clear

func (l *TListColumns) Clear()

func (*TListColumns) Count added in v1.1.3

func (l *TListColumns) Count() int32

func (*TListColumns) Delete

func (l *TListColumns) Delete(Index int32)

func (*TListColumns) EndUpdate

func (l *TListColumns) EndUpdate()

func (*TListColumns) Equals

func (l *TListColumns) Equals(Obj IObject) bool

func (*TListColumns) Free

func (l *TListColumns) Free()

func (*TListColumns) GetHashCode

func (l *TListColumns) GetHashCode() int32

func (*TListColumns) GetNamePath

func (l *TListColumns) GetNamePath() string

func (*TListColumns) Insert

func (l *TListColumns) Insert(Index int32) *TCollectionItem

func (*TListColumns) Instance

func (l *TListColumns) Instance() uintptr

func (*TListColumns) IsValid

func (l *TListColumns) IsValid() bool

func (*TListColumns) Items

func (l *TListColumns) Items(Index int32) *TListColumn

func (*TListColumns) Owner

func (l *TListColumns) Owner() *TControl

func (*TListColumns) SetCapacity added in v1.1.3

func (l *TListColumns) SetCapacity(value int32)

func (*TListColumns) SetItems

func (l *TListColumns) SetItems(Index int32, value *TListColumn)

func (*TListColumns) ToString

func (l *TListColumns) ToString() string

type TListGroup

type TListGroup struct {
	IObject
	// contains filtered or unexported fields
}

func ListGroupFromInst

func ListGroupFromInst(inst uintptr) *TListGroup

func ListGroupFromObj

func ListGroupFromObj(obj IObject) *TListGroup

func NewListGroup

func NewListGroup() *TListGroup

func (*TListGroup) Assign

func (l *TListGroup) Assign(Source IObject)

func (*TListGroup) ClassName

func (l *TListGroup) ClassName() string

func (*TListGroup) Equals

func (l *TListGroup) Equals(Obj IObject) bool

func (*TListGroup) Footer

func (l *TListGroup) Footer() string

func (*TListGroup) FooterAlign

func (l *TListGroup) FooterAlign() TAlignment

func (*TListGroup) Free

func (l *TListGroup) Free()

func (*TListGroup) GetHashCode

func (l *TListGroup) GetHashCode() int32

func (*TListGroup) GetNamePath

func (l *TListGroup) GetNamePath() string

func (*TListGroup) GroupID

func (l *TListGroup) GroupID() int32

func (*TListGroup) Header

func (l *TListGroup) Header() string

func (*TListGroup) HeaderAlign

func (l *TListGroup) HeaderAlign() TAlignment

func (*TListGroup) Index

func (l *TListGroup) Index() int32

func (*TListGroup) Instance

func (l *TListGroup) Instance() uintptr

func (*TListGroup) IsValid

func (l *TListGroup) IsValid() bool

func (*TListGroup) SetFooter

func (l *TListGroup) SetFooter(value string)

func (*TListGroup) SetFooterAlign

func (l *TListGroup) SetFooterAlign(value TAlignment)

func (*TListGroup) SetGroupID

func (l *TListGroup) SetGroupID(value int32)

func (*TListGroup) SetHeader

func (l *TListGroup) SetHeader(value string)

func (*TListGroup) SetHeaderAlign

func (l *TListGroup) SetHeaderAlign(value TAlignment)

func (*TListGroup) SetIndex

func (l *TListGroup) SetIndex(value int32)

func (*TListGroup) SetState

func (l *TListGroup) SetState(value TListGroupStateSet)

func (*TListGroup) SetSubtitle

func (l *TListGroup) SetSubtitle(value string)

func (*TListGroup) SetTitleImage

func (l *TListGroup) SetTitleImage(value int32)

func (*TListGroup) State

func (l *TListGroup) State() TListGroupStateSet

func (*TListGroup) Subtitle

func (l *TListGroup) Subtitle() string

func (*TListGroup) TitleImage

func (l *TListGroup) TitleImage() int32

func (*TListGroup) ToString

func (l *TListGroup) ToString() string

type TListGroups

type TListGroups struct {
	IObject
	// contains filtered or unexported fields
}

func ListGroupsFromInst

func ListGroupsFromInst(inst uintptr) *TListGroups

func ListGroupsFromObj

func ListGroupsFromObj(obj IObject) *TListGroups

func NewListGroups

func NewListGroups() *TListGroups

func (*TListGroups) Add

func (l *TListGroups) Add() *TListGroup

func (*TListGroups) Assign

func (l *TListGroups) Assign(Source IObject)

func (*TListGroups) BeginUpdate

func (l *TListGroups) BeginUpdate()

func (*TListGroups) Capacity added in v1.1.3

func (l *TListGroups) Capacity() int32

func (*TListGroups) ClassName

func (l *TListGroups) ClassName() string

func (*TListGroups) Clear

func (l *TListGroups) Clear()

func (*TListGroups) Count added in v1.1.3

func (l *TListGroups) Count() int32

func (*TListGroups) Delete

func (l *TListGroups) Delete(Index int32)

func (*TListGroups) EndUpdate

func (l *TListGroups) EndUpdate()

func (*TListGroups) Equals

func (l *TListGroups) Equals(Obj IObject) bool

func (*TListGroups) Free

func (l *TListGroups) Free()

func (*TListGroups) GetHashCode

func (l *TListGroups) GetHashCode() int32

func (*TListGroups) GetNamePath

func (l *TListGroups) GetNamePath() string

func (*TListGroups) Insert

func (l *TListGroups) Insert(Index int32) *TCollectionItem

func (*TListGroups) Instance

func (l *TListGroups) Instance() uintptr

func (*TListGroups) IsValid

func (l *TListGroups) IsValid() bool

func (*TListGroups) Items

func (l *TListGroups) Items(Index int32) *TListGroup

func (*TListGroups) Owner

func (l *TListGroups) Owner() *TControl

func (*TListGroups) SetCapacity added in v1.1.3

func (l *TListGroups) SetCapacity(value int32)

func (*TListGroups) SetItems

func (l *TListGroups) SetItems(Index int32, value *TListGroup)

func (*TListGroups) ToString

func (l *TListGroups) ToString() string

type TListItem

type TListItem struct {
	IObject
	// contains filtered or unexported fields
}

func ListItemFromInst

func ListItemFromInst(inst uintptr) *TListItem

func ListItemFromObj

func ListItemFromObj(obj IObject) *TListItem

func NewListItem

func NewListItem() *TListItem

func (*TListItem) Assign

func (l *TListItem) Assign(Source IObject)

func (*TListItem) CancelEdit

func (l *TListItem) CancelEdit()

func (*TListItem) Caption

func (l *TListItem) Caption() string

func (*TListItem) Checked

func (l *TListItem) Checked() bool

func (*TListItem) ClassName

func (l *TListItem) ClassName() string

func (*TListItem) Cut

func (l *TListItem) Cut() bool

func (*TListItem) Data

func (l *TListItem) Data() uintptr

func (*TListItem) Delete

func (l *TListItem) Delete()

func (*TListItem) Deleting

func (l *TListItem) Deleting() bool

func (*TListItem) DisplayRect added in v1.1.3

func (l *TListItem) DisplayRect(Code TDisplayCode) TRect

func (*TListItem) DropTarget

func (l *TListItem) DropTarget() bool

func (*TListItem) EditCaption

func (l *TListItem) EditCaption() bool

func (*TListItem) Equals

func (l *TListItem) Equals(Obj IObject) bool

func (*TListItem) Focused

func (l *TListItem) Focused() bool

func (*TListItem) Free

func (l *TListItem) Free()

func (*TListItem) GetHashCode

func (l *TListItem) GetHashCode() int32

func (*TListItem) GetNamePath

func (l *TListItem) GetNamePath() string

func (*TListItem) GroupID

func (l *TListItem) GroupID() int32

func (*TListItem) Handle

func (l *TListItem) Handle() HWND

func (*TListItem) ImageIndex

func (l *TListItem) ImageIndex() int32

func (*TListItem) Indent

func (l *TListItem) Indent() int32

func (*TListItem) Index

func (l *TListItem) Index() int32

func (*TListItem) Instance

func (l *TListItem) Instance() uintptr

func (*TListItem) IsValid

func (l *TListItem) IsValid() bool

func (*TListItem) Left

func (l *TListItem) Left() int32

func (*TListItem) MakeVisible

func (l *TListItem) MakeVisible(PartialOK bool)

func (*TListItem) OverlayIndex

func (l *TListItem) OverlayIndex() int32

func (*TListItem) Owner

func (l *TListItem) Owner() *TListItems

func (*TListItem) Position

func (l *TListItem) Position() TPoint

func (*TListItem) Selected

func (l *TListItem) Selected() bool

func (*TListItem) SetCaption

func (l *TListItem) SetCaption(value string)

func (*TListItem) SetChecked

func (l *TListItem) SetChecked(value bool)

func (*TListItem) SetCut

func (l *TListItem) SetCut(value bool)

func (*TListItem) SetData

func (l *TListItem) SetData(value uintptr)

func (*TListItem) SetDropTarget

func (l *TListItem) SetDropTarget(value bool)

func (*TListItem) SetFocused

func (l *TListItem) SetFocused(value bool)

func (*TListItem) SetGroupID

func (l *TListItem) SetGroupID(value int32)

func (*TListItem) SetImageIndex

func (l *TListItem) SetImageIndex(value int32)

func (*TListItem) SetIndent

func (l *TListItem) SetIndent(value int32)

func (*TListItem) SetLeft

func (l *TListItem) SetLeft(value int32)

func (*TListItem) SetOverlayIndex

func (l *TListItem) SetOverlayIndex(value int32)

func (*TListItem) SetPosition

func (l *TListItem) SetPosition(value TPoint)

func (*TListItem) SetSelected

func (l *TListItem) SetSelected(value bool)

func (*TListItem) SetStateIndex

func (l *TListItem) SetStateIndex(value int32)

func (*TListItem) SetSubItemImages

func (l *TListItem) SetSubItemImages(Index int32, value int32)

func (*TListItem) SetSubItems

func (l *TListItem) SetSubItems(value IObject)

func (*TListItem) SetTop

func (l *TListItem) SetTop(value int32)

func (*TListItem) StateIndex

func (l *TListItem) StateIndex() int32

func (*TListItem) SubItemImages

func (l *TListItem) SubItemImages(Index int32) int32

func (*TListItem) SubItems

func (l *TListItem) SubItems() *TStrings

func (*TListItem) ToString

func (l *TListItem) ToString() string

func (*TListItem) Top

func (l *TListItem) Top() int32

func (*TListItem) Update

func (l *TListItem) Update()

func (*TListItem) WorkArea

func (l *TListItem) WorkArea() int32

type TListItems

type TListItems struct {
	IObject
	// contains filtered or unexported fields
}

func ListItemsFromInst

func ListItemsFromInst(inst uintptr) *TListItems

func ListItemsFromObj

func ListItemsFromObj(obj IObject) *TListItems

func NewListItems

func NewListItems() *TListItems

func (*TListItems) Add

func (l *TListItems) Add() *TListItem

func (*TListItems) AddItem

func (l *TListItems) AddItem(Item *TListItem, Index int32) *TListItem

func (*TListItems) Assign

func (l *TListItems) Assign(Source IObject)

func (*TListItems) BeginUpdate

func (l *TListItems) BeginUpdate()

func (*TListItems) ClassName

func (l *TListItems) ClassName() string

func (*TListItems) Clear

func (l *TListItems) Clear()

func (*TListItems) Count added in v1.1.3

func (l *TListItems) Count() int32

func (*TListItems) Delete

func (l *TListItems) Delete(Index int32)

func (*TListItems) EndUpdate

func (l *TListItems) EndUpdate()

func (*TListItems) Equals

func (l *TListItems) Equals(Obj IObject) bool

func (*TListItems) Free

func (l *TListItems) Free()

func (*TListItems) GetHashCode

func (l *TListItems) GetHashCode() int32

func (*TListItems) GetNamePath

func (l *TListItems) GetNamePath() string

func (*TListItems) Handle

func (l *TListItems) Handle() HWND

func (*TListItems) IndexOf

func (l *TListItems) IndexOf(Value *TListItem) int32

func (*TListItems) Insert

func (l *TListItems) Insert(Index int32) *TListItem

func (*TListItems) Instance

func (l *TListItems) Instance() uintptr

func (*TListItems) IsValid

func (l *TListItems) IsValid() bool

func (*TListItems) Item

func (l *TListItems) Item(Index int32) *TListItem

func (*TListItems) Owner

func (l *TListItems) Owner() *TControl

func (*TListItems) SetCount added in v1.1.3

func (l *TListItems) SetCount(value int32)

func (*TListItems) SetItem

func (l *TListItems) SetItem(Index int32, value *TListItem)

func (*TListItems) ToString

func (l *TListItems) ToString() string

type TListView

type TListView struct {
	IControl
	// contains filtered or unexported fields
}

func ListViewFromInst

func ListViewFromInst(inst uintptr) *TListView

func ListViewFromObj

func ListViewFromObj(obj IObject) *TListView

func NewListView

func NewListView(owner IComponent) *TListView

func (*TListView) Action

func (l *TListView) Action() *TAction

func (*TListView) AddItem

func (l *TListView) AddItem(Item string, AObject IObject)

func (*TListView) Align

func (l *TListView) Align() TAlign

func (*TListView) AlignWithMargins

func (l *TListView) AlignWithMargins() bool

func (*TListView) AllocBy

func (l *TListView) AllocBy() int32

func (*TListView) AlphaSort

func (l *TListView) AlphaSort() bool

func (*TListView) Anchors

func (l *TListView) Anchors() TAnchors

func (*TListView) Assign

func (l *TListView) Assign(Source IObject)

func (*TListView) BevelEdges

func (l *TListView) BevelEdges() TBevelEdges

func (*TListView) BevelInner

func (l *TListView) BevelInner() TBevelCut

func (*TListView) BevelKind

func (l *TListView) BevelKind() TBevelKind

func (*TListView) BevelOuter

func (l *TListView) BevelOuter() TBevelCut

func (*TListView) BiDiMode

func (l *TListView) BiDiMode() TBiDiMode

func (*TListView) BorderStyle

func (l *TListView) BorderStyle() TBorderStyle

func (*TListView) BorderWidth

func (l *TListView) BorderWidth() int32

func (*TListView) BoundsRect

func (l *TListView) BoundsRect() TRect

func (*TListView) BringToFront

func (l *TListView) BringToFront()

func (*TListView) Brush

func (l *TListView) Brush() *TBrush

func (*TListView) CanFocus

func (l *TListView) CanFocus() bool

func (*TListView) Canvas

func (l *TListView) Canvas() *TCanvas

func (*TListView) Checkboxes

func (l *TListView) Checkboxes() bool

func (*TListView) ClassName

func (l *TListView) ClassName() string

func (*TListView) Clear

func (l *TListView) Clear()

func (*TListView) ClearSelection

func (l *TListView) ClearSelection()

func (*TListView) ClientHeight

func (l *TListView) ClientHeight() int32

func (*TListView) ClientRect

func (l *TListView) ClientRect() TRect

func (*TListView) ClientWidth

func (l *TListView) ClientWidth() int32

func (*TListView) Color

func (l *TListView) Color() TColor

func (*TListView) Column

func (l *TListView) Column(Index int32) *TListColumn

func (*TListView) ColumnClick

func (l *TListView) ColumnClick() bool

func (*TListView) Columns

func (l *TListView) Columns() *TListColumns

func (*TListView) ComponentCount

func (l *TListView) ComponentCount() int32

func (*TListView) ComponentIndex

func (l *TListView) ComponentIndex() int32

func (*TListView) Components

func (l *TListView) Components(AIndex int32) *TComponent

func (*TListView) ControlCount

func (l *TListView) ControlCount() int32

func (*TListView) Controls

func (l *TListView) Controls(Index int32) *TControl

func (*TListView) Cursor

func (l *TListView) Cursor() TCursor

func (*TListView) CustomHint added in v1.1.0

func (l *TListView) CustomHint() *TCustomHint

func (*TListView) CustomSort added in v1.0.4

func (l *TListView) CustomSort(SortProc PFNLVCOMPARE, lParam int) bool

func (*TListView) DeleteSelected

func (l *TListView) DeleteSelected()

func (*TListView) DoubleBuffered

func (l *TListView) DoubleBuffered() bool

func (*TListView) DropTarget

func (l *TListView) DropTarget() *TListItem

func (*TListView) Enabled

func (l *TListView) Enabled() bool

func (*TListView) Equals

func (l *TListView) Equals(Obj IObject) bool

func (*TListView) ExplicitHeight

func (l *TListView) ExplicitHeight() int32

func (*TListView) ExplicitLeft

func (l *TListView) ExplicitLeft() int32

func (*TListView) ExplicitTop

func (l *TListView) ExplicitTop() int32

func (*TListView) ExplicitWidth

func (l *TListView) ExplicitWidth() int32

func (*TListView) FindComponent

func (l *TListView) FindComponent(AName string) *TComponent

func (*TListView) FlatScrollBars

func (l *TListView) FlatScrollBars() bool

func (*TListView) FlipChildren

func (l *TListView) FlipChildren(AllLevels bool)

func (*TListView) Focused

func (l *TListView) Focused() bool

func (*TListView) Font

func (l *TListView) Font() *TFont

func (*TListView) Free

func (l *TListView) Free()

func (*TListView) FullDrag

func (l *TListView) FullDrag() bool

func (*TListView) GetHashCode

func (l *TListView) GetHashCode() int32

func (*TListView) GetNamePath

func (l *TListView) GetNamePath() string

func (*TListView) GetSearchString

func (l *TListView) GetSearchString() string

func (*TListView) GetTextBuf

func (l *TListView) GetTextBuf(Buffer string, BufSize int32) int32

func (*TListView) GetTextLen added in v1.1.0

func (l *TListView) GetTextLen() int32

func (*TListView) GridLines

func (l *TListView) GridLines() bool

func (*TListView) GroupHeaderImages

func (l *TListView) GroupHeaderImages() *TImageList

func (*TListView) GroupView

func (l *TListView) GroupView() bool

func (*TListView) Groups

func (l *TListView) Groups() *TListGroups

func (*TListView) Handle

func (l *TListView) Handle() HWND

func (*TListView) HandleAllocated

func (l *TListView) HandleAllocated() bool

func (*TListView) HasParent

func (l *TListView) HasParent() bool

func (*TListView) Height

func (l *TListView) Height() int32

func (*TListView) Hide

func (l *TListView) Hide()

func (*TListView) HideSelection

func (l *TListView) HideSelection() bool

func (*TListView) Hint

func (l *TListView) Hint() string

func (*TListView) HotTrack

func (l *TListView) HotTrack() bool

func (*TListView) HoverTime

func (l *TListView) HoverTime() int32

func (*TListView) IconOptions

func (l *TListView) IconOptions() *TIconOptions

func (*TListView) Instance

func (l *TListView) Instance() uintptr

func (*TListView) Invalidate

func (l *TListView) Invalidate()

func (*TListView) IsEditing

func (l *TListView) IsEditing() bool

func (*TListView) IsValid

func (l *TListView) IsValid() bool

func (*TListView) ItemFocused

func (l *TListView) ItemFocused() *TListItem

func (*TListView) ItemIndex

func (l *TListView) ItemIndex() int32

func (*TListView) Items

func (l *TListView) Items() *TListItems

func (*TListView) LargeImages

func (l *TListView) LargeImages() *TImageList

func (*TListView) Left

func (l *TListView) Left() int32

func (*TListView) Margins

func (l *TListView) Margins() *TMargins

func (*TListView) MultiSelect

func (l *TListView) MultiSelect() bool

func (*TListView) Name

func (l *TListView) Name() string

func (*TListView) Owner

func (l *TListView) Owner() *TComponent

func (*TListView) Parent

func (l *TListView) Parent() *TControl

func (*TListView) ParentColor

func (l *TListView) ParentColor() bool

func (*TListView) ParentDoubleBuffered

func (l *TListView) ParentDoubleBuffered() bool

func (*TListView) ParentFont

func (l *TListView) ParentFont() bool

func (*TListView) ParentShowHint

func (l *TListView) ParentShowHint() bool

func (*TListView) ParentWindow

func (l *TListView) ParentWindow() HWND

func (*TListView) Perform

func (l *TListView) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TListView) PopupMenu

func (l *TListView) PopupMenu() *TPopupMenu

func (*TListView) ReadOnly

func (l *TListView) ReadOnly() bool

func (*TListView) Realign

func (l *TListView) Realign()

func (*TListView) Refresh

func (l *TListView) Refresh()

func (*TListView) Repaint

func (l *TListView) Repaint()

func (*TListView) RowSelect

func (l *TListView) RowSelect() bool

func (*TListView) ScaleBy

func (l *TListView) ScaleBy(M int32, D int32)

func (*TListView) Scroll

func (l *TListView) Scroll(DX int32, DY int32)

func (*TListView) SelCount

func (l *TListView) SelCount() int32

func (*TListView) SelectAll

func (l *TListView) SelectAll()

func (*TListView) Selected

func (l *TListView) Selected() *TListItem

func (*TListView) SendToBack

func (l *TListView) SendToBack()

func (*TListView) SetAction

func (l *TListView) SetAction(value IComponent)

func (*TListView) SetAlign

func (l *TListView) SetAlign(value TAlign)

func (*TListView) SetAlignWithMargins

func (l *TListView) SetAlignWithMargins(value bool)

func (*TListView) SetAllocBy

func (l *TListView) SetAllocBy(value int32)

func (*TListView) SetAnchors

func (l *TListView) SetAnchors(value TAnchors)

func (*TListView) SetBevelEdges

func (l *TListView) SetBevelEdges(value TBevelEdges)

func (*TListView) SetBevelInner

func (l *TListView) SetBevelInner(value TBevelCut)

func (*TListView) SetBevelKind

func (l *TListView) SetBevelKind(value TBevelKind)

func (*TListView) SetBevelOuter

func (l *TListView) SetBevelOuter(value TBevelCut)

func (*TListView) SetBiDiMode

func (l *TListView) SetBiDiMode(value TBiDiMode)

func (*TListView) SetBorderStyle

func (l *TListView) SetBorderStyle(value TBorderStyle)

func (*TListView) SetBorderWidth

func (l *TListView) SetBorderWidth(value int32)

func (*TListView) SetBounds

func (l *TListView) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TListView) SetBoundsRect

func (l *TListView) SetBoundsRect(value TRect)

func (*TListView) SetCheckboxes

func (l *TListView) SetCheckboxes(value bool)

func (*TListView) SetClientHeight

func (l *TListView) SetClientHeight(value int32)

func (*TListView) SetClientWidth

func (l *TListView) SetClientWidth(value int32)

func (*TListView) SetColor

func (l *TListView) SetColor(value TColor)

func (*TListView) SetColumnClick

func (l *TListView) SetColumnClick(value bool)

func (*TListView) SetColumns

func (l *TListView) SetColumns(value *TListColumns)

func (*TListView) SetComponentIndex

func (l *TListView) SetComponentIndex(value int32)

func (*TListView) SetCursor

func (l *TListView) SetCursor(value TCursor)

func (*TListView) SetCustomHint added in v1.1.0

func (l *TListView) SetCustomHint(value IComponent)

func (*TListView) SetDoubleBuffered

func (l *TListView) SetDoubleBuffered(value bool)

func (*TListView) SetDropTarget

func (l *TListView) SetDropTarget(value *TListItem)

func (*TListView) SetEnabled

func (l *TListView) SetEnabled(value bool)

func (*TListView) SetFlatScrollBars

func (l *TListView) SetFlatScrollBars(value bool)

func (*TListView) SetFocus

func (l *TListView) SetFocus()

func (*TListView) SetFont

func (l *TListView) SetFont(value *TFont)

func (*TListView) SetFullDrag

func (l *TListView) SetFullDrag(value bool)

func (*TListView) SetGridLines

func (l *TListView) SetGridLines(value bool)

func (*TListView) SetGroupHeaderImages

func (l *TListView) SetGroupHeaderImages(value IComponent)

func (*TListView) SetGroupView

func (l *TListView) SetGroupView(value bool)

func (*TListView) SetGroups

func (l *TListView) SetGroups(value *TListGroups)

func (*TListView) SetHeight

func (l *TListView) SetHeight(value int32)

func (*TListView) SetHideSelection

func (l *TListView) SetHideSelection(value bool)

func (*TListView) SetHint

func (l *TListView) SetHint(value string)

func (*TListView) SetHotTrack

func (l *TListView) SetHotTrack(value bool)

func (*TListView) SetHoverTime

func (l *TListView) SetHoverTime(value int32)

func (*TListView) SetIconOptions

func (l *TListView) SetIconOptions(value IObject)

func (*TListView) SetItemFocused

func (l *TListView) SetItemFocused(value *TListItem)

func (*TListView) SetItemIndex

func (l *TListView) SetItemIndex(value int32)

func (*TListView) SetItems

func (l *TListView) SetItems(value *TListItems)

func (*TListView) SetLargeImages

func (l *TListView) SetLargeImages(value IComponent)

func (*TListView) SetLeft

func (l *TListView) SetLeft(value int32)

func (*TListView) SetMargins

func (l *TListView) SetMargins(value *TMargins)

func (*TListView) SetMultiSelect

func (l *TListView) SetMultiSelect(value bool)

func (*TListView) SetName

func (l *TListView) SetName(value string)

func (*TListView) SetOnAdvancedCustomDraw added in v1.1.3

func (l *TListView) SetOnAdvancedCustomDraw(fn TLVAdvancedCustomDrawEvent)

func (*TListView) SetOnAdvancedCustomDrawItem added in v1.1.3

func (l *TListView) SetOnAdvancedCustomDrawItem(fn TLVAdvancedCustomDrawItemEvent)

func (*TListView) SetOnAdvancedCustomDrawSubItem added in v1.1.3

func (l *TListView) SetOnAdvancedCustomDrawSubItem(fn TLVAdvancedCustomDrawSubItemEvent)

func (*TListView) SetOnChange

func (l *TListView) SetOnChange(fn TLVChangeEvent)

func (*TListView) SetOnClick

func (l *TListView) SetOnClick(fn TNotifyEvent)

func (*TListView) SetOnColumnClick added in v1.0.2

func (l *TListView) SetOnColumnClick(fn TLVColumnClickEvent)

func (*TListView) SetOnColumnRightClick added in v1.0.2

func (l *TListView) SetOnColumnRightClick(fn TLVColumnRClickEvent)

func (*TListView) SetOnCompare added in v1.0.4

func (l *TListView) SetOnCompare(fn TLVCompareEvent)

func (*TListView) SetOnDblClick

func (l *TListView) SetOnDblClick(fn TNotifyEvent)

func (*TListView) SetOnEnter

func (l *TListView) SetOnEnter(fn TNotifyEvent)

func (*TListView) SetOnExit

func (l *TListView) SetOnExit(fn TNotifyEvent)

func (*TListView) SetOnGetImageIndex added in v1.0.2

func (l *TListView) SetOnGetImageIndex(fn TLVNotifyEvent)

func (*TListView) SetOnItemChecked added in v1.0.2

func (l *TListView) SetOnItemChecked(fn TLVCheckedItemEvent)

func (*TListView) SetOnKeyDown

func (l *TListView) SetOnKeyDown(fn TKeyEvent)

func (*TListView) SetOnKeyPress

func (l *TListView) SetOnKeyPress(fn TKeyPressEvent)

func (*TListView) SetOnKeyUp

func (l *TListView) SetOnKeyUp(fn TKeyEvent)

func (*TListView) SetOnMouseDown

func (l *TListView) SetOnMouseDown(fn TMouseEvent)

func (*TListView) SetOnMouseEnter

func (l *TListView) SetOnMouseEnter(fn TNotifyEvent)

func (*TListView) SetOnMouseLeave

func (l *TListView) SetOnMouseLeave(fn TNotifyEvent)

func (*TListView) SetOnMouseMove

func (l *TListView) SetOnMouseMove(fn TMouseMoveEvent)

func (*TListView) SetOnMouseUp

func (l *TListView) SetOnMouseUp(fn TMouseEvent)

func (*TListView) SetOnResize

func (l *TListView) SetOnResize(fn TNotifyEvent)

func (*TListView) SetOnSelectItem added in v1.0.2

func (l *TListView) SetOnSelectItem(fn TLVSelectItemEvent)

func (*TListView) SetParent

func (l *TListView) SetParent(value IControl)

func (*TListView) SetParentColor

func (l *TListView) SetParentColor(value bool)

func (*TListView) SetParentDoubleBuffered

func (l *TListView) SetParentDoubleBuffered(value bool)

func (*TListView) SetParentFont

func (l *TListView) SetParentFont(value bool)

func (*TListView) SetParentShowHint

func (l *TListView) SetParentShowHint(value bool)

func (*TListView) SetParentWindow

func (l *TListView) SetParentWindow(value HWND)

func (*TListView) SetPopupMenu

func (l *TListView) SetPopupMenu(value IComponent)

func (*TListView) SetReadOnly

func (l *TListView) SetReadOnly(value bool)

func (*TListView) SetRowSelect

func (l *TListView) SetRowSelect(value bool)

func (*TListView) SetSelected

func (l *TListView) SetSelected(value *TListItem)

func (*TListView) SetShowColumnHeaders

func (l *TListView) SetShowColumnHeaders(value bool)

func (*TListView) SetShowHint

func (l *TListView) SetShowHint(value bool)

func (*TListView) SetShowWorkAreas

func (l *TListView) SetShowWorkAreas(value bool)

func (*TListView) SetSmallImages

func (l *TListView) SetSmallImages(value IComponent)

func (*TListView) SetSortType

func (l *TListView) SetSortType(value TSortType)

func (*TListView) SetStateImages

func (l *TListView) SetStateImages(value IComponent)

func (*TListView) SetStyleElements

func (l *TListView) SetStyleElements(value TStyleElements)

func (*TListView) SetTabOrder

func (l *TListView) SetTabOrder(value uint16)

func (*TListView) SetTabStop

func (l *TListView) SetTabStop(value bool)

func (*TListView) SetTag

func (l *TListView) SetTag(value int)

func (*TListView) SetTop

func (l *TListView) SetTop(value int32)

func (*TListView) SetViewStyle

func (l *TListView) SetViewStyle(value TViewStyle)

func (*TListView) SetVisible

func (l *TListView) SetVisible(value bool)

func (*TListView) SetWidth

func (l *TListView) SetWidth(value int32)

func (*TListView) Show

func (l *TListView) Show()

func (*TListView) ShowColumnHeaders

func (l *TListView) ShowColumnHeaders() bool

func (*TListView) ShowHint

func (l *TListView) ShowHint() bool

func (*TListView) ShowWorkAreas

func (l *TListView) ShowWorkAreas() bool

func (*TListView) SmallImages

func (l *TListView) SmallImages() *TImageList

func (*TListView) SortType

func (l *TListView) SortType() TSortType

func (*TListView) StateImages

func (l *TListView) StateImages() *TImageList

func (*TListView) StyleElements

func (l *TListView) StyleElements() TStyleElements

func (*TListView) TabOrder

func (l *TListView) TabOrder() uint16

func (*TListView) TabStop

func (l *TListView) TabStop() bool

func (*TListView) Tag

func (l *TListView) Tag() int

func (*TListView) ToString

func (l *TListView) ToString() string

func (*TListView) Top

func (l *TListView) Top() int32

func (*TListView) TopItem

func (l *TListView) TopItem() *TListItem

func (*TListView) Update

func (l *TListView) Update()

func (*TListView) ViewStyle

func (l *TListView) ViewStyle() TViewStyle

func (*TListView) Visible

func (l *TListView) Visible() bool

func (*TListView) VisibleRowCount

func (l *TListView) VisibleRowCount() int32

func (*TListView) Width

func (l *TListView) Width() int32

type TMainMenu

type TMainMenu struct {
	IComponent
	// contains filtered or unexported fields
}
func MainMenuFromInst(inst uintptr) *TMainMenu
func MainMenuFromObj(obj IObject) *TMainMenu

func NewMainMenu

func NewMainMenu(owner IComponent) *TMainMenu

func (*TMainMenu) Assign

func (m *TMainMenu) Assign(Source IObject)

func (*TMainMenu) AutoHotkeys

func (m *TMainMenu) AutoHotkeys() TMenuAutoFlag

func (*TMainMenu) BiDiMode

func (m *TMainMenu) BiDiMode() TBiDiMode

func (*TMainMenu) ClassName

func (m *TMainMenu) ClassName() string

func (*TMainMenu) ComponentCount

func (m *TMainMenu) ComponentCount() int32

func (*TMainMenu) ComponentIndex

func (m *TMainMenu) ComponentIndex() int32

func (*TMainMenu) Components

func (m *TMainMenu) Components(AIndex int32) *TComponent

func (*TMainMenu) Equals

func (m *TMainMenu) Equals(Obj IObject) bool

func (*TMainMenu) FindComponent

func (m *TMainMenu) FindComponent(AName string) *TComponent

func (*TMainMenu) Free

func (m *TMainMenu) Free()

func (*TMainMenu) GetHashCode

func (m *TMainMenu) GetHashCode() int32

func (*TMainMenu) GetNamePath

func (m *TMainMenu) GetNamePath() string

func (*TMainMenu) Handle

func (m *TMainMenu) Handle() HMENU

func (*TMainMenu) HasParent

func (m *TMainMenu) HasParent() bool

func (*TMainMenu) Images

func (m *TMainMenu) Images() *TImageList

func (*TMainMenu) Instance

func (m *TMainMenu) Instance() uintptr

func (*TMainMenu) IsValid

func (m *TMainMenu) IsValid() bool

func (*TMainMenu) Items

func (m *TMainMenu) Items() *TMenuItem

func (*TMainMenu) Name

func (m *TMainMenu) Name() string

func (*TMainMenu) Owner

func (m *TMainMenu) Owner() *TComponent

func (*TMainMenu) SetAutoHotkeys

func (m *TMainMenu) SetAutoHotkeys(value TMenuAutoFlag)

func (*TMainMenu) SetBiDiMode

func (m *TMainMenu) SetBiDiMode(value TBiDiMode)

func (*TMainMenu) SetComponentIndex

func (m *TMainMenu) SetComponentIndex(value int32)

func (*TMainMenu) SetImages

func (m *TMainMenu) SetImages(value IComponent)

func (*TMainMenu) SetName

func (m *TMainMenu) SetName(value string)

func (*TMainMenu) SetOnChange

func (m *TMainMenu) SetOnChange(fn TMenuChangeEvent)

func (*TMainMenu) SetTag

func (m *TMainMenu) SetTag(value int)

func (*TMainMenu) SetWindowHandle

func (m *TMainMenu) SetWindowHandle(value HWND)

func (*TMainMenu) Tag

func (m *TMainMenu) Tag() int

func (*TMainMenu) ToString

func (m *TMainMenu) ToString() string

func (*TMainMenu) WindowHandle

func (m *TMainMenu) WindowHandle() HWND

type TMargins

type TMargins struct {
	IObject
	// contains filtered or unexported fields
}

func MarginsFromInst

func MarginsFromInst(inst uintptr) *TMargins

func MarginsFromObj

func MarginsFromObj(obj IObject) *TMargins

func NewMargins

func NewMargins() *TMargins

func (*TMargins) Assign

func (m *TMargins) Assign(Source IObject)

func (*TMargins) Bottom

func (m *TMargins) Bottom() int32

func (*TMargins) ClassName

func (m *TMargins) ClassName() string

func (*TMargins) ControlHeight

func (m *TMargins) ControlHeight() int32

func (*TMargins) ControlLeft

func (m *TMargins) ControlLeft() int32

func (*TMargins) ControlTop

func (m *TMargins) ControlTop() int32

func (*TMargins) ControlWidth

func (m *TMargins) ControlWidth() int32

func (*TMargins) Equals

func (m *TMargins) Equals(Obj IObject) bool

func (*TMargins) ExplicitHeight

func (m *TMargins) ExplicitHeight() int32

func (*TMargins) ExplicitLeft

func (m *TMargins) ExplicitLeft() int32

func (*TMargins) ExplicitTop

func (m *TMargins) ExplicitTop() int32

func (*TMargins) ExplicitWidth

func (m *TMargins) ExplicitWidth() int32

func (*TMargins) Free

func (m *TMargins) Free()

func (*TMargins) GetHashCode

func (m *TMargins) GetHashCode() int32

func (*TMargins) GetNamePath

func (m *TMargins) GetNamePath() string

func (*TMargins) Instance

func (m *TMargins) Instance() uintptr

func (*TMargins) IsValid

func (m *TMargins) IsValid() bool

func (*TMargins) Left

func (m *TMargins) Left() int32

func (*TMargins) Right

func (m *TMargins) Right() int32

func (*TMargins) SetBottom

func (m *TMargins) SetBottom(value int32)

func (*TMargins) SetBounds

func (m *TMargins) SetBounds(ALeft int32, ATop int32, ARight int32, ABottom int32)

func (*TMargins) SetLeft

func (m *TMargins) SetLeft(value int32)

func (*TMargins) SetOnChange

func (m *TMargins) SetOnChange(fn TNotifyEvent)

func (*TMargins) SetRight

func (m *TMargins) SetRight(value int32)

func (*TMargins) SetTop

func (m *TMargins) SetTop(value int32)

func (*TMargins) ToString

func (m *TMargins) ToString() string

func (*TMargins) Top

func (m *TMargins) Top() int32

type TMaskEdit added in v1.1.0

type TMaskEdit struct {
	IControl
	// contains filtered or unexported fields
}

func MaskEditFromInst added in v1.1.0

func MaskEditFromInst(inst uintptr) *TMaskEdit

func MaskEditFromObj added in v1.1.0

func MaskEditFromObj(obj IObject) *TMaskEdit

func NewMaskEdit added in v1.1.0

func NewMaskEdit(owner IComponent) *TMaskEdit

func (*TMaskEdit) Action added in v1.1.0

func (m *TMaskEdit) Action() *TAction

func (*TMaskEdit) Align added in v1.1.0

func (m *TMaskEdit) Align() TAlign

func (*TMaskEdit) AlignWithMargins added in v1.1.0

func (m *TMaskEdit) AlignWithMargins() bool

func (*TMaskEdit) Alignment added in v1.1.0

func (m *TMaskEdit) Alignment() TAlignment

func (*TMaskEdit) Anchors added in v1.1.0

func (m *TMaskEdit) Anchors() TAnchors

func (*TMaskEdit) Assign added in v1.1.0

func (m *TMaskEdit) Assign(Source IObject)

func (*TMaskEdit) AutoSelect added in v1.1.0

func (m *TMaskEdit) AutoSelect() bool

func (*TMaskEdit) AutoSize added in v1.1.0

func (m *TMaskEdit) AutoSize() bool

func (*TMaskEdit) BevelEdges added in v1.1.0

func (m *TMaskEdit) BevelEdges() TBevelEdges

func (*TMaskEdit) BevelInner added in v1.1.0

func (m *TMaskEdit) BevelInner() TBevelCut

func (*TMaskEdit) BevelKind added in v1.1.0

func (m *TMaskEdit) BevelKind() TBevelKind

func (*TMaskEdit) BevelOuter added in v1.1.0

func (m *TMaskEdit) BevelOuter() TBevelCut

func (*TMaskEdit) BiDiMode added in v1.1.0

func (m *TMaskEdit) BiDiMode() TBiDiMode

func (*TMaskEdit) BorderStyle added in v1.1.0

func (m *TMaskEdit) BorderStyle() TBorderStyle

func (*TMaskEdit) BoundsRect added in v1.1.0

func (m *TMaskEdit) BoundsRect() TRect

func (*TMaskEdit) BringToFront added in v1.1.0

func (m *TMaskEdit) BringToFront()

func (*TMaskEdit) Brush added in v1.1.0

func (m *TMaskEdit) Brush() *TBrush

func (*TMaskEdit) CanFocus added in v1.1.0

func (m *TMaskEdit) CanFocus() bool

func (*TMaskEdit) ClassName added in v1.1.0

func (m *TMaskEdit) ClassName() string

func (*TMaskEdit) Clear added in v1.1.0

func (m *TMaskEdit) Clear()

func (*TMaskEdit) ClearSelection added in v1.1.0

func (m *TMaskEdit) ClearSelection()

func (*TMaskEdit) ClientHeight added in v1.1.0

func (m *TMaskEdit) ClientHeight() int32

func (*TMaskEdit) ClientRect added in v1.1.0

func (m *TMaskEdit) ClientRect() TRect

func (*TMaskEdit) ClientWidth added in v1.1.0

func (m *TMaskEdit) ClientWidth() int32

func (*TMaskEdit) Color added in v1.1.0

func (m *TMaskEdit) Color() TColor

func (*TMaskEdit) ComponentCount added in v1.1.0

func (m *TMaskEdit) ComponentCount() int32

func (*TMaskEdit) ComponentIndex added in v1.1.0

func (m *TMaskEdit) ComponentIndex() int32

func (*TMaskEdit) Components added in v1.1.0

func (m *TMaskEdit) Components(AIndex int32) *TComponent

func (*TMaskEdit) ControlCount added in v1.1.0

func (m *TMaskEdit) ControlCount() int32

func (*TMaskEdit) Controls added in v1.1.0

func (m *TMaskEdit) Controls(Index int32) *TControl

func (*TMaskEdit) CopyToClipboard added in v1.1.0

func (m *TMaskEdit) CopyToClipboard()

func (*TMaskEdit) Cursor added in v1.1.0

func (m *TMaskEdit) Cursor() TCursor

func (*TMaskEdit) CustomHint added in v1.1.0

func (m *TMaskEdit) CustomHint() *TCustomHint

func (*TMaskEdit) CutToClipboard added in v1.1.0

func (m *TMaskEdit) CutToClipboard()

func (*TMaskEdit) DoubleBuffered added in v1.1.0

func (m *TMaskEdit) DoubleBuffered() bool

func (*TMaskEdit) EditText added in v1.1.0

func (m *TMaskEdit) EditText() string

func (*TMaskEdit) Enabled added in v1.1.0

func (m *TMaskEdit) Enabled() bool

func (*TMaskEdit) Equals added in v1.1.0

func (m *TMaskEdit) Equals(Obj IObject) bool

func (*TMaskEdit) ExplicitHeight added in v1.1.0

func (m *TMaskEdit) ExplicitHeight() int32

func (*TMaskEdit) ExplicitLeft added in v1.1.0

func (m *TMaskEdit) ExplicitLeft() int32

func (*TMaskEdit) ExplicitTop added in v1.1.0

func (m *TMaskEdit) ExplicitTop() int32

func (*TMaskEdit) ExplicitWidth added in v1.1.0

func (m *TMaskEdit) ExplicitWidth() int32

func (*TMaskEdit) FindComponent added in v1.1.0

func (m *TMaskEdit) FindComponent(AName string) *TComponent

func (*TMaskEdit) FlipChildren added in v1.1.0

func (m *TMaskEdit) FlipChildren(AllLevels bool)

func (*TMaskEdit) Focused added in v1.1.0

func (m *TMaskEdit) Focused() bool

func (*TMaskEdit) Font added in v1.1.0

func (m *TMaskEdit) Font() *TFont

func (*TMaskEdit) Free added in v1.1.0

func (m *TMaskEdit) Free()

func (*TMaskEdit) GetHashCode added in v1.1.0

func (m *TMaskEdit) GetHashCode() int32

func (*TMaskEdit) GetNamePath added in v1.1.0

func (m *TMaskEdit) GetNamePath() string

func (*TMaskEdit) GetSelTextBuf added in v1.1.0

func (m *TMaskEdit) GetSelTextBuf(Buffer string, BufSize int32) int32

func (*TMaskEdit) GetTextBuf added in v1.1.0

func (m *TMaskEdit) GetTextBuf(Buffer string, BufSize int32) int32

func (*TMaskEdit) GetTextLen added in v1.1.0

func (m *TMaskEdit) GetTextLen() int32

func (*TMaskEdit) Handle added in v1.1.0

func (m *TMaskEdit) Handle() HWND

func (*TMaskEdit) HandleAllocated added in v1.1.0

func (m *TMaskEdit) HandleAllocated() bool

func (*TMaskEdit) HasParent added in v1.1.0

func (m *TMaskEdit) HasParent() bool

func (*TMaskEdit) Height added in v1.1.0

func (m *TMaskEdit) Height() int32

func (*TMaskEdit) Hide added in v1.1.0

func (m *TMaskEdit) Hide()

func (*TMaskEdit) Hint added in v1.1.0

func (m *TMaskEdit) Hint() string

func (*TMaskEdit) Instance added in v1.1.0

func (m *TMaskEdit) Instance() uintptr

func (*TMaskEdit) Invalidate added in v1.1.0

func (m *TMaskEdit) Invalidate()

func (*TMaskEdit) IsMasked added in v1.1.0

func (m *TMaskEdit) IsMasked() bool

func (*TMaskEdit) IsValid added in v1.1.0

func (m *TMaskEdit) IsValid() bool

func (*TMaskEdit) Left added in v1.1.0

func (m *TMaskEdit) Left() int32

func (*TMaskEdit) Margins added in v1.1.0

func (m *TMaskEdit) Margins() *TMargins

func (*TMaskEdit) MaxLength added in v1.1.0

func (m *TMaskEdit) MaxLength() int32

func (*TMaskEdit) Modified added in v1.1.0

func (m *TMaskEdit) Modified() bool

func (*TMaskEdit) Name added in v1.1.0

func (m *TMaskEdit) Name() string

func (*TMaskEdit) Owner added in v1.1.0

func (m *TMaskEdit) Owner() *TComponent

func (*TMaskEdit) Parent added in v1.1.0

func (m *TMaskEdit) Parent() *TControl

func (*TMaskEdit) ParentColor added in v1.1.0

func (m *TMaskEdit) ParentColor() bool

func (*TMaskEdit) ParentCtl3D added in v1.1.0

func (m *TMaskEdit) ParentCtl3D() bool

func (*TMaskEdit) ParentDoubleBuffered added in v1.1.0

func (m *TMaskEdit) ParentDoubleBuffered() bool

func (*TMaskEdit) ParentFont added in v1.1.0

func (m *TMaskEdit) ParentFont() bool

func (*TMaskEdit) ParentShowHint added in v1.1.0

func (m *TMaskEdit) ParentShowHint() bool

func (*TMaskEdit) ParentWindow added in v1.1.0

func (m *TMaskEdit) ParentWindow() HWND

func (*TMaskEdit) PasswordChar added in v1.1.0

func (m *TMaskEdit) PasswordChar() uint16

func (*TMaskEdit) PasteFromClipboard added in v1.1.0

func (m *TMaskEdit) PasteFromClipboard()

func (*TMaskEdit) Perform added in v1.1.0

func (m *TMaskEdit) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TMaskEdit) PopupMenu added in v1.1.0

func (m *TMaskEdit) PopupMenu() *TPopupMenu

func (*TMaskEdit) ReadOnly added in v1.1.0

func (m *TMaskEdit) ReadOnly() bool

func (*TMaskEdit) Realign added in v1.1.0

func (m *TMaskEdit) Realign()

func (*TMaskEdit) Refresh added in v1.1.0

func (m *TMaskEdit) Refresh()

func (*TMaskEdit) Repaint added in v1.1.0

func (m *TMaskEdit) Repaint()

func (*TMaskEdit) ScaleBy added in v1.1.0

func (m *TMaskEdit) ScaleBy(M int32, D int32)

func (*TMaskEdit) SelLength added in v1.1.0

func (m *TMaskEdit) SelLength() int32

func (*TMaskEdit) SelStart added in v1.1.0

func (m *TMaskEdit) SelStart() int32

func (*TMaskEdit) SelText added in v1.1.0

func (m *TMaskEdit) SelText() string

func (*TMaskEdit) SelectAll added in v1.1.0

func (m *TMaskEdit) SelectAll()

func (*TMaskEdit) SendToBack added in v1.1.0

func (m *TMaskEdit) SendToBack()

func (*TMaskEdit) SetAction added in v1.1.0

func (m *TMaskEdit) SetAction(value IComponent)

func (*TMaskEdit) SetAlign added in v1.1.0

func (m *TMaskEdit) SetAlign(value TAlign)

func (*TMaskEdit) SetAlignWithMargins added in v1.1.0

func (m *TMaskEdit) SetAlignWithMargins(value bool)

func (*TMaskEdit) SetAlignment added in v1.1.0

func (m *TMaskEdit) SetAlignment(value TAlignment)

func (*TMaskEdit) SetAnchors added in v1.1.0

func (m *TMaskEdit) SetAnchors(value TAnchors)

func (*TMaskEdit) SetAutoSelect added in v1.1.0

func (m *TMaskEdit) SetAutoSelect(value bool)

func (*TMaskEdit) SetAutoSize added in v1.1.0

func (m *TMaskEdit) SetAutoSize(value bool)

func (*TMaskEdit) SetBevelEdges added in v1.1.0

func (m *TMaskEdit) SetBevelEdges(value TBevelEdges)

func (*TMaskEdit) SetBevelInner added in v1.1.0

func (m *TMaskEdit) SetBevelInner(value TBevelCut)

func (*TMaskEdit) SetBevelKind added in v1.1.0

func (m *TMaskEdit) SetBevelKind(value TBevelKind)

func (*TMaskEdit) SetBevelOuter added in v1.1.0

func (m *TMaskEdit) SetBevelOuter(value TBevelCut)

func (*TMaskEdit) SetBiDiMode added in v1.1.0

func (m *TMaskEdit) SetBiDiMode(value TBiDiMode)

func (*TMaskEdit) SetBorderStyle added in v1.1.0

func (m *TMaskEdit) SetBorderStyle(value TBorderStyle)

func (*TMaskEdit) SetBounds added in v1.1.0

func (m *TMaskEdit) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TMaskEdit) SetBoundsRect added in v1.1.0

func (m *TMaskEdit) SetBoundsRect(value TRect)

func (*TMaskEdit) SetClientHeight added in v1.1.0

func (m *TMaskEdit) SetClientHeight(value int32)

func (*TMaskEdit) SetClientWidth added in v1.1.0

func (m *TMaskEdit) SetClientWidth(value int32)

func (*TMaskEdit) SetColor added in v1.1.0

func (m *TMaskEdit) SetColor(value TColor)

func (*TMaskEdit) SetComponentIndex added in v1.1.0

func (m *TMaskEdit) SetComponentIndex(value int32)

func (*TMaskEdit) SetCursor added in v1.1.0

func (m *TMaskEdit) SetCursor(value TCursor)

func (*TMaskEdit) SetCustomHint added in v1.1.0

func (m *TMaskEdit) SetCustomHint(value IComponent)

func (*TMaskEdit) SetDoubleBuffered added in v1.1.0

func (m *TMaskEdit) SetDoubleBuffered(value bool)

func (*TMaskEdit) SetEditText added in v1.1.0

func (m *TMaskEdit) SetEditText(value string)

func (*TMaskEdit) SetEnabled added in v1.1.0

func (m *TMaskEdit) SetEnabled(value bool)

func (*TMaskEdit) SetFocus added in v1.1.0

func (m *TMaskEdit) SetFocus()

func (*TMaskEdit) SetFont added in v1.1.0

func (m *TMaskEdit) SetFont(value *TFont)

func (*TMaskEdit) SetHeight added in v1.1.0

func (m *TMaskEdit) SetHeight(value int32)

func (*TMaskEdit) SetHint added in v1.1.0

func (m *TMaskEdit) SetHint(value string)

func (*TMaskEdit) SetLeft added in v1.1.0

func (m *TMaskEdit) SetLeft(value int32)

func (*TMaskEdit) SetMargins added in v1.1.0

func (m *TMaskEdit) SetMargins(value *TMargins)

func (*TMaskEdit) SetMaxLength added in v1.1.0

func (m *TMaskEdit) SetMaxLength(value int32)

func (*TMaskEdit) SetModified added in v1.1.0

func (m *TMaskEdit) SetModified(value bool)

func (*TMaskEdit) SetName added in v1.1.0

func (m *TMaskEdit) SetName(value string)

func (*TMaskEdit) SetOnChange added in v1.1.0

func (m *TMaskEdit) SetOnChange(fn TNotifyEvent)

func (*TMaskEdit) SetOnClick added in v1.1.0

func (m *TMaskEdit) SetOnClick(fn TNotifyEvent)

func (*TMaskEdit) SetOnDblClick added in v1.1.0

func (m *TMaskEdit) SetOnDblClick(fn TNotifyEvent)

func (*TMaskEdit) SetOnEnter added in v1.1.0

func (m *TMaskEdit) SetOnEnter(fn TNotifyEvent)

func (*TMaskEdit) SetOnExit added in v1.1.0

func (m *TMaskEdit) SetOnExit(fn TNotifyEvent)

func (*TMaskEdit) SetOnKeyDown added in v1.1.0

func (m *TMaskEdit) SetOnKeyDown(fn TKeyEvent)

func (*TMaskEdit) SetOnKeyPress added in v1.1.0

func (m *TMaskEdit) SetOnKeyPress(fn TKeyPressEvent)

func (*TMaskEdit) SetOnKeyUp added in v1.1.0

func (m *TMaskEdit) SetOnKeyUp(fn TKeyEvent)

func (*TMaskEdit) SetOnMouseDown added in v1.1.0

func (m *TMaskEdit) SetOnMouseDown(fn TMouseEvent)

func (*TMaskEdit) SetOnMouseEnter added in v1.1.0

func (m *TMaskEdit) SetOnMouseEnter(fn TNotifyEvent)

func (*TMaskEdit) SetOnMouseLeave added in v1.1.0

func (m *TMaskEdit) SetOnMouseLeave(fn TNotifyEvent)

func (*TMaskEdit) SetOnMouseMove added in v1.1.0

func (m *TMaskEdit) SetOnMouseMove(fn TMouseMoveEvent)

func (*TMaskEdit) SetOnMouseUp added in v1.1.0

func (m *TMaskEdit) SetOnMouseUp(fn TMouseEvent)

func (*TMaskEdit) SetParent added in v1.1.0

func (m *TMaskEdit) SetParent(value IControl)

func (*TMaskEdit) SetParentColor added in v1.1.0

func (m *TMaskEdit) SetParentColor(value bool)

func (*TMaskEdit) SetParentCtl3D added in v1.1.0

func (m *TMaskEdit) SetParentCtl3D(value bool)

func (*TMaskEdit) SetParentDoubleBuffered added in v1.1.0

func (m *TMaskEdit) SetParentDoubleBuffered(value bool)

func (*TMaskEdit) SetParentFont added in v1.1.0

func (m *TMaskEdit) SetParentFont(value bool)

func (*TMaskEdit) SetParentShowHint added in v1.1.0

func (m *TMaskEdit) SetParentShowHint(value bool)

func (*TMaskEdit) SetParentWindow added in v1.1.0

func (m *TMaskEdit) SetParentWindow(value HWND)

func (*TMaskEdit) SetPasswordChar added in v1.1.0

func (m *TMaskEdit) SetPasswordChar(value uint16)

func (*TMaskEdit) SetPopupMenu added in v1.1.0

func (m *TMaskEdit) SetPopupMenu(value IComponent)

func (*TMaskEdit) SetReadOnly added in v1.1.0

func (m *TMaskEdit) SetReadOnly(value bool)

func (*TMaskEdit) SetSelLength added in v1.1.0

func (m *TMaskEdit) SetSelLength(value int32)

func (*TMaskEdit) SetSelStart added in v1.1.0

func (m *TMaskEdit) SetSelStart(value int32)

func (*TMaskEdit) SetSelText added in v1.1.0

func (m *TMaskEdit) SetSelText(value string)

func (*TMaskEdit) SetShowHint added in v1.1.0

func (m *TMaskEdit) SetShowHint(value bool)

func (*TMaskEdit) SetStyleElements added in v1.1.0

func (m *TMaskEdit) SetStyleElements(value TStyleElements)

func (*TMaskEdit) SetTabOrder added in v1.1.0

func (m *TMaskEdit) SetTabOrder(value uint16)

func (*TMaskEdit) SetTabStop added in v1.1.0

func (m *TMaskEdit) SetTabStop(value bool)

func (*TMaskEdit) SetTag added in v1.1.0

func (m *TMaskEdit) SetTag(value int)

func (*TMaskEdit) SetText added in v1.1.0

func (m *TMaskEdit) SetText(value string)

func (*TMaskEdit) SetTextHint added in v1.1.0

func (m *TMaskEdit) SetTextHint(value string)

func (*TMaskEdit) SetTop added in v1.1.0

func (m *TMaskEdit) SetTop(value int32)

func (*TMaskEdit) SetVisible added in v1.1.0

func (m *TMaskEdit) SetVisible(value bool)

func (*TMaskEdit) SetWidth added in v1.1.0

func (m *TMaskEdit) SetWidth(value int32)

func (*TMaskEdit) Show added in v1.1.0

func (m *TMaskEdit) Show()

func (*TMaskEdit) ShowHint added in v1.1.0

func (m *TMaskEdit) ShowHint() bool

func (*TMaskEdit) StyleElements added in v1.1.0

func (m *TMaskEdit) StyleElements() TStyleElements

func (*TMaskEdit) TabOrder added in v1.1.0

func (m *TMaskEdit) TabOrder() uint16

func (*TMaskEdit) TabStop added in v1.1.0

func (m *TMaskEdit) TabStop() bool

func (*TMaskEdit) Tag added in v1.1.0

func (m *TMaskEdit) Tag() int

func (*TMaskEdit) Text added in v1.1.0

func (m *TMaskEdit) Text() string

func (*TMaskEdit) TextHint added in v1.1.0

func (m *TMaskEdit) TextHint() string

func (*TMaskEdit) ToString added in v1.1.0

func (m *TMaskEdit) ToString() string

func (*TMaskEdit) Top added in v1.1.0

func (m *TMaskEdit) Top() int32

func (*TMaskEdit) Update added in v1.1.0

func (m *TMaskEdit) Update()

func (*TMaskEdit) ValidateEdit added in v1.1.0

func (m *TMaskEdit) ValidateEdit()

func (*TMaskEdit) Visible added in v1.1.0

func (m *TMaskEdit) Visible() bool

func (*TMaskEdit) Width added in v1.1.0

func (m *TMaskEdit) Width() int32

type TMemo

type TMemo struct {
	IControl
	// contains filtered or unexported fields
}

func MemoFromInst

func MemoFromInst(inst uintptr) *TMemo

func MemoFromObj

func MemoFromObj(obj IObject) *TMemo

func NewMemo

func NewMemo(owner IComponent) *TMemo

func (*TMemo) Action

func (m *TMemo) Action() *TAction

func (*TMemo) Align

func (m *TMemo) Align() TAlign

func (*TMemo) AlignWithMargins

func (m *TMemo) AlignWithMargins() bool

func (*TMemo) Alignment

func (m *TMemo) Alignment() TAlignment

func (*TMemo) Anchors

func (m *TMemo) Anchors() TAnchors

func (*TMemo) Assign

func (m *TMemo) Assign(Source IObject)

func (*TMemo) BevelEdges

func (m *TMemo) BevelEdges() TBevelEdges

func (*TMemo) BevelInner

func (m *TMemo) BevelInner() TBevelCut

func (*TMemo) BevelKind

func (m *TMemo) BevelKind() TBevelKind

func (*TMemo) BevelOuter

func (m *TMemo) BevelOuter() TBevelCut

func (*TMemo) BiDiMode

func (m *TMemo) BiDiMode() TBiDiMode

func (*TMemo) BorderStyle

func (m *TMemo) BorderStyle() TBorderStyle

func (*TMemo) BoundsRect

func (m *TMemo) BoundsRect() TRect

func (*TMemo) BringToFront

func (m *TMemo) BringToFront()

func (*TMemo) Brush

func (m *TMemo) Brush() *TBrush

func (*TMemo) CanFocus

func (m *TMemo) CanFocus() bool

func (*TMemo) CaretPos

func (m *TMemo) CaretPos() TPoint

func (*TMemo) ClassName

func (m *TMemo) ClassName() string

func (*TMemo) Clear

func (m *TMemo) Clear()

func (*TMemo) ClearSelection

func (m *TMemo) ClearSelection()

func (*TMemo) ClientHeight

func (m *TMemo) ClientHeight() int32

func (*TMemo) ClientRect

func (m *TMemo) ClientRect() TRect

func (*TMemo) ClientWidth

func (m *TMemo) ClientWidth() int32

func (*TMemo) Color

func (m *TMemo) Color() TColor

func (*TMemo) ComponentCount

func (m *TMemo) ComponentCount() int32

func (*TMemo) ComponentIndex

func (m *TMemo) ComponentIndex() int32

func (*TMemo) Components

func (m *TMemo) Components(AIndex int32) *TComponent

func (*TMemo) ControlCount

func (m *TMemo) ControlCount() int32

func (*TMemo) Controls

func (m *TMemo) Controls(Index int32) *TControl

func (*TMemo) CopyToClipboard

func (m *TMemo) CopyToClipboard()

func (*TMemo) Cursor

func (m *TMemo) Cursor() TCursor

func (*TMemo) CustomHint added in v1.1.0

func (m *TMemo) CustomHint() *TCustomHint

func (*TMemo) CutToClipboard

func (m *TMemo) CutToClipboard()

func (*TMemo) DoubleBuffered

func (m *TMemo) DoubleBuffered() bool

func (*TMemo) Enabled

func (m *TMemo) Enabled() bool

func (*TMemo) Equals

func (m *TMemo) Equals(Obj IObject) bool

func (*TMemo) ExplicitHeight

func (m *TMemo) ExplicitHeight() int32

func (*TMemo) ExplicitLeft

func (m *TMemo) ExplicitLeft() int32

func (*TMemo) ExplicitTop

func (m *TMemo) ExplicitTop() int32

func (*TMemo) ExplicitWidth

func (m *TMemo) ExplicitWidth() int32

func (*TMemo) FindComponent

func (m *TMemo) FindComponent(AName string) *TComponent

func (*TMemo) FlipChildren

func (m *TMemo) FlipChildren(AllLevels bool)

func (*TMemo) Focused

func (m *TMemo) Focused() bool

func (*TMemo) Font

func (m *TMemo) Font() *TFont

func (*TMemo) Free

func (m *TMemo) Free()

func (*TMemo) GetHashCode

func (m *TMemo) GetHashCode() int32

func (*TMemo) GetNamePath

func (m *TMemo) GetNamePath() string

func (*TMemo) GetSelTextBuf

func (m *TMemo) GetSelTextBuf(Buffer string, BufSize int32) int32

func (*TMemo) GetTextBuf

func (m *TMemo) GetTextBuf(Buffer string, BufSize int32) int32

func (*TMemo) GetTextLen added in v1.1.0

func (m *TMemo) GetTextLen() int32

func (*TMemo) Handle

func (m *TMemo) Handle() HWND

func (*TMemo) HandleAllocated

func (m *TMemo) HandleAllocated() bool

func (*TMemo) HasParent

func (m *TMemo) HasParent() bool

func (*TMemo) Height

func (m *TMemo) Height() int32

func (*TMemo) Hide

func (m *TMemo) Hide()

func (*TMemo) HideSelection

func (m *TMemo) HideSelection() bool

func (*TMemo) Hint

func (m *TMemo) Hint() string

func (*TMemo) Instance

func (m *TMemo) Instance() uintptr

func (*TMemo) Invalidate

func (m *TMemo) Invalidate()

func (*TMemo) IsValid

func (m *TMemo) IsValid() bool

func (*TMemo) Left

func (m *TMemo) Left() int32

func (*TMemo) Lines

func (m *TMemo) Lines() *TStrings

func (*TMemo) Margins

func (m *TMemo) Margins() *TMargins

func (*TMemo) MaxLength

func (m *TMemo) MaxLength() int32

func (*TMemo) Modified

func (m *TMemo) Modified() bool

func (*TMemo) Name

func (m *TMemo) Name() string

func (*TMemo) Owner

func (m *TMemo) Owner() *TComponent

func (*TMemo) Parent

func (m *TMemo) Parent() *TControl

func (*TMemo) ParentColor

func (m *TMemo) ParentColor() bool

func (*TMemo) ParentCtl3D

func (m *TMemo) ParentCtl3D() bool

func (*TMemo) ParentDoubleBuffered

func (m *TMemo) ParentDoubleBuffered() bool

func (*TMemo) ParentFont

func (m *TMemo) ParentFont() bool

func (*TMemo) ParentShowHint

func (m *TMemo) ParentShowHint() bool

func (*TMemo) ParentWindow

func (m *TMemo) ParentWindow() HWND

func (*TMemo) PasteFromClipboard

func (m *TMemo) PasteFromClipboard()

func (*TMemo) Perform

func (m *TMemo) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TMemo) PopupMenu

func (m *TMemo) PopupMenu() *TPopupMenu

func (*TMemo) ReadOnly

func (m *TMemo) ReadOnly() bool

func (*TMemo) Realign

func (m *TMemo) Realign()

func (*TMemo) Refresh

func (m *TMemo) Refresh()

func (*TMemo) Repaint

func (m *TMemo) Repaint()

func (*TMemo) ScaleBy

func (m *TMemo) ScaleBy(M int32, D int32)

func (*TMemo) ScrollBars

func (m *TMemo) ScrollBars() TScrollStyle

func (*TMemo) SelLength

func (m *TMemo) SelLength() int32

func (*TMemo) SelStart

func (m *TMemo) SelStart() int32

func (*TMemo) SelText

func (m *TMemo) SelText() string

func (*TMemo) SelectAll

func (m *TMemo) SelectAll()

func (*TMemo) SendToBack

func (m *TMemo) SendToBack()

func (*TMemo) SetAction

func (m *TMemo) SetAction(value IComponent)

func (*TMemo) SetAlign

func (m *TMemo) SetAlign(value TAlign)

func (*TMemo) SetAlignWithMargins

func (m *TMemo) SetAlignWithMargins(value bool)

func (*TMemo) SetAlignment

func (m *TMemo) SetAlignment(value TAlignment)

func (*TMemo) SetAnchors

func (m *TMemo) SetAnchors(value TAnchors)

func (*TMemo) SetBevelEdges

func (m *TMemo) SetBevelEdges(value TBevelEdges)

func (*TMemo) SetBevelInner

func (m *TMemo) SetBevelInner(value TBevelCut)

func (*TMemo) SetBevelKind

func (m *TMemo) SetBevelKind(value TBevelKind)

func (*TMemo) SetBevelOuter

func (m *TMemo) SetBevelOuter(value TBevelCut)

func (*TMemo) SetBiDiMode

func (m *TMemo) SetBiDiMode(value TBiDiMode)

func (*TMemo) SetBorderStyle

func (m *TMemo) SetBorderStyle(value TBorderStyle)

func (*TMemo) SetBounds

func (m *TMemo) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TMemo) SetBoundsRect

func (m *TMemo) SetBoundsRect(value TRect)

func (*TMemo) SetCaretPos

func (m *TMemo) SetCaretPos(value TPoint)

func (*TMemo) SetClientHeight

func (m *TMemo) SetClientHeight(value int32)

func (*TMemo) SetClientWidth

func (m *TMemo) SetClientWidth(value int32)

func (*TMemo) SetColor

func (m *TMemo) SetColor(value TColor)

func (*TMemo) SetComponentIndex

func (m *TMemo) SetComponentIndex(value int32)

func (*TMemo) SetCursor

func (m *TMemo) SetCursor(value TCursor)

func (*TMemo) SetCustomHint added in v1.1.0

func (m *TMemo) SetCustomHint(value IComponent)

func (*TMemo) SetDoubleBuffered

func (m *TMemo) SetDoubleBuffered(value bool)

func (*TMemo) SetEnabled

func (m *TMemo) SetEnabled(value bool)

func (*TMemo) SetFocus

func (m *TMemo) SetFocus()

func (*TMemo) SetFont

func (m *TMemo) SetFont(value *TFont)

func (*TMemo) SetHeight

func (m *TMemo) SetHeight(value int32)

func (*TMemo) SetHideSelection

func (m *TMemo) SetHideSelection(value bool)

func (*TMemo) SetHint

func (m *TMemo) SetHint(value string)

func (*TMemo) SetLeft

func (m *TMemo) SetLeft(value int32)

func (*TMemo) SetLines

func (m *TMemo) SetLines(value IObject)

func (*TMemo) SetMargins

func (m *TMemo) SetMargins(value *TMargins)

func (*TMemo) SetMaxLength

func (m *TMemo) SetMaxLength(value int32)

func (*TMemo) SetModified

func (m *TMemo) SetModified(value bool)

func (*TMemo) SetName

func (m *TMemo) SetName(value string)

func (*TMemo) SetOnChange

func (m *TMemo) SetOnChange(fn TNotifyEvent)

func (*TMemo) SetOnClick

func (m *TMemo) SetOnClick(fn TNotifyEvent)

func (*TMemo) SetOnDblClick

func (m *TMemo) SetOnDblClick(fn TNotifyEvent)

func (*TMemo) SetOnEnter

func (m *TMemo) SetOnEnter(fn TNotifyEvent)

func (*TMemo) SetOnExit

func (m *TMemo) SetOnExit(fn TNotifyEvent)

func (*TMemo) SetOnKeyDown

func (m *TMemo) SetOnKeyDown(fn TKeyEvent)

func (*TMemo) SetOnKeyPress

func (m *TMemo) SetOnKeyPress(fn TKeyPressEvent)

func (*TMemo) SetOnKeyUp

func (m *TMemo) SetOnKeyUp(fn TKeyEvent)

func (*TMemo) SetOnMouseDown

func (m *TMemo) SetOnMouseDown(fn TMouseEvent)

func (*TMemo) SetOnMouseEnter

func (m *TMemo) SetOnMouseEnter(fn TNotifyEvent)

func (*TMemo) SetOnMouseLeave

func (m *TMemo) SetOnMouseLeave(fn TNotifyEvent)

func (*TMemo) SetOnMouseMove

func (m *TMemo) SetOnMouseMove(fn TMouseMoveEvent)

func (*TMemo) SetOnMouseUp

func (m *TMemo) SetOnMouseUp(fn TMouseEvent)

func (*TMemo) SetParent

func (m *TMemo) SetParent(value IControl)

func (*TMemo) SetParentColor

func (m *TMemo) SetParentColor(value bool)

func (*TMemo) SetParentCtl3D

func (m *TMemo) SetParentCtl3D(value bool)

func (*TMemo) SetParentDoubleBuffered

func (m *TMemo) SetParentDoubleBuffered(value bool)

func (*TMemo) SetParentFont

func (m *TMemo) SetParentFont(value bool)

func (*TMemo) SetParentShowHint

func (m *TMemo) SetParentShowHint(value bool)

func (*TMemo) SetParentWindow

func (m *TMemo) SetParentWindow(value HWND)

func (*TMemo) SetPopupMenu

func (m *TMemo) SetPopupMenu(value IComponent)

func (*TMemo) SetReadOnly

func (m *TMemo) SetReadOnly(value bool)

func (*TMemo) SetScrollBars

func (m *TMemo) SetScrollBars(value TScrollStyle)

func (*TMemo) SetSelLength

func (m *TMemo) SetSelLength(value int32)

func (*TMemo) SetSelStart

func (m *TMemo) SetSelStart(value int32)

func (*TMemo) SetSelText

func (m *TMemo) SetSelText(value string)

func (*TMemo) SetShowHint

func (m *TMemo) SetShowHint(value bool)

func (*TMemo) SetStyleElements

func (m *TMemo) SetStyleElements(value TStyleElements)

func (*TMemo) SetTabOrder

func (m *TMemo) SetTabOrder(value uint16)

func (*TMemo) SetTabStop

func (m *TMemo) SetTabStop(value bool)

func (*TMemo) SetTag

func (m *TMemo) SetTag(value int)

func (*TMemo) SetText

func (m *TMemo) SetText(value string)

func (*TMemo) SetTextHint

func (m *TMemo) SetTextHint(value string)

func (*TMemo) SetTop

func (m *TMemo) SetTop(value int32)

func (*TMemo) SetVisible

func (m *TMemo) SetVisible(value bool)

func (*TMemo) SetWantReturns

func (m *TMemo) SetWantReturns(value bool)

func (*TMemo) SetWantTabs

func (m *TMemo) SetWantTabs(value bool)

func (*TMemo) SetWidth

func (m *TMemo) SetWidth(value int32)

func (*TMemo) SetWordWrap

func (m *TMemo) SetWordWrap(value bool)

func (*TMemo) Show

func (m *TMemo) Show()

func (*TMemo) ShowHint

func (m *TMemo) ShowHint() bool

func (*TMemo) StyleElements

func (m *TMemo) StyleElements() TStyleElements

func (*TMemo) TabOrder

func (m *TMemo) TabOrder() uint16

func (*TMemo) TabStop

func (m *TMemo) TabStop() bool

func (*TMemo) Tag

func (m *TMemo) Tag() int

func (*TMemo) Text

func (m *TMemo) Text() string

func (*TMemo) TextHint

func (m *TMemo) TextHint() string

func (*TMemo) ToString

func (m *TMemo) ToString() string

func (*TMemo) Top

func (m *TMemo) Top() int32

func (*TMemo) Update

func (m *TMemo) Update()

func (*TMemo) Visible

func (m *TMemo) Visible() bool

func (*TMemo) WantReturns

func (m *TMemo) WantReturns() bool

func (*TMemo) WantTabs

func (m *TMemo) WantTabs() bool

func (*TMemo) Width

func (m *TMemo) Width() int32

func (*TMemo) WordWrap

func (m *TMemo) WordWrap() bool

type TMemoryStream

type TMemoryStream struct {
	IObject
	// contains filtered or unexported fields
}

func MemoryStreamFromInst

func MemoryStreamFromInst(inst uintptr) *TMemoryStream

func MemoryStreamFromObj

func MemoryStreamFromObj(obj IObject) *TMemoryStream

func NewMemoryStream

func NewMemoryStream() *TMemoryStream

func NewMemoryStreamFromBytes

func NewMemoryStreamFromBytes(data []byte) *TMemoryStream

NewMemoryStreamFromBytes 新建Delphi内存流来自Go字节数组

func (*TMemoryStream) ClassName

func (m *TMemoryStream) ClassName() string

func (*TMemoryStream) Clear

func (m *TMemoryStream) Clear()

func (*TMemoryStream) CopyFrom

func (m *TMemoryStream) CopyFrom(Source IObject, Count int64) int64

func (*TMemoryStream) Equals

func (m *TMemoryStream) Equals(Obj IObject) bool

func (*TMemoryStream) Free

func (m *TMemoryStream) Free()

func (*TMemoryStream) GetHashCode

func (m *TMemoryStream) GetHashCode() int32

func (*TMemoryStream) Instance

func (m *TMemoryStream) Instance() uintptr

func (*TMemoryStream) IsValid

func (m *TMemoryStream) IsValid() bool

func (*TMemoryStream) LoadFromFile

func (m *TMemoryStream) LoadFromFile(FileName string)

func (*TMemoryStream) LoadFromStream

func (m *TMemoryStream) LoadFromStream(Stream IObject)

func (*TMemoryStream) Memory

func (m *TMemoryStream) Memory() uintptr

func (*TMemoryStream) Position

func (m *TMemoryStream) Position() int64

func (*TMemoryStream) Read

func (m *TMemoryStream) Read(count int32) (int32, []byte)

func (*TMemoryStream) SaveToFile

func (m *TMemoryStream) SaveToFile(FileName string)

func (*TMemoryStream) SaveToStream

func (m *TMemoryStream) SaveToStream(Stream IObject)

func (*TMemoryStream) Seek

func (m *TMemoryStream) Seek(Offset int64, Origin TSeekOrigin) int64

func (*TMemoryStream) SetPosition

func (m *TMemoryStream) SetPosition(value int64)

func (*TMemoryStream) SetSize

func (m *TMemoryStream) SetSize(value int64)

func (*TMemoryStream) Size

func (m *TMemoryStream) Size() int64

func (*TMemoryStream) ToString

func (m *TMemoryStream) ToString() string

func (*TMemoryStream) Write

func (m *TMemoryStream) Write(buffer []byte) int32

type TMenuChangeEvent

type TMenuChangeEvent func(sender IObject, source *TMenuItem, rebuild bool)

TMenuChangeEvent Menu

type TMenuDrawItemEvent added in v1.0.2

type TMenuDrawItemEvent func(sender IObject, aCanvas *TCanvas, aRect TRect, selected bool)

TMenuDrawItemEvent = procedure (Sender: TObject; ACanvas: TCanvas;

ARect: TRect; Selected: Boolean) of object;

type TMenuItem

type TMenuItem struct {
	IComponent
	// contains filtered or unexported fields
}
func MenuItemFromInst(inst uintptr) *TMenuItem
func MenuItemFromObj(obj IObject) *TMenuItem

func NewMenuItem

func NewMenuItem(owner IComponent) *TMenuItem

func (*TMenuItem) Action

func (m *TMenuItem) Action() *TAction

func (*TMenuItem) Add

func (m *TMenuItem) Add(Item IComponent)

func (*TMenuItem) Assign

func (m *TMenuItem) Assign(Source IObject)

func (*TMenuItem) AutoHotkeys

func (m *TMenuItem) AutoHotkeys() TMenuItemAutoFlag

func (*TMenuItem) Bitmap

func (m *TMenuItem) Bitmap() *TBitmap

func (*TMenuItem) Caption

func (m *TMenuItem) Caption() string

func (*TMenuItem) Checked

func (m *TMenuItem) Checked() bool

func (*TMenuItem) ClassName

func (m *TMenuItem) ClassName() string

func (*TMenuItem) Clear

func (m *TMenuItem) Clear()

func (*TMenuItem) Click

func (m *TMenuItem) Click()

func (*TMenuItem) ComponentCount

func (m *TMenuItem) ComponentCount() int32

func (*TMenuItem) ComponentIndex

func (m *TMenuItem) ComponentIndex() int32

func (*TMenuItem) Components

func (m *TMenuItem) Components(AIndex int32) *TComponent

func (*TMenuItem) Count added in v1.1.3

func (m *TMenuItem) Count() int32

func (*TMenuItem) Default

func (m *TMenuItem) Default() bool

func (*TMenuItem) Delete

func (m *TMenuItem) Delete(Index int32)

func (*TMenuItem) Enabled

func (m *TMenuItem) Enabled() bool

func (*TMenuItem) Equals

func (m *TMenuItem) Equals(Obj IObject) bool

func (*TMenuItem) FindComponent

func (m *TMenuItem) FindComponent(AName string) *TComponent

func (*TMenuItem) Free

func (m *TMenuItem) Free()

func (*TMenuItem) GetHashCode

func (m *TMenuItem) GetHashCode() int32

func (*TMenuItem) GetNamePath

func (m *TMenuItem) GetNamePath() string

func (*TMenuItem) GroupIndex

func (m *TMenuItem) GroupIndex() uint8

func (*TMenuItem) Handle

func (m *TMenuItem) Handle() HMENU

func (*TMenuItem) HasParent

func (m *TMenuItem) HasParent() bool

func (*TMenuItem) Hint

func (m *TMenuItem) Hint() string

func (*TMenuItem) ImageIndex

func (m *TMenuItem) ImageIndex() int32

func (*TMenuItem) IndexOf

func (m *TMenuItem) IndexOf(Item IComponent) int32

func (*TMenuItem) Insert

func (m *TMenuItem) Insert(Index int32, Item IComponent)

func (*TMenuItem) Instance

func (m *TMenuItem) Instance() uintptr

func (*TMenuItem) IsValid

func (m *TMenuItem) IsValid() bool

func (*TMenuItem) Items

func (m *TMenuItem) Items(Index int32) *TMenuItem

func (*TMenuItem) Name

func (m *TMenuItem) Name() string

func (*TMenuItem) Owner

func (m *TMenuItem) Owner() *TComponent

func (*TMenuItem) Parent

func (m *TMenuItem) Parent() *TMenuItem

func (*TMenuItem) SetAction

func (m *TMenuItem) SetAction(value IComponent)

func (*TMenuItem) SetAutoHotkeys

func (m *TMenuItem) SetAutoHotkeys(value TMenuItemAutoFlag)

func (*TMenuItem) SetBitmap

func (m *TMenuItem) SetBitmap(value *TBitmap)

func (*TMenuItem) SetCaption

func (m *TMenuItem) SetCaption(value string)

func (*TMenuItem) SetChecked

func (m *TMenuItem) SetChecked(value bool)

func (*TMenuItem) SetComponentIndex

func (m *TMenuItem) SetComponentIndex(value int32)

func (*TMenuItem) SetDefault

func (m *TMenuItem) SetDefault(value bool)

func (*TMenuItem) SetEnabled

func (m *TMenuItem) SetEnabled(value bool)

func (*TMenuItem) SetGroupIndex

func (m *TMenuItem) SetGroupIndex(value uint8)

func (*TMenuItem) SetHint

func (m *TMenuItem) SetHint(value string)

func (*TMenuItem) SetImageIndex

func (m *TMenuItem) SetImageIndex(value int32)

func (*TMenuItem) SetName

func (m *TMenuItem) SetName(value string)

func (*TMenuItem) SetOnClick

func (m *TMenuItem) SetOnClick(fn TNotifyEvent)

func (*TMenuItem) SetOnDrawItem added in v1.0.2

func (m *TMenuItem) SetOnDrawItem(fn TMenuDrawItemEvent)

func (*TMenuItem) SetShortCut

func (m *TMenuItem) SetShortCut(value TShortCut)

func (*TMenuItem) SetShortCutFromString

func (m *TMenuItem) SetShortCutFromString(s string)

func (*TMenuItem) SetTag

func (m *TMenuItem) SetTag(value int)

func (*TMenuItem) SetVisible

func (m *TMenuItem) SetVisible(value bool)

func (*TMenuItem) ShortCut

func (m *TMenuItem) ShortCut() TShortCut

func (*TMenuItem) ShortCutFromString

func (m *TMenuItem) ShortCutFromString() string

func (*TMenuItem) Tag

func (m *TMenuItem) Tag() int

func (*TMenuItem) ToString

func (m *TMenuItem) ToString() string

func (*TMenuItem) Visible

func (m *TMenuItem) Visible() bool

type TMonitor

type TMonitor struct {
	IObject
	// contains filtered or unexported fields
}

func MonitorFromInst

func MonitorFromInst(inst uintptr) *TMonitor

func MonitorFromObj

func MonitorFromObj(obj IObject) *TMonitor

func NewMonitor

func NewMonitor() *TMonitor

func (*TMonitor) BoundsRect

func (m *TMonitor) BoundsRect() TRect

func (*TMonitor) ClassName

func (m *TMonitor) ClassName() string

func (*TMonitor) Equals

func (m *TMonitor) Equals(Obj IObject) bool

func (*TMonitor) Free

func (m *TMonitor) Free()

func (*TMonitor) GetHashCode

func (m *TMonitor) GetHashCode() int32

func (*TMonitor) Handle

func (m *TMonitor) Handle() HMONITOR

func (*TMonitor) Height

func (m *TMonitor) Height() int32

func (*TMonitor) Instance

func (m *TMonitor) Instance() uintptr

func (*TMonitor) IsValid

func (m *TMonitor) IsValid() bool

func (*TMonitor) Left

func (m *TMonitor) Left() int32

func (*TMonitor) MonitorNum

func (m *TMonitor) MonitorNum() int32

func (*TMonitor) PixelsPerInch

func (m *TMonitor) PixelsPerInch() int32

func (*TMonitor) Primary

func (m *TMonitor) Primary() bool

func (*TMonitor) ToString

func (m *TMonitor) ToString() string

func (*TMonitor) Top

func (m *TMonitor) Top() int32

func (*TMonitor) Width

func (m *TMonitor) Width() int32

func (*TMonitor) WorkareaRect

func (m *TMonitor) WorkareaRect() TRect

type TMonthCalColors

type TMonthCalColors struct {
	IObject
	// contains filtered or unexported fields
}

func MonthCalColorsFromInst

func MonthCalColorsFromInst(inst uintptr) *TMonthCalColors

func MonthCalColorsFromObj

func MonthCalColorsFromObj(obj IObject) *TMonthCalColors

func NewMonthCalColors

func NewMonthCalColors() *TMonthCalColors

func (*TMonthCalColors) Assign

func (m *TMonthCalColors) Assign(Source IObject)

func (*TMonthCalColors) BackColor added in v1.1.0

func (m *TMonthCalColors) BackColor() TColor

func (*TMonthCalColors) ClassName

func (m *TMonthCalColors) ClassName() string

func (*TMonthCalColors) Equals

func (m *TMonthCalColors) Equals(Obj IObject) bool

func (*TMonthCalColors) Free

func (m *TMonthCalColors) Free()

func (*TMonthCalColors) GetHashCode

func (m *TMonthCalColors) GetHashCode() int32

func (*TMonthCalColors) GetNamePath

func (m *TMonthCalColors) GetNamePath() string

func (*TMonthCalColors) Instance

func (m *TMonthCalColors) Instance() uintptr

func (*TMonthCalColors) IsValid

func (m *TMonthCalColors) IsValid() bool

func (*TMonthCalColors) SetBackColor added in v1.1.0

func (m *TMonthCalColors) SetBackColor(value TColor)

func (*TMonthCalColors) ToString

func (m *TMonthCalColors) ToString() string

type TMonthCalendar

type TMonthCalendar struct {
	IControl
	// contains filtered or unexported fields
}

func MonthCalendarFromInst

func MonthCalendarFromInst(inst uintptr) *TMonthCalendar

func MonthCalendarFromObj

func MonthCalendarFromObj(obj IObject) *TMonthCalendar

func NewMonthCalendar

func NewMonthCalendar(owner IComponent) *TMonthCalendar

func (*TMonthCalendar) Action

func (m *TMonthCalendar) Action() *TAction

func (*TMonthCalendar) Align

func (m *TMonthCalendar) Align() TAlign

func (*TMonthCalendar) AlignWithMargins

func (m *TMonthCalendar) AlignWithMargins() bool

func (*TMonthCalendar) Anchors

func (m *TMonthCalendar) Anchors() TAnchors

func (*TMonthCalendar) Assign

func (m *TMonthCalendar) Assign(Source IObject)

func (*TMonthCalendar) AutoSize

func (m *TMonthCalendar) AutoSize() bool

func (*TMonthCalendar) BiDiMode

func (m *TMonthCalendar) BiDiMode() TBiDiMode

func (*TMonthCalendar) BorderWidth

func (m *TMonthCalendar) BorderWidth() int32

func (*TMonthCalendar) BoundsRect

func (m *TMonthCalendar) BoundsRect() TRect

func (*TMonthCalendar) BringToFront

func (m *TMonthCalendar) BringToFront()

func (*TMonthCalendar) Brush

func (m *TMonthCalendar) Brush() *TBrush

func (*TMonthCalendar) CalColors

func (m *TMonthCalendar) CalColors() *TMonthCalColors

func (*TMonthCalendar) CanFocus

func (m *TMonthCalendar) CanFocus() bool

func (*TMonthCalendar) ClassName

func (m *TMonthCalendar) ClassName() string

func (*TMonthCalendar) ClientHeight

func (m *TMonthCalendar) ClientHeight() int32

func (*TMonthCalendar) ClientRect

func (m *TMonthCalendar) ClientRect() TRect

func (*TMonthCalendar) ClientWidth

func (m *TMonthCalendar) ClientWidth() int32

func (*TMonthCalendar) ComponentCount

func (m *TMonthCalendar) ComponentCount() int32

func (*TMonthCalendar) ComponentIndex

func (m *TMonthCalendar) ComponentIndex() int32

func (*TMonthCalendar) Components

func (m *TMonthCalendar) Components(AIndex int32) *TComponent

func (*TMonthCalendar) ControlCount

func (m *TMonthCalendar) ControlCount() int32

func (*TMonthCalendar) Controls

func (m *TMonthCalendar) Controls(Index int32) *TControl

func (*TMonthCalendar) Cursor

func (m *TMonthCalendar) Cursor() TCursor

func (*TMonthCalendar) CustomHint added in v1.1.0

func (m *TMonthCalendar) CustomHint() *TCustomHint

func (*TMonthCalendar) Date

func (m *TMonthCalendar) Date() time.Time

func (*TMonthCalendar) DoubleBuffered

func (m *TMonthCalendar) DoubleBuffered() bool

func (*TMonthCalendar) Enabled

func (m *TMonthCalendar) Enabled() bool

func (*TMonthCalendar) Equals

func (m *TMonthCalendar) Equals(Obj IObject) bool

func (*TMonthCalendar) ExplicitHeight

func (m *TMonthCalendar) ExplicitHeight() int32

func (*TMonthCalendar) ExplicitLeft

func (m *TMonthCalendar) ExplicitLeft() int32

func (*TMonthCalendar) ExplicitTop

func (m *TMonthCalendar) ExplicitTop() int32

func (*TMonthCalendar) ExplicitWidth

func (m *TMonthCalendar) ExplicitWidth() int32

func (*TMonthCalendar) FindComponent

func (m *TMonthCalendar) FindComponent(AName string) *TComponent

func (*TMonthCalendar) FirstDayOfWeek

func (m *TMonthCalendar) FirstDayOfWeek() TCalDayOfWeek

func (*TMonthCalendar) FlipChildren

func (m *TMonthCalendar) FlipChildren(AllLevels bool)

func (*TMonthCalendar) Focused

func (m *TMonthCalendar) Focused() bool

func (*TMonthCalendar) Font

func (m *TMonthCalendar) Font() *TFont

func (*TMonthCalendar) Free

func (m *TMonthCalendar) Free()

func (*TMonthCalendar) GetHashCode

func (m *TMonthCalendar) GetHashCode() int32

func (*TMonthCalendar) GetNamePath

func (m *TMonthCalendar) GetNamePath() string

func (*TMonthCalendar) GetTextBuf

func (m *TMonthCalendar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TMonthCalendar) GetTextLen added in v1.1.0

func (m *TMonthCalendar) GetTextLen() int32

func (*TMonthCalendar) Handle

func (m *TMonthCalendar) Handle() HWND

func (*TMonthCalendar) HandleAllocated

func (m *TMonthCalendar) HandleAllocated() bool

func (*TMonthCalendar) HasParent

func (m *TMonthCalendar) HasParent() bool

func (*TMonthCalendar) Height

func (m *TMonthCalendar) Height() int32

func (*TMonthCalendar) Hide

func (m *TMonthCalendar) Hide()

func (*TMonthCalendar) Hint

func (m *TMonthCalendar) Hint() string

func (*TMonthCalendar) Instance

func (m *TMonthCalendar) Instance() uintptr

func (*TMonthCalendar) Invalidate

func (m *TMonthCalendar) Invalidate()

func (*TMonthCalendar) IsValid

func (m *TMonthCalendar) IsValid() bool

func (*TMonthCalendar) Left

func (m *TMonthCalendar) Left() int32

func (*TMonthCalendar) Margins

func (m *TMonthCalendar) Margins() *TMargins

func (*TMonthCalendar) MaxDate

func (m *TMonthCalendar) MaxDate() time.Time

func (*TMonthCalendar) MaxSelectRange

func (m *TMonthCalendar) MaxSelectRange() int32

func (*TMonthCalendar) MinDate

func (m *TMonthCalendar) MinDate() time.Time

func (*TMonthCalendar) MultiSelect

func (m *TMonthCalendar) MultiSelect() bool

func (*TMonthCalendar) Name

func (m *TMonthCalendar) Name() string

func (*TMonthCalendar) Owner

func (m *TMonthCalendar) Owner() *TComponent

func (*TMonthCalendar) Parent

func (m *TMonthCalendar) Parent() *TControl

func (*TMonthCalendar) ParentDoubleBuffered

func (m *TMonthCalendar) ParentDoubleBuffered() bool

func (*TMonthCalendar) ParentFont

func (m *TMonthCalendar) ParentFont() bool

func (*TMonthCalendar) ParentShowHint

func (m *TMonthCalendar) ParentShowHint() bool

func (*TMonthCalendar) ParentWindow

func (m *TMonthCalendar) ParentWindow() HWND

func (*TMonthCalendar) Perform

func (m *TMonthCalendar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TMonthCalendar) PopupMenu

func (m *TMonthCalendar) PopupMenu() *TPopupMenu

func (*TMonthCalendar) Realign

func (m *TMonthCalendar) Realign()

func (*TMonthCalendar) Refresh

func (m *TMonthCalendar) Refresh()

func (*TMonthCalendar) Repaint

func (m *TMonthCalendar) Repaint()

func (*TMonthCalendar) ScaleBy

func (m *TMonthCalendar) ScaleBy(M int32, D int32)

func (*TMonthCalendar) SendToBack

func (m *TMonthCalendar) SendToBack()

func (*TMonthCalendar) SetAction

func (m *TMonthCalendar) SetAction(value IComponent)

func (*TMonthCalendar) SetAlign

func (m *TMonthCalendar) SetAlign(value TAlign)

func (*TMonthCalendar) SetAlignWithMargins

func (m *TMonthCalendar) SetAlignWithMargins(value bool)

func (*TMonthCalendar) SetAnchors

func (m *TMonthCalendar) SetAnchors(value TAnchors)

func (*TMonthCalendar) SetAutoSize

func (m *TMonthCalendar) SetAutoSize(value bool)

func (*TMonthCalendar) SetBiDiMode

func (m *TMonthCalendar) SetBiDiMode(value TBiDiMode)

func (*TMonthCalendar) SetBorderWidth

func (m *TMonthCalendar) SetBorderWidth(value int32)

func (*TMonthCalendar) SetBounds

func (m *TMonthCalendar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TMonthCalendar) SetBoundsRect

func (m *TMonthCalendar) SetBoundsRect(value TRect)

func (*TMonthCalendar) SetCalColors

func (m *TMonthCalendar) SetCalColors(value *TMonthCalColors)

func (*TMonthCalendar) SetClientHeight

func (m *TMonthCalendar) SetClientHeight(value int32)

func (*TMonthCalendar) SetClientWidth

func (m *TMonthCalendar) SetClientWidth(value int32)

func (*TMonthCalendar) SetComponentIndex

func (m *TMonthCalendar) SetComponentIndex(value int32)

func (*TMonthCalendar) SetCursor

func (m *TMonthCalendar) SetCursor(value TCursor)

func (*TMonthCalendar) SetCustomHint added in v1.1.0

func (m *TMonthCalendar) SetCustomHint(value IComponent)

func (*TMonthCalendar) SetDate

func (m *TMonthCalendar) SetDate(value time.Time)

func (*TMonthCalendar) SetDoubleBuffered

func (m *TMonthCalendar) SetDoubleBuffered(value bool)

func (*TMonthCalendar) SetEnabled

func (m *TMonthCalendar) SetEnabled(value bool)

func (*TMonthCalendar) SetFirstDayOfWeek

func (m *TMonthCalendar) SetFirstDayOfWeek(value TCalDayOfWeek)

func (*TMonthCalendar) SetFocus

func (m *TMonthCalendar) SetFocus()

func (*TMonthCalendar) SetFont

func (m *TMonthCalendar) SetFont(value *TFont)

func (*TMonthCalendar) SetHeight

func (m *TMonthCalendar) SetHeight(value int32)

func (*TMonthCalendar) SetHint

func (m *TMonthCalendar) SetHint(value string)

func (*TMonthCalendar) SetLeft

func (m *TMonthCalendar) SetLeft(value int32)

func (*TMonthCalendar) SetMargins

func (m *TMonthCalendar) SetMargins(value *TMargins)

func (*TMonthCalendar) SetMaxDate

func (m *TMonthCalendar) SetMaxDate(value time.Time)

func (*TMonthCalendar) SetMaxSelectRange

func (m *TMonthCalendar) SetMaxSelectRange(value int32)

func (*TMonthCalendar) SetMinDate

func (m *TMonthCalendar) SetMinDate(value time.Time)

func (*TMonthCalendar) SetMultiSelect

func (m *TMonthCalendar) SetMultiSelect(value bool)

func (*TMonthCalendar) SetName

func (m *TMonthCalendar) SetName(value string)

func (*TMonthCalendar) SetOnClick

func (m *TMonthCalendar) SetOnClick(fn TNotifyEvent)

func (*TMonthCalendar) SetOnDblClick

func (m *TMonthCalendar) SetOnDblClick(fn TNotifyEvent)

func (*TMonthCalendar) SetOnEnter

func (m *TMonthCalendar) SetOnEnter(fn TNotifyEvent)

func (*TMonthCalendar) SetOnExit

func (m *TMonthCalendar) SetOnExit(fn TNotifyEvent)

func (*TMonthCalendar) SetOnKeyDown

func (m *TMonthCalendar) SetOnKeyDown(fn TKeyEvent)

func (*TMonthCalendar) SetOnKeyPress

func (m *TMonthCalendar) SetOnKeyPress(fn TKeyPressEvent)

func (*TMonthCalendar) SetOnKeyUp

func (m *TMonthCalendar) SetOnKeyUp(fn TKeyEvent)

func (*TMonthCalendar) SetOnMouseEnter

func (m *TMonthCalendar) SetOnMouseEnter(fn TNotifyEvent)

func (*TMonthCalendar) SetOnMouseLeave

func (m *TMonthCalendar) SetOnMouseLeave(fn TNotifyEvent)

func (*TMonthCalendar) SetParent

func (m *TMonthCalendar) SetParent(value IControl)

func (*TMonthCalendar) SetParentDoubleBuffered

func (m *TMonthCalendar) SetParentDoubleBuffered(value bool)

func (*TMonthCalendar) SetParentFont

func (m *TMonthCalendar) SetParentFont(value bool)

func (*TMonthCalendar) SetParentShowHint

func (m *TMonthCalendar) SetParentShowHint(value bool)

func (*TMonthCalendar) SetParentWindow

func (m *TMonthCalendar) SetParentWindow(value HWND)

func (*TMonthCalendar) SetPopupMenu

func (m *TMonthCalendar) SetPopupMenu(value IComponent)

func (*TMonthCalendar) SetShowHint

func (m *TMonthCalendar) SetShowHint(value bool)

func (*TMonthCalendar) SetShowToday

func (m *TMonthCalendar) SetShowToday(value bool)

func (*TMonthCalendar) SetShowTodayCircle

func (m *TMonthCalendar) SetShowTodayCircle(value bool)

func (*TMonthCalendar) SetStyleElements

func (m *TMonthCalendar) SetStyleElements(value TStyleElements)

func (*TMonthCalendar) SetTabOrder

func (m *TMonthCalendar) SetTabOrder(value uint16)

func (*TMonthCalendar) SetTabStop

func (m *TMonthCalendar) SetTabStop(value bool)

func (*TMonthCalendar) SetTag

func (m *TMonthCalendar) SetTag(value int)

func (*TMonthCalendar) SetTop

func (m *TMonthCalendar) SetTop(value int32)

func (*TMonthCalendar) SetVisible

func (m *TMonthCalendar) SetVisible(value bool)

func (*TMonthCalendar) SetWeekNumbers

func (m *TMonthCalendar) SetWeekNumbers(value bool)

func (*TMonthCalendar) SetWidth

func (m *TMonthCalendar) SetWidth(value int32)

func (*TMonthCalendar) Show

func (m *TMonthCalendar) Show()

func (*TMonthCalendar) ShowHint

func (m *TMonthCalendar) ShowHint() bool

func (*TMonthCalendar) ShowToday

func (m *TMonthCalendar) ShowToday() bool

func (*TMonthCalendar) ShowTodayCircle

func (m *TMonthCalendar) ShowTodayCircle() bool

func (*TMonthCalendar) StyleElements

func (m *TMonthCalendar) StyleElements() TStyleElements

func (*TMonthCalendar) TabOrder

func (m *TMonthCalendar) TabOrder() uint16

func (*TMonthCalendar) TabStop

func (m *TMonthCalendar) TabStop() bool

func (*TMonthCalendar) Tag

func (m *TMonthCalendar) Tag() int

func (*TMonthCalendar) ToString

func (m *TMonthCalendar) ToString() string

func (*TMonthCalendar) Top

func (m *TMonthCalendar) Top() int32

func (*TMonthCalendar) Update

func (m *TMonthCalendar) Update()

func (*TMonthCalendar) Visible

func (m *TMonthCalendar) Visible() bool

func (*TMonthCalendar) WeekNumbers

func (m *TMonthCalendar) WeekNumbers() bool

func (*TMonthCalendar) Width

func (m *TMonthCalendar) Width() int32

type TMouse

type TMouse struct {
	IObject
	// contains filtered or unexported fields
}

func MouseFromInst

func MouseFromInst(inst uintptr) *TMouse

func MouseFromObj

func MouseFromObj(obj IObject) *TMouse

func NewMouse

func NewMouse() *TMouse

func (*TMouse) Capture

func (m *TMouse) Capture() HWND

func (*TMouse) ClassName

func (m *TMouse) ClassName() string

func (*TMouse) CursorPos

func (m *TMouse) CursorPos() TPoint

func (*TMouse) Equals

func (m *TMouse) Equals(Obj IObject) bool

func (*TMouse) Free

func (m *TMouse) Free()

func (*TMouse) GetHashCode

func (m *TMouse) GetHashCode() int32

func (*TMouse) Instance

func (m *TMouse) Instance() uintptr

func (*TMouse) IsDragging

func (m *TMouse) IsDragging() bool

func (*TMouse) IsPanning

func (m *TMouse) IsPanning() bool

func (*TMouse) IsValid

func (m *TMouse) IsValid() bool

func (*TMouse) SetCapture

func (m *TMouse) SetCapture(value HWND)

func (*TMouse) SetCursorPos

func (m *TMouse) SetCursorPos(value TPoint)

func (*TMouse) ToString

func (m *TMouse) ToString() string

func (*TMouse) WheelPresent

func (m *TMouse) WheelPresent() bool

func (*TMouse) WheelScrollLines

func (m *TMouse) WheelScrollLines() int32

type TMouseEvent

type TMouseEvent func(sender IObject, button TMouseButton, shift TShiftState, x, y int32)

TMouseEvent = procedure(Sender: TObject; Button: TMouseButton;

Shift: TShiftState; X, Y: Integer) of object;

type TMouseMoveEvent

type TMouseMoveEvent func(sender IObject, shift TShiftState, x, y int32)

TMouseMoveEvent = procedure(Sender: TObject; Shift: TShiftState;

X, Y: Integer) of object;

type TMouseWheelEvent

type TMouseWheelEvent func(sender IObject, shift TShiftState, wheelDelta, x, y int32, handled *bool)

TMouseWheelEvent = procedure(Sender: TObject; Shift: TShiftState;

WheelDelta: Integer; MousePos: TPoint; var Handled: Boolean) of object;

type TNotifyEvent

type TNotifyEvent func(sender IObject)

TNotifyEvent

type TObject

type TObject struct {
	IObject
	// contains filtered or unexported fields
}

func NewObject

func NewObject() *TObject

func ObjectFromInst

func ObjectFromInst(inst uintptr) *TObject

func ObjectFromObj

func ObjectFromObj(obj IObject) *TObject

func (*TObject) ClassName

func (o *TObject) ClassName() string

func (*TObject) Equals

func (o *TObject) Equals(Obj IObject) bool

func (*TObject) Free

func (o *TObject) Free()

func (*TObject) GetHashCode

func (o *TObject) GetHashCode() int32

func (*TObject) Instance

func (o *TObject) Instance() uintptr

func (*TObject) IsValid

func (o *TObject) IsValid() bool

func (*TObject) ToString

func (o *TObject) ToString() string

type TOpenDialog

type TOpenDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewOpenDialog

func NewOpenDialog(owner IComponent) *TOpenDialog

func OpenDialogFromInst

func OpenDialogFromInst(inst uintptr) *TOpenDialog

func OpenDialogFromObj

func OpenDialogFromObj(obj IObject) *TOpenDialog

func (*TOpenDialog) Assign

func (o *TOpenDialog) Assign(Source IObject)

func (*TOpenDialog) ClassName

func (o *TOpenDialog) ClassName() string

func (*TOpenDialog) ComponentCount

func (o *TOpenDialog) ComponentCount() int32

func (*TOpenDialog) ComponentIndex

func (o *TOpenDialog) ComponentIndex() int32

func (*TOpenDialog) Components

func (o *TOpenDialog) Components(AIndex int32) *TComponent

func (*TOpenDialog) DefaultExt

func (o *TOpenDialog) DefaultExt() string

func (*TOpenDialog) Equals

func (o *TOpenDialog) Equals(Obj IObject) bool

func (*TOpenDialog) Execute

func (o *TOpenDialog) Execute() bool

func (*TOpenDialog) FileName

func (o *TOpenDialog) FileName() string

func (*TOpenDialog) Files

func (o *TOpenDialog) Files() *TStrings

func (*TOpenDialog) Filter

func (o *TOpenDialog) Filter() string

func (*TOpenDialog) FilterIndex

func (o *TOpenDialog) FilterIndex() int32

func (*TOpenDialog) FindComponent

func (o *TOpenDialog) FindComponent(AName string) *TComponent

func (*TOpenDialog) Free

func (o *TOpenDialog) Free()

func (*TOpenDialog) GetHashCode

func (o *TOpenDialog) GetHashCode() int32

func (*TOpenDialog) GetNamePath

func (o *TOpenDialog) GetNamePath() string

func (*TOpenDialog) Handle

func (o *TOpenDialog) Handle() HWND

func (*TOpenDialog) HasParent

func (o *TOpenDialog) HasParent() bool

func (*TOpenDialog) InitialDir

func (o *TOpenDialog) InitialDir() string

func (*TOpenDialog) Instance

func (o *TOpenDialog) Instance() uintptr

func (*TOpenDialog) IsValid

func (o *TOpenDialog) IsValid() bool

func (*TOpenDialog) Name

func (o *TOpenDialog) Name() string

func (*TOpenDialog) Options

func (o *TOpenDialog) Options() TOpenOptions

func (*TOpenDialog) OptionsEx

func (o *TOpenDialog) OptionsEx() TOpenOptionsEx

func (*TOpenDialog) Owner

func (o *TOpenDialog) Owner() *TComponent

func (*TOpenDialog) SetComponentIndex

func (o *TOpenDialog) SetComponentIndex(value int32)

func (*TOpenDialog) SetDefaultExt

func (o *TOpenDialog) SetDefaultExt(value string)

func (*TOpenDialog) SetFileName

func (o *TOpenDialog) SetFileName(value string)

func (*TOpenDialog) SetFilter

func (o *TOpenDialog) SetFilter(value string)

func (*TOpenDialog) SetFilterIndex

func (o *TOpenDialog) SetFilterIndex(value int32)

func (*TOpenDialog) SetInitialDir

func (o *TOpenDialog) SetInitialDir(value string)

func (*TOpenDialog) SetName

func (o *TOpenDialog) SetName(value string)

func (*TOpenDialog) SetOnClose

func (o *TOpenDialog) SetOnClose(fn TNotifyEvent)

func (*TOpenDialog) SetOnShow

func (o *TOpenDialog) SetOnShow(fn TNotifyEvent)

func (*TOpenDialog) SetOptions

func (o *TOpenDialog) SetOptions(value TOpenOptions)

func (*TOpenDialog) SetOptionsEx

func (o *TOpenDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TOpenDialog) SetTag

func (o *TOpenDialog) SetTag(value int)

func (*TOpenDialog) SetTitle

func (o *TOpenDialog) SetTitle(value string)

func (*TOpenDialog) Tag

func (o *TOpenDialog) Tag() int

func (*TOpenDialog) Title

func (o *TOpenDialog) Title() string

func (*TOpenDialog) ToString

func (o *TOpenDialog) ToString() string

type TOpenPictureDialog

type TOpenPictureDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewOpenPictureDialog

func NewOpenPictureDialog(owner IComponent) *TOpenPictureDialog

func OpenPictureDialogFromInst

func OpenPictureDialogFromInst(inst uintptr) *TOpenPictureDialog

func OpenPictureDialogFromObj

func OpenPictureDialogFromObj(obj IObject) *TOpenPictureDialog

func (*TOpenPictureDialog) Assign

func (o *TOpenPictureDialog) Assign(Source IObject)

func (*TOpenPictureDialog) ClassName

func (o *TOpenPictureDialog) ClassName() string

func (*TOpenPictureDialog) ComponentCount

func (o *TOpenPictureDialog) ComponentCount() int32

func (*TOpenPictureDialog) ComponentIndex

func (o *TOpenPictureDialog) ComponentIndex() int32

func (*TOpenPictureDialog) Components

func (o *TOpenPictureDialog) Components(AIndex int32) *TComponent

func (*TOpenPictureDialog) DefaultExt

func (o *TOpenPictureDialog) DefaultExt() string

func (*TOpenPictureDialog) Equals

func (o *TOpenPictureDialog) Equals(Obj IObject) bool

func (*TOpenPictureDialog) Execute

func (o *TOpenPictureDialog) Execute() bool

func (*TOpenPictureDialog) FileName

func (o *TOpenPictureDialog) FileName() string

func (*TOpenPictureDialog) Files

func (o *TOpenPictureDialog) Files() *TStrings

func (*TOpenPictureDialog) Filter

func (o *TOpenPictureDialog) Filter() string

func (*TOpenPictureDialog) FilterIndex

func (o *TOpenPictureDialog) FilterIndex() int32

func (*TOpenPictureDialog) FindComponent

func (o *TOpenPictureDialog) FindComponent(AName string) *TComponent

func (*TOpenPictureDialog) Free

func (o *TOpenPictureDialog) Free()

func (*TOpenPictureDialog) GetHashCode

func (o *TOpenPictureDialog) GetHashCode() int32

func (*TOpenPictureDialog) GetNamePath

func (o *TOpenPictureDialog) GetNamePath() string

func (*TOpenPictureDialog) Handle

func (o *TOpenPictureDialog) Handle() HWND

func (*TOpenPictureDialog) HasParent

func (o *TOpenPictureDialog) HasParent() bool

func (*TOpenPictureDialog) InitialDir

func (o *TOpenPictureDialog) InitialDir() string

func (*TOpenPictureDialog) Instance

func (o *TOpenPictureDialog) Instance() uintptr

func (*TOpenPictureDialog) IsValid

func (o *TOpenPictureDialog) IsValid() bool

func (*TOpenPictureDialog) Name

func (o *TOpenPictureDialog) Name() string

func (*TOpenPictureDialog) Options

func (o *TOpenPictureDialog) Options() TOpenOptions

func (*TOpenPictureDialog) OptionsEx

func (o *TOpenPictureDialog) OptionsEx() TOpenOptionsEx

func (*TOpenPictureDialog) Owner

func (o *TOpenPictureDialog) Owner() *TComponent

func (*TOpenPictureDialog) SetComponentIndex

func (o *TOpenPictureDialog) SetComponentIndex(value int32)

func (*TOpenPictureDialog) SetDefaultExt

func (o *TOpenPictureDialog) SetDefaultExt(value string)

func (*TOpenPictureDialog) SetFileName

func (o *TOpenPictureDialog) SetFileName(value string)

func (*TOpenPictureDialog) SetFilter

func (o *TOpenPictureDialog) SetFilter(value string)

func (*TOpenPictureDialog) SetFilterIndex

func (o *TOpenPictureDialog) SetFilterIndex(value int32)

func (*TOpenPictureDialog) SetInitialDir

func (o *TOpenPictureDialog) SetInitialDir(value string)

func (*TOpenPictureDialog) SetName

func (o *TOpenPictureDialog) SetName(value string)

func (*TOpenPictureDialog) SetOnClose

func (o *TOpenPictureDialog) SetOnClose(fn TNotifyEvent)

func (*TOpenPictureDialog) SetOnShow

func (o *TOpenPictureDialog) SetOnShow(fn TNotifyEvent)

func (*TOpenPictureDialog) SetOptions

func (o *TOpenPictureDialog) SetOptions(value TOpenOptions)

func (*TOpenPictureDialog) SetOptionsEx

func (o *TOpenPictureDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TOpenPictureDialog) SetTag

func (o *TOpenPictureDialog) SetTag(value int)

func (*TOpenPictureDialog) SetTitle

func (o *TOpenPictureDialog) SetTitle(value string)

func (*TOpenPictureDialog) Tag

func (o *TOpenPictureDialog) Tag() int

func (*TOpenPictureDialog) Title

func (o *TOpenPictureDialog) Title() string

func (*TOpenPictureDialog) ToString

func (o *TOpenPictureDialog) ToString() string

type TOpenTextFileDialog

type TOpenTextFileDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewOpenTextFileDialog

func NewOpenTextFileDialog(owner IComponent) *TOpenTextFileDialog

func OpenTextFileDialogFromInst

func OpenTextFileDialogFromInst(inst uintptr) *TOpenTextFileDialog

func OpenTextFileDialogFromObj

func OpenTextFileDialogFromObj(obj IObject) *TOpenTextFileDialog

func (*TOpenTextFileDialog) Assign

func (o *TOpenTextFileDialog) Assign(Source IObject)

func (*TOpenTextFileDialog) ClassName

func (o *TOpenTextFileDialog) ClassName() string

func (*TOpenTextFileDialog) ComponentCount

func (o *TOpenTextFileDialog) ComponentCount() int32

func (*TOpenTextFileDialog) ComponentIndex

func (o *TOpenTextFileDialog) ComponentIndex() int32

func (*TOpenTextFileDialog) Components

func (o *TOpenTextFileDialog) Components(AIndex int32) *TComponent

func (*TOpenTextFileDialog) DefaultExt

func (o *TOpenTextFileDialog) DefaultExt() string

func (*TOpenTextFileDialog) Equals

func (o *TOpenTextFileDialog) Equals(Obj IObject) bool

func (*TOpenTextFileDialog) Execute

func (o *TOpenTextFileDialog) Execute() bool

func (*TOpenTextFileDialog) FileName

func (o *TOpenTextFileDialog) FileName() string

func (*TOpenTextFileDialog) Files

func (o *TOpenTextFileDialog) Files() *TStrings

func (*TOpenTextFileDialog) Filter

func (o *TOpenTextFileDialog) Filter() string

func (*TOpenTextFileDialog) FilterIndex

func (o *TOpenTextFileDialog) FilterIndex() int32

func (*TOpenTextFileDialog) FindComponent

func (o *TOpenTextFileDialog) FindComponent(AName string) *TComponent

func (*TOpenTextFileDialog) Free

func (o *TOpenTextFileDialog) Free()

func (*TOpenTextFileDialog) GetHashCode

func (o *TOpenTextFileDialog) GetHashCode() int32

func (*TOpenTextFileDialog) GetNamePath

func (o *TOpenTextFileDialog) GetNamePath() string

func (*TOpenTextFileDialog) Handle

func (o *TOpenTextFileDialog) Handle() HWND

func (*TOpenTextFileDialog) HasParent

func (o *TOpenTextFileDialog) HasParent() bool

func (*TOpenTextFileDialog) InitialDir

func (o *TOpenTextFileDialog) InitialDir() string

func (*TOpenTextFileDialog) Instance

func (o *TOpenTextFileDialog) Instance() uintptr

func (*TOpenTextFileDialog) IsValid

func (o *TOpenTextFileDialog) IsValid() bool

func (*TOpenTextFileDialog) Name

func (o *TOpenTextFileDialog) Name() string

func (*TOpenTextFileDialog) Options

func (o *TOpenTextFileDialog) Options() TOpenOptions

func (*TOpenTextFileDialog) OptionsEx

func (o *TOpenTextFileDialog) OptionsEx() TOpenOptionsEx

func (*TOpenTextFileDialog) Owner

func (o *TOpenTextFileDialog) Owner() *TComponent

func (*TOpenTextFileDialog) SetComponentIndex

func (o *TOpenTextFileDialog) SetComponentIndex(value int32)

func (*TOpenTextFileDialog) SetDefaultExt

func (o *TOpenTextFileDialog) SetDefaultExt(value string)

func (*TOpenTextFileDialog) SetFileName

func (o *TOpenTextFileDialog) SetFileName(value string)

func (*TOpenTextFileDialog) SetFilter

func (o *TOpenTextFileDialog) SetFilter(value string)

func (*TOpenTextFileDialog) SetFilterIndex

func (o *TOpenTextFileDialog) SetFilterIndex(value int32)

func (*TOpenTextFileDialog) SetInitialDir

func (o *TOpenTextFileDialog) SetInitialDir(value string)

func (*TOpenTextFileDialog) SetName

func (o *TOpenTextFileDialog) SetName(value string)

func (*TOpenTextFileDialog) SetOnClose

func (o *TOpenTextFileDialog) SetOnClose(fn TNotifyEvent)

func (*TOpenTextFileDialog) SetOnShow

func (o *TOpenTextFileDialog) SetOnShow(fn TNotifyEvent)

func (*TOpenTextFileDialog) SetOptions

func (o *TOpenTextFileDialog) SetOptions(value TOpenOptions)

func (*TOpenTextFileDialog) SetOptionsEx

func (o *TOpenTextFileDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TOpenTextFileDialog) SetTag

func (o *TOpenTextFileDialog) SetTag(value int)

func (*TOpenTextFileDialog) SetTitle

func (o *TOpenTextFileDialog) SetTitle(value string)

func (*TOpenTextFileDialog) Tag

func (o *TOpenTextFileDialog) Tag() int

func (*TOpenTextFileDialog) Title

func (o *TOpenTextFileDialog) Title() string

func (*TOpenTextFileDialog) ToString

func (o *TOpenTextFileDialog) ToString() string

type TPageControl

type TPageControl struct {
	IControl
	// contains filtered or unexported fields
}

func NewPageControl

func NewPageControl(owner IComponent) *TPageControl

func PageControlFromInst

func PageControlFromInst(inst uintptr) *TPageControl

func PageControlFromObj

func PageControlFromObj(obj IObject) *TPageControl

func (*TPageControl) Action

func (p *TPageControl) Action() *TAction

func (*TPageControl) ActivePageIndex

func (p *TPageControl) ActivePageIndex() int32

func (*TPageControl) Align

func (p *TPageControl) Align() TAlign

func (*TPageControl) AlignWithMargins

func (p *TPageControl) AlignWithMargins() bool

func (*TPageControl) Anchors

func (p *TPageControl) Anchors() TAnchors

func (*TPageControl) Assign

func (p *TPageControl) Assign(Source IObject)

func (*TPageControl) BiDiMode

func (p *TPageControl) BiDiMode() TBiDiMode

func (*TPageControl) BoundsRect

func (p *TPageControl) BoundsRect() TRect

func (*TPageControl) BringToFront

func (p *TPageControl) BringToFront()

func (*TPageControl) Brush

func (p *TPageControl) Brush() *TBrush

func (*TPageControl) CanFocus

func (p *TPageControl) CanFocus() bool

func (*TPageControl) Canvas

func (p *TPageControl) Canvas() *TCanvas

func (*TPageControl) ClassName

func (p *TPageControl) ClassName() string

func (*TPageControl) ClientHeight

func (p *TPageControl) ClientHeight() int32

func (*TPageControl) ClientRect

func (p *TPageControl) ClientRect() TRect

func (*TPageControl) ClientWidth

func (p *TPageControl) ClientWidth() int32

func (*TPageControl) ComponentCount

func (p *TPageControl) ComponentCount() int32

func (*TPageControl) ComponentIndex

func (p *TPageControl) ComponentIndex() int32

func (*TPageControl) Components

func (p *TPageControl) Components(AIndex int32) *TComponent

func (*TPageControl) ControlCount

func (p *TPageControl) ControlCount() int32

func (*TPageControl) Controls

func (p *TPageControl) Controls(Index int32) *TControl

func (*TPageControl) Cursor

func (p *TPageControl) Cursor() TCursor

func (*TPageControl) CustomHint added in v1.1.0

func (p *TPageControl) CustomHint() *TCustomHint

func (*TPageControl) DoubleBuffered

func (p *TPageControl) DoubleBuffered() bool

func (*TPageControl) Enabled

func (p *TPageControl) Enabled() bool

func (*TPageControl) Equals

func (p *TPageControl) Equals(Obj IObject) bool

func (*TPageControl) ExplicitHeight

func (p *TPageControl) ExplicitHeight() int32

func (*TPageControl) ExplicitLeft

func (p *TPageControl) ExplicitLeft() int32

func (*TPageControl) ExplicitTop

func (p *TPageControl) ExplicitTop() int32

func (*TPageControl) ExplicitWidth

func (p *TPageControl) ExplicitWidth() int32

func (*TPageControl) FindComponent

func (p *TPageControl) FindComponent(AName string) *TComponent

func (*TPageControl) FlipChildren

func (p *TPageControl) FlipChildren(AllLevels bool)

func (*TPageControl) Focused

func (p *TPageControl) Focused() bool

func (*TPageControl) Font

func (p *TPageControl) Font() *TFont

func (*TPageControl) Free

func (p *TPageControl) Free()

func (*TPageControl) GetHashCode

func (p *TPageControl) GetHashCode() int32

func (*TPageControl) GetNamePath

func (p *TPageControl) GetNamePath() string

func (*TPageControl) GetTextBuf

func (p *TPageControl) GetTextBuf(Buffer string, BufSize int32) int32

func (*TPageControl) GetTextLen added in v1.1.0

func (p *TPageControl) GetTextLen() int32

func (*TPageControl) Handle

func (p *TPageControl) Handle() HWND

func (*TPageControl) HandleAllocated

func (p *TPageControl) HandleAllocated() bool

func (*TPageControl) HasParent

func (p *TPageControl) HasParent() bool

func (*TPageControl) Height

func (p *TPageControl) Height() int32

func (*TPageControl) Hide

func (p *TPageControl) Hide()

func (*TPageControl) Hint

func (p *TPageControl) Hint() string

func (*TPageControl) HotTrack

func (p *TPageControl) HotTrack() bool

func (*TPageControl) Images

func (p *TPageControl) Images() *TImageList

func (*TPageControl) Instance

func (p *TPageControl) Instance() uintptr

func (*TPageControl) Invalidate

func (p *TPageControl) Invalidate()

func (*TPageControl) IsValid

func (p *TPageControl) IsValid() bool

func (*TPageControl) Left

func (p *TPageControl) Left() int32

func (*TPageControl) Margins

func (p *TPageControl) Margins() *TMargins

func (*TPageControl) MultiLine

func (p *TPageControl) MultiLine() bool

func (*TPageControl) Name

func (p *TPageControl) Name() string

func (*TPageControl) Owner

func (p *TPageControl) Owner() *TComponent

func (*TPageControl) PageCount

func (p *TPageControl) PageCount() int32

func (*TPageControl) Pages

func (p *TPageControl) Pages(Index int32) *TTabSheet

func (*TPageControl) Parent

func (p *TPageControl) Parent() *TControl

func (*TPageControl) ParentDoubleBuffered

func (p *TPageControl) ParentDoubleBuffered() bool

func (*TPageControl) ParentFont

func (p *TPageControl) ParentFont() bool

func (*TPageControl) ParentShowHint

func (p *TPageControl) ParentShowHint() bool

func (*TPageControl) ParentWindow

func (p *TPageControl) ParentWindow() HWND

func (*TPageControl) Perform

func (p *TPageControl) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TPageControl) PopupMenu

func (p *TPageControl) PopupMenu() *TPopupMenu

func (*TPageControl) Realign

func (p *TPageControl) Realign()

func (*TPageControl) Refresh

func (p *TPageControl) Refresh()

func (*TPageControl) Repaint

func (p *TPageControl) Repaint()

func (*TPageControl) RowCount

func (p *TPageControl) RowCount() int32

func (*TPageControl) ScaleBy

func (p *TPageControl) ScaleBy(M int32, D int32)

func (*TPageControl) SelectNextPage

func (p *TPageControl) SelectNextPage(GoForward bool, CheckTabVisible bool)

func (*TPageControl) SendToBack

func (p *TPageControl) SendToBack()

func (*TPageControl) SetAction

func (p *TPageControl) SetAction(value IComponent)

func (*TPageControl) SetActivePageIndex

func (p *TPageControl) SetActivePageIndex(value int32)

func (*TPageControl) SetAlign

func (p *TPageControl) SetAlign(value TAlign)

func (*TPageControl) SetAlignWithMargins

func (p *TPageControl) SetAlignWithMargins(value bool)

func (*TPageControl) SetAnchors

func (p *TPageControl) SetAnchors(value TAnchors)

func (*TPageControl) SetBiDiMode

func (p *TPageControl) SetBiDiMode(value TBiDiMode)

func (*TPageControl) SetBounds

func (p *TPageControl) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TPageControl) SetBoundsRect

func (p *TPageControl) SetBoundsRect(value TRect)

func (*TPageControl) SetClientHeight

func (p *TPageControl) SetClientHeight(value int32)

func (*TPageControl) SetClientWidth

func (p *TPageControl) SetClientWidth(value int32)

func (*TPageControl) SetComponentIndex

func (p *TPageControl) SetComponentIndex(value int32)

func (*TPageControl) SetCursor

func (p *TPageControl) SetCursor(value TCursor)

func (*TPageControl) SetCustomHint added in v1.1.0

func (p *TPageControl) SetCustomHint(value IComponent)

func (*TPageControl) SetDoubleBuffered

func (p *TPageControl) SetDoubleBuffered(value bool)

func (*TPageControl) SetEnabled

func (p *TPageControl) SetEnabled(value bool)

func (*TPageControl) SetFocus

func (p *TPageControl) SetFocus()

func (*TPageControl) SetFont

func (p *TPageControl) SetFont(value *TFont)

func (*TPageControl) SetHeight

func (p *TPageControl) SetHeight(value int32)

func (*TPageControl) SetHint

func (p *TPageControl) SetHint(value string)

func (*TPageControl) SetHotTrack

func (p *TPageControl) SetHotTrack(value bool)

func (*TPageControl) SetImages

func (p *TPageControl) SetImages(value IComponent)

func (*TPageControl) SetLeft

func (p *TPageControl) SetLeft(value int32)

func (*TPageControl) SetMargins

func (p *TPageControl) SetMargins(value *TMargins)

func (*TPageControl) SetMultiLine

func (p *TPageControl) SetMultiLine(value bool)

func (*TPageControl) SetName

func (p *TPageControl) SetName(value string)

func (*TPageControl) SetOnChange

func (p *TPageControl) SetOnChange(fn TNotifyEvent)

func (*TPageControl) SetOnEnter

func (p *TPageControl) SetOnEnter(fn TNotifyEvent)

func (*TPageControl) SetOnExit

func (p *TPageControl) SetOnExit(fn TNotifyEvent)

func (*TPageControl) SetOnGetImageIndex added in v1.0.2

func (p *TPageControl) SetOnGetImageIndex(fn TTabGetImageEvent)

func (*TPageControl) SetOnMouseDown

func (p *TPageControl) SetOnMouseDown(fn TMouseEvent)

func (*TPageControl) SetOnMouseEnter

func (p *TPageControl) SetOnMouseEnter(fn TNotifyEvent)

func (*TPageControl) SetOnMouseLeave

func (p *TPageControl) SetOnMouseLeave(fn TNotifyEvent)

func (*TPageControl) SetOnMouseMove

func (p *TPageControl) SetOnMouseMove(fn TMouseMoveEvent)

func (*TPageControl) SetOnMouseUp

func (p *TPageControl) SetOnMouseUp(fn TMouseEvent)

func (*TPageControl) SetOnResize

func (p *TPageControl) SetOnResize(fn TNotifyEvent)

func (*TPageControl) SetParent

func (p *TPageControl) SetParent(value IControl)

func (*TPageControl) SetParentDoubleBuffered

func (p *TPageControl) SetParentDoubleBuffered(value bool)

func (*TPageControl) SetParentFont

func (p *TPageControl) SetParentFont(value bool)

func (*TPageControl) SetParentShowHint

func (p *TPageControl) SetParentShowHint(value bool)

func (*TPageControl) SetParentWindow

func (p *TPageControl) SetParentWindow(value HWND)

func (*TPageControl) SetPopupMenu

func (p *TPageControl) SetPopupMenu(value IComponent)

func (*TPageControl) SetShowHint

func (p *TPageControl) SetShowHint(value bool)

func (*TPageControl) SetStyle

func (p *TPageControl) SetStyle(value TTabStyle)

func (*TPageControl) SetStyleElements

func (p *TPageControl) SetStyleElements(value TStyleElements)

func (*TPageControl) SetTabHeight

func (p *TPageControl) SetTabHeight(value int16)

func (*TPageControl) SetTabIndex

func (p *TPageControl) SetTabIndex(value int32)

func (*TPageControl) SetTabOrder

func (p *TPageControl) SetTabOrder(value uint16)

func (*TPageControl) SetTabPosition

func (p *TPageControl) SetTabPosition(value TTabPosition)

func (*TPageControl) SetTabStop

func (p *TPageControl) SetTabStop(value bool)

func (*TPageControl) SetTabWidth

func (p *TPageControl) SetTabWidth(value int16)

func (*TPageControl) SetTag

func (p *TPageControl) SetTag(value int)

func (*TPageControl) SetTop

func (p *TPageControl) SetTop(value int32)

func (*TPageControl) SetVisible

func (p *TPageControl) SetVisible(value bool)

func (*TPageControl) SetWidth

func (p *TPageControl) SetWidth(value int32)

func (*TPageControl) Show

func (p *TPageControl) Show()

func (*TPageControl) ShowHint

func (p *TPageControl) ShowHint() bool

func (*TPageControl) Style

func (p *TPageControl) Style() TTabStyle

func (*TPageControl) StyleElements

func (p *TPageControl) StyleElements() TStyleElements

func (*TPageControl) TabHeight

func (p *TPageControl) TabHeight() int16

func (*TPageControl) TabIndex

func (p *TPageControl) TabIndex() int32

func (*TPageControl) TabOrder

func (p *TPageControl) TabOrder() uint16

func (*TPageControl) TabPosition

func (p *TPageControl) TabPosition() TTabPosition

func (*TPageControl) TabStop

func (p *TPageControl) TabStop() bool

func (*TPageControl) TabWidth

func (p *TPageControl) TabWidth() int16

func (*TPageControl) Tag

func (p *TPageControl) Tag() int

func (*TPageControl) ToString

func (p *TPageControl) ToString() string

func (*TPageControl) Top

func (p *TPageControl) Top() int32

func (*TPageControl) Update

func (p *TPageControl) Update()

func (*TPageControl) Visible

func (p *TPageControl) Visible() bool

func (*TPageControl) Width

func (p *TPageControl) Width() int32

type TPaintBox

type TPaintBox struct {
	IControl
	// contains filtered or unexported fields
}

func NewPaintBox

func NewPaintBox(owner IComponent) *TPaintBox

func PaintBoxFromInst

func PaintBoxFromInst(inst uintptr) *TPaintBox

func PaintBoxFromObj

func PaintBoxFromObj(obj IObject) *TPaintBox

func (*TPaintBox) Action

func (p *TPaintBox) Action() *TAction

func (*TPaintBox) Align

func (p *TPaintBox) Align() TAlign

func (*TPaintBox) AlignWithMargins

func (p *TPaintBox) AlignWithMargins() bool

func (*TPaintBox) Anchors

func (p *TPaintBox) Anchors() TAnchors

func (*TPaintBox) Assign

func (p *TPaintBox) Assign(Source IObject)

func (*TPaintBox) BiDiMode

func (p *TPaintBox) BiDiMode() TBiDiMode

func (*TPaintBox) BoundsRect

func (p *TPaintBox) BoundsRect() TRect

func (*TPaintBox) BringToFront

func (p *TPaintBox) BringToFront()

func (*TPaintBox) Canvas

func (p *TPaintBox) Canvas() *TCanvas

func (*TPaintBox) ClassName

func (p *TPaintBox) ClassName() string

func (*TPaintBox) ClientHeight

func (p *TPaintBox) ClientHeight() int32

func (*TPaintBox) ClientRect

func (p *TPaintBox) ClientRect() TRect

func (*TPaintBox) ClientWidth

func (p *TPaintBox) ClientWidth() int32

func (*TPaintBox) Color

func (p *TPaintBox) Color() TColor

func (*TPaintBox) ComponentCount

func (p *TPaintBox) ComponentCount() int32

func (*TPaintBox) ComponentIndex

func (p *TPaintBox) ComponentIndex() int32

func (*TPaintBox) Components

func (p *TPaintBox) Components(AIndex int32) *TComponent

func (*TPaintBox) Cursor

func (p *TPaintBox) Cursor() TCursor

func (*TPaintBox) CustomHint added in v1.1.0

func (p *TPaintBox) CustomHint() *TCustomHint

func (*TPaintBox) Enabled

func (p *TPaintBox) Enabled() bool

func (*TPaintBox) Equals

func (p *TPaintBox) Equals(Obj IObject) bool

func (*TPaintBox) ExplicitHeight

func (p *TPaintBox) ExplicitHeight() int32

func (*TPaintBox) ExplicitLeft

func (p *TPaintBox) ExplicitLeft() int32

func (*TPaintBox) ExplicitTop

func (p *TPaintBox) ExplicitTop() int32

func (*TPaintBox) ExplicitWidth

func (p *TPaintBox) ExplicitWidth() int32

func (*TPaintBox) FindComponent

func (p *TPaintBox) FindComponent(AName string) *TComponent

func (*TPaintBox) Font

func (p *TPaintBox) Font() *TFont

func (*TPaintBox) Free

func (p *TPaintBox) Free()

func (*TPaintBox) GetHashCode

func (p *TPaintBox) GetHashCode() int32

func (*TPaintBox) GetNamePath

func (p *TPaintBox) GetNamePath() string

func (*TPaintBox) GetTextBuf

func (p *TPaintBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TPaintBox) GetTextLen added in v1.1.0

func (p *TPaintBox) GetTextLen() int32

func (*TPaintBox) HasParent

func (p *TPaintBox) HasParent() bool

func (*TPaintBox) Height

func (p *TPaintBox) Height() int32

func (*TPaintBox) Hide

func (p *TPaintBox) Hide()

func (*TPaintBox) Hint

func (p *TPaintBox) Hint() string

func (*TPaintBox) Instance

func (p *TPaintBox) Instance() uintptr

func (*TPaintBox) Invalidate

func (p *TPaintBox) Invalidate()

func (*TPaintBox) IsValid

func (p *TPaintBox) IsValid() bool

func (*TPaintBox) Left

func (p *TPaintBox) Left() int32

func (*TPaintBox) Margins

func (p *TPaintBox) Margins() *TMargins

func (*TPaintBox) Name

func (p *TPaintBox) Name() string

func (*TPaintBox) Owner

func (p *TPaintBox) Owner() *TComponent

func (*TPaintBox) Parent

func (p *TPaintBox) Parent() *TControl

func (*TPaintBox) ParentColor

func (p *TPaintBox) ParentColor() bool

func (*TPaintBox) ParentFont

func (p *TPaintBox) ParentFont() bool

func (*TPaintBox) ParentShowHint

func (p *TPaintBox) ParentShowHint() bool

func (*TPaintBox) Perform

func (p *TPaintBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TPaintBox) PopupMenu

func (p *TPaintBox) PopupMenu() *TPopupMenu

func (*TPaintBox) Refresh

func (p *TPaintBox) Refresh()

func (*TPaintBox) Repaint

func (p *TPaintBox) Repaint()

func (*TPaintBox) SendToBack

func (p *TPaintBox) SendToBack()

func (*TPaintBox) SetAction

func (p *TPaintBox) SetAction(value IComponent)

func (*TPaintBox) SetAlign

func (p *TPaintBox) SetAlign(value TAlign)

func (*TPaintBox) SetAlignWithMargins

func (p *TPaintBox) SetAlignWithMargins(value bool)

func (*TPaintBox) SetAnchors

func (p *TPaintBox) SetAnchors(value TAnchors)

func (*TPaintBox) SetBiDiMode

func (p *TPaintBox) SetBiDiMode(value TBiDiMode)

func (*TPaintBox) SetBounds

func (p *TPaintBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TPaintBox) SetBoundsRect

func (p *TPaintBox) SetBoundsRect(value TRect)

func (*TPaintBox) SetClientHeight

func (p *TPaintBox) SetClientHeight(value int32)

func (*TPaintBox) SetClientWidth

func (p *TPaintBox) SetClientWidth(value int32)

func (*TPaintBox) SetColor

func (p *TPaintBox) SetColor(value TColor)

func (*TPaintBox) SetComponentIndex

func (p *TPaintBox) SetComponentIndex(value int32)

func (*TPaintBox) SetCursor

func (p *TPaintBox) SetCursor(value TCursor)

func (*TPaintBox) SetCustomHint added in v1.1.0

func (p *TPaintBox) SetCustomHint(value IComponent)

func (*TPaintBox) SetEnabled

func (p *TPaintBox) SetEnabled(value bool)

func (*TPaintBox) SetFont

func (p *TPaintBox) SetFont(value *TFont)

func (*TPaintBox) SetHeight

func (p *TPaintBox) SetHeight(value int32)

func (*TPaintBox) SetHint

func (p *TPaintBox) SetHint(value string)

func (*TPaintBox) SetLeft

func (p *TPaintBox) SetLeft(value int32)

func (*TPaintBox) SetMargins

func (p *TPaintBox) SetMargins(value *TMargins)

func (*TPaintBox) SetName

func (p *TPaintBox) SetName(value string)

func (*TPaintBox) SetOnClick

func (p *TPaintBox) SetOnClick(fn TNotifyEvent)

func (*TPaintBox) SetOnDblClick

func (p *TPaintBox) SetOnDblClick(fn TNotifyEvent)

func (*TPaintBox) SetOnMouseDown

func (p *TPaintBox) SetOnMouseDown(fn TMouseEvent)

func (*TPaintBox) SetOnMouseEnter

func (p *TPaintBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TPaintBox) SetOnMouseLeave

func (p *TPaintBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TPaintBox) SetOnMouseMove

func (p *TPaintBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TPaintBox) SetOnMouseUp

func (p *TPaintBox) SetOnMouseUp(fn TMouseEvent)

func (*TPaintBox) SetOnPaint

func (p *TPaintBox) SetOnPaint(fn TNotifyEvent)

func (*TPaintBox) SetParent

func (p *TPaintBox) SetParent(value IControl)

func (*TPaintBox) SetParentColor

func (p *TPaintBox) SetParentColor(value bool)

func (*TPaintBox) SetParentFont

func (p *TPaintBox) SetParentFont(value bool)

func (*TPaintBox) SetParentShowHint

func (p *TPaintBox) SetParentShowHint(value bool)

func (*TPaintBox) SetPopupMenu

func (p *TPaintBox) SetPopupMenu(value IComponent)

func (*TPaintBox) SetShowHint

func (p *TPaintBox) SetShowHint(value bool)

func (*TPaintBox) SetStyleElements

func (p *TPaintBox) SetStyleElements(value TStyleElements)

func (*TPaintBox) SetTag

func (p *TPaintBox) SetTag(value int)

func (*TPaintBox) SetTop

func (p *TPaintBox) SetTop(value int32)

func (*TPaintBox) SetVisible

func (p *TPaintBox) SetVisible(value bool)

func (*TPaintBox) SetWidth

func (p *TPaintBox) SetWidth(value int32)

func (*TPaintBox) Show

func (p *TPaintBox) Show()

func (*TPaintBox) ShowHint

func (p *TPaintBox) ShowHint() bool

func (*TPaintBox) StyleElements

func (p *TPaintBox) StyleElements() TStyleElements

func (*TPaintBox) Tag

func (p *TPaintBox) Tag() int

func (*TPaintBox) ToString

func (p *TPaintBox) ToString() string

func (*TPaintBox) Top

func (p *TPaintBox) Top() int32

func (*TPaintBox) Update

func (p *TPaintBox) Update()

func (*TPaintBox) Visible

func (p *TPaintBox) Visible() bool

func (*TPaintBox) Width

func (p *TPaintBox) Width() int32

type TPanel

type TPanel struct {
	IControl
	// contains filtered or unexported fields
}

func NewPanel

func NewPanel(owner IComponent) *TPanel

func PanelFromInst

func PanelFromInst(inst uintptr) *TPanel

func PanelFromObj

func PanelFromObj(obj IObject) *TPanel

func (*TPanel) Action

func (p *TPanel) Action() *TAction

func (*TPanel) Align

func (p *TPanel) Align() TAlign

func (*TPanel) AlignWithMargins

func (p *TPanel) AlignWithMargins() bool

func (*TPanel) Alignment

func (p *TPanel) Alignment() TAlignment

func (*TPanel) Anchors

func (p *TPanel) Anchors() TAnchors

func (*TPanel) Assign

func (p *TPanel) Assign(Source IObject)

func (*TPanel) AutoSize

func (p *TPanel) AutoSize() bool

func (*TPanel) BevelEdges

func (p *TPanel) BevelEdges() TBevelEdges

func (*TPanel) BevelInner

func (p *TPanel) BevelInner() TBevelCut

func (*TPanel) BevelKind

func (p *TPanel) BevelKind() TBevelKind

func (*TPanel) BevelOuter

func (p *TPanel) BevelOuter() TBevelCut

func (*TPanel) BiDiMode

func (p *TPanel) BiDiMode() TBiDiMode

func (*TPanel) BorderStyle

func (p *TPanel) BorderStyle() TBorderStyle

func (*TPanel) BorderWidth

func (p *TPanel) BorderWidth() int32

func (*TPanel) BoundsRect

func (p *TPanel) BoundsRect() TRect

func (*TPanel) BringToFront

func (p *TPanel) BringToFront()

func (*TPanel) Brush

func (p *TPanel) Brush() *TBrush

func (*TPanel) CanFocus

func (p *TPanel) CanFocus() bool

func (*TPanel) Caption

func (p *TPanel) Caption() string

func (*TPanel) ClassName

func (p *TPanel) ClassName() string

func (*TPanel) ClientHeight

func (p *TPanel) ClientHeight() int32

func (*TPanel) ClientRect

func (p *TPanel) ClientRect() TRect

func (*TPanel) ClientWidth

func (p *TPanel) ClientWidth() int32

func (*TPanel) Color

func (p *TPanel) Color() TColor

func (*TPanel) ComponentCount

func (p *TPanel) ComponentCount() int32

func (*TPanel) ComponentIndex

func (p *TPanel) ComponentIndex() int32

func (*TPanel) Components

func (p *TPanel) Components(AIndex int32) *TComponent

func (*TPanel) ControlCount

func (p *TPanel) ControlCount() int32

func (*TPanel) Controls

func (p *TPanel) Controls(Index int32) *TControl

func (*TPanel) Cursor

func (p *TPanel) Cursor() TCursor

func (*TPanel) CustomHint added in v1.1.0

func (p *TPanel) CustomHint() *TCustomHint

func (*TPanel) DoubleBuffered

func (p *TPanel) DoubleBuffered() bool

func (*TPanel) Enabled

func (p *TPanel) Enabled() bool

func (*TPanel) Equals

func (p *TPanel) Equals(Obj IObject) bool

func (*TPanel) ExplicitHeight

func (p *TPanel) ExplicitHeight() int32

func (*TPanel) ExplicitLeft

func (p *TPanel) ExplicitLeft() int32

func (*TPanel) ExplicitTop

func (p *TPanel) ExplicitTop() int32

func (*TPanel) ExplicitWidth

func (p *TPanel) ExplicitWidth() int32

func (*TPanel) FindComponent

func (p *TPanel) FindComponent(AName string) *TComponent

func (*TPanel) FlipChildren

func (p *TPanel) FlipChildren(AllLevels bool)

func (*TPanel) Focused

func (p *TPanel) Focused() bool

func (*TPanel) Font

func (p *TPanel) Font() *TFont

func (*TPanel) Free

func (p *TPanel) Free()

func (*TPanel) FullRepaint

func (p *TPanel) FullRepaint() bool

func (*TPanel) GetHashCode

func (p *TPanel) GetHashCode() int32

func (*TPanel) GetNamePath

func (p *TPanel) GetNamePath() string

func (*TPanel) GetTextBuf

func (p *TPanel) GetTextBuf(Buffer string, BufSize int32) int32

func (*TPanel) GetTextLen added in v1.1.0

func (p *TPanel) GetTextLen() int32

func (*TPanel) Handle

func (p *TPanel) Handle() HWND

func (*TPanel) HandleAllocated

func (p *TPanel) HandleAllocated() bool

func (*TPanel) HasParent

func (p *TPanel) HasParent() bool

func (*TPanel) Height

func (p *TPanel) Height() int32

func (*TPanel) Hide

func (p *TPanel) Hide()

func (*TPanel) Hint

func (p *TPanel) Hint() string

func (*TPanel) Instance

func (p *TPanel) Instance() uintptr

func (*TPanel) Invalidate

func (p *TPanel) Invalidate()

func (*TPanel) IsValid

func (p *TPanel) IsValid() bool

func (*TPanel) Left

func (p *TPanel) Left() int32

func (*TPanel) Locked

func (p *TPanel) Locked() bool

func (*TPanel) Margins

func (p *TPanel) Margins() *TMargins

func (*TPanel) Name

func (p *TPanel) Name() string

func (*TPanel) Owner

func (p *TPanel) Owner() *TComponent

func (*TPanel) Parent

func (p *TPanel) Parent() *TControl

func (*TPanel) ParentBackground

func (p *TPanel) ParentBackground() bool

func (*TPanel) ParentColor

func (p *TPanel) ParentColor() bool

func (*TPanel) ParentCtl3D

func (p *TPanel) ParentCtl3D() bool

func (*TPanel) ParentDoubleBuffered

func (p *TPanel) ParentDoubleBuffered() bool

func (*TPanel) ParentFont

func (p *TPanel) ParentFont() bool

func (*TPanel) ParentShowHint

func (p *TPanel) ParentShowHint() bool

func (*TPanel) ParentWindow

func (p *TPanel) ParentWindow() HWND

func (*TPanel) Perform

func (p *TPanel) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TPanel) PopupMenu

func (p *TPanel) PopupMenu() *TPopupMenu

func (*TPanel) Realign

func (p *TPanel) Realign()

func (*TPanel) Refresh

func (p *TPanel) Refresh()

func (*TPanel) Repaint

func (p *TPanel) Repaint()

func (*TPanel) ScaleBy

func (p *TPanel) ScaleBy(M int32, D int32)

func (*TPanel) SendToBack

func (p *TPanel) SendToBack()

func (*TPanel) SetAction

func (p *TPanel) SetAction(value IComponent)

func (*TPanel) SetAlign

func (p *TPanel) SetAlign(value TAlign)

func (*TPanel) SetAlignWithMargins

func (p *TPanel) SetAlignWithMargins(value bool)

func (*TPanel) SetAlignment

func (p *TPanel) SetAlignment(value TAlignment)

func (*TPanel) SetAnchors

func (p *TPanel) SetAnchors(value TAnchors)

func (*TPanel) SetAutoSize

func (p *TPanel) SetAutoSize(value bool)

func (*TPanel) SetBevelEdges

func (p *TPanel) SetBevelEdges(value TBevelEdges)

func (*TPanel) SetBevelInner

func (p *TPanel) SetBevelInner(value TBevelCut)

func (*TPanel) SetBevelKind

func (p *TPanel) SetBevelKind(value TBevelKind)

func (*TPanel) SetBevelOuter

func (p *TPanel) SetBevelOuter(value TBevelCut)

func (*TPanel) SetBiDiMode

func (p *TPanel) SetBiDiMode(value TBiDiMode)

func (*TPanel) SetBorderStyle

func (p *TPanel) SetBorderStyle(value TBorderStyle)

func (*TPanel) SetBorderWidth

func (p *TPanel) SetBorderWidth(value int32)

func (*TPanel) SetBounds

func (p *TPanel) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TPanel) SetBoundsRect

func (p *TPanel) SetBoundsRect(value TRect)

func (*TPanel) SetCaption

func (p *TPanel) SetCaption(value string)

func (*TPanel) SetClientHeight

func (p *TPanel) SetClientHeight(value int32)

func (*TPanel) SetClientWidth

func (p *TPanel) SetClientWidth(value int32)

func (*TPanel) SetColor

func (p *TPanel) SetColor(value TColor)

func (*TPanel) SetComponentIndex

func (p *TPanel) SetComponentIndex(value int32)

func (*TPanel) SetCursor

func (p *TPanel) SetCursor(value TCursor)

func (*TPanel) SetCustomHint added in v1.1.0

func (p *TPanel) SetCustomHint(value IComponent)

func (*TPanel) SetDoubleBuffered

func (p *TPanel) SetDoubleBuffered(value bool)

func (*TPanel) SetEnabled

func (p *TPanel) SetEnabled(value bool)

func (*TPanel) SetFocus

func (p *TPanel) SetFocus()

func (*TPanel) SetFont

func (p *TPanel) SetFont(value *TFont)

func (*TPanel) SetFullRepaint

func (p *TPanel) SetFullRepaint(value bool)

func (*TPanel) SetHeight

func (p *TPanel) SetHeight(value int32)

func (*TPanel) SetHint

func (p *TPanel) SetHint(value string)

func (*TPanel) SetLeft

func (p *TPanel) SetLeft(value int32)

func (*TPanel) SetLocked

func (p *TPanel) SetLocked(value bool)

func (*TPanel) SetMargins

func (p *TPanel) SetMargins(value *TMargins)

func (*TPanel) SetName

func (p *TPanel) SetName(value string)

func (*TPanel) SetOnClick

func (p *TPanel) SetOnClick(fn TNotifyEvent)

func (*TPanel) SetOnDblClick

func (p *TPanel) SetOnDblClick(fn TNotifyEvent)

func (*TPanel) SetOnEnter

func (p *TPanel) SetOnEnter(fn TNotifyEvent)

func (*TPanel) SetOnExit

func (p *TPanel) SetOnExit(fn TNotifyEvent)

func (*TPanel) SetOnMouseDown

func (p *TPanel) SetOnMouseDown(fn TMouseEvent)

func (*TPanel) SetOnMouseEnter

func (p *TPanel) SetOnMouseEnter(fn TNotifyEvent)

func (*TPanel) SetOnMouseLeave

func (p *TPanel) SetOnMouseLeave(fn TNotifyEvent)

func (*TPanel) SetOnMouseMove

func (p *TPanel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TPanel) SetOnMouseUp

func (p *TPanel) SetOnMouseUp(fn TMouseEvent)

func (*TPanel) SetOnResize

func (p *TPanel) SetOnResize(fn TNotifyEvent)

func (*TPanel) SetParent

func (p *TPanel) SetParent(value IControl)

func (*TPanel) SetParentBackground

func (p *TPanel) SetParentBackground(value bool)

func (*TPanel) SetParentColor

func (p *TPanel) SetParentColor(value bool)

func (*TPanel) SetParentCtl3D

func (p *TPanel) SetParentCtl3D(value bool)

func (*TPanel) SetParentDoubleBuffered

func (p *TPanel) SetParentDoubleBuffered(value bool)

func (*TPanel) SetParentFont

func (p *TPanel) SetParentFont(value bool)

func (*TPanel) SetParentShowHint

func (p *TPanel) SetParentShowHint(value bool)

func (*TPanel) SetParentWindow

func (p *TPanel) SetParentWindow(value HWND)

func (*TPanel) SetPopupMenu

func (p *TPanel) SetPopupMenu(value IComponent)

func (*TPanel) SetShowCaption

func (p *TPanel) SetShowCaption(value bool)

func (*TPanel) SetShowHint

func (p *TPanel) SetShowHint(value bool)

func (*TPanel) SetStyleElements

func (p *TPanel) SetStyleElements(value TStyleElements)

func (*TPanel) SetTabOrder

func (p *TPanel) SetTabOrder(value uint16)

func (*TPanel) SetTabStop

func (p *TPanel) SetTabStop(value bool)

func (*TPanel) SetTag

func (p *TPanel) SetTag(value int)

func (*TPanel) SetTop

func (p *TPanel) SetTop(value int32)

func (*TPanel) SetVisible

func (p *TPanel) SetVisible(value bool)

func (*TPanel) SetWidth

func (p *TPanel) SetWidth(value int32)

func (*TPanel) Show

func (p *TPanel) Show()

func (*TPanel) ShowCaption

func (p *TPanel) ShowCaption() bool

func (*TPanel) ShowHint

func (p *TPanel) ShowHint() bool

func (*TPanel) StyleElements

func (p *TPanel) StyleElements() TStyleElements

func (*TPanel) TabOrder

func (p *TPanel) TabOrder() uint16

func (*TPanel) TabStop

func (p *TPanel) TabStop() bool

func (*TPanel) Tag

func (p *TPanel) Tag() int

func (*TPanel) ToString

func (p *TPanel) ToString() string

func (*TPanel) Top

func (p *TPanel) Top() int32

func (*TPanel) Update

func (p *TPanel) Update()

func (*TPanel) Visible

func (p *TPanel) Visible() bool

func (*TPanel) Width

func (p *TPanel) Width() int32

type TParaAttributes

type TParaAttributes struct {
	IObject
	// contains filtered or unexported fields
}

func ParaAttributesFromInst

func ParaAttributesFromInst(inst uintptr) *TParaAttributes

func ParaAttributesFromObj

func ParaAttributesFromObj(obj IObject) *TParaAttributes

func (*TParaAttributes) Alignment

func (p *TParaAttributes) Alignment() TAlignment

func (*TParaAttributes) Assign

func (p *TParaAttributes) Assign(Source IObject)

func (*TParaAttributes) ClassName

func (p *TParaAttributes) ClassName() string

func (*TParaAttributes) Equals

func (p *TParaAttributes) Equals(Obj IObject) bool

func (*TParaAttributes) FirstIndent

func (p *TParaAttributes) FirstIndent() int32

func (*TParaAttributes) GetHashCode

func (p *TParaAttributes) GetHashCode() int32

func (*TParaAttributes) GetNamePath

func (p *TParaAttributes) GetNamePath() string

func (*TParaAttributes) Instance

func (p *TParaAttributes) Instance() uintptr

func (*TParaAttributes) IsValid

func (p *TParaAttributes) IsValid() bool

func (*TParaAttributes) LeftIndent

func (p *TParaAttributes) LeftIndent() int32

func (*TParaAttributes) Numbering

func (p *TParaAttributes) Numbering() TNumberingStyle

func (*TParaAttributes) RightIndent

func (p *TParaAttributes) RightIndent() int32

func (*TParaAttributes) SetAlignment

func (p *TParaAttributes) SetAlignment(value TAlignment)

func (*TParaAttributes) SetFirstIndent

func (p *TParaAttributes) SetFirstIndent(value int32)

func (*TParaAttributes) SetLeftIndent

func (p *TParaAttributes) SetLeftIndent(value int32)

func (*TParaAttributes) SetNumbering

func (p *TParaAttributes) SetNumbering(value TNumberingStyle)

func (*TParaAttributes) SetRightIndent

func (p *TParaAttributes) SetRightIndent(value int32)

func (*TParaAttributes) SetTab

func (p *TParaAttributes) SetTab(Index uint8, value int32)

func (*TParaAttributes) SetTabCount

func (p *TParaAttributes) SetTabCount(value int32)

func (*TParaAttributes) Tab

func (p *TParaAttributes) Tab(Index uint8) int32

func (*TParaAttributes) TabCount

func (p *TParaAttributes) TabCount() int32

func (*TParaAttributes) ToString

func (p *TParaAttributes) ToString() string

type TPen

type TPen struct {
	IObject
	// contains filtered or unexported fields
}

func NewPen

func NewPen() *TPen

func PenFromInst

func PenFromInst(inst uintptr) *TPen

func PenFromObj

func PenFromObj(obj IObject) *TPen

func (*TPen) Assign

func (p *TPen) Assign(Source IObject)

func (*TPen) ClassName

func (p *TPen) ClassName() string

func (*TPen) Color

func (p *TPen) Color() TColor

func (*TPen) Equals

func (p *TPen) Equals(Obj IObject) bool

func (*TPen) Free

func (p *TPen) Free()

func (*TPen) GetHashCode

func (p *TPen) GetHashCode() int32

func (*TPen) GetNamePath

func (p *TPen) GetNamePath() string

func (*TPen) Handle

func (p *TPen) Handle() HPEN

func (*TPen) HandleAllocated

func (p *TPen) HandleAllocated() bool

func (*TPen) Instance

func (p *TPen) Instance() uintptr

func (*TPen) IsValid

func (p *TPen) IsValid() bool

func (*TPen) Mode

func (p *TPen) Mode() TPenMode

func (*TPen) SetColor

func (p *TPen) SetColor(value TColor)

func (*TPen) SetHandle

func (p *TPen) SetHandle(value HPEN)

func (*TPen) SetMode

func (p *TPen) SetMode(value TPenMode)

func (*TPen) SetOnChange

func (p *TPen) SetOnChange(fn TNotifyEvent)

func (*TPen) SetStyle

func (p *TPen) SetStyle(value TPenStyle)

func (*TPen) SetWidth

func (p *TPen) SetWidth(value int32)

func (*TPen) Style

func (p *TPen) Style() TPenStyle

func (*TPen) ToString

func (p *TPen) ToString() string

func (*TPen) Width

func (p *TPen) Width() int32

type TPicture

type TPicture struct {
	IObject
	// contains filtered or unexported fields
}

func NewPicture

func NewPicture() *TPicture

func PictureFromInst

func PictureFromInst(inst uintptr) *TPicture

func PictureFromObj

func PictureFromObj(obj IObject) *TPicture

func (*TPicture) Assign

func (p *TPicture) Assign(Source IObject)

func (*TPicture) Bitmap

func (p *TPicture) Bitmap() *TBitmap

func (*TPicture) ClassName

func (p *TPicture) ClassName() string

func (*TPicture) Equals

func (p *TPicture) Equals(Obj IObject) bool

func (*TPicture) Free

func (p *TPicture) Free()

func (*TPicture) GetHashCode

func (p *TPicture) GetHashCode() int32

func (*TPicture) GetNamePath

func (p *TPicture) GetNamePath() string

func (*TPicture) Graphic

func (p *TPicture) Graphic() *TGraphic

func (*TPicture) Height

func (p *TPicture) Height() int32

func (*TPicture) Icon

func (p *TPicture) Icon() *TIcon

func (*TPicture) Instance

func (p *TPicture) Instance() uintptr

func (*TPicture) IsValid

func (p *TPicture) IsValid() bool

func (*TPicture) LoadFromFile

func (p *TPicture) LoadFromFile(Filename string)

func (*TPicture) LoadFromStream

func (p *TPicture) LoadFromStream(Stream IObject)

func (*TPicture) SaveToFile

func (p *TPicture) SaveToFile(Filename string)

func (*TPicture) SaveToStream

func (p *TPicture) SaveToStream(Stream IObject)

func (*TPicture) SetBitmap

func (p *TPicture) SetBitmap(value *TBitmap)

func (*TPicture) SetGraphic

func (p *TPicture) SetGraphic(value *TGraphic)

func (*TPicture) SetIcon

func (p *TPicture) SetIcon(value *TIcon)

func (*TPicture) SetOnChange

func (p *TPicture) SetOnChange(fn TNotifyEvent)

func (*TPicture) ToString

func (p *TPicture) ToString() string

func (*TPicture) Width

func (p *TPicture) Width() int32

type TPngImage

type TPngImage struct {
	IObject
	// contains filtered or unexported fields
}

func NewPngImage

func NewPngImage() *TPngImage

func PngImageFromInst

func PngImageFromInst(inst uintptr) *TPngImage

func PngImageFromObj

func PngImageFromObj(obj IObject) *TPngImage

func (*TPngImage) Assign

func (p *TPngImage) Assign(Source IObject)

func (*TPngImage) Canvas

func (p *TPngImage) Canvas() *TCanvas

func (*TPngImage) ClassName

func (p *TPngImage) ClassName() string

func (*TPngImage) CompressionLevel

func (p *TPngImage) CompressionLevel() TCompressionLevel

func (*TPngImage) Empty

func (p *TPngImage) Empty() bool

func (*TPngImage) Equals

func (p *TPngImage) Equals(Obj IObject) bool

func (*TPngImage) Free

func (p *TPngImage) Free()

func (*TPngImage) GetHashCode

func (p *TPngImage) GetHashCode() int32

func (*TPngImage) GetNamePath

func (p *TPngImage) GetNamePath() string

func (*TPngImage) Height

func (p *TPngImage) Height() int32

func (*TPngImage) Instance

func (p *TPngImage) Instance() uintptr

func (*TPngImage) IsValid

func (p *TPngImage) IsValid() bool

func (*TPngImage) LoadFromFile

func (p *TPngImage) LoadFromFile(Filename string)

func (*TPngImage) LoadFromResourceID

func (p *TPngImage) LoadFromResourceID(Instance uintptr, ResID int32)

func (*TPngImage) LoadFromResourceName

func (p *TPngImage) LoadFromResourceName(Instance uintptr, Name string)

func (*TPngImage) LoadFromStream

func (p *TPngImage) LoadFromStream(Stream IObject)

func (*TPngImage) MaxIdatSize

func (p *TPngImage) MaxIdatSize() int32

func (*TPngImage) Modified

func (p *TPngImage) Modified() bool

func (*TPngImage) PaletteModified

func (p *TPngImage) PaletteModified() bool

func (*TPngImage) SaveToFile

func (p *TPngImage) SaveToFile(Filename string)

func (*TPngImage) SaveToStream

func (p *TPngImage) SaveToStream(Stream IObject)

func (*TPngImage) SetCompressionLevel

func (p *TPngImage) SetCompressionLevel(value TCompressionLevel)

func (*TPngImage) SetMaxIdatSize

func (p *TPngImage) SetMaxIdatSize(value int32)

func (*TPngImage) SetModified

func (p *TPngImage) SetModified(value bool)

func (*TPngImage) SetOnChange

func (p *TPngImage) SetOnChange(fn TNotifyEvent)

func (*TPngImage) SetPaletteModified

func (p *TPngImage) SetPaletteModified(value bool)

func (*TPngImage) SetSize

func (p *TPngImage) SetSize(AWidth int32, AHeight int32)

func (*TPngImage) SetTransparent

func (p *TPngImage) SetTransparent(value bool)

func (*TPngImage) SetTransparentColor

func (p *TPngImage) SetTransparentColor(value TColor)

func (*TPngImage) ToString

func (p *TPngImage) ToString() string

func (*TPngImage) Transparent

func (p *TPngImage) Transparent() bool

func (*TPngImage) TransparentColor

func (p *TPngImage) TransparentColor() TColor

func (*TPngImage) Version

func (p *TPngImage) Version() string

func (*TPngImage) Width

func (p *TPngImage) Width() int32

type TPopupMenu

type TPopupMenu struct {
	IComponent
	// contains filtered or unexported fields
}

func NewPopupMenu

func NewPopupMenu(owner IComponent) *TPopupMenu

func PopupMenuFromInst

func PopupMenuFromInst(inst uintptr) *TPopupMenu

func PopupMenuFromObj

func PopupMenuFromObj(obj IObject) *TPopupMenu

func (*TPopupMenu) Alignment

func (p *TPopupMenu) Alignment() TPopupAlignment

func (*TPopupMenu) Assign

func (p *TPopupMenu) Assign(Source IObject)

func (*TPopupMenu) AutoHotkeys

func (p *TPopupMenu) AutoHotkeys() TMenuAutoFlag

func (*TPopupMenu) BiDiMode

func (p *TPopupMenu) BiDiMode() TBiDiMode

func (*TPopupMenu) ClassName

func (p *TPopupMenu) ClassName() string

func (*TPopupMenu) CloseMenu

func (p *TPopupMenu) CloseMenu()

func (*TPopupMenu) ComponentCount

func (p *TPopupMenu) ComponentCount() int32

func (*TPopupMenu) ComponentIndex

func (p *TPopupMenu) ComponentIndex() int32

func (*TPopupMenu) Components

func (p *TPopupMenu) Components(AIndex int32) *TComponent

func (*TPopupMenu) Equals

func (p *TPopupMenu) Equals(Obj IObject) bool

func (*TPopupMenu) FindComponent

func (p *TPopupMenu) FindComponent(AName string) *TComponent

func (*TPopupMenu) Free

func (p *TPopupMenu) Free()

func (*TPopupMenu) GetHashCode

func (p *TPopupMenu) GetHashCode() int32

func (*TPopupMenu) GetNamePath

func (p *TPopupMenu) GetNamePath() string

func (*TPopupMenu) Handle

func (p *TPopupMenu) Handle() HMENU

func (*TPopupMenu) HasParent

func (p *TPopupMenu) HasParent() bool

func (*TPopupMenu) Images

func (p *TPopupMenu) Images() *TImageList

func (*TPopupMenu) Instance

func (p *TPopupMenu) Instance() uintptr

func (*TPopupMenu) IsValid

func (p *TPopupMenu) IsValid() bool

func (*TPopupMenu) Items

func (p *TPopupMenu) Items() *TMenuItem

func (*TPopupMenu) Name

func (p *TPopupMenu) Name() string

func (*TPopupMenu) Owner

func (p *TPopupMenu) Owner() *TComponent

func (*TPopupMenu) Popup

func (p *TPopupMenu) Popup(X int32, Y int32)

func (*TPopupMenu) SetAlignment

func (p *TPopupMenu) SetAlignment(value TPopupAlignment)

func (*TPopupMenu) SetAutoHotkeys

func (p *TPopupMenu) SetAutoHotkeys(value TMenuAutoFlag)

func (*TPopupMenu) SetBiDiMode

func (p *TPopupMenu) SetBiDiMode(value TBiDiMode)

func (*TPopupMenu) SetComponentIndex

func (p *TPopupMenu) SetComponentIndex(value int32)

func (*TPopupMenu) SetImages

func (p *TPopupMenu) SetImages(value IComponent)

func (*TPopupMenu) SetName

func (p *TPopupMenu) SetName(value string)

func (*TPopupMenu) SetOnChange

func (p *TPopupMenu) SetOnChange(fn TMenuChangeEvent)

func (*TPopupMenu) SetOnPopup

func (p *TPopupMenu) SetOnPopup(fn TNotifyEvent)

func (*TPopupMenu) SetTag

func (p *TPopupMenu) SetTag(value int)

func (*TPopupMenu) SetWindowHandle

func (p *TPopupMenu) SetWindowHandle(value HWND)

func (*TPopupMenu) Tag

func (p *TPopupMenu) Tag() int

func (*TPopupMenu) ToString

func (p *TPopupMenu) ToString() string

func (*TPopupMenu) WindowHandle

func (p *TPopupMenu) WindowHandle() HWND

type TPrintDialog

type TPrintDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewPrintDialog

func NewPrintDialog(owner IComponent) *TPrintDialog

func PrintDialogFromInst

func PrintDialogFromInst(inst uintptr) *TPrintDialog

func PrintDialogFromObj

func PrintDialogFromObj(obj IObject) *TPrintDialog

func (*TPrintDialog) Assign

func (p *TPrintDialog) Assign(Source IObject)

func (*TPrintDialog) ClassName

func (p *TPrintDialog) ClassName() string

func (*TPrintDialog) Collate

func (p *TPrintDialog) Collate() bool

func (*TPrintDialog) ComponentCount

func (p *TPrintDialog) ComponentCount() int32

func (*TPrintDialog) ComponentIndex

func (p *TPrintDialog) ComponentIndex() int32

func (*TPrintDialog) Components

func (p *TPrintDialog) Components(AIndex int32) *TComponent

func (*TPrintDialog) Copies

func (p *TPrintDialog) Copies() int32

func (*TPrintDialog) Equals

func (p *TPrintDialog) Equals(Obj IObject) bool

func (*TPrintDialog) Execute

func (p *TPrintDialog) Execute() bool

func (*TPrintDialog) FindComponent

func (p *TPrintDialog) FindComponent(AName string) *TComponent

func (*TPrintDialog) Free

func (p *TPrintDialog) Free()

func (*TPrintDialog) FromPage

func (p *TPrintDialog) FromPage() int32

func (*TPrintDialog) GetHashCode

func (p *TPrintDialog) GetHashCode() int32

func (*TPrintDialog) GetNamePath

func (p *TPrintDialog) GetNamePath() string

func (*TPrintDialog) Handle

func (p *TPrintDialog) Handle() HWND

func (*TPrintDialog) HasParent

func (p *TPrintDialog) HasParent() bool

func (*TPrintDialog) Instance

func (p *TPrintDialog) Instance() uintptr

func (*TPrintDialog) IsValid

func (p *TPrintDialog) IsValid() bool

func (*TPrintDialog) MaxPage

func (p *TPrintDialog) MaxPage() int32

func (*TPrintDialog) MinPage

func (p *TPrintDialog) MinPage() int32

func (*TPrintDialog) Name

func (p *TPrintDialog) Name() string

func (*TPrintDialog) Options

func (p *TPrintDialog) Options() TPrintDialogOptions

func (*TPrintDialog) Owner

func (p *TPrintDialog) Owner() *TComponent

func (*TPrintDialog) PrintRange

func (p *TPrintDialog) PrintRange() TPrintRange

func (*TPrintDialog) PrintToFile

func (p *TPrintDialog) PrintToFile() bool

func (*TPrintDialog) SetCollate

func (p *TPrintDialog) SetCollate(value bool)

func (*TPrintDialog) SetComponentIndex

func (p *TPrintDialog) SetComponentIndex(value int32)

func (*TPrintDialog) SetCopies

func (p *TPrintDialog) SetCopies(value int32)

func (*TPrintDialog) SetFromPage

func (p *TPrintDialog) SetFromPage(value int32)

func (*TPrintDialog) SetMaxPage

func (p *TPrintDialog) SetMaxPage(value int32)

func (*TPrintDialog) SetMinPage

func (p *TPrintDialog) SetMinPage(value int32)

func (*TPrintDialog) SetName

func (p *TPrintDialog) SetName(value string)

func (*TPrintDialog) SetOnClose

func (p *TPrintDialog) SetOnClose(fn TNotifyEvent)

func (*TPrintDialog) SetOnShow

func (p *TPrintDialog) SetOnShow(fn TNotifyEvent)

func (*TPrintDialog) SetOptions

func (p *TPrintDialog) SetOptions(value TPrintDialogOptions)

func (*TPrintDialog) SetPrintRange

func (p *TPrintDialog) SetPrintRange(value TPrintRange)

func (*TPrintDialog) SetPrintToFile

func (p *TPrintDialog) SetPrintToFile(value bool)

func (*TPrintDialog) SetTag

func (p *TPrintDialog) SetTag(value int)

func (*TPrintDialog) SetToPage

func (p *TPrintDialog) SetToPage(value int32)

func (*TPrintDialog) Tag

func (p *TPrintDialog) Tag() int

func (*TPrintDialog) ToPage

func (p *TPrintDialog) ToPage() int32

func (*TPrintDialog) ToString

func (p *TPrintDialog) ToString() string

type TProgressBar

type TProgressBar struct {
	IControl
	// contains filtered or unexported fields
}

func NewProgressBar

func NewProgressBar(owner IComponent) *TProgressBar

func ProgressBarFromInst

func ProgressBarFromInst(inst uintptr) *TProgressBar

func ProgressBarFromObj

func ProgressBarFromObj(obj IObject) *TProgressBar

func (*TProgressBar) Action

func (p *TProgressBar) Action() *TAction

func (*TProgressBar) Align

func (p *TProgressBar) Align() TAlign

func (*TProgressBar) AlignWithMargins

func (p *TProgressBar) AlignWithMargins() bool

func (*TProgressBar) Anchors

func (p *TProgressBar) Anchors() TAnchors

func (*TProgressBar) Assign

func (p *TProgressBar) Assign(Source IObject)

func (*TProgressBar) BackgroundColor

func (p *TProgressBar) BackgroundColor() TColor

func (*TProgressBar) BarColor

func (p *TProgressBar) BarColor() TColor

func (*TProgressBar) BiDiMode

func (p *TProgressBar) BiDiMode() TBiDiMode

func (*TProgressBar) BorderWidth

func (p *TProgressBar) BorderWidth() int32

func (*TProgressBar) BoundsRect

func (p *TProgressBar) BoundsRect() TRect

func (*TProgressBar) BringToFront

func (p *TProgressBar) BringToFront()

func (*TProgressBar) Brush

func (p *TProgressBar) Brush() *TBrush

func (*TProgressBar) CanFocus

func (p *TProgressBar) CanFocus() bool

func (*TProgressBar) ClassName

func (p *TProgressBar) ClassName() string

func (*TProgressBar) ClientHeight

func (p *TProgressBar) ClientHeight() int32

func (*TProgressBar) ClientRect

func (p *TProgressBar) ClientRect() TRect

func (*TProgressBar) ClientWidth

func (p *TProgressBar) ClientWidth() int32

func (*TProgressBar) ComponentCount

func (p *TProgressBar) ComponentCount() int32

func (*TProgressBar) ComponentIndex

func (p *TProgressBar) ComponentIndex() int32

func (*TProgressBar) Components

func (p *TProgressBar) Components(AIndex int32) *TComponent

func (*TProgressBar) ControlCount

func (p *TProgressBar) ControlCount() int32

func (*TProgressBar) Controls

func (p *TProgressBar) Controls(Index int32) *TControl

func (*TProgressBar) Cursor

func (p *TProgressBar) Cursor() TCursor

func (*TProgressBar) CustomHint added in v1.1.0

func (p *TProgressBar) CustomHint() *TCustomHint

func (*TProgressBar) DoubleBuffered

func (p *TProgressBar) DoubleBuffered() bool

func (*TProgressBar) Enabled

func (p *TProgressBar) Enabled() bool

func (*TProgressBar) Equals

func (p *TProgressBar) Equals(Obj IObject) bool

func (*TProgressBar) ExplicitHeight

func (p *TProgressBar) ExplicitHeight() int32

func (*TProgressBar) ExplicitLeft

func (p *TProgressBar) ExplicitLeft() int32

func (*TProgressBar) ExplicitTop

func (p *TProgressBar) ExplicitTop() int32

func (*TProgressBar) ExplicitWidth

func (p *TProgressBar) ExplicitWidth() int32

func (*TProgressBar) FindComponent

func (p *TProgressBar) FindComponent(AName string) *TComponent

func (*TProgressBar) FlipChildren

func (p *TProgressBar) FlipChildren(AllLevels bool)

func (*TProgressBar) Focused

func (p *TProgressBar) Focused() bool

func (*TProgressBar) Free

func (p *TProgressBar) Free()

func (*TProgressBar) GetHashCode

func (p *TProgressBar) GetHashCode() int32

func (*TProgressBar) GetNamePath

func (p *TProgressBar) GetNamePath() string

func (*TProgressBar) GetTextBuf

func (p *TProgressBar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TProgressBar) GetTextLen added in v1.1.0

func (p *TProgressBar) GetTextLen() int32

func (*TProgressBar) Handle

func (p *TProgressBar) Handle() HWND

func (*TProgressBar) HandleAllocated

func (p *TProgressBar) HandleAllocated() bool

func (*TProgressBar) HasParent

func (p *TProgressBar) HasParent() bool

func (*TProgressBar) Height

func (p *TProgressBar) Height() int32

func (*TProgressBar) Hide

func (p *TProgressBar) Hide()

func (*TProgressBar) Hint

func (p *TProgressBar) Hint() string

func (*TProgressBar) Instance

func (p *TProgressBar) Instance() uintptr

func (*TProgressBar) Invalidate

func (p *TProgressBar) Invalidate()

func (*TProgressBar) IsValid

func (p *TProgressBar) IsValid() bool

func (*TProgressBar) Left

func (p *TProgressBar) Left() int32

func (*TProgressBar) Margins

func (p *TProgressBar) Margins() *TMargins

func (*TProgressBar) MarqueeInterval

func (p *TProgressBar) MarqueeInterval() int32

func (*TProgressBar) Max

func (p *TProgressBar) Max() int32

func (*TProgressBar) Min

func (p *TProgressBar) Min() int32

func (*TProgressBar) Name

func (p *TProgressBar) Name() string

func (*TProgressBar) Orientation

func (p *TProgressBar) Orientation() TProgressBarOrientation

func (*TProgressBar) Owner

func (p *TProgressBar) Owner() *TComponent

func (*TProgressBar) Parent

func (p *TProgressBar) Parent() *TControl

func (*TProgressBar) ParentDoubleBuffered

func (p *TProgressBar) ParentDoubleBuffered() bool

func (*TProgressBar) ParentShowHint

func (p *TProgressBar) ParentShowHint() bool

func (*TProgressBar) ParentWindow

func (p *TProgressBar) ParentWindow() HWND

func (*TProgressBar) Perform

func (p *TProgressBar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TProgressBar) PopupMenu

func (p *TProgressBar) PopupMenu() *TPopupMenu

func (*TProgressBar) Position

func (p *TProgressBar) Position() int32

func (*TProgressBar) Realign

func (p *TProgressBar) Realign()

func (*TProgressBar) Refresh

func (p *TProgressBar) Refresh()

func (*TProgressBar) Repaint

func (p *TProgressBar) Repaint()

func (*TProgressBar) ScaleBy

func (p *TProgressBar) ScaleBy(M int32, D int32)

func (*TProgressBar) SendToBack

func (p *TProgressBar) SendToBack()

func (*TProgressBar) SetAction

func (p *TProgressBar) SetAction(value IComponent)

func (*TProgressBar) SetAlign

func (p *TProgressBar) SetAlign(value TAlign)

func (*TProgressBar) SetAlignWithMargins

func (p *TProgressBar) SetAlignWithMargins(value bool)

func (*TProgressBar) SetAnchors

func (p *TProgressBar) SetAnchors(value TAnchors)

func (*TProgressBar) SetBackgroundColor

func (p *TProgressBar) SetBackgroundColor(value TColor)

func (*TProgressBar) SetBarColor

func (p *TProgressBar) SetBarColor(value TColor)

func (*TProgressBar) SetBiDiMode

func (p *TProgressBar) SetBiDiMode(value TBiDiMode)

func (*TProgressBar) SetBorderWidth

func (p *TProgressBar) SetBorderWidth(value int32)

func (*TProgressBar) SetBounds

func (p *TProgressBar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TProgressBar) SetBoundsRect

func (p *TProgressBar) SetBoundsRect(value TRect)

func (*TProgressBar) SetClientHeight

func (p *TProgressBar) SetClientHeight(value int32)

func (*TProgressBar) SetClientWidth

func (p *TProgressBar) SetClientWidth(value int32)

func (*TProgressBar) SetComponentIndex

func (p *TProgressBar) SetComponentIndex(value int32)

func (*TProgressBar) SetCursor

func (p *TProgressBar) SetCursor(value TCursor)

func (*TProgressBar) SetCustomHint added in v1.1.0

func (p *TProgressBar) SetCustomHint(value IComponent)

func (*TProgressBar) SetDoubleBuffered

func (p *TProgressBar) SetDoubleBuffered(value bool)

func (*TProgressBar) SetEnabled

func (p *TProgressBar) SetEnabled(value bool)

func (*TProgressBar) SetFocus

func (p *TProgressBar) SetFocus()

func (*TProgressBar) SetHeight

func (p *TProgressBar) SetHeight(value int32)

func (*TProgressBar) SetHint

func (p *TProgressBar) SetHint(value string)

func (*TProgressBar) SetLeft

func (p *TProgressBar) SetLeft(value int32)

func (*TProgressBar) SetMargins

func (p *TProgressBar) SetMargins(value *TMargins)

func (*TProgressBar) SetMarqueeInterval

func (p *TProgressBar) SetMarqueeInterval(value int32)

func (*TProgressBar) SetMax

func (p *TProgressBar) SetMax(value int32)

func (*TProgressBar) SetMin

func (p *TProgressBar) SetMin(value int32)

func (*TProgressBar) SetName

func (p *TProgressBar) SetName(value string)

func (*TProgressBar) SetOnEnter

func (p *TProgressBar) SetOnEnter(fn TNotifyEvent)

func (*TProgressBar) SetOnExit

func (p *TProgressBar) SetOnExit(fn TNotifyEvent)

func (*TProgressBar) SetOnMouseDown

func (p *TProgressBar) SetOnMouseDown(fn TMouseEvent)

func (*TProgressBar) SetOnMouseEnter

func (p *TProgressBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TProgressBar) SetOnMouseLeave

func (p *TProgressBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TProgressBar) SetOnMouseMove

func (p *TProgressBar) SetOnMouseMove(fn TMouseMoveEvent)

func (*TProgressBar) SetOnMouseUp

func (p *TProgressBar) SetOnMouseUp(fn TMouseEvent)

func (*TProgressBar) SetOrientation

func (p *TProgressBar) SetOrientation(value TProgressBarOrientation)

func (*TProgressBar) SetParent

func (p *TProgressBar) SetParent(value IControl)

func (*TProgressBar) SetParentDoubleBuffered

func (p *TProgressBar) SetParentDoubleBuffered(value bool)

func (*TProgressBar) SetParentShowHint

func (p *TProgressBar) SetParentShowHint(value bool)

func (*TProgressBar) SetParentWindow

func (p *TProgressBar) SetParentWindow(value HWND)

func (*TProgressBar) SetPopupMenu

func (p *TProgressBar) SetPopupMenu(value IComponent)

func (*TProgressBar) SetPosition

func (p *TProgressBar) SetPosition(value int32)

func (*TProgressBar) SetShowHint

func (p *TProgressBar) SetShowHint(value bool)

func (*TProgressBar) SetSmooth

func (p *TProgressBar) SetSmooth(value bool)

func (*TProgressBar) SetSmoothReverse

func (p *TProgressBar) SetSmoothReverse(value bool)

func (*TProgressBar) SetState

func (p *TProgressBar) SetState(value TProgressBarState)

func (*TProgressBar) SetStep

func (p *TProgressBar) SetStep(value int32)

func (*TProgressBar) SetStyle

func (p *TProgressBar) SetStyle(value TProgressBarStyle)

func (*TProgressBar) SetStyleElements

func (p *TProgressBar) SetStyleElements(value TStyleElements)

func (*TProgressBar) SetTabOrder

func (p *TProgressBar) SetTabOrder(value uint16)

func (*TProgressBar) SetTabStop

func (p *TProgressBar) SetTabStop(value bool)

func (*TProgressBar) SetTag

func (p *TProgressBar) SetTag(value int)

func (*TProgressBar) SetTop

func (p *TProgressBar) SetTop(value int32)

func (*TProgressBar) SetVisible

func (p *TProgressBar) SetVisible(value bool)

func (*TProgressBar) SetWidth

func (p *TProgressBar) SetWidth(value int32)

func (*TProgressBar) Show

func (p *TProgressBar) Show()

func (*TProgressBar) ShowHint

func (p *TProgressBar) ShowHint() bool

func (*TProgressBar) Smooth

func (p *TProgressBar) Smooth() bool

func (*TProgressBar) SmoothReverse

func (p *TProgressBar) SmoothReverse() bool

func (*TProgressBar) State

func (p *TProgressBar) State() TProgressBarState

func (*TProgressBar) Step

func (p *TProgressBar) Step() int32

func (*TProgressBar) StepBy

func (p *TProgressBar) StepBy(Delta int32)

func (*TProgressBar) StepIt

func (p *TProgressBar) StepIt()

func (*TProgressBar) Style

func (p *TProgressBar) Style() TProgressBarStyle

func (*TProgressBar) StyleElements

func (p *TProgressBar) StyleElements() TStyleElements

func (*TProgressBar) TabOrder

func (p *TProgressBar) TabOrder() uint16

func (*TProgressBar) TabStop

func (p *TProgressBar) TabStop() bool

func (*TProgressBar) Tag

func (p *TProgressBar) Tag() int

func (*TProgressBar) ToString

func (p *TProgressBar) ToString() string

func (*TProgressBar) Top

func (p *TProgressBar) Top() int32

func (*TProgressBar) Update

func (p *TProgressBar) Update()

func (*TProgressBar) Visible

func (p *TProgressBar) Visible() bool

func (*TProgressBar) Width

func (p *TProgressBar) Width() int32

type TRadioButton

type TRadioButton struct {
	IControl
	// contains filtered or unexported fields
}

func NewRadioButton

func NewRadioButton(owner IComponent) *TRadioButton

func RadioButtonFromInst

func RadioButtonFromInst(inst uintptr) *TRadioButton

func RadioButtonFromObj

func RadioButtonFromObj(obj IObject) *TRadioButton

func (*TRadioButton) Action

func (r *TRadioButton) Action() *TAction

func (*TRadioButton) Align

func (r *TRadioButton) Align() TAlign

func (*TRadioButton) AlignWithMargins

func (r *TRadioButton) AlignWithMargins() bool

func (*TRadioButton) Alignment

func (r *TRadioButton) Alignment() TLeftRight

func (*TRadioButton) Anchors

func (r *TRadioButton) Anchors() TAnchors

func (*TRadioButton) Assign

func (r *TRadioButton) Assign(Source IObject)

func (*TRadioButton) BiDiMode

func (r *TRadioButton) BiDiMode() TBiDiMode

func (*TRadioButton) BoundsRect

func (r *TRadioButton) BoundsRect() TRect

func (*TRadioButton) BringToFront

func (r *TRadioButton) BringToFront()

func (*TRadioButton) Brush

func (r *TRadioButton) Brush() *TBrush

func (*TRadioButton) CanFocus

func (r *TRadioButton) CanFocus() bool

func (*TRadioButton) Caption

func (r *TRadioButton) Caption() string

func (*TRadioButton) Checked

func (r *TRadioButton) Checked() bool

func (*TRadioButton) ClassName

func (r *TRadioButton) ClassName() string

func (*TRadioButton) ClientHeight

func (r *TRadioButton) ClientHeight() int32

func (*TRadioButton) ClientRect

func (r *TRadioButton) ClientRect() TRect

func (*TRadioButton) ClientWidth

func (r *TRadioButton) ClientWidth() int32

func (*TRadioButton) Color

func (r *TRadioButton) Color() TColor

func (*TRadioButton) ComponentCount

func (r *TRadioButton) ComponentCount() int32

func (*TRadioButton) ComponentIndex

func (r *TRadioButton) ComponentIndex() int32

func (*TRadioButton) Components

func (r *TRadioButton) Components(AIndex int32) *TComponent

func (*TRadioButton) ControlCount

func (r *TRadioButton) ControlCount() int32

func (*TRadioButton) Controls

func (r *TRadioButton) Controls(Index int32) *TControl

func (*TRadioButton) Cursor

func (r *TRadioButton) Cursor() TCursor

func (*TRadioButton) CustomHint added in v1.1.0

func (r *TRadioButton) CustomHint() *TCustomHint

func (*TRadioButton) DoubleBuffered

func (r *TRadioButton) DoubleBuffered() bool

func (*TRadioButton) Enabled

func (r *TRadioButton) Enabled() bool

func (*TRadioButton) Equals

func (r *TRadioButton) Equals(Obj IObject) bool

func (*TRadioButton) ExplicitHeight

func (r *TRadioButton) ExplicitHeight() int32

func (*TRadioButton) ExplicitLeft

func (r *TRadioButton) ExplicitLeft() int32

func (*TRadioButton) ExplicitTop

func (r *TRadioButton) ExplicitTop() int32

func (*TRadioButton) ExplicitWidth

func (r *TRadioButton) ExplicitWidth() int32

func (*TRadioButton) FindComponent

func (r *TRadioButton) FindComponent(AName string) *TComponent

func (*TRadioButton) FlipChildren

func (r *TRadioButton) FlipChildren(AllLevels bool)

func (*TRadioButton) Focused

func (r *TRadioButton) Focused() bool

func (*TRadioButton) Font

func (r *TRadioButton) Font() *TFont

func (*TRadioButton) Free

func (r *TRadioButton) Free()

func (*TRadioButton) GetHashCode

func (r *TRadioButton) GetHashCode() int32

func (*TRadioButton) GetNamePath

func (r *TRadioButton) GetNamePath() string

func (*TRadioButton) GetTextBuf

func (r *TRadioButton) GetTextBuf(Buffer string, BufSize int32) int32

func (*TRadioButton) GetTextLen added in v1.1.0

func (r *TRadioButton) GetTextLen() int32

func (*TRadioButton) Handle

func (r *TRadioButton) Handle() HWND

func (*TRadioButton) HandleAllocated

func (r *TRadioButton) HandleAllocated() bool

func (*TRadioButton) HasParent

func (r *TRadioButton) HasParent() bool

func (*TRadioButton) Height

func (r *TRadioButton) Height() int32

func (*TRadioButton) Hide

func (r *TRadioButton) Hide()

func (*TRadioButton) Hint

func (r *TRadioButton) Hint() string

func (*TRadioButton) Instance

func (r *TRadioButton) Instance() uintptr

func (*TRadioButton) Invalidate

func (r *TRadioButton) Invalidate()

func (*TRadioButton) IsValid

func (r *TRadioButton) IsValid() bool

func (*TRadioButton) Left

func (r *TRadioButton) Left() int32

func (*TRadioButton) Margins

func (r *TRadioButton) Margins() *TMargins

func (*TRadioButton) Name

func (r *TRadioButton) Name() string

func (*TRadioButton) Owner

func (r *TRadioButton) Owner() *TComponent

func (*TRadioButton) Parent

func (r *TRadioButton) Parent() *TControl

func (*TRadioButton) ParentColor

func (r *TRadioButton) ParentColor() bool

func (*TRadioButton) ParentCtl3D

func (r *TRadioButton) ParentCtl3D() bool

func (*TRadioButton) ParentDoubleBuffered

func (r *TRadioButton) ParentDoubleBuffered() bool

func (*TRadioButton) ParentFont

func (r *TRadioButton) ParentFont() bool

func (*TRadioButton) ParentShowHint

func (r *TRadioButton) ParentShowHint() bool

func (*TRadioButton) ParentWindow

func (r *TRadioButton) ParentWindow() HWND

func (*TRadioButton) Perform

func (r *TRadioButton) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TRadioButton) PopupMenu

func (r *TRadioButton) PopupMenu() *TPopupMenu

func (*TRadioButton) Realign

func (r *TRadioButton) Realign()

func (*TRadioButton) Refresh

func (r *TRadioButton) Refresh()

func (*TRadioButton) Repaint

func (r *TRadioButton) Repaint()

func (*TRadioButton) ScaleBy

func (r *TRadioButton) ScaleBy(M int32, D int32)

func (*TRadioButton) SendToBack

func (r *TRadioButton) SendToBack()

func (*TRadioButton) SetAction

func (r *TRadioButton) SetAction(value IComponent)

func (*TRadioButton) SetAlign

func (r *TRadioButton) SetAlign(value TAlign)

func (*TRadioButton) SetAlignWithMargins

func (r *TRadioButton) SetAlignWithMargins(value bool)

func (*TRadioButton) SetAlignment

func (r *TRadioButton) SetAlignment(value TLeftRight)

func (*TRadioButton) SetAnchors

func (r *TRadioButton) SetAnchors(value TAnchors)

func (*TRadioButton) SetBiDiMode

func (r *TRadioButton) SetBiDiMode(value TBiDiMode)

func (*TRadioButton) SetBounds

func (r *TRadioButton) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TRadioButton) SetBoundsRect

func (r *TRadioButton) SetBoundsRect(value TRect)

func (*TRadioButton) SetCaption

func (r *TRadioButton) SetCaption(value string)

func (*TRadioButton) SetChecked

func (r *TRadioButton) SetChecked(value bool)

func (*TRadioButton) SetClientHeight

func (r *TRadioButton) SetClientHeight(value int32)

func (*TRadioButton) SetClientWidth

func (r *TRadioButton) SetClientWidth(value int32)

func (*TRadioButton) SetColor

func (r *TRadioButton) SetColor(value TColor)

func (*TRadioButton) SetComponentIndex

func (r *TRadioButton) SetComponentIndex(value int32)

func (*TRadioButton) SetCursor

func (r *TRadioButton) SetCursor(value TCursor)

func (*TRadioButton) SetCustomHint added in v1.1.0

func (r *TRadioButton) SetCustomHint(value IComponent)

func (*TRadioButton) SetDoubleBuffered

func (r *TRadioButton) SetDoubleBuffered(value bool)

func (*TRadioButton) SetEnabled

func (r *TRadioButton) SetEnabled(value bool)

func (*TRadioButton) SetFocus

func (r *TRadioButton) SetFocus()

func (*TRadioButton) SetFont

func (r *TRadioButton) SetFont(value *TFont)

func (*TRadioButton) SetHeight

func (r *TRadioButton) SetHeight(value int32)

func (*TRadioButton) SetHint

func (r *TRadioButton) SetHint(value string)

func (*TRadioButton) SetLeft

func (r *TRadioButton) SetLeft(value int32)

func (*TRadioButton) SetMargins

func (r *TRadioButton) SetMargins(value *TMargins)

func (*TRadioButton) SetName

func (r *TRadioButton) SetName(value string)

func (*TRadioButton) SetOnClick

func (r *TRadioButton) SetOnClick(fn TNotifyEvent)

func (*TRadioButton) SetOnDblClick

func (r *TRadioButton) SetOnDblClick(fn TNotifyEvent)

func (*TRadioButton) SetOnEnter

func (r *TRadioButton) SetOnEnter(fn TNotifyEvent)

func (*TRadioButton) SetOnExit

func (r *TRadioButton) SetOnExit(fn TNotifyEvent)

func (*TRadioButton) SetOnKeyDown

func (r *TRadioButton) SetOnKeyDown(fn TKeyEvent)

func (*TRadioButton) SetOnKeyPress

func (r *TRadioButton) SetOnKeyPress(fn TKeyPressEvent)

func (*TRadioButton) SetOnKeyUp

func (r *TRadioButton) SetOnKeyUp(fn TKeyEvent)

func (*TRadioButton) SetOnMouseDown

func (r *TRadioButton) SetOnMouseDown(fn TMouseEvent)

func (*TRadioButton) SetOnMouseEnter

func (r *TRadioButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TRadioButton) SetOnMouseLeave

func (r *TRadioButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TRadioButton) SetOnMouseMove

func (r *TRadioButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TRadioButton) SetOnMouseUp

func (r *TRadioButton) SetOnMouseUp(fn TMouseEvent)

func (*TRadioButton) SetParent

func (r *TRadioButton) SetParent(value IControl)

func (*TRadioButton) SetParentColor

func (r *TRadioButton) SetParentColor(value bool)

func (*TRadioButton) SetParentCtl3D

func (r *TRadioButton) SetParentCtl3D(value bool)

func (*TRadioButton) SetParentDoubleBuffered

func (r *TRadioButton) SetParentDoubleBuffered(value bool)

func (*TRadioButton) SetParentFont

func (r *TRadioButton) SetParentFont(value bool)

func (*TRadioButton) SetParentShowHint

func (r *TRadioButton) SetParentShowHint(value bool)

func (*TRadioButton) SetParentWindow

func (r *TRadioButton) SetParentWindow(value HWND)

func (*TRadioButton) SetPopupMenu

func (r *TRadioButton) SetPopupMenu(value IComponent)

func (*TRadioButton) SetShowHint

func (r *TRadioButton) SetShowHint(value bool)

func (*TRadioButton) SetStyleElements

func (r *TRadioButton) SetStyleElements(value TStyleElements)

func (*TRadioButton) SetTabOrder

func (r *TRadioButton) SetTabOrder(value uint16)

func (*TRadioButton) SetTabStop

func (r *TRadioButton) SetTabStop(value bool)

func (*TRadioButton) SetTag

func (r *TRadioButton) SetTag(value int)

func (*TRadioButton) SetTop

func (r *TRadioButton) SetTop(value int32)

func (*TRadioButton) SetVisible

func (r *TRadioButton) SetVisible(value bool)

func (*TRadioButton) SetWidth

func (r *TRadioButton) SetWidth(value int32)

func (*TRadioButton) SetWordWrap

func (r *TRadioButton) SetWordWrap(value bool)

func (*TRadioButton) Show

func (r *TRadioButton) Show()

func (*TRadioButton) ShowHint

func (r *TRadioButton) ShowHint() bool

func (*TRadioButton) StyleElements

func (r *TRadioButton) StyleElements() TStyleElements

func (*TRadioButton) TabOrder

func (r *TRadioButton) TabOrder() uint16

func (*TRadioButton) TabStop

func (r *TRadioButton) TabStop() bool

func (*TRadioButton) Tag

func (r *TRadioButton) Tag() int

func (*TRadioButton) ToString

func (r *TRadioButton) ToString() string

func (*TRadioButton) Top

func (r *TRadioButton) Top() int32

func (*TRadioButton) Update

func (r *TRadioButton) Update()

func (*TRadioButton) Visible

func (r *TRadioButton) Visible() bool

func (*TRadioButton) Width

func (r *TRadioButton) Width() int32

func (*TRadioButton) WordWrap

func (r *TRadioButton) WordWrap() bool

type TRadioGroup

type TRadioGroup struct {
	IControl
	// contains filtered or unexported fields
}

func NewRadioGroup

func NewRadioGroup(owner IComponent) *TRadioGroup

func RadioGroupFromInst

func RadioGroupFromInst(inst uintptr) *TRadioGroup

func RadioGroupFromObj

func RadioGroupFromObj(obj IObject) *TRadioGroup

func (*TRadioGroup) Action

func (r *TRadioGroup) Action() *TAction

func (*TRadioGroup) Align

func (r *TRadioGroup) Align() TAlign

func (*TRadioGroup) AlignWithMargins

func (r *TRadioGroup) AlignWithMargins() bool

func (*TRadioGroup) Anchors

func (r *TRadioGroup) Anchors() TAnchors

func (*TRadioGroup) Assign

func (r *TRadioGroup) Assign(Source IObject)

func (*TRadioGroup) BiDiMode

func (r *TRadioGroup) BiDiMode() TBiDiMode

func (*TRadioGroup) BoundsRect

func (r *TRadioGroup) BoundsRect() TRect

func (*TRadioGroup) BringToFront

func (r *TRadioGroup) BringToFront()

func (*TRadioGroup) Brush

func (r *TRadioGroup) Brush() *TBrush

func (*TRadioGroup) Buttons

func (r *TRadioGroup) Buttons(Index int32) *TRadioButton

func (*TRadioGroup) CanFocus

func (r *TRadioGroup) CanFocus() bool

func (*TRadioGroup) Caption

func (r *TRadioGroup) Caption() string

func (*TRadioGroup) ClassName

func (r *TRadioGroup) ClassName() string

func (*TRadioGroup) ClientHeight

func (r *TRadioGroup) ClientHeight() int32

func (*TRadioGroup) ClientRect

func (r *TRadioGroup) ClientRect() TRect

func (*TRadioGroup) ClientWidth

func (r *TRadioGroup) ClientWidth() int32

func (*TRadioGroup) Color

func (r *TRadioGroup) Color() TColor

func (*TRadioGroup) Columns

func (r *TRadioGroup) Columns() int32

func (*TRadioGroup) ComponentCount

func (r *TRadioGroup) ComponentCount() int32

func (*TRadioGroup) ComponentIndex

func (r *TRadioGroup) ComponentIndex() int32

func (*TRadioGroup) Components

func (r *TRadioGroup) Components(AIndex int32) *TComponent

func (*TRadioGroup) ControlCount

func (r *TRadioGroup) ControlCount() int32

func (*TRadioGroup) Controls

func (r *TRadioGroup) Controls(Index int32) *TControl

func (*TRadioGroup) Cursor

func (r *TRadioGroup) Cursor() TCursor

func (*TRadioGroup) CustomHint added in v1.1.0

func (r *TRadioGroup) CustomHint() *TCustomHint

func (*TRadioGroup) DoubleBuffered

func (r *TRadioGroup) DoubleBuffered() bool

func (*TRadioGroup) Enabled

func (r *TRadioGroup) Enabled() bool

func (*TRadioGroup) Equals

func (r *TRadioGroup) Equals(Obj IObject) bool

func (*TRadioGroup) ExplicitHeight

func (r *TRadioGroup) ExplicitHeight() int32

func (*TRadioGroup) ExplicitLeft

func (r *TRadioGroup) ExplicitLeft() int32

func (*TRadioGroup) ExplicitTop

func (r *TRadioGroup) ExplicitTop() int32

func (*TRadioGroup) ExplicitWidth

func (r *TRadioGroup) ExplicitWidth() int32

func (*TRadioGroup) FindComponent

func (r *TRadioGroup) FindComponent(AName string) *TComponent

func (*TRadioGroup) FlipChildren

func (r *TRadioGroup) FlipChildren(AllLevels bool)

func (*TRadioGroup) Focused

func (r *TRadioGroup) Focused() bool

func (*TRadioGroup) Font

func (r *TRadioGroup) Font() *TFont

func (*TRadioGroup) Free

func (r *TRadioGroup) Free()

func (*TRadioGroup) GetHashCode

func (r *TRadioGroup) GetHashCode() int32

func (*TRadioGroup) GetNamePath

func (r *TRadioGroup) GetNamePath() string

func (*TRadioGroup) GetTextBuf

func (r *TRadioGroup) GetTextBuf(Buffer string, BufSize int32) int32

func (*TRadioGroup) GetTextLen added in v1.1.0

func (r *TRadioGroup) GetTextLen() int32

func (*TRadioGroup) Handle

func (r *TRadioGroup) Handle() HWND

func (*TRadioGroup) HandleAllocated

func (r *TRadioGroup) HandleAllocated() bool

func (*TRadioGroup) HasParent

func (r *TRadioGroup) HasParent() bool

func (*TRadioGroup) Height

func (r *TRadioGroup) Height() int32

func (*TRadioGroup) Hide

func (r *TRadioGroup) Hide()

func (*TRadioGroup) Hint

func (r *TRadioGroup) Hint() string

func (*TRadioGroup) Instance

func (r *TRadioGroup) Instance() uintptr

func (*TRadioGroup) Invalidate

func (r *TRadioGroup) Invalidate()

func (*TRadioGroup) IsValid

func (r *TRadioGroup) IsValid() bool

func (*TRadioGroup) ItemIndex

func (r *TRadioGroup) ItemIndex() int32

func (*TRadioGroup) Items

func (r *TRadioGroup) Items() *TStrings

func (*TRadioGroup) Left

func (r *TRadioGroup) Left() int32

func (*TRadioGroup) Margins

func (r *TRadioGroup) Margins() *TMargins

func (*TRadioGroup) Name

func (r *TRadioGroup) Name() string

func (*TRadioGroup) Owner

func (r *TRadioGroup) Owner() *TComponent

func (*TRadioGroup) Parent

func (r *TRadioGroup) Parent() *TControl

func (*TRadioGroup) ParentBackground

func (r *TRadioGroup) ParentBackground() bool

func (*TRadioGroup) ParentColor

func (r *TRadioGroup) ParentColor() bool

func (*TRadioGroup) ParentCtl3D

func (r *TRadioGroup) ParentCtl3D() bool

func (*TRadioGroup) ParentDoubleBuffered

func (r *TRadioGroup) ParentDoubleBuffered() bool

func (*TRadioGroup) ParentFont

func (r *TRadioGroup) ParentFont() bool

func (*TRadioGroup) ParentShowHint

func (r *TRadioGroup) ParentShowHint() bool

func (*TRadioGroup) ParentWindow

func (r *TRadioGroup) ParentWindow() HWND

func (*TRadioGroup) Perform

func (r *TRadioGroup) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TRadioGroup) PopupMenu

func (r *TRadioGroup) PopupMenu() *TPopupMenu

func (*TRadioGroup) Realign

func (r *TRadioGroup) Realign()

func (*TRadioGroup) Refresh

func (r *TRadioGroup) Refresh()

func (*TRadioGroup) Repaint

func (r *TRadioGroup) Repaint()

func (*TRadioGroup) ScaleBy

func (r *TRadioGroup) ScaleBy(M int32, D int32)

func (*TRadioGroup) SendToBack

func (r *TRadioGroup) SendToBack()

func (*TRadioGroup) SetAction

func (r *TRadioGroup) SetAction(value IComponent)

func (*TRadioGroup) SetAlign

func (r *TRadioGroup) SetAlign(value TAlign)

func (*TRadioGroup) SetAlignWithMargins

func (r *TRadioGroup) SetAlignWithMargins(value bool)

func (*TRadioGroup) SetAnchors

func (r *TRadioGroup) SetAnchors(value TAnchors)

func (*TRadioGroup) SetBiDiMode

func (r *TRadioGroup) SetBiDiMode(value TBiDiMode)

func (*TRadioGroup) SetBounds

func (r *TRadioGroup) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TRadioGroup) SetBoundsRect

func (r *TRadioGroup) SetBoundsRect(value TRect)

func (*TRadioGroup) SetCaption

func (r *TRadioGroup) SetCaption(value string)

func (*TRadioGroup) SetClientHeight

func (r *TRadioGroup) SetClientHeight(value int32)

func (*TRadioGroup) SetClientWidth

func (r *TRadioGroup) SetClientWidth(value int32)

func (*TRadioGroup) SetColor

func (r *TRadioGroup) SetColor(value TColor)

func (*TRadioGroup) SetColumns

func (r *TRadioGroup) SetColumns(value int32)

func (*TRadioGroup) SetComponentIndex

func (r *TRadioGroup) SetComponentIndex(value int32)

func (*TRadioGroup) SetCursor

func (r *TRadioGroup) SetCursor(value TCursor)

func (*TRadioGroup) SetCustomHint added in v1.1.0

func (r *TRadioGroup) SetCustomHint(value IComponent)

func (*TRadioGroup) SetDoubleBuffered

func (r *TRadioGroup) SetDoubleBuffered(value bool)

func (*TRadioGroup) SetEnabled

func (r *TRadioGroup) SetEnabled(value bool)

func (*TRadioGroup) SetFocus

func (r *TRadioGroup) SetFocus()

func (*TRadioGroup) SetFont

func (r *TRadioGroup) SetFont(value *TFont)

func (*TRadioGroup) SetHeight

func (r *TRadioGroup) SetHeight(value int32)

func (*TRadioGroup) SetHint

func (r *TRadioGroup) SetHint(value string)

func (*TRadioGroup) SetItemIndex

func (r *TRadioGroup) SetItemIndex(value int32)

func (*TRadioGroup) SetItems

func (r *TRadioGroup) SetItems(value IObject)

func (*TRadioGroup) SetLeft

func (r *TRadioGroup) SetLeft(value int32)

func (*TRadioGroup) SetMargins

func (r *TRadioGroup) SetMargins(value *TMargins)

func (*TRadioGroup) SetName

func (r *TRadioGroup) SetName(value string)

func (*TRadioGroup) SetOnClick

func (r *TRadioGroup) SetOnClick(fn TNotifyEvent)

func (*TRadioGroup) SetOnEnter

func (r *TRadioGroup) SetOnEnter(fn TNotifyEvent)

func (*TRadioGroup) SetOnExit

func (r *TRadioGroup) SetOnExit(fn TNotifyEvent)

func (*TRadioGroup) SetParent

func (r *TRadioGroup) SetParent(value IControl)

func (*TRadioGroup) SetParentBackground

func (r *TRadioGroup) SetParentBackground(value bool)

func (*TRadioGroup) SetParentColor

func (r *TRadioGroup) SetParentColor(value bool)

func (*TRadioGroup) SetParentCtl3D

func (r *TRadioGroup) SetParentCtl3D(value bool)

func (*TRadioGroup) SetParentDoubleBuffered

func (r *TRadioGroup) SetParentDoubleBuffered(value bool)

func (*TRadioGroup) SetParentFont

func (r *TRadioGroup) SetParentFont(value bool)

func (*TRadioGroup) SetParentShowHint

func (r *TRadioGroup) SetParentShowHint(value bool)

func (*TRadioGroup) SetParentWindow

func (r *TRadioGroup) SetParentWindow(value HWND)

func (*TRadioGroup) SetPopupMenu

func (r *TRadioGroup) SetPopupMenu(value IComponent)

func (*TRadioGroup) SetShowHint

func (r *TRadioGroup) SetShowHint(value bool)

func (*TRadioGroup) SetStyleElements

func (r *TRadioGroup) SetStyleElements(value TStyleElements)

func (*TRadioGroup) SetTabOrder

func (r *TRadioGroup) SetTabOrder(value uint16)

func (*TRadioGroup) SetTabStop

func (r *TRadioGroup) SetTabStop(value bool)

func (*TRadioGroup) SetTag

func (r *TRadioGroup) SetTag(value int)

func (*TRadioGroup) SetTop

func (r *TRadioGroup) SetTop(value int32)

func (*TRadioGroup) SetVisible

func (r *TRadioGroup) SetVisible(value bool)

func (*TRadioGroup) SetWidth

func (r *TRadioGroup) SetWidth(value int32)

func (*TRadioGroup) SetWordWrap

func (r *TRadioGroup) SetWordWrap(value bool)

func (*TRadioGroup) Show

func (r *TRadioGroup) Show()

func (*TRadioGroup) ShowHint

func (r *TRadioGroup) ShowHint() bool

func (*TRadioGroup) StyleElements

func (r *TRadioGroup) StyleElements() TStyleElements

func (*TRadioGroup) TabOrder

func (r *TRadioGroup) TabOrder() uint16

func (*TRadioGroup) TabStop

func (r *TRadioGroup) TabStop() bool

func (*TRadioGroup) Tag

func (r *TRadioGroup) Tag() int

func (*TRadioGroup) ToString

func (r *TRadioGroup) ToString() string

func (*TRadioGroup) Top

func (r *TRadioGroup) Top() int32

func (*TRadioGroup) Update

func (r *TRadioGroup) Update()

func (*TRadioGroup) Visible

func (r *TRadioGroup) Visible() bool

func (*TRadioGroup) Width

func (r *TRadioGroup) Width() int32

func (*TRadioGroup) WordWrap

func (r *TRadioGroup) WordWrap() bool

type TRegistry

type TRegistry struct {
	IObject
	// contains filtered or unexported fields
}

func NewRegistry

func NewRegistry(aAccess uint32) *TRegistry

func NewRegistryAllAccess

func NewRegistryAllAccess() *TRegistry

NewRegistryAllAccess 所有访问权限

func RegistryFromInst

func RegistryFromInst(inst uintptr) *TRegistry

func RegistryFromObj

func RegistryFromObj(obj IObject) *TRegistry

func (*TRegistry) Access

func (r *TRegistry) Access() uint32

func (*TRegistry) ClassName

func (r *TRegistry) ClassName() string

func (*TRegistry) CloseKey

func (r *TRegistry) CloseKey()

func (*TRegistry) CreateKey

func (r *TRegistry) CreateKey(Key string) bool

func (*TRegistry) CurrentKey

func (r *TRegistry) CurrentKey() HKEY

func (*TRegistry) CurrentPath

func (r *TRegistry) CurrentPath() string

func (*TRegistry) DeleteKey

func (r *TRegistry) DeleteKey(Key string) bool

func (*TRegistry) DeleteValue

func (r *TRegistry) DeleteValue(Name string) bool

func (*TRegistry) Equals

func (r *TRegistry) Equals(Obj IObject) bool

func (*TRegistry) Free

func (r *TRegistry) Free()

func (*TRegistry) GetHashCode

func (r *TRegistry) GetHashCode() int32

func (*TRegistry) HasSubKeys

func (r *TRegistry) HasSubKeys() bool

func (*TRegistry) Instance

func (r *TRegistry) Instance() uintptr

func (*TRegistry) IsValid

func (r *TRegistry) IsValid() bool

func (*TRegistry) KeyExists

func (r *TRegistry) KeyExists(Key string) bool

func (*TRegistry) LastError

func (r *TRegistry) LastError() int32

func (*TRegistry) LastErrorMsg

func (r *TRegistry) LastErrorMsg() string

func (*TRegistry) LazyWrite

func (r *TRegistry) LazyWrite() bool

func (*TRegistry) LoadKey

func (r *TRegistry) LoadKey(Key string, FileName string) bool

func (*TRegistry) MoveKey

func (r *TRegistry) MoveKey(OldName string, NewName string, Delete bool)

func (*TRegistry) OpenKey

func (r *TRegistry) OpenKey(Key string, CanCreate bool) bool

func (*TRegistry) OpenKeyReadOnly

func (r *TRegistry) OpenKeyReadOnly(Key string) bool

func (*TRegistry) ReadBool

func (r *TRegistry) ReadBool(Name string) bool

func (*TRegistry) ReadDate

func (r *TRegistry) ReadDate(Name string) time.Time

func (*TRegistry) ReadDateTime

func (r *TRegistry) ReadDateTime(Name string) time.Time

func (*TRegistry) ReadFloat

func (r *TRegistry) ReadFloat(Name string) float64

func (*TRegistry) ReadInteger

func (r *TRegistry) ReadInteger(Name string) int32

func (*TRegistry) ReadString

func (r *TRegistry) ReadString(Name string) string

func (*TRegistry) ReadTime

func (r *TRegistry) ReadTime(Name string) time.Time

func (*TRegistry) RegistryConnect

func (r *TRegistry) RegistryConnect(UNCName string) bool

func (*TRegistry) RenameValue

func (r *TRegistry) RenameValue(OldName string, NewName string)

func (*TRegistry) ReplaceKey

func (r *TRegistry) ReplaceKey(Key string, FileName string, BackUpFileName string) bool

func (*TRegistry) RestoreKey

func (r *TRegistry) RestoreKey(Key string, FileName string) bool

func (*TRegistry) RootKey

func (r *TRegistry) RootKey() HKEY

func (*TRegistry) RootKeyName

func (r *TRegistry) RootKeyName() string

func (*TRegistry) SaveKey

func (r *TRegistry) SaveKey(Key string, FileName string) bool

func (*TRegistry) SetAccess

func (r *TRegistry) SetAccess(value uint32)

func (*TRegistry) SetLazyWrite

func (r *TRegistry) SetLazyWrite(value bool)

func (*TRegistry) SetRootKey

func (r *TRegistry) SetRootKey(value HKEY)

func (*TRegistry) ToString

func (r *TRegistry) ToString() string

func (*TRegistry) UnLoadKey

func (r *TRegistry) UnLoadKey(Key string) bool

func (*TRegistry) ValueExists

func (r *TRegistry) ValueExists(Name string) bool

func (*TRegistry) WriteBool

func (r *TRegistry) WriteBool(Name string, Value bool)

func (*TRegistry) WriteDate

func (r *TRegistry) WriteDate(Name string, Value time.Time)

func (*TRegistry) WriteDateTime

func (r *TRegistry) WriteDateTime(Name string, Value time.Time)

func (*TRegistry) WriteExpandString

func (r *TRegistry) WriteExpandString(Name string, Value string)

func (*TRegistry) WriteFloat

func (r *TRegistry) WriteFloat(Name string, Value float64)

func (*TRegistry) WriteInteger

func (r *TRegistry) WriteInteger(Name string, Value int32)

func (*TRegistry) WriteString

func (r *TRegistry) WriteString(Name string, Value string)

func (*TRegistry) WriteTime

func (r *TRegistry) WriteTime(Name string, Value time.Time)

type TRichEdit

type TRichEdit struct {
	IControl
	// contains filtered or unexported fields
}

func NewRichEdit

func NewRichEdit(owner IComponent) *TRichEdit

func RichEditFromInst

func RichEditFromInst(inst uintptr) *TRichEdit

func RichEditFromObj

func RichEditFromObj(obj IObject) *TRichEdit

func (*TRichEdit) Action

func (r *TRichEdit) Action() *TAction

func (*TRichEdit) ActiveLineNo

func (r *TRichEdit) ActiveLineNo() uint32

func (*TRichEdit) Align

func (r *TRichEdit) Align() TAlign

func (*TRichEdit) AlignWithMargins

func (r *TRichEdit) AlignWithMargins() bool

func (*TRichEdit) Alignment

func (r *TRichEdit) Alignment() TAlignment

func (*TRichEdit) Anchors

func (r *TRichEdit) Anchors() TAnchors

func (*TRichEdit) Assign

func (r *TRichEdit) Assign(Source IObject)

func (*TRichEdit) BevelEdges

func (r *TRichEdit) BevelEdges() TBevelEdges

func (*TRichEdit) BevelInner

func (r *TRichEdit) BevelInner() TBevelCut

func (*TRichEdit) BevelKind

func (r *TRichEdit) BevelKind() TBevelKind

func (*TRichEdit) BevelOuter

func (r *TRichEdit) BevelOuter() TBevelCut

func (*TRichEdit) BiDiMode

func (r *TRichEdit) BiDiMode() TBiDiMode

func (*TRichEdit) BorderStyle

func (r *TRichEdit) BorderStyle() TBorderStyle

func (*TRichEdit) BorderWidth

func (r *TRichEdit) BorderWidth() int32

func (*TRichEdit) BoundsRect

func (r *TRichEdit) BoundsRect() TRect

func (*TRichEdit) BringToFront

func (r *TRichEdit) BringToFront()

func (*TRichEdit) Brush

func (r *TRichEdit) Brush() *TBrush

func (*TRichEdit) CanFocus

func (r *TRichEdit) CanFocus() bool

func (*TRichEdit) CaretPos

func (r *TRichEdit) CaretPos() TPoint

func (*TRichEdit) ClassName

func (r *TRichEdit) ClassName() string

func (*TRichEdit) Clear

func (r *TRichEdit) Clear()

func (*TRichEdit) ClearSelection

func (r *TRichEdit) ClearSelection()

func (*TRichEdit) ClientHeight

func (r *TRichEdit) ClientHeight() int32

func (*TRichEdit) ClientRect

func (r *TRichEdit) ClientRect() TRect

func (*TRichEdit) ClientWidth

func (r *TRichEdit) ClientWidth() int32

func (*TRichEdit) Color

func (r *TRichEdit) Color() TColor

func (*TRichEdit) ComponentCount

func (r *TRichEdit) ComponentCount() int32

func (*TRichEdit) ComponentIndex

func (r *TRichEdit) ComponentIndex() int32

func (*TRichEdit) Components

func (r *TRichEdit) Components(AIndex int32) *TComponent

func (*TRichEdit) ControlCount

func (r *TRichEdit) ControlCount() int32

func (*TRichEdit) Controls

func (r *TRichEdit) Controls(Index int32) *TControl

func (*TRichEdit) CopyToClipboard

func (r *TRichEdit) CopyToClipboard()

func (*TRichEdit) Cursor

func (r *TRichEdit) Cursor() TCursor

func (*TRichEdit) CustomHint added in v1.1.0

func (r *TRichEdit) CustomHint() *TCustomHint

func (*TRichEdit) CutToClipboard

func (r *TRichEdit) CutToClipboard()

func (*TRichEdit) DefAttributes

func (r *TRichEdit) DefAttributes() *TTextAttributes

func (*TRichEdit) DoubleBuffered

func (r *TRichEdit) DoubleBuffered() bool

func (*TRichEdit) Enabled

func (r *TRichEdit) Enabled() bool

func (*TRichEdit) Equals

func (r *TRichEdit) Equals(Obj IObject) bool

func (*TRichEdit) ExplicitHeight

func (r *TRichEdit) ExplicitHeight() int32

func (*TRichEdit) ExplicitLeft

func (r *TRichEdit) ExplicitLeft() int32

func (*TRichEdit) ExplicitTop

func (r *TRichEdit) ExplicitTop() int32

func (*TRichEdit) ExplicitWidth

func (r *TRichEdit) ExplicitWidth() int32

func (*TRichEdit) FindComponent

func (r *TRichEdit) FindComponent(AName string) *TComponent

func (*TRichEdit) FindText

func (r *TRichEdit) FindText(SearchStr string, StartPos int32, Length int32, Options TSearchTypes) int32

func (*TRichEdit) FlipChildren

func (r *TRichEdit) FlipChildren(AllLevels bool)

func (*TRichEdit) Focused

func (r *TRichEdit) Focused() bool

func (*TRichEdit) Font

func (r *TRichEdit) Font() *TFont

func (*TRichEdit) Free

func (r *TRichEdit) Free()

func (*TRichEdit) GetHashCode

func (r *TRichEdit) GetHashCode() int32

func (*TRichEdit) GetNamePath

func (r *TRichEdit) GetNamePath() string

func (*TRichEdit) GetSelTextBuf

func (r *TRichEdit) GetSelTextBuf(Buffer string, BufSize int32) int32

func (*TRichEdit) GetTextBuf

func (r *TRichEdit) GetTextBuf(Buffer string, BufSize int32) int32

func (*TRichEdit) GetTextLen added in v1.1.0

func (r *TRichEdit) GetTextLen() int32

func (*TRichEdit) Handle

func (r *TRichEdit) Handle() HWND

func (*TRichEdit) HandleAllocated

func (r *TRichEdit) HandleAllocated() bool

func (*TRichEdit) HasParent

func (r *TRichEdit) HasParent() bool

func (*TRichEdit) Height

func (r *TRichEdit) Height() int32

func (*TRichEdit) Hide

func (r *TRichEdit) Hide()

func (*TRichEdit) HideScrollBars

func (r *TRichEdit) HideScrollBars() bool

func (*TRichEdit) HideSelection

func (r *TRichEdit) HideSelection() bool

func (*TRichEdit) Hint

func (r *TRichEdit) Hint() string

func (*TRichEdit) Instance

func (r *TRichEdit) Instance() uintptr

func (*TRichEdit) Invalidate

func (r *TRichEdit) Invalidate()

func (*TRichEdit) IsValid

func (r *TRichEdit) IsValid() bool

func (*TRichEdit) Left

func (r *TRichEdit) Left() int32

func (*TRichEdit) Lines

func (r *TRichEdit) Lines() *TStrings

func (*TRichEdit) Margins

func (r *TRichEdit) Margins() *TMargins

func (*TRichEdit) MaxLength

func (r *TRichEdit) MaxLength() int32

func (*TRichEdit) Modified

func (r *TRichEdit) Modified() bool

func (*TRichEdit) Name

func (r *TRichEdit) Name() string

func (*TRichEdit) Owner

func (r *TRichEdit) Owner() *TComponent

func (*TRichEdit) PageRect

func (r *TRichEdit) PageRect() TRect

func (*TRichEdit) Paragraph

func (r *TRichEdit) Paragraph() *TParaAttributes

func (*TRichEdit) Parent

func (r *TRichEdit) Parent() *TControl

func (*TRichEdit) ParentColor

func (r *TRichEdit) ParentColor() bool

func (*TRichEdit) ParentCtl3D

func (r *TRichEdit) ParentCtl3D() bool

func (*TRichEdit) ParentDoubleBuffered

func (r *TRichEdit) ParentDoubleBuffered() bool

func (*TRichEdit) ParentFont

func (r *TRichEdit) ParentFont() bool

func (*TRichEdit) ParentShowHint

func (r *TRichEdit) ParentShowHint() bool

func (*TRichEdit) ParentWindow

func (r *TRichEdit) ParentWindow() HWND

func (*TRichEdit) PasteFromClipboard

func (r *TRichEdit) PasteFromClipboard()

func (*TRichEdit) Perform

func (r *TRichEdit) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TRichEdit) PlainText

func (r *TRichEdit) PlainText() bool

func (*TRichEdit) PopupMenu

func (r *TRichEdit) PopupMenu() *TPopupMenu

func (*TRichEdit) Print

func (r *TRichEdit) Print(Caption string)

func (*TRichEdit) ReadOnly

func (r *TRichEdit) ReadOnly() bool

func (*TRichEdit) Realign

func (r *TRichEdit) Realign()

func (*TRichEdit) Refresh

func (r *TRichEdit) Refresh()

func (*TRichEdit) Repaint

func (r *TRichEdit) Repaint()

func (*TRichEdit) ScaleBy

func (r *TRichEdit) ScaleBy(M int32, D int32)

func (*TRichEdit) ScrollBars

func (r *TRichEdit) ScrollBars() TScrollStyle

func (*TRichEdit) SelAttributes

func (r *TRichEdit) SelAttributes() *TTextAttributes

func (*TRichEdit) SelLength

func (r *TRichEdit) SelLength() int32

func (*TRichEdit) SelStart

func (r *TRichEdit) SelStart() int32

func (*TRichEdit) SelText

func (r *TRichEdit) SelText() string

func (*TRichEdit) SelectAll

func (r *TRichEdit) SelectAll()

func (*TRichEdit) SendToBack

func (r *TRichEdit) SendToBack()

func (*TRichEdit) SetAction

func (r *TRichEdit) SetAction(value IComponent)

func (*TRichEdit) SetAlign

func (r *TRichEdit) SetAlign(value TAlign)

func (*TRichEdit) SetAlignWithMargins

func (r *TRichEdit) SetAlignWithMargins(value bool)

func (*TRichEdit) SetAlignment

func (r *TRichEdit) SetAlignment(value TAlignment)

func (*TRichEdit) SetAnchors

func (r *TRichEdit) SetAnchors(value TAnchors)

func (*TRichEdit) SetBevelEdges

func (r *TRichEdit) SetBevelEdges(value TBevelEdges)

func (*TRichEdit) SetBevelInner

func (r *TRichEdit) SetBevelInner(value TBevelCut)

func (*TRichEdit) SetBevelKind

func (r *TRichEdit) SetBevelKind(value TBevelKind)

func (*TRichEdit) SetBevelOuter

func (r *TRichEdit) SetBevelOuter(value TBevelCut)

func (*TRichEdit) SetBiDiMode

func (r *TRichEdit) SetBiDiMode(value TBiDiMode)

func (*TRichEdit) SetBorderStyle

func (r *TRichEdit) SetBorderStyle(value TBorderStyle)

func (*TRichEdit) SetBorderWidth

func (r *TRichEdit) SetBorderWidth(value int32)

func (*TRichEdit) SetBounds

func (r *TRichEdit) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TRichEdit) SetBoundsRect

func (r *TRichEdit) SetBoundsRect(value TRect)

func (*TRichEdit) SetCaretPos

func (r *TRichEdit) SetCaretPos(value TPoint)

func (*TRichEdit) SetClientHeight

func (r *TRichEdit) SetClientHeight(value int32)

func (*TRichEdit) SetClientWidth

func (r *TRichEdit) SetClientWidth(value int32)

func (*TRichEdit) SetColor

func (r *TRichEdit) SetColor(value TColor)

func (*TRichEdit) SetComponentIndex

func (r *TRichEdit) SetComponentIndex(value int32)

func (*TRichEdit) SetCursor

func (r *TRichEdit) SetCursor(value TCursor)

func (*TRichEdit) SetCustomHint added in v1.1.0

func (r *TRichEdit) SetCustomHint(value IComponent)

func (*TRichEdit) SetDefAttributes

func (r *TRichEdit) SetDefAttributes(value *TTextAttributes)

func (*TRichEdit) SetDoubleBuffered

func (r *TRichEdit) SetDoubleBuffered(value bool)

func (*TRichEdit) SetEnabled

func (r *TRichEdit) SetEnabled(value bool)

func (*TRichEdit) SetFocus

func (r *TRichEdit) SetFocus()

func (*TRichEdit) SetFont

func (r *TRichEdit) SetFont(value *TFont)

func (*TRichEdit) SetHeight

func (r *TRichEdit) SetHeight(value int32)

func (*TRichEdit) SetHideScrollBars

func (r *TRichEdit) SetHideScrollBars(value bool)

func (*TRichEdit) SetHideSelection

func (r *TRichEdit) SetHideSelection(value bool)

func (*TRichEdit) SetHint

func (r *TRichEdit) SetHint(value string)

func (*TRichEdit) SetLeft

func (r *TRichEdit) SetLeft(value int32)

func (*TRichEdit) SetLines

func (r *TRichEdit) SetLines(value IObject)

func (*TRichEdit) SetMargins

func (r *TRichEdit) SetMargins(value *TMargins)

func (*TRichEdit) SetMaxLength

func (r *TRichEdit) SetMaxLength(value int32)

func (*TRichEdit) SetModified

func (r *TRichEdit) SetModified(value bool)

func (*TRichEdit) SetName

func (r *TRichEdit) SetName(value string)

func (*TRichEdit) SetOnChange

func (r *TRichEdit) SetOnChange(fn TNotifyEvent)

func (*TRichEdit) SetOnClick

func (r *TRichEdit) SetOnClick(fn TNotifyEvent)

func (*TRichEdit) SetOnDblClick

func (r *TRichEdit) SetOnDblClick(fn TNotifyEvent)

func (*TRichEdit) SetOnEnter

func (r *TRichEdit) SetOnEnter(fn TNotifyEvent)

func (*TRichEdit) SetOnExit

func (r *TRichEdit) SetOnExit(fn TNotifyEvent)

func (*TRichEdit) SetOnKeyDown

func (r *TRichEdit) SetOnKeyDown(fn TKeyEvent)

func (*TRichEdit) SetOnKeyPress

func (r *TRichEdit) SetOnKeyPress(fn TKeyPressEvent)

func (*TRichEdit) SetOnKeyUp

func (r *TRichEdit) SetOnKeyUp(fn TKeyEvent)

func (*TRichEdit) SetOnMouseDown

func (r *TRichEdit) SetOnMouseDown(fn TMouseEvent)

func (*TRichEdit) SetOnMouseEnter

func (r *TRichEdit) SetOnMouseEnter(fn TNotifyEvent)

func (*TRichEdit) SetOnMouseLeave

func (r *TRichEdit) SetOnMouseLeave(fn TNotifyEvent)

func (*TRichEdit) SetOnMouseMove

func (r *TRichEdit) SetOnMouseMove(fn TMouseMoveEvent)

func (*TRichEdit) SetOnMouseUp

func (r *TRichEdit) SetOnMouseUp(fn TMouseEvent)

func (*TRichEdit) SetOnMouseWheel

func (r *TRichEdit) SetOnMouseWheel(fn TMouseWheelEvent)

func (*TRichEdit) SetPageRect

func (r *TRichEdit) SetPageRect(value TRect)

func (*TRichEdit) SetParent

func (r *TRichEdit) SetParent(value IControl)

func (*TRichEdit) SetParentColor

func (r *TRichEdit) SetParentColor(value bool)

func (*TRichEdit) SetParentCtl3D

func (r *TRichEdit) SetParentCtl3D(value bool)

func (*TRichEdit) SetParentDoubleBuffered

func (r *TRichEdit) SetParentDoubleBuffered(value bool)

func (*TRichEdit) SetParentFont

func (r *TRichEdit) SetParentFont(value bool)

func (*TRichEdit) SetParentShowHint

func (r *TRichEdit) SetParentShowHint(value bool)

func (*TRichEdit) SetParentWindow

func (r *TRichEdit) SetParentWindow(value HWND)

func (*TRichEdit) SetPlainText

func (r *TRichEdit) SetPlainText(value bool)

func (*TRichEdit) SetPopupMenu

func (r *TRichEdit) SetPopupMenu(value IComponent)

func (*TRichEdit) SetReadOnly

func (r *TRichEdit) SetReadOnly(value bool)

func (*TRichEdit) SetScrollBars

func (r *TRichEdit) SetScrollBars(value TScrollStyle)

func (*TRichEdit) SetSelAttributes

func (r *TRichEdit) SetSelAttributes(value *TTextAttributes)

func (*TRichEdit) SetSelLength

func (r *TRichEdit) SetSelLength(value int32)

func (*TRichEdit) SetSelStart

func (r *TRichEdit) SetSelStart(value int32)

func (*TRichEdit) SetSelText

func (r *TRichEdit) SetSelText(value string)

func (*TRichEdit) SetShowHint

func (r *TRichEdit) SetShowHint(value bool)

func (*TRichEdit) SetStyleElements

func (r *TRichEdit) SetStyleElements(value TStyleElements)

func (*TRichEdit) SetTabOrder

func (r *TRichEdit) SetTabOrder(value uint16)

func (*TRichEdit) SetTabStop

func (r *TRichEdit) SetTabStop(value bool)

func (*TRichEdit) SetTag

func (r *TRichEdit) SetTag(value int)

func (*TRichEdit) SetText

func (r *TRichEdit) SetText(value string)

func (*TRichEdit) SetTextHint

func (r *TRichEdit) SetTextHint(value string)

func (*TRichEdit) SetTop

func (r *TRichEdit) SetTop(value int32)

func (*TRichEdit) SetVisible

func (r *TRichEdit) SetVisible(value bool)

func (*TRichEdit) SetWantReturns

func (r *TRichEdit) SetWantReturns(value bool)

func (*TRichEdit) SetWantTabs

func (r *TRichEdit) SetWantTabs(value bool)

func (*TRichEdit) SetWidth

func (r *TRichEdit) SetWidth(value int32)

func (*TRichEdit) SetWordWrap

func (r *TRichEdit) SetWordWrap(value bool)

func (*TRichEdit) SetZoom

func (r *TRichEdit) SetZoom(value int32)

func (*TRichEdit) Show

func (r *TRichEdit) Show()

func (*TRichEdit) ShowHint

func (r *TRichEdit) ShowHint() bool

func (*TRichEdit) StyleElements

func (r *TRichEdit) StyleElements() TStyleElements

func (*TRichEdit) TabOrder

func (r *TRichEdit) TabOrder() uint16

func (*TRichEdit) TabStop

func (r *TRichEdit) TabStop() bool

func (*TRichEdit) Tag

func (r *TRichEdit) Tag() int

func (*TRichEdit) Text

func (r *TRichEdit) Text() string

func (*TRichEdit) TextHint

func (r *TRichEdit) TextHint() string

func (*TRichEdit) ToString

func (r *TRichEdit) ToString() string

func (*TRichEdit) Top

func (r *TRichEdit) Top() int32

func (*TRichEdit) Update

func (r *TRichEdit) Update()

func (*TRichEdit) Visible

func (r *TRichEdit) Visible() bool

func (*TRichEdit) WantReturns

func (r *TRichEdit) WantReturns() bool

func (*TRichEdit) WantTabs

func (r *TRichEdit) WantTabs() bool

func (*TRichEdit) Width

func (r *TRichEdit) Width() int32

func (*TRichEdit) WordWrap

func (r *TRichEdit) WordWrap() bool

func (*TRichEdit) Zoom

func (r *TRichEdit) Zoom() int32

type TSaveDialog

type TSaveDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewSaveDialog

func NewSaveDialog(owner IComponent) *TSaveDialog

func SaveDialogFromInst

func SaveDialogFromInst(inst uintptr) *TSaveDialog

func SaveDialogFromObj

func SaveDialogFromObj(obj IObject) *TSaveDialog

func (*TSaveDialog) Assign

func (s *TSaveDialog) Assign(Source IObject)

func (*TSaveDialog) ClassName

func (s *TSaveDialog) ClassName() string

func (*TSaveDialog) ComponentCount

func (s *TSaveDialog) ComponentCount() int32

func (*TSaveDialog) ComponentIndex

func (s *TSaveDialog) ComponentIndex() int32

func (*TSaveDialog) Components

func (s *TSaveDialog) Components(AIndex int32) *TComponent

func (*TSaveDialog) DefaultExt

func (s *TSaveDialog) DefaultExt() string

func (*TSaveDialog) Equals

func (s *TSaveDialog) Equals(Obj IObject) bool

func (*TSaveDialog) Execute

func (s *TSaveDialog) Execute() bool

func (*TSaveDialog) FileName

func (s *TSaveDialog) FileName() string

func (*TSaveDialog) Files

func (s *TSaveDialog) Files() *TStrings

func (*TSaveDialog) Filter

func (s *TSaveDialog) Filter() string

func (*TSaveDialog) FilterIndex

func (s *TSaveDialog) FilterIndex() int32

func (*TSaveDialog) FindComponent

func (s *TSaveDialog) FindComponent(AName string) *TComponent

func (*TSaveDialog) Free

func (s *TSaveDialog) Free()

func (*TSaveDialog) GetHashCode

func (s *TSaveDialog) GetHashCode() int32

func (*TSaveDialog) GetNamePath

func (s *TSaveDialog) GetNamePath() string

func (*TSaveDialog) Handle

func (s *TSaveDialog) Handle() HWND

func (*TSaveDialog) HasParent

func (s *TSaveDialog) HasParent() bool

func (*TSaveDialog) InitialDir

func (s *TSaveDialog) InitialDir() string

func (*TSaveDialog) Instance

func (s *TSaveDialog) Instance() uintptr

func (*TSaveDialog) IsValid

func (s *TSaveDialog) IsValid() bool

func (*TSaveDialog) Name

func (s *TSaveDialog) Name() string

func (*TSaveDialog) Options

func (s *TSaveDialog) Options() TOpenOptions

func (*TSaveDialog) OptionsEx

func (s *TSaveDialog) OptionsEx() TOpenOptionsEx

func (*TSaveDialog) Owner

func (s *TSaveDialog) Owner() *TComponent

func (*TSaveDialog) SetComponentIndex

func (s *TSaveDialog) SetComponentIndex(value int32)

func (*TSaveDialog) SetDefaultExt

func (s *TSaveDialog) SetDefaultExt(value string)

func (*TSaveDialog) SetFileName

func (s *TSaveDialog) SetFileName(value string)

func (*TSaveDialog) SetFilter

func (s *TSaveDialog) SetFilter(value string)

func (*TSaveDialog) SetFilterIndex

func (s *TSaveDialog) SetFilterIndex(value int32)

func (*TSaveDialog) SetInitialDir

func (s *TSaveDialog) SetInitialDir(value string)

func (*TSaveDialog) SetName

func (s *TSaveDialog) SetName(value string)

func (*TSaveDialog) SetOnClose

func (s *TSaveDialog) SetOnClose(fn TNotifyEvent)

func (*TSaveDialog) SetOnShow

func (s *TSaveDialog) SetOnShow(fn TNotifyEvent)

func (*TSaveDialog) SetOptions

func (s *TSaveDialog) SetOptions(value TOpenOptions)

func (*TSaveDialog) SetOptionsEx

func (s *TSaveDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TSaveDialog) SetTag

func (s *TSaveDialog) SetTag(value int)

func (*TSaveDialog) SetTitle

func (s *TSaveDialog) SetTitle(value string)

func (*TSaveDialog) Tag

func (s *TSaveDialog) Tag() int

func (*TSaveDialog) Title

func (s *TSaveDialog) Title() string

func (*TSaveDialog) ToString

func (s *TSaveDialog) ToString() string

type TSavePictureDialog

type TSavePictureDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewSavePictureDialog

func NewSavePictureDialog(owner IComponent) *TSavePictureDialog

func SavePictureDialogFromInst

func SavePictureDialogFromInst(inst uintptr) *TSavePictureDialog

func SavePictureDialogFromObj

func SavePictureDialogFromObj(obj IObject) *TSavePictureDialog

func (*TSavePictureDialog) Assign

func (s *TSavePictureDialog) Assign(Source IObject)

func (*TSavePictureDialog) ClassName

func (s *TSavePictureDialog) ClassName() string

func (*TSavePictureDialog) ComponentCount

func (s *TSavePictureDialog) ComponentCount() int32

func (*TSavePictureDialog) ComponentIndex

func (s *TSavePictureDialog) ComponentIndex() int32

func (*TSavePictureDialog) Components

func (s *TSavePictureDialog) Components(AIndex int32) *TComponent

func (*TSavePictureDialog) DefaultExt

func (s *TSavePictureDialog) DefaultExt() string

func (*TSavePictureDialog) Equals

func (s *TSavePictureDialog) Equals(Obj IObject) bool

func (*TSavePictureDialog) Execute

func (s *TSavePictureDialog) Execute() bool

func (*TSavePictureDialog) FileName

func (s *TSavePictureDialog) FileName() string

func (*TSavePictureDialog) Files

func (s *TSavePictureDialog) Files() *TStrings

func (*TSavePictureDialog) Filter

func (s *TSavePictureDialog) Filter() string

func (*TSavePictureDialog) FilterIndex

func (s *TSavePictureDialog) FilterIndex() int32

func (*TSavePictureDialog) FindComponent

func (s *TSavePictureDialog) FindComponent(AName string) *TComponent

func (*TSavePictureDialog) Free

func (s *TSavePictureDialog) Free()

func (*TSavePictureDialog) GetHashCode

func (s *TSavePictureDialog) GetHashCode() int32

func (*TSavePictureDialog) GetNamePath

func (s *TSavePictureDialog) GetNamePath() string

func (*TSavePictureDialog) Handle

func (s *TSavePictureDialog) Handle() HWND

func (*TSavePictureDialog) HasParent

func (s *TSavePictureDialog) HasParent() bool

func (*TSavePictureDialog) InitialDir

func (s *TSavePictureDialog) InitialDir() string

func (*TSavePictureDialog) Instance

func (s *TSavePictureDialog) Instance() uintptr

func (*TSavePictureDialog) IsValid

func (s *TSavePictureDialog) IsValid() bool

func (*TSavePictureDialog) Name

func (s *TSavePictureDialog) Name() string

func (*TSavePictureDialog) Options

func (s *TSavePictureDialog) Options() TOpenOptions

func (*TSavePictureDialog) OptionsEx

func (s *TSavePictureDialog) OptionsEx() TOpenOptionsEx

func (*TSavePictureDialog) Owner

func (s *TSavePictureDialog) Owner() *TComponent

func (*TSavePictureDialog) SetComponentIndex

func (s *TSavePictureDialog) SetComponentIndex(value int32)

func (*TSavePictureDialog) SetDefaultExt

func (s *TSavePictureDialog) SetDefaultExt(value string)

func (*TSavePictureDialog) SetFileName

func (s *TSavePictureDialog) SetFileName(value string)

func (*TSavePictureDialog) SetFilter

func (s *TSavePictureDialog) SetFilter(value string)

func (*TSavePictureDialog) SetFilterIndex

func (s *TSavePictureDialog) SetFilterIndex(value int32)

func (*TSavePictureDialog) SetInitialDir

func (s *TSavePictureDialog) SetInitialDir(value string)

func (*TSavePictureDialog) SetName

func (s *TSavePictureDialog) SetName(value string)

func (*TSavePictureDialog) SetOnClose

func (s *TSavePictureDialog) SetOnClose(fn TNotifyEvent)

func (*TSavePictureDialog) SetOnShow

func (s *TSavePictureDialog) SetOnShow(fn TNotifyEvent)

func (*TSavePictureDialog) SetOptions

func (s *TSavePictureDialog) SetOptions(value TOpenOptions)

func (*TSavePictureDialog) SetOptionsEx

func (s *TSavePictureDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TSavePictureDialog) SetTag

func (s *TSavePictureDialog) SetTag(value int)

func (*TSavePictureDialog) SetTitle

func (s *TSavePictureDialog) SetTitle(value string)

func (*TSavePictureDialog) Tag

func (s *TSavePictureDialog) Tag() int

func (*TSavePictureDialog) Title

func (s *TSavePictureDialog) Title() string

func (*TSavePictureDialog) ToString

func (s *TSavePictureDialog) ToString() string

type TSaveTextFileDialog

type TSaveTextFileDialog struct {
	IComponent
	// contains filtered or unexported fields
}

func NewSaveTextFileDialog

func NewSaveTextFileDialog(owner IComponent) *TSaveTextFileDialog

func SaveTextFileDialogFromInst

func SaveTextFileDialogFromInst(inst uintptr) *TSaveTextFileDialog

func SaveTextFileDialogFromObj

func SaveTextFileDialogFromObj(obj IObject) *TSaveTextFileDialog

func (*TSaveTextFileDialog) Assign

func (s *TSaveTextFileDialog) Assign(Source IObject)

func (*TSaveTextFileDialog) ClassName

func (s *TSaveTextFileDialog) ClassName() string

func (*TSaveTextFileDialog) ComponentCount

func (s *TSaveTextFileDialog) ComponentCount() int32

func (*TSaveTextFileDialog) ComponentIndex

func (s *TSaveTextFileDialog) ComponentIndex() int32

func (*TSaveTextFileDialog) Components

func (s *TSaveTextFileDialog) Components(AIndex int32) *TComponent

func (*TSaveTextFileDialog) DefaultExt

func (s *TSaveTextFileDialog) DefaultExt() string

func (*TSaveTextFileDialog) Equals

func (s *TSaveTextFileDialog) Equals(Obj IObject) bool

func (*TSaveTextFileDialog) Execute

func (s *TSaveTextFileDialog) Execute() bool

func (*TSaveTextFileDialog) FileName

func (s *TSaveTextFileDialog) FileName() string

func (*TSaveTextFileDialog) Files

func (s *TSaveTextFileDialog) Files() *TStrings

func (*TSaveTextFileDialog) Filter

func (s *TSaveTextFileDialog) Filter() string

func (*TSaveTextFileDialog) FilterIndex

func (s *TSaveTextFileDialog) FilterIndex() int32

func (*TSaveTextFileDialog) FindComponent

func (s *TSaveTextFileDialog) FindComponent(AName string) *TComponent

func (*TSaveTextFileDialog) Free

func (s *TSaveTextFileDialog) Free()

func (*TSaveTextFileDialog) GetHashCode

func (s *TSaveTextFileDialog) GetHashCode() int32

func (*TSaveTextFileDialog) GetNamePath

func (s *TSaveTextFileDialog) GetNamePath() string

func (*TSaveTextFileDialog) Handle

func (s *TSaveTextFileDialog) Handle() HWND

func (*TSaveTextFileDialog) HasParent

func (s *TSaveTextFileDialog) HasParent() bool

func (*TSaveTextFileDialog) InitialDir

func (s *TSaveTextFileDialog) InitialDir() string

func (*TSaveTextFileDialog) Instance

func (s *TSaveTextFileDialog) Instance() uintptr

func (*TSaveTextFileDialog) IsValid

func (s *TSaveTextFileDialog) IsValid() bool

func (*TSaveTextFileDialog) Name

func (s *TSaveTextFileDialog) Name() string

func (*TSaveTextFileDialog) Options

func (s *TSaveTextFileDialog) Options() TOpenOptions

func (*TSaveTextFileDialog) OptionsEx

func (s *TSaveTextFileDialog) OptionsEx() TOpenOptionsEx

func (*TSaveTextFileDialog) Owner

func (s *TSaveTextFileDialog) Owner() *TComponent

func (*TSaveTextFileDialog) SetComponentIndex

func (s *TSaveTextFileDialog) SetComponentIndex(value int32)

func (*TSaveTextFileDialog) SetDefaultExt

func (s *TSaveTextFileDialog) SetDefaultExt(value string)

func (*TSaveTextFileDialog) SetFileName

func (s *TSaveTextFileDialog) SetFileName(value string)

func (*TSaveTextFileDialog) SetFilter

func (s *TSaveTextFileDialog) SetFilter(value string)

func (*TSaveTextFileDialog) SetFilterIndex

func (s *TSaveTextFileDialog) SetFilterIndex(value int32)

func (*TSaveTextFileDialog) SetInitialDir

func (s *TSaveTextFileDialog) SetInitialDir(value string)

func (*TSaveTextFileDialog) SetName

func (s *TSaveTextFileDialog) SetName(value string)

func (*TSaveTextFileDialog) SetOnClose

func (s *TSaveTextFileDialog) SetOnClose(fn TNotifyEvent)

func (*TSaveTextFileDialog) SetOnShow

func (s *TSaveTextFileDialog) SetOnShow(fn TNotifyEvent)

func (*TSaveTextFileDialog) SetOptions

func (s *TSaveTextFileDialog) SetOptions(value TOpenOptions)

func (*TSaveTextFileDialog) SetOptionsEx

func (s *TSaveTextFileDialog) SetOptionsEx(value TOpenOptionsEx)

func (*TSaveTextFileDialog) SetTag

func (s *TSaveTextFileDialog) SetTag(value int)

func (*TSaveTextFileDialog) SetTitle

func (s *TSaveTextFileDialog) SetTitle(value string)

func (*TSaveTextFileDialog) Tag

func (s *TSaveTextFileDialog) Tag() int

func (*TSaveTextFileDialog) Title

func (s *TSaveTextFileDialog) Title() string

func (*TSaveTextFileDialog) ToString

func (s *TSaveTextFileDialog) ToString() string

type TScreen

type TScreen struct {
	IComponent
	// contains filtered or unexported fields
}

func NewScreen

func NewScreen(owner IComponent) *TScreen

func ScreenFromInst

func ScreenFromInst(inst uintptr) *TScreen

func ScreenFromObj

func ScreenFromObj(obj IObject) *TScreen

func (*TScreen) ActiveForm

func (s *TScreen) ActiveForm() *TForm

func (*TScreen) Assign

func (s *TScreen) Assign(Source IObject)

func (*TScreen) ClassName

func (s *TScreen) ClassName() string

func (*TScreen) ComponentCount

func (s *TScreen) ComponentCount() int32

func (*TScreen) ComponentIndex

func (s *TScreen) ComponentIndex() int32

func (*TScreen) Components

func (s *TScreen) Components(AIndex int32) *TComponent

func (*TScreen) Cursor

func (s *TScreen) Cursor() TCursor

func (*TScreen) CursorCount

func (s *TScreen) CursorCount() int32

func (*TScreen) Cursors

func (s *TScreen) Cursors(Index int32) HICON

func (*TScreen) CustomFormCount

func (s *TScreen) CustomFormCount() int32

func (*TScreen) DefaultIme

func (s *TScreen) DefaultIme() string

func (*TScreen) DesktopHeight

func (s *TScreen) DesktopHeight() int32

func (*TScreen) DesktopLeft

func (s *TScreen) DesktopLeft() int32

func (*TScreen) DesktopRect

func (s *TScreen) DesktopRect() TRect

func (*TScreen) DesktopTop

func (s *TScreen) DesktopTop() int32

func (*TScreen) DesktopWidth

func (s *TScreen) DesktopWidth() int32

func (*TScreen) Equals

func (s *TScreen) Equals(Obj IObject) bool

func (*TScreen) FindComponent

func (s *TScreen) FindComponent(AName string) *TComponent

func (*TScreen) FocusedForm

func (s *TScreen) FocusedForm() *TForm

func (*TScreen) Fonts

func (s *TScreen) Fonts() *TStrings

func (*TScreen) FormCount added in v1.1.0

func (s *TScreen) FormCount() int32

func (*TScreen) Forms

func (s *TScreen) Forms(Index int32) *TForm

func (*TScreen) Free

func (s *TScreen) Free()

func (*TScreen) GetHashCode

func (s *TScreen) GetHashCode() int32

func (*TScreen) GetNamePath

func (s *TScreen) GetNamePath() string

func (*TScreen) HasParent

func (s *TScreen) HasParent() bool

func (*TScreen) Height

func (s *TScreen) Height() int32

func (*TScreen) Imes

func (s *TScreen) Imes() *TStrings

func (*TScreen) Instance

func (s *TScreen) Instance() uintptr

func (*TScreen) IsValid

func (s *TScreen) IsValid() bool

func (*TScreen) MonitorCount

func (s *TScreen) MonitorCount() int32

func (*TScreen) Monitors

func (s *TScreen) Monitors(Index int32) *TMonitor

func (*TScreen) Name

func (s *TScreen) Name() string

func (*TScreen) Owner

func (s *TScreen) Owner() *TComponent

func (*TScreen) PixelsPerInch

func (s *TScreen) PixelsPerInch() int32

func (*TScreen) PrimaryMonitor

func (s *TScreen) PrimaryMonitor() *TMonitor

func (*TScreen) Realign

func (s *TScreen) Realign()

func (*TScreen) SetComponentIndex

func (s *TScreen) SetComponentIndex(value int32)

func (*TScreen) SetCursor

func (s *TScreen) SetCursor(value TCursor)

func (*TScreen) SetCursors

func (s *TScreen) SetCursors(Index int32, value HICON)

func (*TScreen) SetFocusedForm

func (s *TScreen) SetFocusedForm(value IControl)

func (*TScreen) SetName

func (s *TScreen) SetName(value string)

func (*TScreen) SetTag

func (s *TScreen) SetTag(value int)

func (*TScreen) Tag

func (s *TScreen) Tag() int

func (*TScreen) ToString

func (s *TScreen) ToString() string

func (*TScreen) Width

func (s *TScreen) Width() int32

func (*TScreen) WorkAreaHeight

func (s *TScreen) WorkAreaHeight() int32

func (*TScreen) WorkAreaLeft

func (s *TScreen) WorkAreaLeft() int32

func (*TScreen) WorkAreaRect

func (s *TScreen) WorkAreaRect() TRect

func (*TScreen) WorkAreaTop

func (s *TScreen) WorkAreaTop() int32

func (*TScreen) WorkAreaWidth

func (s *TScreen) WorkAreaWidth() int32

type TScrollBar added in v1.1.0

type TScrollBar struct {
	IControl
	// contains filtered or unexported fields
}

func NewScrollBar added in v1.1.0

func NewScrollBar(owner IComponent) *TScrollBar

func ScrollBarFromInst added in v1.1.0

func ScrollBarFromInst(inst uintptr) *TScrollBar

func ScrollBarFromObj added in v1.1.0

func ScrollBarFromObj(obj IObject) *TScrollBar

func (*TScrollBar) Action added in v1.1.0

func (s *TScrollBar) Action() *TAction

func (*TScrollBar) Align added in v1.1.0

func (s *TScrollBar) Align() TAlign

func (*TScrollBar) AlignWithMargins added in v1.1.0

func (s *TScrollBar) AlignWithMargins() bool

func (*TScrollBar) Anchors added in v1.1.0

func (s *TScrollBar) Anchors() TAnchors

func (*TScrollBar) Assign added in v1.1.0

func (s *TScrollBar) Assign(Source IObject)

func (*TScrollBar) BiDiMode added in v1.1.0

func (s *TScrollBar) BiDiMode() TBiDiMode

func (*TScrollBar) BoundsRect added in v1.1.0

func (s *TScrollBar) BoundsRect() TRect

func (*TScrollBar) BringToFront added in v1.1.0

func (s *TScrollBar) BringToFront()

func (*TScrollBar) Brush added in v1.1.0

func (s *TScrollBar) Brush() *TBrush

func (*TScrollBar) CanFocus added in v1.1.0

func (s *TScrollBar) CanFocus() bool

func (*TScrollBar) ClassName added in v1.1.0

func (s *TScrollBar) ClassName() string

func (*TScrollBar) ClientHeight added in v1.1.0

func (s *TScrollBar) ClientHeight() int32

func (*TScrollBar) ClientRect added in v1.1.0

func (s *TScrollBar) ClientRect() TRect

func (*TScrollBar) ClientWidth added in v1.1.0

func (s *TScrollBar) ClientWidth() int32

func (*TScrollBar) ComponentCount added in v1.1.0

func (s *TScrollBar) ComponentCount() int32

func (*TScrollBar) ComponentIndex added in v1.1.0

func (s *TScrollBar) ComponentIndex() int32

func (*TScrollBar) Components added in v1.1.0

func (s *TScrollBar) Components(AIndex int32) *TComponent

func (*TScrollBar) ControlCount added in v1.1.0

func (s *TScrollBar) ControlCount() int32

func (*TScrollBar) Controls added in v1.1.0

func (s *TScrollBar) Controls(Index int32) *TControl

func (*TScrollBar) Cursor added in v1.1.0

func (s *TScrollBar) Cursor() TCursor

func (*TScrollBar) CustomHint added in v1.1.0

func (s *TScrollBar) CustomHint() *TCustomHint

func (*TScrollBar) DoubleBuffered added in v1.1.0

func (s *TScrollBar) DoubleBuffered() bool

func (*TScrollBar) Enabled added in v1.1.0

func (s *TScrollBar) Enabled() bool

func (*TScrollBar) Equals added in v1.1.0

func (s *TScrollBar) Equals(Obj IObject) bool

func (*TScrollBar) ExplicitHeight added in v1.1.0

func (s *TScrollBar) ExplicitHeight() int32

func (*TScrollBar) ExplicitLeft added in v1.1.0

func (s *TScrollBar) ExplicitLeft() int32

func (*TScrollBar) ExplicitTop added in v1.1.0

func (s *TScrollBar) ExplicitTop() int32

func (*TScrollBar) ExplicitWidth added in v1.1.0

func (s *TScrollBar) ExplicitWidth() int32

func (*TScrollBar) FindComponent added in v1.1.0

func (s *TScrollBar) FindComponent(AName string) *TComponent

func (*TScrollBar) FlipChildren added in v1.1.0

func (s *TScrollBar) FlipChildren(AllLevels bool)

func (*TScrollBar) Focused added in v1.1.0

func (s *TScrollBar) Focused() bool

func (*TScrollBar) Free added in v1.1.0

func (s *TScrollBar) Free()

func (*TScrollBar) GetHashCode added in v1.1.0

func (s *TScrollBar) GetHashCode() int32

func (*TScrollBar) GetNamePath added in v1.1.0

func (s *TScrollBar) GetNamePath() string

func (*TScrollBar) GetTextBuf added in v1.1.0

func (s *TScrollBar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TScrollBar) GetTextLen added in v1.1.0

func (s *TScrollBar) GetTextLen() int32

func (*TScrollBar) Handle added in v1.1.0

func (s *TScrollBar) Handle() HWND

func (*TScrollBar) HandleAllocated added in v1.1.0

func (s *TScrollBar) HandleAllocated() bool

func (*TScrollBar) HasParent added in v1.1.0

func (s *TScrollBar) HasParent() bool

func (*TScrollBar) Height added in v1.1.0

func (s *TScrollBar) Height() int32

func (*TScrollBar) Hide added in v1.1.0

func (s *TScrollBar) Hide()

func (*TScrollBar) Hint added in v1.1.0

func (s *TScrollBar) Hint() string

func (*TScrollBar) Instance added in v1.1.0

func (s *TScrollBar) Instance() uintptr

func (*TScrollBar) Invalidate added in v1.1.0

func (s *TScrollBar) Invalidate()

func (*TScrollBar) IsValid added in v1.1.0

func (s *TScrollBar) IsValid() bool

func (*TScrollBar) Kind added in v1.1.0

func (s *TScrollBar) Kind() TScrollBarKind

func (*TScrollBar) LargeChange added in v1.1.0

func (s *TScrollBar) LargeChange() TScrollBarInc

func (*TScrollBar) Left added in v1.1.0

func (s *TScrollBar) Left() int32

func (*TScrollBar) Margins added in v1.1.0

func (s *TScrollBar) Margins() *TMargins

func (*TScrollBar) Max added in v1.1.0

func (s *TScrollBar) Max() int32

func (*TScrollBar) Min added in v1.1.0

func (s *TScrollBar) Min() int32

func (*TScrollBar) Name added in v1.1.0

func (s *TScrollBar) Name() string

func (*TScrollBar) Owner added in v1.1.0

func (s *TScrollBar) Owner() *TComponent

func (*TScrollBar) PageSize added in v1.1.0

func (s *TScrollBar) PageSize() int32

func (*TScrollBar) Parent added in v1.1.0

func (s *TScrollBar) Parent() *TControl

func (*TScrollBar) ParentCtl3D added in v1.1.0

func (s *TScrollBar) ParentCtl3D() bool

func (*TScrollBar) ParentDoubleBuffered added in v1.1.0

func (s *TScrollBar) ParentDoubleBuffered() bool

func (*TScrollBar) ParentShowHint added in v1.1.0

func (s *TScrollBar) ParentShowHint() bool

func (*TScrollBar) ParentWindow added in v1.1.0

func (s *TScrollBar) ParentWindow() HWND

func (*TScrollBar) Perform added in v1.1.0

func (s *TScrollBar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TScrollBar) PopupMenu added in v1.1.0

func (s *TScrollBar) PopupMenu() *TPopupMenu

func (*TScrollBar) Position added in v1.1.0

func (s *TScrollBar) Position() int32

func (*TScrollBar) Realign added in v1.1.0

func (s *TScrollBar) Realign()

func (*TScrollBar) Refresh added in v1.1.0

func (s *TScrollBar) Refresh()

func (*TScrollBar) Repaint added in v1.1.0

func (s *TScrollBar) Repaint()

func (*TScrollBar) ScaleBy added in v1.1.0

func (s *TScrollBar) ScaleBy(M int32, D int32)

func (*TScrollBar) SendToBack added in v1.1.0

func (s *TScrollBar) SendToBack()

func (*TScrollBar) SetAction added in v1.1.0

func (s *TScrollBar) SetAction(value IComponent)

func (*TScrollBar) SetAlign added in v1.1.0

func (s *TScrollBar) SetAlign(value TAlign)

func (*TScrollBar) SetAlignWithMargins added in v1.1.0

func (s *TScrollBar) SetAlignWithMargins(value bool)

func (*TScrollBar) SetAnchors added in v1.1.0

func (s *TScrollBar) SetAnchors(value TAnchors)

func (*TScrollBar) SetBiDiMode added in v1.1.0

func (s *TScrollBar) SetBiDiMode(value TBiDiMode)

func (*TScrollBar) SetBounds added in v1.1.0

func (s *TScrollBar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TScrollBar) SetBoundsRect added in v1.1.0

func (s *TScrollBar) SetBoundsRect(value TRect)

func (*TScrollBar) SetClientHeight added in v1.1.0

func (s *TScrollBar) SetClientHeight(value int32)

func (*TScrollBar) SetClientWidth added in v1.1.0

func (s *TScrollBar) SetClientWidth(value int32)

func (*TScrollBar) SetComponentIndex added in v1.1.0

func (s *TScrollBar) SetComponentIndex(value int32)

func (*TScrollBar) SetCursor added in v1.1.0

func (s *TScrollBar) SetCursor(value TCursor)

func (*TScrollBar) SetCustomHint added in v1.1.0

func (s *TScrollBar) SetCustomHint(value IComponent)

func (*TScrollBar) SetDoubleBuffered added in v1.1.0

func (s *TScrollBar) SetDoubleBuffered(value bool)

func (*TScrollBar) SetEnabled added in v1.1.0

func (s *TScrollBar) SetEnabled(value bool)

func (*TScrollBar) SetFocus added in v1.1.0

func (s *TScrollBar) SetFocus()

func (*TScrollBar) SetHeight added in v1.1.0

func (s *TScrollBar) SetHeight(value int32)

func (*TScrollBar) SetHint added in v1.1.0

func (s *TScrollBar) SetHint(value string)

func (*TScrollBar) SetKind added in v1.1.0

func (s *TScrollBar) SetKind(value TScrollBarKind)

func (*TScrollBar) SetLargeChange added in v1.1.0

func (s *TScrollBar) SetLargeChange(value TScrollBarInc)

func (*TScrollBar) SetLeft added in v1.1.0

func (s *TScrollBar) SetLeft(value int32)

func (*TScrollBar) SetMargins added in v1.1.0

func (s *TScrollBar) SetMargins(value *TMargins)

func (*TScrollBar) SetMax added in v1.1.0

func (s *TScrollBar) SetMax(value int32)

func (*TScrollBar) SetMin added in v1.1.0

func (s *TScrollBar) SetMin(value int32)

func (*TScrollBar) SetName added in v1.1.0

func (s *TScrollBar) SetName(value string)

func (*TScrollBar) SetOnChange added in v1.1.0

func (s *TScrollBar) SetOnChange(fn TNotifyEvent)

func (*TScrollBar) SetOnEnter added in v1.1.0

func (s *TScrollBar) SetOnEnter(fn TNotifyEvent)

func (*TScrollBar) SetOnExit added in v1.1.0

func (s *TScrollBar) SetOnExit(fn TNotifyEvent)

func (*TScrollBar) SetOnKeyDown added in v1.1.0

func (s *TScrollBar) SetOnKeyDown(fn TKeyEvent)

func (*TScrollBar) SetOnKeyPress added in v1.1.0

func (s *TScrollBar) SetOnKeyPress(fn TKeyPressEvent)

func (*TScrollBar) SetOnKeyUp added in v1.1.0

func (s *TScrollBar) SetOnKeyUp(fn TKeyEvent)

func (*TScrollBar) SetOnMouseEnter added in v1.1.0

func (s *TScrollBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TScrollBar) SetOnMouseLeave added in v1.1.0

func (s *TScrollBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TScrollBar) SetPageSize added in v1.1.0

func (s *TScrollBar) SetPageSize(value int32)

func (*TScrollBar) SetParams added in v1.1.0

func (s *TScrollBar) SetParams(APosition int32, AMin int32, AMax int32)

func (*TScrollBar) SetParent added in v1.1.0

func (s *TScrollBar) SetParent(value IControl)

func (*TScrollBar) SetParentCtl3D added in v1.1.0

func (s *TScrollBar) SetParentCtl3D(value bool)

func (*TScrollBar) SetParentDoubleBuffered added in v1.1.0

func (s *TScrollBar) SetParentDoubleBuffered(value bool)

func (*TScrollBar) SetParentShowHint added in v1.1.0

func (s *TScrollBar) SetParentShowHint(value bool)

func (*TScrollBar) SetParentWindow added in v1.1.0

func (s *TScrollBar) SetParentWindow(value HWND)

func (*TScrollBar) SetPopupMenu added in v1.1.0

func (s *TScrollBar) SetPopupMenu(value IComponent)

func (*TScrollBar) SetPosition added in v1.1.0

func (s *TScrollBar) SetPosition(value int32)

func (*TScrollBar) SetShowHint added in v1.1.0

func (s *TScrollBar) SetShowHint(value bool)

func (*TScrollBar) SetSmallChange added in v1.1.0

func (s *TScrollBar) SetSmallChange(value TScrollBarInc)

func (*TScrollBar) SetStyleElements added in v1.1.0

func (s *TScrollBar) SetStyleElements(value TStyleElements)

func (*TScrollBar) SetTabOrder added in v1.1.0

func (s *TScrollBar) SetTabOrder(value uint16)

func (*TScrollBar) SetTabStop added in v1.1.0

func (s *TScrollBar) SetTabStop(value bool)

func (*TScrollBar) SetTag added in v1.1.0

func (s *TScrollBar) SetTag(value int)

func (*TScrollBar) SetTop added in v1.1.0

func (s *TScrollBar) SetTop(value int32)

func (*TScrollBar) SetVisible added in v1.1.0

func (s *TScrollBar) SetVisible(value bool)

func (*TScrollBar) SetWidth added in v1.1.0

func (s *TScrollBar) SetWidth(value int32)

func (*TScrollBar) Show added in v1.1.0

func (s *TScrollBar) Show()

func (*TScrollBar) ShowHint added in v1.1.0

func (s *TScrollBar) ShowHint() bool

func (*TScrollBar) SmallChange added in v1.1.0

func (s *TScrollBar) SmallChange() TScrollBarInc

func (*TScrollBar) StyleElements added in v1.1.0

func (s *TScrollBar) StyleElements() TStyleElements

func (*TScrollBar) TabOrder added in v1.1.0

func (s *TScrollBar) TabOrder() uint16

func (*TScrollBar) TabStop added in v1.1.0

func (s *TScrollBar) TabStop() bool

func (*TScrollBar) Tag added in v1.1.0

func (s *TScrollBar) Tag() int

func (*TScrollBar) ToString added in v1.1.0

func (s *TScrollBar) ToString() string

func (*TScrollBar) Top added in v1.1.0

func (s *TScrollBar) Top() int32

func (*TScrollBar) Update added in v1.1.0

func (s *TScrollBar) Update()

func (*TScrollBar) Visible added in v1.1.0

func (s *TScrollBar) Visible() bool

func (*TScrollBar) Width added in v1.1.0

func (s *TScrollBar) Width() int32

type TScrollBox added in v1.1.0

type TScrollBox struct {
	IControl
	// contains filtered or unexported fields
}

func NewScrollBox added in v1.1.0

func NewScrollBox(owner IComponent) *TScrollBox

func ScrollBoxFromInst added in v1.1.0

func ScrollBoxFromInst(inst uintptr) *TScrollBox

func ScrollBoxFromObj added in v1.1.0

func ScrollBoxFromObj(obj IObject) *TScrollBox

func (*TScrollBox) Action added in v1.1.0

func (s *TScrollBox) Action() *TAction

func (*TScrollBox) Align added in v1.1.0

func (s *TScrollBox) Align() TAlign

func (*TScrollBox) AlignWithMargins added in v1.1.0

func (s *TScrollBox) AlignWithMargins() bool

func (*TScrollBox) Anchors added in v1.1.0

func (s *TScrollBox) Anchors() TAnchors

func (*TScrollBox) Assign added in v1.1.0

func (s *TScrollBox) Assign(Source IObject)

func (*TScrollBox) AutoSize added in v1.1.0

func (s *TScrollBox) AutoSize() bool

func (*TScrollBox) BevelEdges added in v1.1.0

func (s *TScrollBox) BevelEdges() TBevelEdges

func (*TScrollBox) BevelInner added in v1.1.0

func (s *TScrollBox) BevelInner() TBevelCut

func (*TScrollBox) BevelKind added in v1.1.0

func (s *TScrollBox) BevelKind() TBevelKind

func (*TScrollBox) BevelOuter added in v1.1.0

func (s *TScrollBox) BevelOuter() TBevelCut

func (*TScrollBox) BiDiMode added in v1.1.0

func (s *TScrollBox) BiDiMode() TBiDiMode

func (*TScrollBox) BorderStyle added in v1.1.0

func (s *TScrollBox) BorderStyle() TBorderStyle

func (*TScrollBox) BoundsRect added in v1.1.0

func (s *TScrollBox) BoundsRect() TRect

func (*TScrollBox) BringToFront added in v1.1.0

func (s *TScrollBox) BringToFront()

func (*TScrollBox) Brush added in v1.1.0

func (s *TScrollBox) Brush() *TBrush

func (*TScrollBox) CanFocus added in v1.1.0

func (s *TScrollBox) CanFocus() bool

func (*TScrollBox) ClassName added in v1.1.0

func (s *TScrollBox) ClassName() string

func (*TScrollBox) ClientHeight added in v1.1.0

func (s *TScrollBox) ClientHeight() int32

func (*TScrollBox) ClientRect added in v1.1.0

func (s *TScrollBox) ClientRect() TRect

func (*TScrollBox) ClientWidth added in v1.1.0

func (s *TScrollBox) ClientWidth() int32

func (*TScrollBox) Color added in v1.1.0

func (s *TScrollBox) Color() TColor

func (*TScrollBox) ComponentCount added in v1.1.0

func (s *TScrollBox) ComponentCount() int32

func (*TScrollBox) ComponentIndex added in v1.1.0

func (s *TScrollBox) ComponentIndex() int32

func (*TScrollBox) Components added in v1.1.0

func (s *TScrollBox) Components(AIndex int32) *TComponent

func (*TScrollBox) ControlCount added in v1.1.0

func (s *TScrollBox) ControlCount() int32

func (*TScrollBox) Controls added in v1.1.0

func (s *TScrollBox) Controls(Index int32) *TControl

func (*TScrollBox) Cursor added in v1.1.0

func (s *TScrollBox) Cursor() TCursor

func (*TScrollBox) CustomHint added in v1.1.0

func (s *TScrollBox) CustomHint() *TCustomHint

func (*TScrollBox) DoubleBuffered added in v1.1.0

func (s *TScrollBox) DoubleBuffered() bool

func (*TScrollBox) Enabled added in v1.1.0

func (s *TScrollBox) Enabled() bool

func (*TScrollBox) Equals added in v1.1.0

func (s *TScrollBox) Equals(Obj IObject) bool

func (*TScrollBox) ExplicitHeight added in v1.1.0

func (s *TScrollBox) ExplicitHeight() int32

func (*TScrollBox) ExplicitLeft added in v1.1.0

func (s *TScrollBox) ExplicitLeft() int32

func (*TScrollBox) ExplicitTop added in v1.1.0

func (s *TScrollBox) ExplicitTop() int32

func (*TScrollBox) ExplicitWidth added in v1.1.0

func (s *TScrollBox) ExplicitWidth() int32

func (*TScrollBox) FindComponent added in v1.1.0

func (s *TScrollBox) FindComponent(AName string) *TComponent

func (*TScrollBox) FlipChildren added in v1.1.0

func (s *TScrollBox) FlipChildren(AllLevels bool)

func (*TScrollBox) Focused added in v1.1.0

func (s *TScrollBox) Focused() bool

func (*TScrollBox) Font added in v1.1.0

func (s *TScrollBox) Font() *TFont

func (*TScrollBox) Free added in v1.1.0

func (s *TScrollBox) Free()

func (*TScrollBox) GetHashCode added in v1.1.0

func (s *TScrollBox) GetHashCode() int32

func (*TScrollBox) GetNamePath added in v1.1.0

func (s *TScrollBox) GetNamePath() string

func (*TScrollBox) GetTextBuf added in v1.1.0

func (s *TScrollBox) GetTextBuf(Buffer string, BufSize int32) int32

func (*TScrollBox) GetTextLen added in v1.1.0

func (s *TScrollBox) GetTextLen() int32

func (*TScrollBox) Handle added in v1.1.0

func (s *TScrollBox) Handle() HWND

func (*TScrollBox) HandleAllocated added in v1.1.0

func (s *TScrollBox) HandleAllocated() bool

func (*TScrollBox) HasParent added in v1.1.0

func (s *TScrollBox) HasParent() bool

func (*TScrollBox) Height added in v1.1.0

func (s *TScrollBox) Height() int32

func (*TScrollBox) Hide added in v1.1.0

func (s *TScrollBox) Hide()

func (*TScrollBox) Hint added in v1.1.0

func (s *TScrollBox) Hint() string

func (*TScrollBox) Instance added in v1.1.0

func (s *TScrollBox) Instance() uintptr

func (*TScrollBox) Invalidate added in v1.1.0

func (s *TScrollBox) Invalidate()

func (*TScrollBox) IsValid added in v1.1.0

func (s *TScrollBox) IsValid() bool

func (*TScrollBox) Left added in v1.1.0

func (s *TScrollBox) Left() int32

func (*TScrollBox) Margins added in v1.1.0

func (s *TScrollBox) Margins() *TMargins

func (*TScrollBox) Name added in v1.1.0

func (s *TScrollBox) Name() string

func (*TScrollBox) Owner added in v1.1.0

func (s *TScrollBox) Owner() *TComponent

func (*TScrollBox) Parent added in v1.1.0

func (s *TScrollBox) Parent() *TControl

func (*TScrollBox) ParentBackground added in v1.1.0

func (s *TScrollBox) ParentBackground() bool

func (*TScrollBox) ParentColor added in v1.1.0

func (s *TScrollBox) ParentColor() bool

func (*TScrollBox) ParentCtl3D added in v1.1.0

func (s *TScrollBox) ParentCtl3D() bool

func (*TScrollBox) ParentDoubleBuffered added in v1.1.0

func (s *TScrollBox) ParentDoubleBuffered() bool

func (*TScrollBox) ParentFont added in v1.1.0

func (s *TScrollBox) ParentFont() bool

func (*TScrollBox) ParentShowHint added in v1.1.0

func (s *TScrollBox) ParentShowHint() bool

func (*TScrollBox) ParentWindow added in v1.1.0

func (s *TScrollBox) ParentWindow() HWND

func (*TScrollBox) Perform added in v1.1.0

func (s *TScrollBox) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TScrollBox) PopupMenu added in v1.1.0

func (s *TScrollBox) PopupMenu() *TPopupMenu

func (*TScrollBox) Realign added in v1.1.0

func (s *TScrollBox) Realign()

func (*TScrollBox) Refresh added in v1.1.0

func (s *TScrollBox) Refresh()

func (*TScrollBox) Repaint added in v1.1.0

func (s *TScrollBox) Repaint()

func (*TScrollBox) ScaleBy added in v1.1.0

func (s *TScrollBox) ScaleBy(M int32, D int32)

func (*TScrollBox) SendToBack added in v1.1.0

func (s *TScrollBox) SendToBack()

func (*TScrollBox) SetAction added in v1.1.0

func (s *TScrollBox) SetAction(value IComponent)

func (*TScrollBox) SetAlign added in v1.1.0

func (s *TScrollBox) SetAlign(value TAlign)

func (*TScrollBox) SetAlignWithMargins added in v1.1.0

func (s *TScrollBox) SetAlignWithMargins(value bool)

func (*TScrollBox) SetAnchors added in v1.1.0

func (s *TScrollBox) SetAnchors(value TAnchors)

func (*TScrollBox) SetAutoSize added in v1.1.0

func (s *TScrollBox) SetAutoSize(value bool)

func (*TScrollBox) SetBevelEdges added in v1.1.0

func (s *TScrollBox) SetBevelEdges(value TBevelEdges)

func (*TScrollBox) SetBevelInner added in v1.1.0

func (s *TScrollBox) SetBevelInner(value TBevelCut)

func (*TScrollBox) SetBevelKind added in v1.1.0

func (s *TScrollBox) SetBevelKind(value TBevelKind)

func (*TScrollBox) SetBevelOuter added in v1.1.0

func (s *TScrollBox) SetBevelOuter(value TBevelCut)

func (*TScrollBox) SetBiDiMode added in v1.1.0

func (s *TScrollBox) SetBiDiMode(value TBiDiMode)

func (*TScrollBox) SetBorderStyle added in v1.1.0

func (s *TScrollBox) SetBorderStyle(value TBorderStyle)

func (*TScrollBox) SetBounds added in v1.1.0

func (s *TScrollBox) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TScrollBox) SetBoundsRect added in v1.1.0

func (s *TScrollBox) SetBoundsRect(value TRect)

func (*TScrollBox) SetClientHeight added in v1.1.0

func (s *TScrollBox) SetClientHeight(value int32)

func (*TScrollBox) SetClientWidth added in v1.1.0

func (s *TScrollBox) SetClientWidth(value int32)

func (*TScrollBox) SetColor added in v1.1.0

func (s *TScrollBox) SetColor(value TColor)

func (*TScrollBox) SetComponentIndex added in v1.1.0

func (s *TScrollBox) SetComponentIndex(value int32)

func (*TScrollBox) SetCursor added in v1.1.0

func (s *TScrollBox) SetCursor(value TCursor)

func (*TScrollBox) SetCustomHint added in v1.1.0

func (s *TScrollBox) SetCustomHint(value IComponent)

func (*TScrollBox) SetDoubleBuffered added in v1.1.0

func (s *TScrollBox) SetDoubleBuffered(value bool)

func (*TScrollBox) SetEnabled added in v1.1.0

func (s *TScrollBox) SetEnabled(value bool)

func (*TScrollBox) SetFocus added in v1.1.0

func (s *TScrollBox) SetFocus()

func (*TScrollBox) SetFont added in v1.1.0

func (s *TScrollBox) SetFont(value *TFont)

func (*TScrollBox) SetHeight added in v1.1.0

func (s *TScrollBox) SetHeight(value int32)

func (*TScrollBox) SetHint added in v1.1.0

func (s *TScrollBox) SetHint(value string)

func (*TScrollBox) SetLeft added in v1.1.0

func (s *TScrollBox) SetLeft(value int32)

func (*TScrollBox) SetMargins added in v1.1.0

func (s *TScrollBox) SetMargins(value *TMargins)

func (*TScrollBox) SetName added in v1.1.0

func (s *TScrollBox) SetName(value string)

func (*TScrollBox) SetOnClick added in v1.1.0

func (s *TScrollBox) SetOnClick(fn TNotifyEvent)

func (*TScrollBox) SetOnDblClick added in v1.1.0

func (s *TScrollBox) SetOnDblClick(fn TNotifyEvent)

func (*TScrollBox) SetOnEnter added in v1.1.0

func (s *TScrollBox) SetOnEnter(fn TNotifyEvent)

func (*TScrollBox) SetOnExit added in v1.1.0

func (s *TScrollBox) SetOnExit(fn TNotifyEvent)

func (*TScrollBox) SetOnMouseDown added in v1.1.0

func (s *TScrollBox) SetOnMouseDown(fn TMouseEvent)

func (*TScrollBox) SetOnMouseEnter added in v1.1.0

func (s *TScrollBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TScrollBox) SetOnMouseLeave added in v1.1.0

func (s *TScrollBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TScrollBox) SetOnMouseMove added in v1.1.0

func (s *TScrollBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TScrollBox) SetOnMouseUp added in v1.1.0

func (s *TScrollBox) SetOnMouseUp(fn TMouseEvent)

func (*TScrollBox) SetOnMouseWheel added in v1.1.0

func (s *TScrollBox) SetOnMouseWheel(fn TMouseWheelEvent)

func (*TScrollBox) SetOnResize added in v1.1.0

func (s *TScrollBox) SetOnResize(fn TNotifyEvent)

func (*TScrollBox) SetParent added in v1.1.0

func (s *TScrollBox) SetParent(value IControl)

func (*TScrollBox) SetParentBackground added in v1.1.0

func (s *TScrollBox) SetParentBackground(value bool)

func (*TScrollBox) SetParentColor added in v1.1.0

func (s *TScrollBox) SetParentColor(value bool)

func (*TScrollBox) SetParentCtl3D added in v1.1.0

func (s *TScrollBox) SetParentCtl3D(value bool)

func (*TScrollBox) SetParentDoubleBuffered added in v1.1.0

func (s *TScrollBox) SetParentDoubleBuffered(value bool)

func (*TScrollBox) SetParentFont added in v1.1.0

func (s *TScrollBox) SetParentFont(value bool)

func (*TScrollBox) SetParentShowHint added in v1.1.0

func (s *TScrollBox) SetParentShowHint(value bool)

func (*TScrollBox) SetParentWindow added in v1.1.0

func (s *TScrollBox) SetParentWindow(value HWND)

func (*TScrollBox) SetPopupMenu added in v1.1.0

func (s *TScrollBox) SetPopupMenu(value IComponent)

func (*TScrollBox) SetShowHint added in v1.1.0

func (s *TScrollBox) SetShowHint(value bool)

func (*TScrollBox) SetStyleElements added in v1.1.0

func (s *TScrollBox) SetStyleElements(value TStyleElements)

func (*TScrollBox) SetTabOrder added in v1.1.0

func (s *TScrollBox) SetTabOrder(value uint16)

func (*TScrollBox) SetTabStop added in v1.1.0

func (s *TScrollBox) SetTabStop(value bool)

func (*TScrollBox) SetTag added in v1.1.0

func (s *TScrollBox) SetTag(value int)

func (*TScrollBox) SetTop added in v1.1.0

func (s *TScrollBox) SetTop(value int32)

func (*TScrollBox) SetVisible added in v1.1.0

func (s *TScrollBox) SetVisible(value bool)

func (*TScrollBox) SetWidth added in v1.1.0

func (s *TScrollBox) SetWidth(value int32)

func (*TScrollBox) Show added in v1.1.0

func (s *TScrollBox) Show()

func (*TScrollBox) ShowHint added in v1.1.0

func (s *TScrollBox) ShowHint() bool

func (*TScrollBox) StyleElements added in v1.1.0

func (s *TScrollBox) StyleElements() TStyleElements

func (*TScrollBox) TabOrder added in v1.1.0

func (s *TScrollBox) TabOrder() uint16

func (*TScrollBox) TabStop added in v1.1.0

func (s *TScrollBox) TabStop() bool

func (*TScrollBox) Tag added in v1.1.0

func (s *TScrollBox) Tag() int

func (*TScrollBox) ToString added in v1.1.0

func (s *TScrollBox) ToString() string

func (*TScrollBox) Top added in v1.1.0

func (s *TScrollBox) Top() int32

func (*TScrollBox) Update added in v1.1.0

func (s *TScrollBox) Update()

func (*TScrollBox) Visible added in v1.1.0

func (s *TScrollBox) Visible() bool

func (*TScrollBox) Width added in v1.1.0

func (s *TScrollBox) Width() int32

type TShape added in v1.1.0

type TShape struct {
	IControl
	// contains filtered or unexported fields
}

func NewShape added in v1.1.0

func NewShape(owner IComponent) *TShape

func ShapeFromInst added in v1.1.0

func ShapeFromInst(inst uintptr) *TShape

func ShapeFromObj added in v1.1.0

func ShapeFromObj(obj IObject) *TShape

func (*TShape) Action added in v1.1.0

func (s *TShape) Action() *TAction

func (*TShape) Align added in v1.1.0

func (s *TShape) Align() TAlign

func (*TShape) AlignWithMargins added in v1.1.0

func (s *TShape) AlignWithMargins() bool

func (*TShape) Anchors added in v1.1.0

func (s *TShape) Anchors() TAnchors

func (*TShape) Assign added in v1.1.0

func (s *TShape) Assign(Source IObject)

func (*TShape) BiDiMode added in v1.1.0

func (s *TShape) BiDiMode() TBiDiMode

func (*TShape) BoundsRect added in v1.1.0

func (s *TShape) BoundsRect() TRect

func (*TShape) BringToFront added in v1.1.0

func (s *TShape) BringToFront()

func (*TShape) Brush added in v1.1.0

func (s *TShape) Brush() *TBrush

func (*TShape) ClassName added in v1.1.0

func (s *TShape) ClassName() string

func (*TShape) ClientHeight added in v1.1.0

func (s *TShape) ClientHeight() int32

func (*TShape) ClientRect added in v1.1.0

func (s *TShape) ClientRect() TRect

func (*TShape) ClientWidth added in v1.1.0

func (s *TShape) ClientWidth() int32

func (*TShape) ComponentCount added in v1.1.0

func (s *TShape) ComponentCount() int32

func (*TShape) ComponentIndex added in v1.1.0

func (s *TShape) ComponentIndex() int32

func (*TShape) Components added in v1.1.0

func (s *TShape) Components(AIndex int32) *TComponent

func (*TShape) Cursor added in v1.1.0

func (s *TShape) Cursor() TCursor

func (*TShape) CustomHint added in v1.1.0

func (s *TShape) CustomHint() *TCustomHint

func (*TShape) Enabled added in v1.1.0

func (s *TShape) Enabled() bool

func (*TShape) Equals added in v1.1.0

func (s *TShape) Equals(Obj IObject) bool

func (*TShape) ExplicitHeight added in v1.1.0

func (s *TShape) ExplicitHeight() int32

func (*TShape) ExplicitLeft added in v1.1.0

func (s *TShape) ExplicitLeft() int32

func (*TShape) ExplicitTop added in v1.1.0

func (s *TShape) ExplicitTop() int32

func (*TShape) ExplicitWidth added in v1.1.0

func (s *TShape) ExplicitWidth() int32

func (*TShape) FindComponent added in v1.1.0

func (s *TShape) FindComponent(AName string) *TComponent

func (*TShape) Free added in v1.1.0

func (s *TShape) Free()

func (*TShape) GetHashCode added in v1.1.0

func (s *TShape) GetHashCode() int32

func (*TShape) GetNamePath added in v1.1.0

func (s *TShape) GetNamePath() string

func (*TShape) GetTextBuf added in v1.1.0

func (s *TShape) GetTextBuf(Buffer string, BufSize int32) int32

func (*TShape) GetTextLen added in v1.1.0

func (s *TShape) GetTextLen() int32

func (*TShape) HasParent added in v1.1.0

func (s *TShape) HasParent() bool

func (*TShape) Height added in v1.1.0

func (s *TShape) Height() int32

func (*TShape) Hide added in v1.1.0

func (s *TShape) Hide()

func (*TShape) Hint added in v1.1.0

func (s *TShape) Hint() string

func (*TShape) Instance added in v1.1.0

func (s *TShape) Instance() uintptr

func (*TShape) Invalidate added in v1.1.0

func (s *TShape) Invalidate()

func (*TShape) IsValid added in v1.1.0

func (s *TShape) IsValid() bool

func (*TShape) Left added in v1.1.0

func (s *TShape) Left() int32

func (*TShape) Margins added in v1.1.0

func (s *TShape) Margins() *TMargins

func (*TShape) Name added in v1.1.0

func (s *TShape) Name() string

func (*TShape) Owner added in v1.1.0

func (s *TShape) Owner() *TComponent

func (*TShape) Parent added in v1.1.0

func (s *TShape) Parent() *TControl

func (*TShape) ParentShowHint added in v1.1.0

func (s *TShape) ParentShowHint() bool

func (*TShape) Pen added in v1.1.0

func (s *TShape) Pen() *TPen

func (*TShape) Perform added in v1.1.0

func (s *TShape) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TShape) Refresh added in v1.1.0

func (s *TShape) Refresh()

func (*TShape) Repaint added in v1.1.0

func (s *TShape) Repaint()

func (*TShape) SendToBack added in v1.1.0

func (s *TShape) SendToBack()

func (*TShape) SetAction added in v1.1.0

func (s *TShape) SetAction(value IComponent)

func (*TShape) SetAlign added in v1.1.0

func (s *TShape) SetAlign(value TAlign)

func (*TShape) SetAlignWithMargins added in v1.1.0

func (s *TShape) SetAlignWithMargins(value bool)

func (*TShape) SetAnchors added in v1.1.0

func (s *TShape) SetAnchors(value TAnchors)

func (*TShape) SetBiDiMode added in v1.1.0

func (s *TShape) SetBiDiMode(value TBiDiMode)

func (*TShape) SetBounds added in v1.1.0

func (s *TShape) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TShape) SetBoundsRect added in v1.1.0

func (s *TShape) SetBoundsRect(value TRect)

func (*TShape) SetBrush added in v1.1.0

func (s *TShape) SetBrush(value *TBrush)

func (*TShape) SetClientHeight added in v1.1.0

func (s *TShape) SetClientHeight(value int32)

func (*TShape) SetClientWidth added in v1.1.0

func (s *TShape) SetClientWidth(value int32)

func (*TShape) SetComponentIndex added in v1.1.0

func (s *TShape) SetComponentIndex(value int32)

func (*TShape) SetCursor added in v1.1.0

func (s *TShape) SetCursor(value TCursor)

func (*TShape) SetCustomHint added in v1.1.0

func (s *TShape) SetCustomHint(value IComponent)

func (*TShape) SetEnabled added in v1.1.0

func (s *TShape) SetEnabled(value bool)

func (*TShape) SetHeight added in v1.1.0

func (s *TShape) SetHeight(value int32)

func (*TShape) SetHint added in v1.1.0

func (s *TShape) SetHint(value string)

func (*TShape) SetLeft added in v1.1.0

func (s *TShape) SetLeft(value int32)

func (*TShape) SetMargins added in v1.1.0

func (s *TShape) SetMargins(value *TMargins)

func (*TShape) SetName added in v1.1.0

func (s *TShape) SetName(value string)

func (*TShape) SetOnMouseDown added in v1.1.0

func (s *TShape) SetOnMouseDown(fn TMouseEvent)

func (*TShape) SetOnMouseEnter added in v1.1.0

func (s *TShape) SetOnMouseEnter(fn TNotifyEvent)

func (*TShape) SetOnMouseLeave added in v1.1.0

func (s *TShape) SetOnMouseLeave(fn TNotifyEvent)

func (*TShape) SetOnMouseMove added in v1.1.0

func (s *TShape) SetOnMouseMove(fn TMouseMoveEvent)

func (*TShape) SetOnMouseUp added in v1.1.0

func (s *TShape) SetOnMouseUp(fn TMouseEvent)

func (*TShape) SetParent added in v1.1.0

func (s *TShape) SetParent(value IControl)

func (*TShape) SetParentShowHint added in v1.1.0

func (s *TShape) SetParentShowHint(value bool)

func (*TShape) SetPen added in v1.1.0

func (s *TShape) SetPen(value *TPen)

func (*TShape) SetShape added in v1.1.0

func (s *TShape) SetShape(value TShapeType)

func (*TShape) SetShowHint added in v1.1.0

func (s *TShape) SetShowHint(value bool)

func (*TShape) SetStyleElements added in v1.1.0

func (s *TShape) SetStyleElements(value TStyleElements)

func (*TShape) SetTag added in v1.1.0

func (s *TShape) SetTag(value int)

func (*TShape) SetTop added in v1.1.0

func (s *TShape) SetTop(value int32)

func (*TShape) SetVisible added in v1.1.0

func (s *TShape) SetVisible(value bool)

func (*TShape) SetWidth added in v1.1.0

func (s *TShape) SetWidth(value int32)

func (*TShape) Shape added in v1.1.0

func (s *TShape) Shape() TShapeType

func (*TShape) Show added in v1.1.0

func (s *TShape) Show()

func (*TShape) ShowHint added in v1.1.0

func (s *TShape) ShowHint() bool

func (*TShape) StyleElements added in v1.1.0

func (s *TShape) StyleElements() TStyleElements

func (*TShape) Tag added in v1.1.0

func (s *TShape) Tag() int

func (*TShape) ToString added in v1.1.0

func (s *TShape) ToString() string

func (*TShape) Top added in v1.1.0

func (s *TShape) Top() int32

func (*TShape) Update added in v1.1.0

func (s *TShape) Update()

func (*TShape) Visible added in v1.1.0

func (s *TShape) Visible() bool

func (*TShape) Width added in v1.1.0

func (s *TShape) Width() int32

type TSpeedButton

type TSpeedButton struct {
	IControl
	// contains filtered or unexported fields
}

func NewSpeedButton

func NewSpeedButton(owner IComponent) *TSpeedButton

func SpeedButtonFromInst

func SpeedButtonFromInst(inst uintptr) *TSpeedButton

func SpeedButtonFromObj

func SpeedButtonFromObj(obj IObject) *TSpeedButton

func (*TSpeedButton) Action

func (s *TSpeedButton) Action() *TAction

func (*TSpeedButton) Align

func (s *TSpeedButton) Align() TAlign

func (*TSpeedButton) AlignWithMargins

func (s *TSpeedButton) AlignWithMargins() bool

func (*TSpeedButton) AllowAllUp

func (s *TSpeedButton) AllowAllUp() bool

func (*TSpeedButton) Anchors

func (s *TSpeedButton) Anchors() TAnchors

func (*TSpeedButton) Assign

func (s *TSpeedButton) Assign(Source IObject)

func (*TSpeedButton) BiDiMode

func (s *TSpeedButton) BiDiMode() TBiDiMode

func (*TSpeedButton) BoundsRect

func (s *TSpeedButton) BoundsRect() TRect

func (*TSpeedButton) BringToFront

func (s *TSpeedButton) BringToFront()

func (*TSpeedButton) Caption

func (s *TSpeedButton) Caption() string

func (*TSpeedButton) ClassName

func (s *TSpeedButton) ClassName() string

func (*TSpeedButton) Click

func (s *TSpeedButton) Click()

func (*TSpeedButton) ClientHeight

func (s *TSpeedButton) ClientHeight() int32

func (*TSpeedButton) ClientRect

func (s *TSpeedButton) ClientRect() TRect

func (*TSpeedButton) ClientWidth

func (s *TSpeedButton) ClientWidth() int32

func (*TSpeedButton) ComponentCount

func (s *TSpeedButton) ComponentCount() int32

func (*TSpeedButton) ComponentIndex

func (s *TSpeedButton) ComponentIndex() int32

func (*TSpeedButton) Components

func (s *TSpeedButton) Components(AIndex int32) *TComponent

func (*TSpeedButton) Cursor

func (s *TSpeedButton) Cursor() TCursor

func (*TSpeedButton) CustomHint added in v1.1.0

func (s *TSpeedButton) CustomHint() *TCustomHint

func (*TSpeedButton) Down

func (s *TSpeedButton) Down() bool

func (*TSpeedButton) Enabled

func (s *TSpeedButton) Enabled() bool

func (*TSpeedButton) Equals

func (s *TSpeedButton) Equals(Obj IObject) bool

func (*TSpeedButton) ExplicitHeight

func (s *TSpeedButton) ExplicitHeight() int32

func (*TSpeedButton) ExplicitLeft

func (s *TSpeedButton) ExplicitLeft() int32

func (*TSpeedButton) ExplicitTop

func (s *TSpeedButton) ExplicitTop() int32

func (*TSpeedButton) ExplicitWidth

func (s *TSpeedButton) ExplicitWidth() int32

func (*TSpeedButton) FindComponent

func (s *TSpeedButton) FindComponent(AName string) *TComponent

func (*TSpeedButton) Flat

func (s *TSpeedButton) Flat() bool

func (*TSpeedButton) Font

func (s *TSpeedButton) Font() *TFont

func (*TSpeedButton) Free

func (s *TSpeedButton) Free()

func (*TSpeedButton) GetHashCode

func (s *TSpeedButton) GetHashCode() int32

func (*TSpeedButton) GetNamePath

func (s *TSpeedButton) GetNamePath() string

func (*TSpeedButton) GetTextBuf

func (s *TSpeedButton) GetTextBuf(Buffer string, BufSize int32) int32

func (*TSpeedButton) GetTextLen added in v1.1.0

func (s *TSpeedButton) GetTextLen() int32

func (*TSpeedButton) Glyph added in v1.1.0

func (s *TSpeedButton) Glyph() *TBitmap

func (*TSpeedButton) GroupIndex

func (s *TSpeedButton) GroupIndex() int32

func (*TSpeedButton) HasParent

func (s *TSpeedButton) HasParent() bool

func (*TSpeedButton) Height

func (s *TSpeedButton) Height() int32

func (*TSpeedButton) Hide

func (s *TSpeedButton) Hide()

func (*TSpeedButton) Hint

func (s *TSpeedButton) Hint() string

func (*TSpeedButton) Instance

func (s *TSpeedButton) Instance() uintptr

func (*TSpeedButton) Invalidate

func (s *TSpeedButton) Invalidate()

func (*TSpeedButton) IsValid

func (s *TSpeedButton) IsValid() bool

func (*TSpeedButton) Layout

func (s *TSpeedButton) Layout() TButtonLayout

func (*TSpeedButton) Left

func (s *TSpeedButton) Left() int32

func (*TSpeedButton) Margins

func (s *TSpeedButton) Margins() *TMargins

func (*TSpeedButton) Name

func (s *TSpeedButton) Name() string

func (*TSpeedButton) NumGlyphs added in v1.1.0

func (s *TSpeedButton) NumGlyphs() TNumGlyphs

func (*TSpeedButton) Owner

func (s *TSpeedButton) Owner() *TComponent

func (*TSpeedButton) Parent

func (s *TSpeedButton) Parent() *TControl

func (*TSpeedButton) ParentFont

func (s *TSpeedButton) ParentFont() bool

func (*TSpeedButton) ParentShowHint

func (s *TSpeedButton) ParentShowHint() bool

func (*TSpeedButton) Perform

func (s *TSpeedButton) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TSpeedButton) PopupMenu

func (s *TSpeedButton) PopupMenu() *TPopupMenu

func (*TSpeedButton) Refresh

func (s *TSpeedButton) Refresh()

func (*TSpeedButton) Repaint

func (s *TSpeedButton) Repaint()

func (*TSpeedButton) SendToBack

func (s *TSpeedButton) SendToBack()

func (*TSpeedButton) SetAction

func (s *TSpeedButton) SetAction(value IComponent)

func (*TSpeedButton) SetAlign

func (s *TSpeedButton) SetAlign(value TAlign)

func (*TSpeedButton) SetAlignWithMargins

func (s *TSpeedButton) SetAlignWithMargins(value bool)

func (*TSpeedButton) SetAllowAllUp

func (s *TSpeedButton) SetAllowAllUp(value bool)

func (*TSpeedButton) SetAnchors

func (s *TSpeedButton) SetAnchors(value TAnchors)

func (*TSpeedButton) SetBiDiMode

func (s *TSpeedButton) SetBiDiMode(value TBiDiMode)

func (*TSpeedButton) SetBounds

func (s *TSpeedButton) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TSpeedButton) SetBoundsRect

func (s *TSpeedButton) SetBoundsRect(value TRect)

func (*TSpeedButton) SetCaption

func (s *TSpeedButton) SetCaption(value string)

func (*TSpeedButton) SetClientHeight

func (s *TSpeedButton) SetClientHeight(value int32)

func (*TSpeedButton) SetClientWidth

func (s *TSpeedButton) SetClientWidth(value int32)

func (*TSpeedButton) SetComponentIndex

func (s *TSpeedButton) SetComponentIndex(value int32)

func (*TSpeedButton) SetCursor

func (s *TSpeedButton) SetCursor(value TCursor)

func (*TSpeedButton) SetCustomHint added in v1.1.0

func (s *TSpeedButton) SetCustomHint(value IComponent)

func (*TSpeedButton) SetDown

func (s *TSpeedButton) SetDown(value bool)

func (*TSpeedButton) SetEnabled

func (s *TSpeedButton) SetEnabled(value bool)

func (*TSpeedButton) SetFlat

func (s *TSpeedButton) SetFlat(value bool)

func (*TSpeedButton) SetFont

func (s *TSpeedButton) SetFont(value *TFont)

func (*TSpeedButton) SetGlyph added in v1.1.0

func (s *TSpeedButton) SetGlyph(value *TBitmap)

func (*TSpeedButton) SetGroupIndex

func (s *TSpeedButton) SetGroupIndex(value int32)

func (*TSpeedButton) SetHeight

func (s *TSpeedButton) SetHeight(value int32)

func (*TSpeedButton) SetHint

func (s *TSpeedButton) SetHint(value string)

func (*TSpeedButton) SetLayout

func (s *TSpeedButton) SetLayout(value TButtonLayout)

func (*TSpeedButton) SetLeft

func (s *TSpeedButton) SetLeft(value int32)

func (*TSpeedButton) SetMargins

func (s *TSpeedButton) SetMargins(value *TMargins)

func (*TSpeedButton) SetName

func (s *TSpeedButton) SetName(value string)

func (*TSpeedButton) SetNumGlyphs added in v1.1.0

func (s *TSpeedButton) SetNumGlyphs(value TNumGlyphs)

func (*TSpeedButton) SetOnClick

func (s *TSpeedButton) SetOnClick(fn TNotifyEvent)

func (*TSpeedButton) SetOnDblClick

func (s *TSpeedButton) SetOnDblClick(fn TNotifyEvent)

func (*TSpeedButton) SetOnMouseDown

func (s *TSpeedButton) SetOnMouseDown(fn TMouseEvent)

func (*TSpeedButton) SetOnMouseEnter

func (s *TSpeedButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TSpeedButton) SetOnMouseLeave

func (s *TSpeedButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TSpeedButton) SetOnMouseMove

func (s *TSpeedButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TSpeedButton) SetOnMouseUp

func (s *TSpeedButton) SetOnMouseUp(fn TMouseEvent)

func (*TSpeedButton) SetParent

func (s *TSpeedButton) SetParent(value IControl)

func (*TSpeedButton) SetParentFont

func (s *TSpeedButton) SetParentFont(value bool)

func (*TSpeedButton) SetParentShowHint

func (s *TSpeedButton) SetParentShowHint(value bool)

func (*TSpeedButton) SetPopupMenu

func (s *TSpeedButton) SetPopupMenu(value IComponent)

func (*TSpeedButton) SetShowHint

func (s *TSpeedButton) SetShowHint(value bool)

func (*TSpeedButton) SetSpacing added in v1.1.0

func (s *TSpeedButton) SetSpacing(value int32)

func (*TSpeedButton) SetStyleElements

func (s *TSpeedButton) SetStyleElements(value TStyleElements)

func (*TSpeedButton) SetTag

func (s *TSpeedButton) SetTag(value int)

func (*TSpeedButton) SetTop

func (s *TSpeedButton) SetTop(value int32)

func (*TSpeedButton) SetTransparent

func (s *TSpeedButton) SetTransparent(value bool)

func (*TSpeedButton) SetVisible

func (s *TSpeedButton) SetVisible(value bool)

func (*TSpeedButton) SetWidth

func (s *TSpeedButton) SetWidth(value int32)

func (*TSpeedButton) Show

func (s *TSpeedButton) Show()

func (*TSpeedButton) ShowHint

func (s *TSpeedButton) ShowHint() bool

func (*TSpeedButton) Spacing added in v1.1.0

func (s *TSpeedButton) Spacing() int32

func (*TSpeedButton) StyleElements

func (s *TSpeedButton) StyleElements() TStyleElements

func (*TSpeedButton) Tag

func (s *TSpeedButton) Tag() int

func (*TSpeedButton) ToString

func (s *TSpeedButton) ToString() string

func (*TSpeedButton) Top

func (s *TSpeedButton) Top() int32

func (*TSpeedButton) Transparent

func (s *TSpeedButton) Transparent() bool

func (*TSpeedButton) Update

func (s *TSpeedButton) Update()

func (*TSpeedButton) Visible

func (s *TSpeedButton) Visible() bool

func (*TSpeedButton) Width

func (s *TSpeedButton) Width() int32

type TSplitter

type TSplitter struct {
	IControl
	// contains filtered or unexported fields
}

func NewSplitter

func NewSplitter(owner IComponent) *TSplitter

func SplitterFromInst

func SplitterFromInst(inst uintptr) *TSplitter

func SplitterFromObj

func SplitterFromObj(obj IObject) *TSplitter

func (*TSplitter) Action

func (s *TSplitter) Action() *TAction

func (*TSplitter) Align

func (s *TSplitter) Align() TAlign

func (*TSplitter) AlignWithMargins

func (s *TSplitter) AlignWithMargins() bool

func (*TSplitter) Anchors

func (s *TSplitter) Anchors() TAnchors

func (*TSplitter) Assign

func (s *TSplitter) Assign(Source IObject)

func (*TSplitter) BiDiMode

func (s *TSplitter) BiDiMode() TBiDiMode

func (*TSplitter) BoundsRect

func (s *TSplitter) BoundsRect() TRect

func (*TSplitter) BringToFront

func (s *TSplitter) BringToFront()

func (*TSplitter) Canvas

func (s *TSplitter) Canvas() *TCanvas

func (*TSplitter) ClassName

func (s *TSplitter) ClassName() string

func (*TSplitter) ClientHeight

func (s *TSplitter) ClientHeight() int32

func (*TSplitter) ClientRect

func (s *TSplitter) ClientRect() TRect

func (*TSplitter) ClientWidth

func (s *TSplitter) ClientWidth() int32

func (*TSplitter) Color

func (s *TSplitter) Color() TColor

func (*TSplitter) ComponentCount

func (s *TSplitter) ComponentCount() int32

func (*TSplitter) ComponentIndex

func (s *TSplitter) ComponentIndex() int32

func (*TSplitter) Components

func (s *TSplitter) Components(AIndex int32) *TComponent

func (*TSplitter) Cursor

func (s *TSplitter) Cursor() TCursor

func (*TSplitter) CustomHint added in v1.1.0

func (s *TSplitter) CustomHint() *TCustomHint

func (*TSplitter) Enabled

func (s *TSplitter) Enabled() bool

func (*TSplitter) Equals

func (s *TSplitter) Equals(Obj IObject) bool

func (*TSplitter) ExplicitHeight

func (s *TSplitter) ExplicitHeight() int32

func (*TSplitter) ExplicitLeft

func (s *TSplitter) ExplicitLeft() int32

func (*TSplitter) ExplicitTop

func (s *TSplitter) ExplicitTop() int32

func (*TSplitter) ExplicitWidth

func (s *TSplitter) ExplicitWidth() int32

func (*TSplitter) FindComponent

func (s *TSplitter) FindComponent(AName string) *TComponent

func (*TSplitter) Free

func (s *TSplitter) Free()

func (*TSplitter) GetHashCode

func (s *TSplitter) GetHashCode() int32

func (*TSplitter) GetNamePath

func (s *TSplitter) GetNamePath() string

func (*TSplitter) GetTextBuf

func (s *TSplitter) GetTextBuf(Buffer string, BufSize int32) int32

func (*TSplitter) GetTextLen added in v1.1.0

func (s *TSplitter) GetTextLen() int32

func (*TSplitter) HasParent

func (s *TSplitter) HasParent() bool

func (*TSplitter) Height

func (s *TSplitter) Height() int32

func (*TSplitter) Hide

func (s *TSplitter) Hide()

func (*TSplitter) Hint

func (s *TSplitter) Hint() string

func (*TSplitter) Instance

func (s *TSplitter) Instance() uintptr

func (*TSplitter) Invalidate

func (s *TSplitter) Invalidate()

func (*TSplitter) IsValid

func (s *TSplitter) IsValid() bool

func (*TSplitter) Left

func (s *TSplitter) Left() int32

func (*TSplitter) Margins

func (s *TSplitter) Margins() *TMargins

func (*TSplitter) Name

func (s *TSplitter) Name() string

func (*TSplitter) Owner

func (s *TSplitter) Owner() *TComponent

func (*TSplitter) Parent

func (s *TSplitter) Parent() *TControl

func (*TSplitter) ParentColor

func (s *TSplitter) ParentColor() bool

func (*TSplitter) Perform

func (s *TSplitter) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TSplitter) Refresh

func (s *TSplitter) Refresh()

func (*TSplitter) Repaint

func (s *TSplitter) Repaint()

func (*TSplitter) SendToBack

func (s *TSplitter) SendToBack()

func (*TSplitter) SetAction

func (s *TSplitter) SetAction(value IComponent)

func (*TSplitter) SetAlign

func (s *TSplitter) SetAlign(value TAlign)

func (*TSplitter) SetAlignWithMargins

func (s *TSplitter) SetAlignWithMargins(value bool)

func (*TSplitter) SetAnchors

func (s *TSplitter) SetAnchors(value TAnchors)

func (*TSplitter) SetBiDiMode

func (s *TSplitter) SetBiDiMode(value TBiDiMode)

func (*TSplitter) SetBounds

func (s *TSplitter) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TSplitter) SetBoundsRect

func (s *TSplitter) SetBoundsRect(value TRect)

func (*TSplitter) SetClientHeight

func (s *TSplitter) SetClientHeight(value int32)

func (*TSplitter) SetClientWidth

func (s *TSplitter) SetClientWidth(value int32)

func (*TSplitter) SetColor

func (s *TSplitter) SetColor(value TColor)

func (*TSplitter) SetComponentIndex

func (s *TSplitter) SetComponentIndex(value int32)

func (*TSplitter) SetCursor

func (s *TSplitter) SetCursor(value TCursor)

func (*TSplitter) SetCustomHint added in v1.1.0

func (s *TSplitter) SetCustomHint(value IComponent)

func (*TSplitter) SetEnabled

func (s *TSplitter) SetEnabled(value bool)

func (*TSplitter) SetHeight

func (s *TSplitter) SetHeight(value int32)

func (*TSplitter) SetHint

func (s *TSplitter) SetHint(value string)

func (*TSplitter) SetLeft

func (s *TSplitter) SetLeft(value int32)

func (*TSplitter) SetMargins

func (s *TSplitter) SetMargins(value *TMargins)

func (*TSplitter) SetName

func (s *TSplitter) SetName(value string)

func (*TSplitter) SetOnPaint

func (s *TSplitter) SetOnPaint(fn TNotifyEvent)

func (*TSplitter) SetParent

func (s *TSplitter) SetParent(value IControl)

func (*TSplitter) SetParentColor

func (s *TSplitter) SetParentColor(value bool)

func (*TSplitter) SetShowHint

func (s *TSplitter) SetShowHint(value bool)

func (*TSplitter) SetStyleElements

func (s *TSplitter) SetStyleElements(value TStyleElements)

func (*TSplitter) SetTag

func (s *TSplitter) SetTag(value int)

func (*TSplitter) SetTop

func (s *TSplitter) SetTop(value int32)

func (*TSplitter) SetVisible

func (s *TSplitter) SetVisible(value bool)

func (*TSplitter) SetWidth

func (s *TSplitter) SetWidth(value int32)

func (*TSplitter) Show

func (s *TSplitter) Show()

func (*TSplitter) ShowHint

func (s *TSplitter) ShowHint() bool

func (*TSplitter) StyleElements

func (s *TSplitter) StyleElements() TStyleElements

func (*TSplitter) Tag

func (s *TSplitter) Tag() int

func (*TSplitter) ToString

func (s *TSplitter) ToString() string

func (*TSplitter) Top

func (s *TSplitter) Top() int32

func (*TSplitter) Update

func (s *TSplitter) Update()

func (*TSplitter) Visible

func (s *TSplitter) Visible() bool

func (*TSplitter) Width

func (s *TSplitter) Width() int32

type TStaticText

type TStaticText struct {
	IControl
	// contains filtered or unexported fields
}

func NewStaticText

func NewStaticText(owner IComponent) *TStaticText

func StaticTextFromInst

func StaticTextFromInst(inst uintptr) *TStaticText

func StaticTextFromObj

func StaticTextFromObj(obj IObject) *TStaticText

func (*TStaticText) Action

func (s *TStaticText) Action() *TAction

func (*TStaticText) Align

func (s *TStaticText) Align() TAlign

func (*TStaticText) AlignWithMargins

func (s *TStaticText) AlignWithMargins() bool

func (*TStaticText) Alignment

func (s *TStaticText) Alignment() TAlignment

func (*TStaticText) Anchors

func (s *TStaticText) Anchors() TAnchors

func (*TStaticText) Assign

func (s *TStaticText) Assign(Source IObject)

func (*TStaticText) AutoSize

func (s *TStaticText) AutoSize() bool

func (*TStaticText) BevelEdges

func (s *TStaticText) BevelEdges() TBevelEdges

func (*TStaticText) BevelInner

func (s *TStaticText) BevelInner() TBevelCut

func (*TStaticText) BevelKind

func (s *TStaticText) BevelKind() TBevelKind

func (*TStaticText) BevelOuter

func (s *TStaticText) BevelOuter() TBevelCut

func (*TStaticText) BiDiMode

func (s *TStaticText) BiDiMode() TBiDiMode

func (*TStaticText) BorderStyle

func (s *TStaticText) BorderStyle() TStaticBorderStyle

func (*TStaticText) BoundsRect

func (s *TStaticText) BoundsRect() TRect

func (*TStaticText) BringToFront

func (s *TStaticText) BringToFront()

func (*TStaticText) Brush

func (s *TStaticText) Brush() *TBrush

func (*TStaticText) CanFocus

func (s *TStaticText) CanFocus() bool

func (*TStaticText) Caption

func (s *TStaticText) Caption() string

func (*TStaticText) ClassName

func (s *TStaticText) ClassName() string

func (*TStaticText) ClientHeight

func (s *TStaticText) ClientHeight() int32

func (*TStaticText) ClientRect

func (s *TStaticText) ClientRect() TRect

func (*TStaticText) ClientWidth

func (s *TStaticText) ClientWidth() int32

func (*TStaticText) Color

func (s *TStaticText) Color() TColor

func (*TStaticText) ComponentCount

func (s *TStaticText) ComponentCount() int32

func (*TStaticText) ComponentIndex

func (s *TStaticText) ComponentIndex() int32

func (*TStaticText) Components

func (s *TStaticText) Components(AIndex int32) *TComponent

func (*TStaticText) ControlCount

func (s *TStaticText) ControlCount() int32

func (*TStaticText) Controls

func (s *TStaticText) Controls(Index int32) *TControl

func (*TStaticText) Cursor

func (s *TStaticText) Cursor() TCursor

func (*TStaticText) CustomHint added in v1.1.0

func (s *TStaticText) CustomHint() *TCustomHint

func (*TStaticText) DoubleBuffered

func (s *TStaticText) DoubleBuffered() bool

func (*TStaticText) Enabled

func (s *TStaticText) Enabled() bool

func (*TStaticText) Equals

func (s *TStaticText) Equals(Obj IObject) bool

func (*TStaticText) ExplicitHeight

func (s *TStaticText) ExplicitHeight() int32

func (*TStaticText) ExplicitLeft

func (s *TStaticText) ExplicitLeft() int32

func (*TStaticText) ExplicitTop

func (s *TStaticText) ExplicitTop() int32

func (*TStaticText) ExplicitWidth

func (s *TStaticText) ExplicitWidth() int32

func (*TStaticText) FindComponent

func (s *TStaticText) FindComponent(AName string) *TComponent

func (*TStaticText) FlipChildren

func (s *TStaticText) FlipChildren(AllLevels bool)

func (*TStaticText) Focused

func (s *TStaticText) Focused() bool

func (*TStaticText) Font

func (s *TStaticText) Font() *TFont

func (*TStaticText) Free

func (s *TStaticText) Free()

func (*TStaticText) GetHashCode

func (s *TStaticText) GetHashCode() int32

func (*TStaticText) GetNamePath

func (s *TStaticText) GetNamePath() string

func (*TStaticText) GetTextBuf

func (s *TStaticText) GetTextBuf(Buffer string, BufSize int32) int32

func (*TStaticText) GetTextLen added in v1.1.0

func (s *TStaticText) GetTextLen() int32

func (*TStaticText) Handle

func (s *TStaticText) Handle() HWND

func (*TStaticText) HandleAllocated

func (s *TStaticText) HandleAllocated() bool

func (*TStaticText) HasParent

func (s *TStaticText) HasParent() bool

func (*TStaticText) Height

func (s *TStaticText) Height() int32

func (*TStaticText) Hide

func (s *TStaticText) Hide()

func (*TStaticText) Hint

func (s *TStaticText) Hint() string

func (*TStaticText) Instance

func (s *TStaticText) Instance() uintptr

func (*TStaticText) Invalidate

func (s *TStaticText) Invalidate()

func (*TStaticText) IsValid

func (s *TStaticText) IsValid() bool

func (*TStaticText) Left

func (s *TStaticText) Left() int32

func (*TStaticText) Margins

func (s *TStaticText) Margins() *TMargins

func (*TStaticText) Name

func (s *TStaticText) Name() string

func (*TStaticText) Owner

func (s *TStaticText) Owner() *TComponent

func (*TStaticText) Parent

func (s *TStaticText) Parent() *TControl

func (*TStaticText) ParentColor

func (s *TStaticText) ParentColor() bool

func (*TStaticText) ParentDoubleBuffered

func (s *TStaticText) ParentDoubleBuffered() bool

func (*TStaticText) ParentFont

func (s *TStaticText) ParentFont() bool

func (*TStaticText) ParentShowHint

func (s *TStaticText) ParentShowHint() bool

func (*TStaticText) ParentWindow

func (s *TStaticText) ParentWindow() HWND

func (*TStaticText) Perform

func (s *TStaticText) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TStaticText) PopupMenu

func (s *TStaticText) PopupMenu() *TPopupMenu

func (*TStaticText) Realign

func (s *TStaticText) Realign()

func (*TStaticText) Refresh

func (s *TStaticText) Refresh()

func (*TStaticText) Repaint

func (s *TStaticText) Repaint()

func (*TStaticText) ScaleBy

func (s *TStaticText) ScaleBy(M int32, D int32)

func (*TStaticText) SendToBack

func (s *TStaticText) SendToBack()

func (*TStaticText) SetAction

func (s *TStaticText) SetAction(value IComponent)

func (*TStaticText) SetAlign

func (s *TStaticText) SetAlign(value TAlign)

func (*TStaticText) SetAlignWithMargins

func (s *TStaticText) SetAlignWithMargins(value bool)

func (*TStaticText) SetAlignment

func (s *TStaticText) SetAlignment(value TAlignment)

func (*TStaticText) SetAnchors

func (s *TStaticText) SetAnchors(value TAnchors)

func (*TStaticText) SetAutoSize

func (s *TStaticText) SetAutoSize(value bool)

func (*TStaticText) SetBevelEdges

func (s *TStaticText) SetBevelEdges(value TBevelEdges)

func (*TStaticText) SetBevelInner

func (s *TStaticText) SetBevelInner(value TBevelCut)

func (*TStaticText) SetBevelKind

func (s *TStaticText) SetBevelKind(value TBevelKind)

func (*TStaticText) SetBevelOuter

func (s *TStaticText) SetBevelOuter(value TBevelCut)

func (*TStaticText) SetBiDiMode

func (s *TStaticText) SetBiDiMode(value TBiDiMode)

func (*TStaticText) SetBorderStyle

func (s *TStaticText) SetBorderStyle(value TStaticBorderStyle)

func (*TStaticText) SetBounds

func (s *TStaticText) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TStaticText) SetBoundsRect

func (s *TStaticText) SetBoundsRect(value TRect)

func (*TStaticText) SetCaption

func (s *TStaticText) SetCaption(value string)

func (*TStaticText) SetClientHeight

func (s *TStaticText) SetClientHeight(value int32)

func (*TStaticText) SetClientWidth

func (s *TStaticText) SetClientWidth(value int32)

func (*TStaticText) SetColor

func (s *TStaticText) SetColor(value TColor)

func (*TStaticText) SetComponentIndex

func (s *TStaticText) SetComponentIndex(value int32)

func (*TStaticText) SetCursor

func (s *TStaticText) SetCursor(value TCursor)

func (*TStaticText) SetCustomHint added in v1.1.0

func (s *TStaticText) SetCustomHint(value IComponent)

func (*TStaticText) SetDoubleBuffered

func (s *TStaticText) SetDoubleBuffered(value bool)

func (*TStaticText) SetEnabled

func (s *TStaticText) SetEnabled(value bool)

func (*TStaticText) SetFocus

func (s *TStaticText) SetFocus()

func (*TStaticText) SetFont

func (s *TStaticText) SetFont(value *TFont)

func (*TStaticText) SetHeight

func (s *TStaticText) SetHeight(value int32)

func (*TStaticText) SetHint

func (s *TStaticText) SetHint(value string)

func (*TStaticText) SetLeft

func (s *TStaticText) SetLeft(value int32)

func (*TStaticText) SetMargins

func (s *TStaticText) SetMargins(value *TMargins)

func (*TStaticText) SetName

func (s *TStaticText) SetName(value string)

func (*TStaticText) SetOnClick

func (s *TStaticText) SetOnClick(fn TNotifyEvent)

func (*TStaticText) SetOnDblClick

func (s *TStaticText) SetOnDblClick(fn TNotifyEvent)

func (*TStaticText) SetOnMouseDown

func (s *TStaticText) SetOnMouseDown(fn TMouseEvent)

func (*TStaticText) SetOnMouseEnter

func (s *TStaticText) SetOnMouseEnter(fn TNotifyEvent)

func (*TStaticText) SetOnMouseLeave

func (s *TStaticText) SetOnMouseLeave(fn TNotifyEvent)

func (*TStaticText) SetOnMouseMove

func (s *TStaticText) SetOnMouseMove(fn TMouseMoveEvent)

func (*TStaticText) SetOnMouseUp

func (s *TStaticText) SetOnMouseUp(fn TMouseEvent)

func (*TStaticText) SetParent

func (s *TStaticText) SetParent(value IControl)

func (*TStaticText) SetParentColor

func (s *TStaticText) SetParentColor(value bool)

func (*TStaticText) SetParentDoubleBuffered

func (s *TStaticText) SetParentDoubleBuffered(value bool)

func (*TStaticText) SetParentFont

func (s *TStaticText) SetParentFont(value bool)

func (*TStaticText) SetParentShowHint

func (s *TStaticText) SetParentShowHint(value bool)

func (*TStaticText) SetParentWindow

func (s *TStaticText) SetParentWindow(value HWND)

func (*TStaticText) SetPopupMenu

func (s *TStaticText) SetPopupMenu(value IComponent)

func (*TStaticText) SetShowAccelChar

func (s *TStaticText) SetShowAccelChar(value bool)

func (*TStaticText) SetShowHint

func (s *TStaticText) SetShowHint(value bool)

func (*TStaticText) SetStyleElements

func (s *TStaticText) SetStyleElements(value TStyleElements)

func (*TStaticText) SetTabOrder

func (s *TStaticText) SetTabOrder(value uint16)

func (*TStaticText) SetTabStop

func (s *TStaticText) SetTabStop(value bool)

func (*TStaticText) SetTag

func (s *TStaticText) SetTag(value int)

func (*TStaticText) SetTop

func (s *TStaticText) SetTop(value int32)

func (*TStaticText) SetTransparent

func (s *TStaticText) SetTransparent(value bool)

func (*TStaticText) SetVisible

func (s *TStaticText) SetVisible(value bool)

func (*TStaticText) SetWidth

func (s *TStaticText) SetWidth(value int32)

func (*TStaticText) Show

func (s *TStaticText) Show()

func (*TStaticText) ShowAccelChar

func (s *TStaticText) ShowAccelChar() bool

func (*TStaticText) ShowHint

func (s *TStaticText) ShowHint() bool

func (*TStaticText) StyleElements

func (s *TStaticText) StyleElements() TStyleElements

func (*TStaticText) TabOrder

func (s *TStaticText) TabOrder() uint16

func (*TStaticText) TabStop

func (s *TStaticText) TabStop() bool

func (*TStaticText) Tag

func (s *TStaticText) Tag() int

func (*TStaticText) ToString

func (s *TStaticText) ToString() string

func (*TStaticText) Top

func (s *TStaticText) Top() int32

func (*TStaticText) Transparent

func (s *TStaticText) Transparent() bool

func (*TStaticText) Update

func (s *TStaticText) Update()

func (*TStaticText) Visible

func (s *TStaticText) Visible() bool

func (*TStaticText) Width

func (s *TStaticText) Width() int32

type TStatusBar

type TStatusBar struct {
	IControl
	// contains filtered or unexported fields
}

func NewStatusBar

func NewStatusBar(owner IComponent) *TStatusBar

func StatusBarFromInst

func StatusBarFromInst(inst uintptr) *TStatusBar

func StatusBarFromObj

func StatusBarFromObj(obj IObject) *TStatusBar

func (*TStatusBar) Action

func (s *TStatusBar) Action() *TAction

func (*TStatusBar) Align

func (s *TStatusBar) Align() TAlign

func (*TStatusBar) AlignWithMargins

func (s *TStatusBar) AlignWithMargins() bool

func (*TStatusBar) Anchors

func (s *TStatusBar) Anchors() TAnchors

func (*TStatusBar) Assign

func (s *TStatusBar) Assign(Source IObject)

func (*TStatusBar) AutoHint

func (s *TStatusBar) AutoHint() bool

func (*TStatusBar) BiDiMode

func (s *TStatusBar) BiDiMode() TBiDiMode

func (*TStatusBar) BorderWidth

func (s *TStatusBar) BorderWidth() int32

func (*TStatusBar) BoundsRect

func (s *TStatusBar) BoundsRect() TRect

func (*TStatusBar) BringToFront

func (s *TStatusBar) BringToFront()

func (*TStatusBar) Brush

func (s *TStatusBar) Brush() *TBrush

func (*TStatusBar) CanFocus

func (s *TStatusBar) CanFocus() bool

func (*TStatusBar) Canvas

func (s *TStatusBar) Canvas() *TCanvas

func (*TStatusBar) ClassName

func (s *TStatusBar) ClassName() string

func (*TStatusBar) ClientHeight

func (s *TStatusBar) ClientHeight() int32

func (*TStatusBar) ClientRect

func (s *TStatusBar) ClientRect() TRect

func (*TStatusBar) ClientWidth

func (s *TStatusBar) ClientWidth() int32

func (*TStatusBar) Color

func (s *TStatusBar) Color() TColor

func (*TStatusBar) ComponentCount

func (s *TStatusBar) ComponentCount() int32

func (*TStatusBar) ComponentIndex

func (s *TStatusBar) ComponentIndex() int32

func (*TStatusBar) Components

func (s *TStatusBar) Components(AIndex int32) *TComponent

func (*TStatusBar) ControlCount

func (s *TStatusBar) ControlCount() int32

func (*TStatusBar) Controls

func (s *TStatusBar) Controls(Index int32) *TControl

func (*TStatusBar) Cursor

func (s *TStatusBar) Cursor() TCursor

func (*TStatusBar) CustomHint added in v1.1.0

func (s *TStatusBar) CustomHint() *TCustomHint

func (*TStatusBar) DoubleBuffered

func (s *TStatusBar) DoubleBuffered() bool

func (*TStatusBar) Enabled

func (s *TStatusBar) Enabled() bool

func (*TStatusBar) Equals

func (s *TStatusBar) Equals(Obj IObject) bool

func (*TStatusBar) ExplicitHeight

func (s *TStatusBar) ExplicitHeight() int32

func (*TStatusBar) ExplicitLeft

func (s *TStatusBar) ExplicitLeft() int32

func (*TStatusBar) ExplicitTop

func (s *TStatusBar) ExplicitTop() int32

func (*TStatusBar) ExplicitWidth

func (s *TStatusBar) ExplicitWidth() int32

func (*TStatusBar) FindComponent

func (s *TStatusBar) FindComponent(AName string) *TComponent

func (*TStatusBar) FlipChildren

func (s *TStatusBar) FlipChildren(AllLevels bool)

func (*TStatusBar) Focused

func (s *TStatusBar) Focused() bool

func (*TStatusBar) Font

func (s *TStatusBar) Font() *TFont

func (*TStatusBar) Free

func (s *TStatusBar) Free()

func (*TStatusBar) GetHashCode

func (s *TStatusBar) GetHashCode() int32

func (*TStatusBar) GetNamePath

func (s *TStatusBar) GetNamePath() string

func (*TStatusBar) GetTextBuf

func (s *TStatusBar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TStatusBar) GetTextLen added in v1.1.0

func (s *TStatusBar) GetTextLen() int32

func (*TStatusBar) Handle

func (s *TStatusBar) Handle() HWND

func (*TStatusBar) HandleAllocated

func (s *TStatusBar) HandleAllocated() bool

func (*TStatusBar) HasParent

func (s *TStatusBar) HasParent() bool

func (*TStatusBar) Height

func (s *TStatusBar) Height() int32

func (*TStatusBar) Hide

func (s *TStatusBar) Hide()

func (*TStatusBar) Hint

func (s *TStatusBar) Hint() string

func (*TStatusBar) Instance

func (s *TStatusBar) Instance() uintptr

func (*TStatusBar) Invalidate

func (s *TStatusBar) Invalidate()

func (*TStatusBar) IsValid

func (s *TStatusBar) IsValid() bool

func (*TStatusBar) Left

func (s *TStatusBar) Left() int32

func (*TStatusBar) Margins

func (s *TStatusBar) Margins() *TMargins

func (*TStatusBar) Name

func (s *TStatusBar) Name() string

func (*TStatusBar) Owner

func (s *TStatusBar) Owner() *TComponent

func (*TStatusBar) Panels

func (s *TStatusBar) Panels() *TStatusPanels

func (*TStatusBar) Parent

func (s *TStatusBar) Parent() *TControl

func (*TStatusBar) ParentColor

func (s *TStatusBar) ParentColor() bool

func (*TStatusBar) ParentDoubleBuffered

func (s *TStatusBar) ParentDoubleBuffered() bool

func (*TStatusBar) ParentFont

func (s *TStatusBar) ParentFont() bool

func (*TStatusBar) ParentShowHint

func (s *TStatusBar) ParentShowHint() bool

func (*TStatusBar) ParentWindow

func (s *TStatusBar) ParentWindow() HWND

func (*TStatusBar) Perform

func (s *TStatusBar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TStatusBar) PopupMenu

func (s *TStatusBar) PopupMenu() *TPopupMenu

func (*TStatusBar) Realign

func (s *TStatusBar) Realign()

func (*TStatusBar) Refresh

func (s *TStatusBar) Refresh()

func (*TStatusBar) Repaint

func (s *TStatusBar) Repaint()

func (*TStatusBar) ScaleBy

func (s *TStatusBar) ScaleBy(M int32, D int32)

func (*TStatusBar) SendToBack

func (s *TStatusBar) SendToBack()

func (*TStatusBar) SetAction

func (s *TStatusBar) SetAction(value IComponent)

func (*TStatusBar) SetAlign

func (s *TStatusBar) SetAlign(value TAlign)

func (*TStatusBar) SetAlignWithMargins

func (s *TStatusBar) SetAlignWithMargins(value bool)

func (*TStatusBar) SetAnchors

func (s *TStatusBar) SetAnchors(value TAnchors)

func (*TStatusBar) SetAutoHint

func (s *TStatusBar) SetAutoHint(value bool)

func (*TStatusBar) SetBiDiMode

func (s *TStatusBar) SetBiDiMode(value TBiDiMode)

func (*TStatusBar) SetBorderWidth

func (s *TStatusBar) SetBorderWidth(value int32)

func (*TStatusBar) SetBounds

func (s *TStatusBar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TStatusBar) SetBoundsRect

func (s *TStatusBar) SetBoundsRect(value TRect)

func (*TStatusBar) SetClientHeight

func (s *TStatusBar) SetClientHeight(value int32)

func (*TStatusBar) SetClientWidth

func (s *TStatusBar) SetClientWidth(value int32)

func (*TStatusBar) SetColor

func (s *TStatusBar) SetColor(value TColor)

func (*TStatusBar) SetComponentIndex

func (s *TStatusBar) SetComponentIndex(value int32)

func (*TStatusBar) SetCursor

func (s *TStatusBar) SetCursor(value TCursor)

func (*TStatusBar) SetCustomHint added in v1.1.0

func (s *TStatusBar) SetCustomHint(value IComponent)

func (*TStatusBar) SetDoubleBuffered

func (s *TStatusBar) SetDoubleBuffered(value bool)

func (*TStatusBar) SetEnabled

func (s *TStatusBar) SetEnabled(value bool)

func (*TStatusBar) SetFocus

func (s *TStatusBar) SetFocus()

func (*TStatusBar) SetFont

func (s *TStatusBar) SetFont(value *TFont)

func (*TStatusBar) SetHeight

func (s *TStatusBar) SetHeight(value int32)

func (*TStatusBar) SetHint

func (s *TStatusBar) SetHint(value string)

func (*TStatusBar) SetLeft

func (s *TStatusBar) SetLeft(value int32)

func (*TStatusBar) SetMargins

func (s *TStatusBar) SetMargins(value *TMargins)

func (*TStatusBar) SetName

func (s *TStatusBar) SetName(value string)

func (*TStatusBar) SetOnClick

func (s *TStatusBar) SetOnClick(fn TNotifyEvent)

func (*TStatusBar) SetOnDblClick

func (s *TStatusBar) SetOnDblClick(fn TNotifyEvent)

func (*TStatusBar) SetOnHint added in v1.1.3

func (s *TStatusBar) SetOnHint(fn TNotifyEvent)

func (*TStatusBar) SetOnMouseDown

func (s *TStatusBar) SetOnMouseDown(fn TMouseEvent)

func (*TStatusBar) SetOnMouseEnter

func (s *TStatusBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TStatusBar) SetOnMouseLeave

func (s *TStatusBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TStatusBar) SetOnMouseMove

func (s *TStatusBar) SetOnMouseMove(fn TMouseMoveEvent)

func (*TStatusBar) SetOnMouseUp

func (s *TStatusBar) SetOnMouseUp(fn TMouseEvent)

func (*TStatusBar) SetOnResize

func (s *TStatusBar) SetOnResize(fn TNotifyEvent)

func (*TStatusBar) SetPanels

func (s *TStatusBar) SetPanels(value *TStatusPanels)

func (*TStatusBar) SetParent

func (s *TStatusBar) SetParent(value IControl)

func (*TStatusBar) SetParentColor

func (s *TStatusBar) SetParentColor(value bool)

func (*TStatusBar) SetParentDoubleBuffered

func (s *TStatusBar) SetParentDoubleBuffered(value bool)

func (*TStatusBar) SetParentFont

func (s *TStatusBar) SetParentFont(value bool)

func (*TStatusBar) SetParentShowHint

func (s *TStatusBar) SetParentShowHint(value bool)

func (*TStatusBar) SetParentWindow

func (s *TStatusBar) SetParentWindow(value HWND)

func (*TStatusBar) SetPopupMenu

func (s *TStatusBar) SetPopupMenu(value IComponent)

func (*TStatusBar) SetShowHint

func (s *TStatusBar) SetShowHint(value bool)

func (*TStatusBar) SetSimplePanel

func (s *TStatusBar) SetSimplePanel(value bool)

func (*TStatusBar) SetSimpleText

func (s *TStatusBar) SetSimpleText(value string)

func (*TStatusBar) SetSizeGrip

func (s *TStatusBar) SetSizeGrip(value bool)

func (*TStatusBar) SetStyleElements

func (s *TStatusBar) SetStyleElements(value TStyleElements)

func (*TStatusBar) SetTabOrder

func (s *TStatusBar) SetTabOrder(value uint16)

func (*TStatusBar) SetTabStop

func (s *TStatusBar) SetTabStop(value bool)

func (*TStatusBar) SetTag

func (s *TStatusBar) SetTag(value int)

func (*TStatusBar) SetTop

func (s *TStatusBar) SetTop(value int32)

func (*TStatusBar) SetUseSystemFont

func (s *TStatusBar) SetUseSystemFont(value bool)

func (*TStatusBar) SetVisible

func (s *TStatusBar) SetVisible(value bool)

func (*TStatusBar) SetWidth

func (s *TStatusBar) SetWidth(value int32)

func (*TStatusBar) Show

func (s *TStatusBar) Show()

func (*TStatusBar) ShowHint

func (s *TStatusBar) ShowHint() bool

func (*TStatusBar) SimplePanel

func (s *TStatusBar) SimplePanel() bool

func (*TStatusBar) SimpleText

func (s *TStatusBar) SimpleText() string

func (*TStatusBar) SizeGrip

func (s *TStatusBar) SizeGrip() bool

func (*TStatusBar) StyleElements

func (s *TStatusBar) StyleElements() TStyleElements

func (*TStatusBar) TabOrder

func (s *TStatusBar) TabOrder() uint16

func (*TStatusBar) TabStop

func (s *TStatusBar) TabStop() bool

func (*TStatusBar) Tag

func (s *TStatusBar) Tag() int

func (*TStatusBar) ToString

func (s *TStatusBar) ToString() string

func (*TStatusBar) Top

func (s *TStatusBar) Top() int32

func (*TStatusBar) Update

func (s *TStatusBar) Update()

func (*TStatusBar) UseSystemFont

func (s *TStatusBar) UseSystemFont() bool

func (*TStatusBar) Visible

func (s *TStatusBar) Visible() bool

func (*TStatusBar) Width

func (s *TStatusBar) Width() int32

type TStatusPanel

type TStatusPanel struct {
	IObject
	// contains filtered or unexported fields
}

func NewStatusPanel

func NewStatusPanel() *TStatusPanel

func StatusPanelFromInst

func StatusPanelFromInst(inst uintptr) *TStatusPanel

func StatusPanelFromObj

func StatusPanelFromObj(obj IObject) *TStatusPanel

func (*TStatusPanel) Alignment

func (s *TStatusPanel) Alignment() TAlignment

func (*TStatusPanel) Assign

func (s *TStatusPanel) Assign(Source IObject)

func (*TStatusPanel) BiDiMode

func (s *TStatusPanel) BiDiMode() TBiDiMode

func (*TStatusPanel) ClassName

func (s *TStatusPanel) ClassName() string

func (*TStatusPanel) Equals

func (s *TStatusPanel) Equals(Obj IObject) bool

func (*TStatusPanel) Free

func (s *TStatusPanel) Free()

func (*TStatusPanel) GetHashCode

func (s *TStatusPanel) GetHashCode() int32

func (*TStatusPanel) GetNamePath

func (s *TStatusPanel) GetNamePath() string

func (*TStatusPanel) Index

func (s *TStatusPanel) Index() int32

func (*TStatusPanel) Instance

func (s *TStatusPanel) Instance() uintptr

func (*TStatusPanel) IsValid

func (s *TStatusPanel) IsValid() bool

func (*TStatusPanel) SetAlignment

func (s *TStatusPanel) SetAlignment(value TAlignment)

func (*TStatusPanel) SetBiDiMode

func (s *TStatusPanel) SetBiDiMode(value TBiDiMode)

func (*TStatusPanel) SetIndex

func (s *TStatusPanel) SetIndex(value int32)

func (*TStatusPanel) SetStyle

func (s *TStatusPanel) SetStyle(value TStatusPanelStyle)

func (*TStatusPanel) SetText

func (s *TStatusPanel) SetText(value string)

func (*TStatusPanel) SetWidth

func (s *TStatusPanel) SetWidth(value int32)

func (*TStatusPanel) Style

func (s *TStatusPanel) Style() TStatusPanelStyle

func (*TStatusPanel) Text

func (s *TStatusPanel) Text() string

func (*TStatusPanel) ToString

func (s *TStatusPanel) ToString() string

func (*TStatusPanel) Width

func (s *TStatusPanel) Width() int32

type TStatusPanels

type TStatusPanels struct {
	IObject
	// contains filtered or unexported fields
}

func NewStatusPanels

func NewStatusPanels() *TStatusPanels

func StatusPanelsFromInst

func StatusPanelsFromInst(inst uintptr) *TStatusPanels

func StatusPanelsFromObj

func StatusPanelsFromObj(obj IObject) *TStatusPanels

func (*TStatusPanels) Add

func (s *TStatusPanels) Add() *TStatusPanel

func (*TStatusPanels) AddItem

func (s *TStatusPanels) AddItem(Item *TStatusPanel, Index int32) *TStatusPanel

func (*TStatusPanels) Assign

func (s *TStatusPanels) Assign(Source IObject)

func (*TStatusPanels) BeginUpdate

func (s *TStatusPanels) BeginUpdate()

func (*TStatusPanels) Capacity added in v1.1.3

func (s *TStatusPanels) Capacity() int32

func (*TStatusPanels) ClassName

func (s *TStatusPanels) ClassName() string

func (*TStatusPanels) Clear

func (s *TStatusPanels) Clear()

func (*TStatusPanels) Count added in v1.1.3

func (s *TStatusPanels) Count() int32

func (*TStatusPanels) Delete

func (s *TStatusPanels) Delete(Index int32)

func (*TStatusPanels) EndUpdate

func (s *TStatusPanels) EndUpdate()

func (*TStatusPanels) Equals

func (s *TStatusPanels) Equals(Obj IObject) bool

func (*TStatusPanels) Free

func (s *TStatusPanels) Free()

func (*TStatusPanels) GetHashCode

func (s *TStatusPanels) GetHashCode() int32

func (*TStatusPanels) GetNamePath

func (s *TStatusPanels) GetNamePath() string

func (*TStatusPanels) Insert

func (s *TStatusPanels) Insert(Index int32) *TStatusPanel

func (*TStatusPanels) Instance

func (s *TStatusPanels) Instance() uintptr

func (*TStatusPanels) IsValid

func (s *TStatusPanels) IsValid() bool

func (*TStatusPanels) Items

func (s *TStatusPanels) Items(Index int32) *TStatusPanel

func (*TStatusPanels) Owner

func (s *TStatusPanels) Owner() *TObject

func (*TStatusPanels) SetCapacity added in v1.1.3

func (s *TStatusPanels) SetCapacity(value int32)

func (*TStatusPanels) SetItems

func (s *TStatusPanels) SetItems(Index int32, value *TStatusPanel)

func (*TStatusPanels) ToString

func (s *TStatusPanels) ToString() string

type TStringList

type TStringList struct {
	IObject
	// contains filtered or unexported fields
}

func NewStringList

func NewStringList() *TStringList

func StringListFromInst

func StringListFromInst(inst uintptr) *TStringList

func StringListFromObj

func StringListFromObj(obj IObject) *TStringList

func (*TStringList) Add

func (s *TStringList) Add(S string) int32

func (*TStringList) AddObject

func (s *TStringList) AddObject(S string, AObject IObject) int32

func (*TStringList) Append

func (s *TStringList) Append(S string)

func (*TStringList) Assign

func (s *TStringList) Assign(Source IObject)

func (*TStringList) BeginUpdate

func (s *TStringList) BeginUpdate()

func (*TStringList) Capacity added in v1.1.3

func (s *TStringList) Capacity() int32

func (*TStringList) ClassName

func (s *TStringList) ClassName() string

func (*TStringList) Clear

func (s *TStringList) Clear()

func (*TStringList) CommaText

func (s *TStringList) CommaText() string

func (*TStringList) Count added in v1.1.3

func (s *TStringList) Count() int32

func (*TStringList) Delete

func (s *TStringList) Delete(Index int32)

func (*TStringList) Delimiter

func (s *TStringList) Delimiter() uint16

func (*TStringList) EndUpdate

func (s *TStringList) EndUpdate()

func (*TStringList) Equals

func (s *TStringList) Equals(Strings IObject) bool

func (*TStringList) Free

func (s *TStringList) Free()

func (*TStringList) GetHashCode

func (s *TStringList) GetHashCode() int32

func (*TStringList) GetNamePath

func (s *TStringList) GetNamePath() string

func (*TStringList) IndexOf

func (s *TStringList) IndexOf(S string) int32

func (*TStringList) IndexOfName

func (s *TStringList) IndexOfName(Name string) int32

func (*TStringList) IndexOfObject

func (s *TStringList) IndexOfObject(AObject IObject) int32

func (*TStringList) Insert

func (s *TStringList) Insert(Index int32, S string)

func (*TStringList) InsertObject

func (s *TStringList) InsertObject(Index int32, S string, AObject IObject)

func (*TStringList) Instance

func (s *TStringList) Instance() uintptr

func (*TStringList) IsValid

func (s *TStringList) IsValid() bool

func (*TStringList) LoadFromFile

func (s *TStringList) LoadFromFile(FileName string)

func (*TStringList) LoadFromStream

func (s *TStringList) LoadFromStream(Stream IObject)

func (*TStringList) Move

func (s *TStringList) Move(CurIndex int32, NewIndex int32)

func (*TStringList) Options

func (s *TStringList) Options() TStringsOptions

func (*TStringList) SaveToFile

func (s *TStringList) SaveToFile(FileName string)

func (*TStringList) SaveToStream

func (s *TStringList) SaveToStream(Stream IObject)

func (*TStringList) SetCapacity added in v1.1.3

func (s *TStringList) SetCapacity(value int32)

func (*TStringList) SetCommaText

func (s *TStringList) SetCommaText(value string)

func (*TStringList) SetDelimiter

func (s *TStringList) SetDelimiter(value uint16)

func (*TStringList) SetOnChange

func (s *TStringList) SetOnChange(fn TNotifyEvent)

func (*TStringList) SetOptions

func (s *TStringList) SetOptions(value TStringsOptions)

func (*TStringList) SetSorted

func (s *TStringList) SetSorted(value bool)

func (*TStringList) SetStrings

func (s *TStringList) SetStrings(Index int32, value string)

func (*TStringList) SetText

func (s *TStringList) SetText(value string)

func (*TStringList) SetValueFromIndex

func (s *TStringList) SetValueFromIndex(Index int32, value string)

func (*TStringList) SetValues

func (s *TStringList) SetValues(Name string, value string)

func (*TStringList) SetWriteBOM

func (s *TStringList) SetWriteBOM(value bool)

func (*TStringList) Sorted

func (s *TStringList) Sorted() bool

func (*TStringList) Strings

func (s *TStringList) Strings(Index int32) string

func (*TStringList) Text

func (s *TStringList) Text() string

func (*TStringList) ToString

func (s *TStringList) ToString() string

func (*TStringList) ValueFromIndex

func (s *TStringList) ValueFromIndex(Index int32) string

func (*TStringList) Values

func (s *TStringList) Values(Name string) string

func (*TStringList) WriteBOM

func (s *TStringList) WriteBOM() bool

type TStrings

type TStrings struct {
	IObject
	// contains filtered or unexported fields
}

func NewStrings

func NewStrings() *TStrings

func StringsFromInst

func StringsFromInst(inst uintptr) *TStrings

func StringsFromObj

func StringsFromObj(obj IObject) *TStrings

func (*TStrings) Add

func (s *TStrings) Add(S string) int32

func (*TStrings) AddObject

func (s *TStrings) AddObject(S string, AObject IObject) int32

func (*TStrings) Append

func (s *TStrings) Append(S string)

func (*TStrings) Assign

func (s *TStrings) Assign(Source IObject)

func (*TStrings) BeginUpdate

func (s *TStrings) BeginUpdate()

func (*TStrings) Capacity added in v1.1.3

func (s *TStrings) Capacity() int32

func (*TStrings) ClassName

func (s *TStrings) ClassName() string

func (*TStrings) Clear

func (s *TStrings) Clear()

func (*TStrings) CommaText

func (s *TStrings) CommaText() string

func (*TStrings) Count added in v1.1.3

func (s *TStrings) Count() int32

func (*TStrings) Delete

func (s *TStrings) Delete(Index int32)

func (*TStrings) Delimiter

func (s *TStrings) Delimiter() uint16

func (*TStrings) EndUpdate

func (s *TStrings) EndUpdate()

func (*TStrings) Equals

func (s *TStrings) Equals(Strings IObject) bool

func (*TStrings) Free

func (s *TStrings) Free()

func (*TStrings) GetHashCode

func (s *TStrings) GetHashCode() int32

func (*TStrings) GetNamePath

func (s *TStrings) GetNamePath() string

func (*TStrings) IndexOf

func (s *TStrings) IndexOf(S string) int32

func (*TStrings) IndexOfName

func (s *TStrings) IndexOfName(Name string) int32

func (*TStrings) IndexOfObject

func (s *TStrings) IndexOfObject(AObject IObject) int32

func (*TStrings) Insert

func (s *TStrings) Insert(Index int32, S string)

func (*TStrings) InsertObject

func (s *TStrings) InsertObject(Index int32, S string, AObject IObject)

func (*TStrings) Instance

func (s *TStrings) Instance() uintptr

func (*TStrings) IsValid

func (s *TStrings) IsValid() bool

func (*TStrings) LoadFromFile

func (s *TStrings) LoadFromFile(FileName string)

func (*TStrings) LoadFromStream

func (s *TStrings) LoadFromStream(Stream IObject)

func (*TStrings) Move

func (s *TStrings) Move(CurIndex int32, NewIndex int32)

func (*TStrings) Options

func (s *TStrings) Options() TStringsOptions

func (*TStrings) SaveToFile

func (s *TStrings) SaveToFile(FileName string)

func (*TStrings) SaveToStream

func (s *TStrings) SaveToStream(Stream IObject)

func (*TStrings) SetCapacity added in v1.1.3

func (s *TStrings) SetCapacity(value int32)

func (*TStrings) SetCommaText

func (s *TStrings) SetCommaText(value string)

func (*TStrings) SetDelimiter

func (s *TStrings) SetDelimiter(value uint16)

func (*TStrings) SetOptions

func (s *TStrings) SetOptions(value TStringsOptions)

func (*TStrings) SetStrings

func (s *TStrings) SetStrings(Index int32, value string)

func (*TStrings) SetText

func (s *TStrings) SetText(value string)

func (*TStrings) SetValueFromIndex

func (s *TStrings) SetValueFromIndex(Index int32, value string)

func (*TStrings) SetValues

func (s *TStrings) SetValues(Name string, value string)

func (*TStrings) SetWriteBOM

func (s *TStrings) SetWriteBOM(value bool)

func (*TStrings) Strings

func (s *TStrings) Strings(Index int32) string

func (*TStrings) Text

func (s *TStrings) Text() string

func (*TStrings) ToString

func (s *TStrings) ToString() string

func (*TStrings) ValueFromIndex

func (s *TStrings) ValueFromIndex(Index int32) string

func (*TStrings) Values

func (s *TStrings) Values(Name string) string

func (*TStrings) WriteBOM

func (s *TStrings) WriteBOM() bool

type TSysLinkEvent

type TSysLinkEvent func(sender IObject, link string, linkType TSysLinkType) // TSysLinkType

TSysLinkEvent LinkLabel

type TTBAdvancedCustomDrawBtnEvent added in v1.1.3

type TTBAdvancedCustomDrawBtnEvent func(sender *TToolBar, button *TToolButton, state TCustomDrawState, stage TCustomDrawStage, flags *TTBCustomDrawFlags, defaultDraw *bool)

TTBAdvancedCustomDrawBtnEvent = procedure(Sender: TToolBar; Button: TToolButton;

State: TCustomDrawState; Stage: TCustomDrawStage;
var Flags: TTBCustomDrawFlags; var DefaultDraw: Boolean) of object;

type TTBAdvancedCustomDrawEvent added in v1.1.3

type TTBAdvancedCustomDrawEvent func(sender *TToolBar, aRect TRect, stage TCustomDrawStage, defaultDraw *bool)

-------------------------TToolBar TTBAdvancedCustomDrawEvent = procedure(Sender: TToolBar; const ARect: TRect;

Stage: TCustomDrawStage; var DefaultDraw: Boolean) of object;

type TTVAdvancedCustomDrawEvent added in v1.1.3

type TTVAdvancedCustomDrawEvent func(sender *TTreeView, aRect TRect, stage TCustomDrawStage, defaultDraw *bool)

TTVAdvancedCustomDrawEvent = procedure(Sender: TCustomTreeView; const ARect: TRect;

Stage: TCustomDrawStage; var DefaultDraw: Boolean) of object;

type TTVAdvancedCustomDrawItemEvent added in v1.1.3

type TTVAdvancedCustomDrawItemEvent func(sender *TTreeView, node *TTreeNode, state TCustomDrawState, stage TCustomDrawStage, paintImages, defaultDraw *bool)

TTVAdvancedCustomDrawItemEvent = procedure(Sender: TCustomTreeView; Node: TTreeNode;

State: TCustomDrawState; Stage: TCustomDrawStage; var PaintImages,

DefaultDraw: Boolean) of object;

type TTVChangedEvent

type TTVChangedEvent func(sender IObject, node *TTreeNode)

TTVChangedEvent TTreeView

type TTVCompareEvent added in v1.0.4

type TTVCompareEvent func(sender IObject, node1, node2 *TTreeNode, data int32, compare *int32)

----------------TTreeView TTVCompareEvent = procedure(Sender: TObject; Node1, Node2: TTreeNode;

Data: Integer; var Compare: Integer) of object;

type TTVExpandedEvent added in v1.0.2

type TTVExpandedEvent func(sender IObject, node *TTreeNode)

TTVExpandedEvent = procedure(Sender: TObject; Node: TTreeNode) of object;

type TTabGetImageEvent added in v1.0.2

type TTabGetImageEvent func(sender IObject, tabIndex int32, imageIndex *int32)

----------------TPageControl TTabGetImageEvent = procedure(Sender: TObject; TabIndex: Integer; var ImageIndex: Integer) of object;

type TTabSheet

type TTabSheet struct {
	IControl
	// contains filtered or unexported fields
}

func NewTabSheet

func NewTabSheet(owner IComponent) *TTabSheet

func TabSheetFromInst

func TabSheetFromInst(inst uintptr) *TTabSheet

func TabSheetFromObj

func TabSheetFromObj(obj IObject) *TTabSheet

func (*TTabSheet) Action

func (t *TTabSheet) Action() *TAction

func (*TTabSheet) Align

func (t *TTabSheet) Align() TAlign

func (*TTabSheet) AlignWithMargins

func (t *TTabSheet) AlignWithMargins() bool

func (*TTabSheet) Anchors

func (t *TTabSheet) Anchors() TAnchors

func (*TTabSheet) Assign

func (t *TTabSheet) Assign(Source IObject)

func (*TTabSheet) BiDiMode

func (t *TTabSheet) BiDiMode() TBiDiMode

func (*TTabSheet) BorderWidth

func (t *TTabSheet) BorderWidth() int32

func (*TTabSheet) BoundsRect

func (t *TTabSheet) BoundsRect() TRect

func (*TTabSheet) BringToFront

func (t *TTabSheet) BringToFront()

func (*TTabSheet) Brush

func (t *TTabSheet) Brush() *TBrush

func (*TTabSheet) CanFocus

func (t *TTabSheet) CanFocus() bool

func (*TTabSheet) Caption

func (t *TTabSheet) Caption() string

func (*TTabSheet) ClassName

func (t *TTabSheet) ClassName() string

func (*TTabSheet) ClientHeight

func (t *TTabSheet) ClientHeight() int32

func (*TTabSheet) ClientRect

func (t *TTabSheet) ClientRect() TRect

func (*TTabSheet) ClientWidth

func (t *TTabSheet) ClientWidth() int32

func (*TTabSheet) ComponentCount

func (t *TTabSheet) ComponentCount() int32

func (*TTabSheet) ComponentIndex

func (t *TTabSheet) ComponentIndex() int32

func (*TTabSheet) Components

func (t *TTabSheet) Components(AIndex int32) *TComponent

func (*TTabSheet) ControlCount

func (t *TTabSheet) ControlCount() int32

func (*TTabSheet) Controls

func (t *TTabSheet) Controls(Index int32) *TControl

func (*TTabSheet) Cursor

func (t *TTabSheet) Cursor() TCursor

func (*TTabSheet) CustomHint added in v1.1.0

func (t *TTabSheet) CustomHint() *TCustomHint

func (*TTabSheet) DoubleBuffered

func (t *TTabSheet) DoubleBuffered() bool

func (*TTabSheet) Enabled

func (t *TTabSheet) Enabled() bool

func (*TTabSheet) Equals

func (t *TTabSheet) Equals(Obj IObject) bool

func (*TTabSheet) ExplicitHeight

func (t *TTabSheet) ExplicitHeight() int32

func (*TTabSheet) ExplicitLeft

func (t *TTabSheet) ExplicitLeft() int32

func (*TTabSheet) ExplicitTop

func (t *TTabSheet) ExplicitTop() int32

func (*TTabSheet) ExplicitWidth

func (t *TTabSheet) ExplicitWidth() int32

func (*TTabSheet) FindComponent

func (t *TTabSheet) FindComponent(AName string) *TComponent

func (*TTabSheet) FlipChildren

func (t *TTabSheet) FlipChildren(AllLevels bool)

func (*TTabSheet) Focused

func (t *TTabSheet) Focused() bool

func (*TTabSheet) Font

func (t *TTabSheet) Font() *TFont

func (*TTabSheet) Free

func (t *TTabSheet) Free()

func (*TTabSheet) GetHashCode

func (t *TTabSheet) GetHashCode() int32

func (*TTabSheet) GetNamePath

func (t *TTabSheet) GetNamePath() string

func (*TTabSheet) GetTextBuf

func (t *TTabSheet) GetTextBuf(Buffer string, BufSize int32) int32

func (*TTabSheet) GetTextLen added in v1.1.0

func (t *TTabSheet) GetTextLen() int32

func (*TTabSheet) Handle

func (t *TTabSheet) Handle() HWND

func (*TTabSheet) HandleAllocated

func (t *TTabSheet) HandleAllocated() bool

func (*TTabSheet) HasParent

func (t *TTabSheet) HasParent() bool

func (*TTabSheet) Height

func (t *TTabSheet) Height() int32

func (*TTabSheet) Hide

func (t *TTabSheet) Hide()

func (*TTabSheet) Highlighted

func (t *TTabSheet) Highlighted() bool

func (*TTabSheet) Hint

func (t *TTabSheet) Hint() string

func (*TTabSheet) ImageIndex

func (t *TTabSheet) ImageIndex() int32

func (*TTabSheet) Instance

func (t *TTabSheet) Instance() uintptr

func (*TTabSheet) Invalidate

func (t *TTabSheet) Invalidate()

func (*TTabSheet) IsValid

func (t *TTabSheet) IsValid() bool

func (*TTabSheet) Left

func (t *TTabSheet) Left() int32

func (*TTabSheet) Margins

func (t *TTabSheet) Margins() *TMargins

func (*TTabSheet) Name

func (t *TTabSheet) Name() string

func (*TTabSheet) Owner

func (t *TTabSheet) Owner() *TComponent

func (*TTabSheet) PageControl

func (t *TTabSheet) PageControl() *TPageControl

func (*TTabSheet) PageIndex

func (t *TTabSheet) PageIndex() int32

func (*TTabSheet) Parent

func (t *TTabSheet) Parent() *TControl

func (*TTabSheet) ParentDoubleBuffered

func (t *TTabSheet) ParentDoubleBuffered() bool

func (*TTabSheet) ParentFont

func (t *TTabSheet) ParentFont() bool

func (*TTabSheet) ParentShowHint

func (t *TTabSheet) ParentShowHint() bool

func (*TTabSheet) ParentWindow

func (t *TTabSheet) ParentWindow() HWND

func (*TTabSheet) Perform

func (t *TTabSheet) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TTabSheet) PopupMenu

func (t *TTabSheet) PopupMenu() *TPopupMenu

func (*TTabSheet) Realign

func (t *TTabSheet) Realign()

func (*TTabSheet) Refresh

func (t *TTabSheet) Refresh()

func (*TTabSheet) Repaint

func (t *TTabSheet) Repaint()

func (*TTabSheet) ScaleBy

func (t *TTabSheet) ScaleBy(M int32, D int32)

func (*TTabSheet) SendToBack

func (t *TTabSheet) SendToBack()

func (*TTabSheet) SetAction

func (t *TTabSheet) SetAction(value IComponent)

func (*TTabSheet) SetAlign

func (t *TTabSheet) SetAlign(value TAlign)

func (*TTabSheet) SetAlignWithMargins

func (t *TTabSheet) SetAlignWithMargins(value bool)

func (*TTabSheet) SetAnchors

func (t *TTabSheet) SetAnchors(value TAnchors)

func (*TTabSheet) SetBiDiMode

func (t *TTabSheet) SetBiDiMode(value TBiDiMode)

func (*TTabSheet) SetBorderWidth

func (t *TTabSheet) SetBorderWidth(value int32)

func (*TTabSheet) SetBounds

func (t *TTabSheet) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TTabSheet) SetBoundsRect

func (t *TTabSheet) SetBoundsRect(value TRect)

func (*TTabSheet) SetCaption

func (t *TTabSheet) SetCaption(value string)

func (*TTabSheet) SetClientHeight

func (t *TTabSheet) SetClientHeight(value int32)

func (*TTabSheet) SetClientWidth

func (t *TTabSheet) SetClientWidth(value int32)

func (*TTabSheet) SetComponentIndex

func (t *TTabSheet) SetComponentIndex(value int32)

func (*TTabSheet) SetCursor

func (t *TTabSheet) SetCursor(value TCursor)

func (*TTabSheet) SetCustomHint added in v1.1.0

func (t *TTabSheet) SetCustomHint(value IComponent)

func (*TTabSheet) SetDoubleBuffered

func (t *TTabSheet) SetDoubleBuffered(value bool)

func (*TTabSheet) SetEnabled

func (t *TTabSheet) SetEnabled(value bool)

func (*TTabSheet) SetFocus

func (t *TTabSheet) SetFocus()

func (*TTabSheet) SetFont

func (t *TTabSheet) SetFont(value *TFont)

func (*TTabSheet) SetHeight

func (t *TTabSheet) SetHeight(value int32)

func (*TTabSheet) SetHighlighted

func (t *TTabSheet) SetHighlighted(value bool)

func (*TTabSheet) SetHint

func (t *TTabSheet) SetHint(value string)

func (*TTabSheet) SetImageIndex

func (t *TTabSheet) SetImageIndex(value int32)

func (*TTabSheet) SetLeft

func (t *TTabSheet) SetLeft(value int32)

func (*TTabSheet) SetMargins

func (t *TTabSheet) SetMargins(value *TMargins)

func (*TTabSheet) SetName

func (t *TTabSheet) SetName(value string)

func (*TTabSheet) SetOnEnter

func (t *TTabSheet) SetOnEnter(fn TNotifyEvent)

func (*TTabSheet) SetOnExit

func (t *TTabSheet) SetOnExit(fn TNotifyEvent)

func (*TTabSheet) SetOnHide

func (t *TTabSheet) SetOnHide(fn TNotifyEvent)

func (*TTabSheet) SetOnMouseDown

func (t *TTabSheet) SetOnMouseDown(fn TMouseEvent)

func (*TTabSheet) SetOnMouseEnter

func (t *TTabSheet) SetOnMouseEnter(fn TNotifyEvent)

func (*TTabSheet) SetOnMouseLeave

func (t *TTabSheet) SetOnMouseLeave(fn TNotifyEvent)

func (*TTabSheet) SetOnMouseMove

func (t *TTabSheet) SetOnMouseMove(fn TMouseMoveEvent)

func (*TTabSheet) SetOnMouseUp

func (t *TTabSheet) SetOnMouseUp(fn TMouseEvent)

func (*TTabSheet) SetOnResize

func (t *TTabSheet) SetOnResize(fn TNotifyEvent)

func (*TTabSheet) SetOnShow

func (t *TTabSheet) SetOnShow(fn TNotifyEvent)

func (*TTabSheet) SetPageControl

func (t *TTabSheet) SetPageControl(value IControl)

func (*TTabSheet) SetPageIndex

func (t *TTabSheet) SetPageIndex(value int32)

func (*TTabSheet) SetParent

func (t *TTabSheet) SetParent(value IControl)

func (*TTabSheet) SetParentDoubleBuffered

func (t *TTabSheet) SetParentDoubleBuffered(value bool)

func (*TTabSheet) SetParentFont

func (t *TTabSheet) SetParentFont(value bool)

func (*TTabSheet) SetParentShowHint

func (t *TTabSheet) SetParentShowHint(value bool)

func (*TTabSheet) SetParentWindow

func (t *TTabSheet) SetParentWindow(value HWND)

func (*TTabSheet) SetPopupMenu

func (t *TTabSheet) SetPopupMenu(value IComponent)

func (*TTabSheet) SetShowHint

func (t *TTabSheet) SetShowHint(value bool)

func (*TTabSheet) SetStyleElements

func (t *TTabSheet) SetStyleElements(value TStyleElements)

func (*TTabSheet) SetTabOrder

func (t *TTabSheet) SetTabOrder(value uint16)

func (*TTabSheet) SetTabStop

func (t *TTabSheet) SetTabStop(value bool)

func (*TTabSheet) SetTabVisible

func (t *TTabSheet) SetTabVisible(value bool)

func (*TTabSheet) SetTag

func (t *TTabSheet) SetTag(value int)

func (*TTabSheet) SetTop

func (t *TTabSheet) SetTop(value int32)

func (*TTabSheet) SetVisible

func (t *TTabSheet) SetVisible(value bool)

func (*TTabSheet) SetWidth

func (t *TTabSheet) SetWidth(value int32)

func (*TTabSheet) Show

func (t *TTabSheet) Show()

func (*TTabSheet) ShowHint

func (t *TTabSheet) ShowHint() bool

func (*TTabSheet) StyleElements

func (t *TTabSheet) StyleElements() TStyleElements

func (*TTabSheet) TabIndex

func (t *TTabSheet) TabIndex() int32

func (*TTabSheet) TabOrder

func (t *TTabSheet) TabOrder() uint16

func (*TTabSheet) TabStop

func (t *TTabSheet) TabStop() bool

func (*TTabSheet) TabVisible

func (t *TTabSheet) TabVisible() bool

func (*TTabSheet) Tag

func (t *TTabSheet) Tag() int

func (*TTabSheet) ToString

func (t *TTabSheet) ToString() string

func (*TTabSheet) Top

func (t *TTabSheet) Top() int32

func (*TTabSheet) Update

func (t *TTabSheet) Update()

func (*TTabSheet) Visible

func (t *TTabSheet) Visible() bool

func (*TTabSheet) Width

func (t *TTabSheet) Width() int32

type TTextAttributes

type TTextAttributes struct {
	IObject
	// contains filtered or unexported fields
}

func TextAttributesFromInst

func TextAttributesFromInst(inst uintptr) *TTextAttributes

func TextAttributesFromObj

func TextAttributesFromObj(obj IObject) *TTextAttributes

func (*TTextAttributes) Assign

func (t *TTextAttributes) Assign(Source IObject)

func (*TTextAttributes) Charset

func (t *TTextAttributes) Charset() TFontCharset

func (*TTextAttributes) ClassName

func (t *TTextAttributes) ClassName() string

func (*TTextAttributes) Color

func (t *TTextAttributes) Color() TColor

func (*TTextAttributes) ConsistentAttributes

func (t *TTextAttributes) ConsistentAttributes() TConsistentAttributes

func (*TTextAttributes) Equals

func (t *TTextAttributes) Equals(Obj IObject) bool

func (*TTextAttributes) GetHashCode

func (t *TTextAttributes) GetHashCode() int32

func (*TTextAttributes) GetNamePath

func (t *TTextAttributes) GetNamePath() string

func (*TTextAttributes) Height

func (t *TTextAttributes) Height() int32

func (*TTextAttributes) Instance

func (t *TTextAttributes) Instance() uintptr

func (*TTextAttributes) IsValid

func (t *TTextAttributes) IsValid() bool

func (*TTextAttributes) Name

func (t *TTextAttributes) Name() string

func (*TTextAttributes) Pitch

func (t *TTextAttributes) Pitch() TFontPitch

func (*TTextAttributes) Protected

func (t *TTextAttributes) Protected() bool

func (*TTextAttributes) SetCharset

func (t *TTextAttributes) SetCharset(value TFontCharset)

func (*TTextAttributes) SetColor

func (t *TTextAttributes) SetColor(value TColor)

func (*TTextAttributes) SetHeight

func (t *TTextAttributes) SetHeight(value int32)

func (*TTextAttributes) SetName

func (t *TTextAttributes) SetName(value string)

func (*TTextAttributes) SetPitch

func (t *TTextAttributes) SetPitch(value TFontPitch)

func (*TTextAttributes) SetProtected

func (t *TTextAttributes) SetProtected(value bool)

func (*TTextAttributes) SetSize

func (t *TTextAttributes) SetSize(value int32)

func (*TTextAttributes) SetStyle

func (t *TTextAttributes) SetStyle(value TFontStyles)

func (*TTextAttributes) Size

func (t *TTextAttributes) Size() int32

func (*TTextAttributes) Style

func (t *TTextAttributes) Style() TFontStyles

func (*TTextAttributes) ToString

func (t *TTextAttributes) ToString() string

type TThreadProc added in v1.3.0

type TThreadProc func()

TThreadProc

type TTimer

type TTimer struct {
	IComponent
	// contains filtered or unexported fields
}

func NewTimer

func NewTimer(owner IComponent) *TTimer

func TimerFromInst

func TimerFromInst(inst uintptr) *TTimer

func TimerFromObj

func TimerFromObj(obj IObject) *TTimer

func (*TTimer) Assign

func (t *TTimer) Assign(Source IObject)

func (*TTimer) ClassName

func (t *TTimer) ClassName() string

func (*TTimer) ComponentCount

func (t *TTimer) ComponentCount() int32

func (*TTimer) ComponentIndex

func (t *TTimer) ComponentIndex() int32

func (*TTimer) Components

func (t *TTimer) Components(AIndex int32) *TComponent

func (*TTimer) Enabled

func (t *TTimer) Enabled() bool

func (*TTimer) Equals

func (t *TTimer) Equals(Obj IObject) bool

func (*TTimer) FindComponent

func (t *TTimer) FindComponent(AName string) *TComponent

func (*TTimer) Free

func (t *TTimer) Free()

func (*TTimer) GetHashCode

func (t *TTimer) GetHashCode() int32

func (*TTimer) GetNamePath

func (t *TTimer) GetNamePath() string

func (*TTimer) HasParent

func (t *TTimer) HasParent() bool

func (*TTimer) Instance

func (t *TTimer) Instance() uintptr

func (*TTimer) Interval

func (t *TTimer) Interval() uint32

func (*TTimer) IsValid

func (t *TTimer) IsValid() bool

func (*TTimer) Name

func (t *TTimer) Name() string

func (*TTimer) Owner

func (t *TTimer) Owner() *TComponent

func (*TTimer) SetComponentIndex

func (t *TTimer) SetComponentIndex(value int32)

func (*TTimer) SetEnabled

func (t *TTimer) SetEnabled(value bool)

func (*TTimer) SetInterval

func (t *TTimer) SetInterval(value uint32)

func (*TTimer) SetName

func (t *TTimer) SetName(value string)

func (*TTimer) SetOnTimer

func (t *TTimer) SetOnTimer(fn TNotifyEvent)

func (*TTimer) SetTag

func (t *TTimer) SetTag(value int)

func (*TTimer) Tag

func (t *TTimer) Tag() int

func (*TTimer) ToString

func (t *TTimer) ToString() string

type TToolBar

type TToolBar struct {
	IControl
	// contains filtered or unexported fields
}

func NewToolBar

func NewToolBar(owner IComponent) *TToolBar

func ToolBarFromInst

func ToolBarFromInst(inst uintptr) *TToolBar

func ToolBarFromObj

func ToolBarFromObj(obj IObject) *TToolBar

func (*TToolBar) Action

func (t *TToolBar) Action() *TAction

func (*TToolBar) Align

func (t *TToolBar) Align() TAlign

func (*TToolBar) AlignWithMargins

func (t *TToolBar) AlignWithMargins() bool

func (*TToolBar) Anchors

func (t *TToolBar) Anchors() TAnchors

func (*TToolBar) Assign

func (t *TToolBar) Assign(Source IObject)

func (*TToolBar) AutoSize

func (t *TToolBar) AutoSize() bool

func (*TToolBar) BiDiMode

func (t *TToolBar) BiDiMode() TBiDiMode

func (*TToolBar) BorderWidth

func (t *TToolBar) BorderWidth() int32

func (*TToolBar) BoundsRect

func (t *TToolBar) BoundsRect() TRect

func (*TToolBar) BringToFront

func (t *TToolBar) BringToFront()

func (*TToolBar) Brush

func (t *TToolBar) Brush() *TBrush

func (*TToolBar) ButtonCount

func (t *TToolBar) ButtonCount() int32

func (*TToolBar) ButtonHeight

func (t *TToolBar) ButtonHeight() int32

func (*TToolBar) ButtonWidth

func (t *TToolBar) ButtonWidth() int32

func (*TToolBar) Buttons

func (t *TToolBar) Buttons(Index int32) *TToolButton

func (*TToolBar) CanFocus

func (t *TToolBar) CanFocus() bool

func (*TToolBar) Canvas

func (t *TToolBar) Canvas() *TCanvas

func (*TToolBar) Caption

func (t *TToolBar) Caption() string

func (*TToolBar) ClassName

func (t *TToolBar) ClassName() string

func (*TToolBar) ClientHeight

func (t *TToolBar) ClientHeight() int32

func (*TToolBar) ClientRect

func (t *TToolBar) ClientRect() TRect

func (*TToolBar) ClientWidth

func (t *TToolBar) ClientWidth() int32

func (*TToolBar) Color

func (t *TToolBar) Color() TColor

func (*TToolBar) ComponentCount

func (t *TToolBar) ComponentCount() int32

func (*TToolBar) ComponentIndex

func (t *TToolBar) ComponentIndex() int32

func (*TToolBar) Components

func (t *TToolBar) Components(AIndex int32) *TComponent

func (*TToolBar) ControlCount

func (t *TToolBar) ControlCount() int32

func (*TToolBar) Controls

func (t *TToolBar) Controls(Index int32) *TControl

func (*TToolBar) Cursor

func (t *TToolBar) Cursor() TCursor

func (*TToolBar) CustomHint added in v1.1.0

func (t *TToolBar) CustomHint() *TCustomHint

func (*TToolBar) CustomizeKeyName

func (t *TToolBar) CustomizeKeyName() string

func (*TToolBar) CustomizeValueName

func (t *TToolBar) CustomizeValueName() string

func (*TToolBar) DoubleBuffered

func (t *TToolBar) DoubleBuffered() bool

func (*TToolBar) DrawingStyle

func (t *TToolBar) DrawingStyle() TTBDrawingStyle

func (*TToolBar) Enabled

func (t *TToolBar) Enabled() bool

func (*TToolBar) Equals

func (t *TToolBar) Equals(Obj IObject) bool

func (*TToolBar) ExplicitHeight

func (t *TToolBar) ExplicitHeight() int32

func (*TToolBar) ExplicitLeft

func (t *TToolBar) ExplicitLeft() int32

func (*TToolBar) ExplicitTop

func (t *TToolBar) ExplicitTop() int32

func (*TToolBar) ExplicitWidth

func (t *TToolBar) ExplicitWidth() int32

func (*TToolBar) FindComponent

func (t *TToolBar) FindComponent(AName string) *TComponent

func (*TToolBar) Flat

func (t *TToolBar) Flat() bool

func (*TToolBar) FlipChildren

func (t *TToolBar) FlipChildren(AllLevels bool)

func (*TToolBar) Focused

func (t *TToolBar) Focused() bool

func (*TToolBar) Font

func (t *TToolBar) Font() *TFont

func (*TToolBar) Free

func (t *TToolBar) Free()

func (*TToolBar) GetHashCode

func (t *TToolBar) GetHashCode() int32

func (*TToolBar) GetNamePath

func (t *TToolBar) GetNamePath() string

func (*TToolBar) GetTextBuf

func (t *TToolBar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TToolBar) GetTextLen added in v1.1.0

func (t *TToolBar) GetTextLen() int32

func (*TToolBar) GradientDirection

func (t *TToolBar) GradientDirection() TGradientDirection

func (*TToolBar) GradientDrawingOptions

func (t *TToolBar) GradientDrawingOptions() TTBGradientDrawingOptions

func (*TToolBar) GradientEndColor

func (t *TToolBar) GradientEndColor() TColor

func (*TToolBar) GradientStartColor

func (t *TToolBar) GradientStartColor() TColor

func (*TToolBar) Handle

func (t *TToolBar) Handle() HWND

func (*TToolBar) HandleAllocated

func (t *TToolBar) HandleAllocated() bool

func (*TToolBar) HasParent

func (t *TToolBar) HasParent() bool

func (*TToolBar) Height

func (t *TToolBar) Height() int32

func (*TToolBar) Hide

func (t *TToolBar) Hide()

func (*TToolBar) HideClippedButtons

func (t *TToolBar) HideClippedButtons() bool

func (*TToolBar) Hint

func (t *TToolBar) Hint() string

func (*TToolBar) HotImages

func (t *TToolBar) HotImages() *TImageList

func (*TToolBar) Images

func (t *TToolBar) Images() *TImageList

func (*TToolBar) Indent

func (t *TToolBar) Indent() int32

func (*TToolBar) Instance

func (t *TToolBar) Instance() uintptr

func (*TToolBar) Invalidate

func (t *TToolBar) Invalidate()

func (*TToolBar) IsValid

func (t *TToolBar) IsValid() bool

func (*TToolBar) Left

func (t *TToolBar) Left() int32

func (*TToolBar) List

func (t *TToolBar) List() bool

func (*TToolBar) Margins

func (t *TToolBar) Margins() *TMargins

func (*TToolBar) Menu

func (t *TToolBar) Menu() *TMainMenu

func (*TToolBar) Name

func (t *TToolBar) Name() string

func (*TToolBar) Owner

func (t *TToolBar) Owner() *TComponent

func (*TToolBar) Parent

func (t *TToolBar) Parent() *TControl

func (*TToolBar) ParentColor

func (t *TToolBar) ParentColor() bool

func (*TToolBar) ParentDoubleBuffered

func (t *TToolBar) ParentDoubleBuffered() bool

func (*TToolBar) ParentFont

func (t *TToolBar) ParentFont() bool

func (*TToolBar) ParentShowHint

func (t *TToolBar) ParentShowHint() bool

func (*TToolBar) ParentWindow

func (t *TToolBar) ParentWindow() HWND

func (*TToolBar) Perform

func (t *TToolBar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TToolBar) PopupMenu

func (t *TToolBar) PopupMenu() *TPopupMenu

func (*TToolBar) Realign

func (t *TToolBar) Realign()

func (*TToolBar) Refresh

func (t *TToolBar) Refresh()

func (*TToolBar) Repaint

func (t *TToolBar) Repaint()

func (*TToolBar) RowCount

func (t *TToolBar) RowCount() int32

func (*TToolBar) ScaleBy

func (t *TToolBar) ScaleBy(M int32, D int32)

func (*TToolBar) SendToBack

func (t *TToolBar) SendToBack()

func (*TToolBar) SetAction

func (t *TToolBar) SetAction(value IComponent)

func (*TToolBar) SetAlign

func (t *TToolBar) SetAlign(value TAlign)

func (*TToolBar) SetAlignWithMargins

func (t *TToolBar) SetAlignWithMargins(value bool)

func (*TToolBar) SetAnchors

func (t *TToolBar) SetAnchors(value TAnchors)

func (*TToolBar) SetAutoSize

func (t *TToolBar) SetAutoSize(value bool)

func (*TToolBar) SetBiDiMode

func (t *TToolBar) SetBiDiMode(value TBiDiMode)

func (*TToolBar) SetBorderWidth

func (t *TToolBar) SetBorderWidth(value int32)

func (*TToolBar) SetBounds

func (t *TToolBar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TToolBar) SetBoundsRect

func (t *TToolBar) SetBoundsRect(value TRect)

func (*TToolBar) SetButtonHeight

func (t *TToolBar) SetButtonHeight(value int32)

func (*TToolBar) SetButtonWidth

func (t *TToolBar) SetButtonWidth(value int32)

func (*TToolBar) SetCaption

func (t *TToolBar) SetCaption(value string)

func (*TToolBar) SetClientHeight

func (t *TToolBar) SetClientHeight(value int32)

func (*TToolBar) SetClientWidth

func (t *TToolBar) SetClientWidth(value int32)

func (*TToolBar) SetColor

func (t *TToolBar) SetColor(value TColor)

func (*TToolBar) SetComponentIndex

func (t *TToolBar) SetComponentIndex(value int32)

func (*TToolBar) SetCursor

func (t *TToolBar) SetCursor(value TCursor)

func (*TToolBar) SetCustomHint added in v1.1.0

func (t *TToolBar) SetCustomHint(value IComponent)

func (*TToolBar) SetCustomizeKeyName

func (t *TToolBar) SetCustomizeKeyName(value string)

func (*TToolBar) SetCustomizeValueName

func (t *TToolBar) SetCustomizeValueName(value string)

func (*TToolBar) SetDoubleBuffered

func (t *TToolBar) SetDoubleBuffered(value bool)

func (*TToolBar) SetDrawingStyle

func (t *TToolBar) SetDrawingStyle(value TTBDrawingStyle)

func (*TToolBar) SetEnabled

func (t *TToolBar) SetEnabled(value bool)

func (*TToolBar) SetFlat

func (t *TToolBar) SetFlat(value bool)

func (*TToolBar) SetFocus

func (t *TToolBar) SetFocus()

func (*TToolBar) SetFont

func (t *TToolBar) SetFont(value *TFont)

func (*TToolBar) SetGradientDirection

func (t *TToolBar) SetGradientDirection(value TGradientDirection)

func (*TToolBar) SetGradientDrawingOptions

func (t *TToolBar) SetGradientDrawingOptions(value TTBGradientDrawingOptions)

func (*TToolBar) SetGradientEndColor

func (t *TToolBar) SetGradientEndColor(value TColor)

func (*TToolBar) SetGradientStartColor

func (t *TToolBar) SetGradientStartColor(value TColor)

func (*TToolBar) SetHeight

func (t *TToolBar) SetHeight(value int32)

func (*TToolBar) SetHideClippedButtons

func (t *TToolBar) SetHideClippedButtons(value bool)

func (*TToolBar) SetHint

func (t *TToolBar) SetHint(value string)

func (*TToolBar) SetHotImages

func (t *TToolBar) SetHotImages(value IComponent)

func (*TToolBar) SetImages

func (t *TToolBar) SetImages(value IComponent)

func (*TToolBar) SetIndent

func (t *TToolBar) SetIndent(value int32)

func (*TToolBar) SetLeft

func (t *TToolBar) SetLeft(value int32)

func (*TToolBar) SetList

func (t *TToolBar) SetList(value bool)

func (*TToolBar) SetMargins

func (t *TToolBar) SetMargins(value *TMargins)

func (*TToolBar) SetMenu

func (t *TToolBar) SetMenu(value IComponent)

func (*TToolBar) SetName

func (t *TToolBar) SetName(value string)

func (*TToolBar) SetOnAdvancedCustomDraw added in v1.1.3

func (t *TToolBar) SetOnAdvancedCustomDraw(fn TTBAdvancedCustomDrawEvent)

func (*TToolBar) SetOnAdvancedCustomDrawButton added in v1.1.3

func (t *TToolBar) SetOnAdvancedCustomDrawButton(fn TTBAdvancedCustomDrawBtnEvent)

func (*TToolBar) SetOnClick

func (t *TToolBar) SetOnClick(fn TNotifyEvent)

func (*TToolBar) SetOnDblClick

func (t *TToolBar) SetOnDblClick(fn TNotifyEvent)

func (*TToolBar) SetOnEnter

func (t *TToolBar) SetOnEnter(fn TNotifyEvent)

func (*TToolBar) SetOnExit

func (t *TToolBar) SetOnExit(fn TNotifyEvent)

func (*TToolBar) SetOnMouseDown

func (t *TToolBar) SetOnMouseDown(fn TMouseEvent)

func (*TToolBar) SetOnMouseEnter

func (t *TToolBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TToolBar) SetOnMouseLeave

func (t *TToolBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TToolBar) SetOnMouseMove

func (t *TToolBar) SetOnMouseMove(fn TMouseMoveEvent)

func (*TToolBar) SetOnMouseUp

func (t *TToolBar) SetOnMouseUp(fn TMouseEvent)

func (*TToolBar) SetOnResize

func (t *TToolBar) SetOnResize(fn TNotifyEvent)

func (*TToolBar) SetParent

func (t *TToolBar) SetParent(value IControl)

func (*TToolBar) SetParentColor

func (t *TToolBar) SetParentColor(value bool)

func (*TToolBar) SetParentDoubleBuffered

func (t *TToolBar) SetParentDoubleBuffered(value bool)

func (*TToolBar) SetParentFont

func (t *TToolBar) SetParentFont(value bool)

func (*TToolBar) SetParentShowHint

func (t *TToolBar) SetParentShowHint(value bool)

func (*TToolBar) SetParentWindow

func (t *TToolBar) SetParentWindow(value HWND)

func (*TToolBar) SetPopupMenu

func (t *TToolBar) SetPopupMenu(value IComponent)

func (*TToolBar) SetShowCaptions

func (t *TToolBar) SetShowCaptions(value bool)

func (*TToolBar) SetShowHint

func (t *TToolBar) SetShowHint(value bool)

func (*TToolBar) SetStyleElements

func (t *TToolBar) SetStyleElements(value TStyleElements)

func (*TToolBar) SetTabOrder

func (t *TToolBar) SetTabOrder(value uint16)

func (*TToolBar) SetTabStop

func (t *TToolBar) SetTabStop(value bool)

func (*TToolBar) SetTag

func (t *TToolBar) SetTag(value int)

func (*TToolBar) SetTop

func (t *TToolBar) SetTop(value int32)

func (*TToolBar) SetTransparent

func (t *TToolBar) SetTransparent(value bool)

func (*TToolBar) SetVisible

func (t *TToolBar) SetVisible(value bool)

func (*TToolBar) SetWidth

func (t *TToolBar) SetWidth(value int32)

func (*TToolBar) SetWrapable

func (t *TToolBar) SetWrapable(value bool)

func (*TToolBar) Show

func (t *TToolBar) Show()

func (*TToolBar) ShowCaptions

func (t *TToolBar) ShowCaptions() bool

func (*TToolBar) ShowHint

func (t *TToolBar) ShowHint() bool

func (*TToolBar) StyleElements

func (t *TToolBar) StyleElements() TStyleElements

func (*TToolBar) TabOrder

func (t *TToolBar) TabOrder() uint16

func (*TToolBar) TabStop

func (t *TToolBar) TabStop() bool

func (*TToolBar) Tag

func (t *TToolBar) Tag() int

func (*TToolBar) ToString

func (t *TToolBar) ToString() string

func (*TToolBar) Top

func (t *TToolBar) Top() int32

func (*TToolBar) Transparent

func (t *TToolBar) Transparent() bool

func (*TToolBar) Update

func (t *TToolBar) Update()

func (*TToolBar) Visible

func (t *TToolBar) Visible() bool

func (*TToolBar) Width

func (t *TToolBar) Width() int32

func (*TToolBar) Wrapable

func (t *TToolBar) Wrapable() bool

type TToolButton

type TToolButton struct {
	IControl
	// contains filtered or unexported fields
}

func NewToolButton

func NewToolButton(owner IComponent) *TToolButton

func ToolButtonFromInst

func ToolButtonFromInst(inst uintptr) *TToolButton

func ToolButtonFromObj

func ToolButtonFromObj(obj IObject) *TToolButton

func (*TToolButton) Action

func (t *TToolButton) Action() *TAction

func (*TToolButton) Align

func (t *TToolButton) Align() TAlign

func (*TToolButton) AlignWithMargins

func (t *TToolButton) AlignWithMargins() bool

func (*TToolButton) AllowAllUp

func (t *TToolButton) AllowAllUp() bool

func (*TToolButton) Anchors

func (t *TToolButton) Anchors() TAnchors

func (*TToolButton) Assign

func (t *TToolButton) Assign(Source IObject)

func (*TToolButton) AutoSize

func (t *TToolButton) AutoSize() bool

func (*TToolButton) BiDiMode

func (t *TToolButton) BiDiMode() TBiDiMode

func (*TToolButton) BoundsRect

func (t *TToolButton) BoundsRect() TRect

func (*TToolButton) BringToFront

func (t *TToolButton) BringToFront()

func (*TToolButton) Caption

func (t *TToolButton) Caption() string

func (*TToolButton) CheckMenuDropdown

func (t *TToolButton) CheckMenuDropdown() bool

func (*TToolButton) ClassName

func (t *TToolButton) ClassName() string

func (*TToolButton) Click

func (t *TToolButton) Click()

func (*TToolButton) ClientHeight

func (t *TToolButton) ClientHeight() int32

func (*TToolButton) ClientRect

func (t *TToolButton) ClientRect() TRect

func (*TToolButton) ClientWidth

func (t *TToolButton) ClientWidth() int32

func (*TToolButton) ComponentCount

func (t *TToolButton) ComponentCount() int32

func (*TToolButton) ComponentIndex

func (t *TToolButton) ComponentIndex() int32

func (*TToolButton) Components

func (t *TToolButton) Components(AIndex int32) *TComponent

func (*TToolButton) Cursor

func (t *TToolButton) Cursor() TCursor

func (*TToolButton) CustomHint added in v1.1.0

func (t *TToolButton) CustomHint() *TCustomHint

func (*TToolButton) Down

func (t *TToolButton) Down() bool

func (*TToolButton) DropdownMenu

func (t *TToolButton) DropdownMenu() *TPopupMenu

func (*TToolButton) EnableDropdown

func (t *TToolButton) EnableDropdown() bool

func (*TToolButton) Enabled

func (t *TToolButton) Enabled() bool

func (*TToolButton) Equals

func (t *TToolButton) Equals(Obj IObject) bool

func (*TToolButton) ExplicitHeight

func (t *TToolButton) ExplicitHeight() int32

func (*TToolButton) ExplicitLeft

func (t *TToolButton) ExplicitLeft() int32

func (*TToolButton) ExplicitTop

func (t *TToolButton) ExplicitTop() int32

func (*TToolButton) ExplicitWidth

func (t *TToolButton) ExplicitWidth() int32

func (*TToolButton) FindComponent

func (t *TToolButton) FindComponent(AName string) *TComponent

func (*TToolButton) Free

func (t *TToolButton) Free()

func (*TToolButton) GetHashCode

func (t *TToolButton) GetHashCode() int32

func (*TToolButton) GetNamePath

func (t *TToolButton) GetNamePath() string

func (*TToolButton) GetTextBuf

func (t *TToolButton) GetTextBuf(Buffer string, BufSize int32) int32

func (*TToolButton) GetTextLen added in v1.1.0

func (t *TToolButton) GetTextLen() int32

func (*TToolButton) Grouped

func (t *TToolButton) Grouped() bool

func (*TToolButton) HasParent

func (t *TToolButton) HasParent() bool

func (*TToolButton) Height

func (t *TToolButton) Height() int32

func (*TToolButton) Hide

func (t *TToolButton) Hide()

func (*TToolButton) Hint

func (t *TToolButton) Hint() string

func (*TToolButton) ImageIndex

func (t *TToolButton) ImageIndex() int32

func (*TToolButton) Indeterminate

func (t *TToolButton) Indeterminate() bool

func (*TToolButton) Index

func (t *TToolButton) Index() int32

func (*TToolButton) Instance

func (t *TToolButton) Instance() uintptr

func (*TToolButton) Invalidate

func (t *TToolButton) Invalidate()

func (*TToolButton) IsValid

func (t *TToolButton) IsValid() bool

func (*TToolButton) Left

func (t *TToolButton) Left() int32

func (*TToolButton) Margins

func (t *TToolButton) Margins() *TMargins

func (*TToolButton) Marked

func (t *TToolButton) Marked() bool

func (*TToolButton) Name

func (t *TToolButton) Name() string

func (*TToolButton) Owner

func (t *TToolButton) Owner() *TComponent

func (*TToolButton) Parent

func (t *TToolButton) Parent() *TControl

func (*TToolButton) ParentShowHint

func (t *TToolButton) ParentShowHint() bool

func (*TToolButton) Perform

func (t *TToolButton) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TToolButton) PopupMenu

func (t *TToolButton) PopupMenu() *TPopupMenu

func (*TToolButton) Refresh

func (t *TToolButton) Refresh()

func (*TToolButton) Repaint

func (t *TToolButton) Repaint()

func (*TToolButton) SendToBack

func (t *TToolButton) SendToBack()

func (*TToolButton) SetAction

func (t *TToolButton) SetAction(value IComponent)

func (*TToolButton) SetAlign

func (t *TToolButton) SetAlign(value TAlign)

func (*TToolButton) SetAlignWithMargins

func (t *TToolButton) SetAlignWithMargins(value bool)

func (*TToolButton) SetAllowAllUp

func (t *TToolButton) SetAllowAllUp(value bool)

func (*TToolButton) SetAnchors

func (t *TToolButton) SetAnchors(value TAnchors)

func (*TToolButton) SetAutoSize

func (t *TToolButton) SetAutoSize(value bool)

func (*TToolButton) SetBiDiMode

func (t *TToolButton) SetBiDiMode(value TBiDiMode)

func (*TToolButton) SetBounds

func (t *TToolButton) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TToolButton) SetBoundsRect

func (t *TToolButton) SetBoundsRect(value TRect)

func (*TToolButton) SetCaption

func (t *TToolButton) SetCaption(value string)

func (*TToolButton) SetClientHeight

func (t *TToolButton) SetClientHeight(value int32)

func (*TToolButton) SetClientWidth

func (t *TToolButton) SetClientWidth(value int32)

func (*TToolButton) SetComponentIndex

func (t *TToolButton) SetComponentIndex(value int32)

func (*TToolButton) SetCursor

func (t *TToolButton) SetCursor(value TCursor)

func (*TToolButton) SetCustomHint added in v1.1.0

func (t *TToolButton) SetCustomHint(value IComponent)

func (*TToolButton) SetDown

func (t *TToolButton) SetDown(value bool)

func (*TToolButton) SetDropdownMenu

func (t *TToolButton) SetDropdownMenu(value IComponent)

func (*TToolButton) SetEnableDropdown

func (t *TToolButton) SetEnableDropdown(value bool)

func (*TToolButton) SetEnabled

func (t *TToolButton) SetEnabled(value bool)

func (*TToolButton) SetGrouped

func (t *TToolButton) SetGrouped(value bool)

func (*TToolButton) SetHeight

func (t *TToolButton) SetHeight(value int32)

func (*TToolButton) SetHint

func (t *TToolButton) SetHint(value string)

func (*TToolButton) SetImageIndex

func (t *TToolButton) SetImageIndex(value int32)

func (*TToolButton) SetIndeterminate

func (t *TToolButton) SetIndeterminate(value bool)

func (*TToolButton) SetLeft

func (t *TToolButton) SetLeft(value int32)

func (*TToolButton) SetMargins

func (t *TToolButton) SetMargins(value *TMargins)

func (*TToolButton) SetMarked

func (t *TToolButton) SetMarked(value bool)

func (*TToolButton) SetName

func (t *TToolButton) SetName(value string)

func (*TToolButton) SetOnClick

func (t *TToolButton) SetOnClick(fn TNotifyEvent)

func (*TToolButton) SetOnMouseDown

func (t *TToolButton) SetOnMouseDown(fn TMouseEvent)

func (*TToolButton) SetOnMouseEnter

func (t *TToolButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TToolButton) SetOnMouseLeave

func (t *TToolButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TToolButton) SetOnMouseMove

func (t *TToolButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TToolButton) SetOnMouseUp

func (t *TToolButton) SetOnMouseUp(fn TMouseEvent)

func (*TToolButton) SetParent

func (t *TToolButton) SetParent(value IControl)

func (*TToolButton) SetParentShowHint

func (t *TToolButton) SetParentShowHint(value bool)

func (*TToolButton) SetPopupMenu

func (t *TToolButton) SetPopupMenu(value IComponent)

func (*TToolButton) SetShowHint

func (t *TToolButton) SetShowHint(value bool)

func (*TToolButton) SetStyle

func (t *TToolButton) SetStyle(value TToolButtonStyle)

func (*TToolButton) SetStyleElements

func (t *TToolButton) SetStyleElements(value TStyleElements)

func (*TToolButton) SetTag

func (t *TToolButton) SetTag(value int)

func (*TToolButton) SetTop

func (t *TToolButton) SetTop(value int32)

func (*TToolButton) SetVisible

func (t *TToolButton) SetVisible(value bool)

func (*TToolButton) SetWidth

func (t *TToolButton) SetWidth(value int32)

func (*TToolButton) SetWrap

func (t *TToolButton) SetWrap(value bool)

func (*TToolButton) Show

func (t *TToolButton) Show()

func (*TToolButton) ShowHint

func (t *TToolButton) ShowHint() bool

func (*TToolButton) Style

func (t *TToolButton) Style() TToolButtonStyle

func (*TToolButton) StyleElements

func (t *TToolButton) StyleElements() TStyleElements

func (*TToolButton) Tag

func (t *TToolButton) Tag() int

func (*TToolButton) ToString

func (t *TToolButton) ToString() string

func (*TToolButton) Top

func (t *TToolButton) Top() int32

func (*TToolButton) Update

func (t *TToolButton) Update()

func (*TToolButton) Visible

func (t *TToolButton) Visible() bool

func (*TToolButton) Width

func (t *TToolButton) Width() int32

func (*TToolButton) Wrap

func (t *TToolButton) Wrap() bool

type TTrackBar

type TTrackBar struct {
	IControl
	// contains filtered or unexported fields
}

func NewTrackBar

func NewTrackBar(owner IComponent) *TTrackBar

func TrackBarFromInst

func TrackBarFromInst(inst uintptr) *TTrackBar

func TrackBarFromObj

func TrackBarFromObj(obj IObject) *TTrackBar

func (*TTrackBar) Action

func (t *TTrackBar) Action() *TAction

func (*TTrackBar) Align

func (t *TTrackBar) Align() TAlign

func (*TTrackBar) AlignWithMargins

func (t *TTrackBar) AlignWithMargins() bool

func (*TTrackBar) Anchors

func (t *TTrackBar) Anchors() TAnchors

func (*TTrackBar) Assign

func (t *TTrackBar) Assign(Source IObject)

func (*TTrackBar) BiDiMode

func (t *TTrackBar) BiDiMode() TBiDiMode

func (*TTrackBar) BorderWidth

func (t *TTrackBar) BorderWidth() int32

func (*TTrackBar) BoundsRect

func (t *TTrackBar) BoundsRect() TRect

func (*TTrackBar) BringToFront

func (t *TTrackBar) BringToFront()

func (*TTrackBar) Brush

func (t *TTrackBar) Brush() *TBrush

func (*TTrackBar) CanFocus

func (t *TTrackBar) CanFocus() bool

func (*TTrackBar) ClassName

func (t *TTrackBar) ClassName() string

func (*TTrackBar) ClientHeight

func (t *TTrackBar) ClientHeight() int32

func (*TTrackBar) ClientRect

func (t *TTrackBar) ClientRect() TRect

func (*TTrackBar) ClientWidth

func (t *TTrackBar) ClientWidth() int32

func (*TTrackBar) ComponentCount

func (t *TTrackBar) ComponentCount() int32

func (*TTrackBar) ComponentIndex

func (t *TTrackBar) ComponentIndex() int32

func (*TTrackBar) Components

func (t *TTrackBar) Components(AIndex int32) *TComponent

func (*TTrackBar) ControlCount

func (t *TTrackBar) ControlCount() int32

func (*TTrackBar) Controls

func (t *TTrackBar) Controls(Index int32) *TControl

func (*TTrackBar) Cursor

func (t *TTrackBar) Cursor() TCursor

func (*TTrackBar) CustomHint added in v1.1.0

func (t *TTrackBar) CustomHint() *TCustomHint

func (*TTrackBar) DoubleBuffered

func (t *TTrackBar) DoubleBuffered() bool

func (*TTrackBar) Enabled

func (t *TTrackBar) Enabled() bool

func (*TTrackBar) Equals

func (t *TTrackBar) Equals(Obj IObject) bool

func (*TTrackBar) ExplicitHeight

func (t *TTrackBar) ExplicitHeight() int32

func (*TTrackBar) ExplicitLeft

func (t *TTrackBar) ExplicitLeft() int32

func (*TTrackBar) ExplicitTop

func (t *TTrackBar) ExplicitTop() int32

func (*TTrackBar) ExplicitWidth

func (t *TTrackBar) ExplicitWidth() int32

func (*TTrackBar) FindComponent

func (t *TTrackBar) FindComponent(AName string) *TComponent

func (*TTrackBar) FlipChildren

func (t *TTrackBar) FlipChildren(AllLevels bool)

func (*TTrackBar) Focused

func (t *TTrackBar) Focused() bool

func (*TTrackBar) Free

func (t *TTrackBar) Free()

func (*TTrackBar) Frequency

func (t *TTrackBar) Frequency() int32

func (*TTrackBar) GetHashCode

func (t *TTrackBar) GetHashCode() int32

func (*TTrackBar) GetNamePath

func (t *TTrackBar) GetNamePath() string

func (*TTrackBar) GetTextBuf

func (t *TTrackBar) GetTextBuf(Buffer string, BufSize int32) int32

func (*TTrackBar) GetTextLen added in v1.1.0

func (t *TTrackBar) GetTextLen() int32

func (*TTrackBar) Handle

func (t *TTrackBar) Handle() HWND

func (*TTrackBar) HandleAllocated

func (t *TTrackBar) HandleAllocated() bool

func (*TTrackBar) HasParent

func (t *TTrackBar) HasParent() bool

func (*TTrackBar) Height

func (t *TTrackBar) Height() int32

func (*TTrackBar) Hide

func (t *TTrackBar) Hide()

func (*TTrackBar) Hint

func (t *TTrackBar) Hint() string

func (*TTrackBar) Instance

func (t *TTrackBar) Instance() uintptr

func (*TTrackBar) Invalidate

func (t *TTrackBar) Invalidate()

func (*TTrackBar) IsValid

func (t *TTrackBar) IsValid() bool

func (*TTrackBar) Left

func (t *TTrackBar) Left() int32

func (*TTrackBar) LineSize

func (t *TTrackBar) LineSize() int32

func (*TTrackBar) Margins

func (t *TTrackBar) Margins() *TMargins

func (*TTrackBar) Max

func (t *TTrackBar) Max() int32

func (*TTrackBar) Min

func (t *TTrackBar) Min() int32

func (*TTrackBar) Name

func (t *TTrackBar) Name() string

func (*TTrackBar) Orientation

func (t *TTrackBar) Orientation() TTrackBarOrientation

func (*TTrackBar) Owner

func (t *TTrackBar) Owner() *TComponent

func (*TTrackBar) PageSize

func (t *TTrackBar) PageSize() int32

func (*TTrackBar) Parent

func (t *TTrackBar) Parent() *TControl

func (*TTrackBar) ParentCtl3D

func (t *TTrackBar) ParentCtl3D() bool

func (*TTrackBar) ParentDoubleBuffered

func (t *TTrackBar) ParentDoubleBuffered() bool

func (*TTrackBar) ParentShowHint

func (t *TTrackBar) ParentShowHint() bool

func (*TTrackBar) ParentWindow

func (t *TTrackBar) ParentWindow() HWND

func (*TTrackBar) Perform

func (t *TTrackBar) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TTrackBar) PopupMenu

func (t *TTrackBar) PopupMenu() *TPopupMenu

func (*TTrackBar) Position

func (t *TTrackBar) Position() int32

func (*TTrackBar) PositionToolTip

func (t *TTrackBar) PositionToolTip() TPositionToolTip

func (*TTrackBar) Realign

func (t *TTrackBar) Realign()

func (*TTrackBar) Refresh

func (t *TTrackBar) Refresh()

func (*TTrackBar) Repaint

func (t *TTrackBar) Repaint()

func (*TTrackBar) ScaleBy

func (t *TTrackBar) ScaleBy(M int32, D int32)

func (*TTrackBar) SelEnd

func (t *TTrackBar) SelEnd() int32

func (*TTrackBar) SelStart

func (t *TTrackBar) SelStart() int32

func (*TTrackBar) SendToBack

func (t *TTrackBar) SendToBack()

func (*TTrackBar) SetAction

func (t *TTrackBar) SetAction(value IComponent)

func (*TTrackBar) SetAlign

func (t *TTrackBar) SetAlign(value TAlign)

func (*TTrackBar) SetAlignWithMargins

func (t *TTrackBar) SetAlignWithMargins(value bool)

func (*TTrackBar) SetAnchors

func (t *TTrackBar) SetAnchors(value TAnchors)

func (*TTrackBar) SetBiDiMode

func (t *TTrackBar) SetBiDiMode(value TBiDiMode)

func (*TTrackBar) SetBorderWidth

func (t *TTrackBar) SetBorderWidth(value int32)

func (*TTrackBar) SetBounds

func (t *TTrackBar) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TTrackBar) SetBoundsRect

func (t *TTrackBar) SetBoundsRect(value TRect)

func (*TTrackBar) SetClientHeight

func (t *TTrackBar) SetClientHeight(value int32)

func (*TTrackBar) SetClientWidth

func (t *TTrackBar) SetClientWidth(value int32)

func (*TTrackBar) SetComponentIndex

func (t *TTrackBar) SetComponentIndex(value int32)

func (*TTrackBar) SetCursor

func (t *TTrackBar) SetCursor(value TCursor)

func (*TTrackBar) SetCustomHint added in v1.1.0

func (t *TTrackBar) SetCustomHint(value IComponent)

func (*TTrackBar) SetDoubleBuffered

func (t *TTrackBar) SetDoubleBuffered(value bool)

func (*TTrackBar) SetEnabled

func (t *TTrackBar) SetEnabled(value bool)

func (*TTrackBar) SetFocus

func (t *TTrackBar) SetFocus()

func (*TTrackBar) SetFrequency

func (t *TTrackBar) SetFrequency(value int32)

func (*TTrackBar) SetHeight

func (t *TTrackBar) SetHeight(value int32)

func (*TTrackBar) SetHint

func (t *TTrackBar) SetHint(value string)

func (*TTrackBar) SetLeft

func (t *TTrackBar) SetLeft(value int32)

func (*TTrackBar) SetLineSize

func (t *TTrackBar) SetLineSize(value int32)

func (*TTrackBar) SetMargins

func (t *TTrackBar) SetMargins(value *TMargins)

func (*TTrackBar) SetMax

func (t *TTrackBar) SetMax(value int32)

func (*TTrackBar) SetMin

func (t *TTrackBar) SetMin(value int32)

func (*TTrackBar) SetName

func (t *TTrackBar) SetName(value string)

func (*TTrackBar) SetOnChange

func (t *TTrackBar) SetOnChange(fn TNotifyEvent)

func (*TTrackBar) SetOnEnter

func (t *TTrackBar) SetOnEnter(fn TNotifyEvent)

func (*TTrackBar) SetOnExit

func (t *TTrackBar) SetOnExit(fn TNotifyEvent)

func (*TTrackBar) SetOnKeyDown

func (t *TTrackBar) SetOnKeyDown(fn TKeyEvent)

func (*TTrackBar) SetOnKeyPress

func (t *TTrackBar) SetOnKeyPress(fn TKeyPressEvent)

func (*TTrackBar) SetOnKeyUp

func (t *TTrackBar) SetOnKeyUp(fn TKeyEvent)

func (*TTrackBar) SetOrientation

func (t *TTrackBar) SetOrientation(value TTrackBarOrientation)

func (*TTrackBar) SetPageSize

func (t *TTrackBar) SetPageSize(value int32)

func (*TTrackBar) SetParent

func (t *TTrackBar) SetParent(value IControl)

func (*TTrackBar) SetParentCtl3D

func (t *TTrackBar) SetParentCtl3D(value bool)

func (*TTrackBar) SetParentDoubleBuffered

func (t *TTrackBar) SetParentDoubleBuffered(value bool)

func (*TTrackBar) SetParentShowHint

func (t *TTrackBar) SetParentShowHint(value bool)

func (*TTrackBar) SetParentWindow

func (t *TTrackBar) SetParentWindow(value HWND)

func (*TTrackBar) SetPopupMenu

func (t *TTrackBar) SetPopupMenu(value IComponent)

func (*TTrackBar) SetPosition

func (t *TTrackBar) SetPosition(value int32)

func (*TTrackBar) SetPositionToolTip

func (t *TTrackBar) SetPositionToolTip(value TPositionToolTip)

func (*TTrackBar) SetSelEnd

func (t *TTrackBar) SetSelEnd(value int32)

func (*TTrackBar) SetSelStart

func (t *TTrackBar) SetSelStart(value int32)

func (*TTrackBar) SetShowHint

func (t *TTrackBar) SetShowHint(value bool)

func (*TTrackBar) SetShowSelRange

func (t *TTrackBar) SetShowSelRange(value bool)

func (*TTrackBar) SetSliderVisible

func (t *TTrackBar) SetSliderVisible(value bool)

func (*TTrackBar) SetStyleElements

func (t *TTrackBar) SetStyleElements(value TStyleElements)

func (*TTrackBar) SetTabOrder

func (t *TTrackBar) SetTabOrder(value uint16)

func (*TTrackBar) SetTabStop

func (t *TTrackBar) SetTabStop(value bool)

func (*TTrackBar) SetTag

func (t *TTrackBar) SetTag(value int)

func (*TTrackBar) SetThumbLength

func (t *TTrackBar) SetThumbLength(value int32)

func (*TTrackBar) SetTick

func (t *TTrackBar) SetTick(Value int32)

func (*TTrackBar) SetTickMarks

func (t *TTrackBar) SetTickMarks(value TTickMark)

func (*TTrackBar) SetTickStyle

func (t *TTrackBar) SetTickStyle(value TTickStyle)

func (*TTrackBar) SetTop

func (t *TTrackBar) SetTop(value int32)

func (*TTrackBar) SetVisible

func (t *TTrackBar) SetVisible(value bool)

func (*TTrackBar) SetWidth

func (t *TTrackBar) SetWidth(value int32)

func (*TTrackBar) Show

func (t *TTrackBar) Show()

func (*TTrackBar) ShowHint

func (t *TTrackBar) ShowHint() bool

func (*TTrackBar) ShowSelRange

func (t *TTrackBar) ShowSelRange() bool

func (*TTrackBar) SliderVisible

func (t *TTrackBar) SliderVisible() bool

func (*TTrackBar) StyleElements

func (t *TTrackBar) StyleElements() TStyleElements

func (*TTrackBar) TabOrder

func (t *TTrackBar) TabOrder() uint16

func (*TTrackBar) TabStop

func (t *TTrackBar) TabStop() bool

func (*TTrackBar) Tag

func (t *TTrackBar) Tag() int

func (*TTrackBar) ThumbLength

func (t *TTrackBar) ThumbLength() int32

func (*TTrackBar) TickMarks

func (t *TTrackBar) TickMarks() TTickMark

func (*TTrackBar) TickStyle

func (t *TTrackBar) TickStyle() TTickStyle

func (*TTrackBar) ToString

func (t *TTrackBar) ToString() string

func (*TTrackBar) Top

func (t *TTrackBar) Top() int32

func (*TTrackBar) Update

func (t *TTrackBar) Update()

func (*TTrackBar) Visible

func (t *TTrackBar) Visible() bool

func (*TTrackBar) Width

func (t *TTrackBar) Width() int32

type TTrayIcon

type TTrayIcon struct {
	IComponent
	// contains filtered or unexported fields
}

func NewTrayIcon

func NewTrayIcon(owner IComponent) *TTrayIcon

func TrayIconFromInst

func TrayIconFromInst(inst uintptr) *TTrayIcon

func TrayIconFromObj

func TrayIconFromObj(obj IObject) *TTrayIcon

func (*TTrayIcon) Animate

func (t *TTrayIcon) Animate() bool

func (*TTrayIcon) AnimateInterval

func (t *TTrayIcon) AnimateInterval() uint32

func (*TTrayIcon) Assign

func (t *TTrayIcon) Assign(Source IObject)

func (*TTrayIcon) BalloonFlags

func (t *TTrayIcon) BalloonFlags() TBalloonFlags

func (*TTrayIcon) BalloonHint

func (t *TTrayIcon) BalloonHint() string

func (*TTrayIcon) BalloonTimeout

func (t *TTrayIcon) BalloonTimeout() int32

func (*TTrayIcon) BalloonTitle

func (t *TTrayIcon) BalloonTitle() string

func (*TTrayIcon) ClassName

func (t *TTrayIcon) ClassName() string

func (*TTrayIcon) ComponentCount

func (t *TTrayIcon) ComponentCount() int32

func (*TTrayIcon) ComponentIndex

func (t *TTrayIcon) ComponentIndex() int32

func (*TTrayIcon) Components

func (t *TTrayIcon) Components(AIndex int32) *TComponent

func (*TTrayIcon) Equals

func (t *TTrayIcon) Equals(Obj IObject) bool

func (*TTrayIcon) FindComponent

func (t *TTrayIcon) FindComponent(AName string) *TComponent

func (*TTrayIcon) Free

func (t *TTrayIcon) Free()

func (*TTrayIcon) GetHashCode

func (t *TTrayIcon) GetHashCode() int32

func (*TTrayIcon) GetNamePath

func (t *TTrayIcon) GetNamePath() string

func (*TTrayIcon) HasParent

func (t *TTrayIcon) HasParent() bool

func (*TTrayIcon) Hint

func (t *TTrayIcon) Hint() string

func (*TTrayIcon) Icon

func (t *TTrayIcon) Icon() *TIcon

func (*TTrayIcon) IconIndex

func (t *TTrayIcon) IconIndex() int32

func (*TTrayIcon) Instance

func (t *TTrayIcon) Instance() uintptr

func (*TTrayIcon) IsValid

func (t *TTrayIcon) IsValid() bool

func (*TTrayIcon) Name

func (t *TTrayIcon) Name() string

func (*TTrayIcon) Owner

func (t *TTrayIcon) Owner() *TComponent

func (*TTrayIcon) PopupMenu

func (t *TTrayIcon) PopupMenu() *TPopupMenu

func (*TTrayIcon) Refresh

func (t *TTrayIcon) Refresh()

func (*TTrayIcon) SetAnimate

func (t *TTrayIcon) SetAnimate(value bool)

func (*TTrayIcon) SetAnimateInterval

func (t *TTrayIcon) SetAnimateInterval(value uint32)

func (*TTrayIcon) SetBalloonFlags

func (t *TTrayIcon) SetBalloonFlags(value TBalloonFlags)

func (*TTrayIcon) SetBalloonHint

func (t *TTrayIcon) SetBalloonHint(value string)

func (*TTrayIcon) SetBalloonTimeout

func (t *TTrayIcon) SetBalloonTimeout(value int32)

func (*TTrayIcon) SetBalloonTitle

func (t *TTrayIcon) SetBalloonTitle(value string)

func (*TTrayIcon) SetComponentIndex

func (t *TTrayIcon) SetComponentIndex(value int32)

func (*TTrayIcon) SetDefaultIcon

func (t *TTrayIcon) SetDefaultIcon()

func (*TTrayIcon) SetHint

func (t *TTrayIcon) SetHint(value string)

func (*TTrayIcon) SetIcon

func (t *TTrayIcon) SetIcon(value *TIcon)

func (*TTrayIcon) SetIconIndex

func (t *TTrayIcon) SetIconIndex(value int32)

func (*TTrayIcon) SetName

func (t *TTrayIcon) SetName(value string)

func (*TTrayIcon) SetOnBalloonClick

func (t *TTrayIcon) SetOnBalloonClick(fn TNotifyEvent)

func (*TTrayIcon) SetOnClick

func (t *TTrayIcon) SetOnClick(fn TNotifyEvent)

func (*TTrayIcon) SetOnDblClick

func (t *TTrayIcon) SetOnDblClick(fn TNotifyEvent)

func (*TTrayIcon) SetOnMouseDown

func (t *TTrayIcon) SetOnMouseDown(fn TMouseEvent)

func (*TTrayIcon) SetOnMouseMove

func (t *TTrayIcon) SetOnMouseMove(fn TMouseMoveEvent)

func (*TTrayIcon) SetOnMouseUp

func (t *TTrayIcon) SetOnMouseUp(fn TMouseEvent)

func (*TTrayIcon) SetPopupMenu

func (t *TTrayIcon) SetPopupMenu(value IComponent)

func (*TTrayIcon) SetTag

func (t *TTrayIcon) SetTag(value int)

func (*TTrayIcon) SetVisible

func (t *TTrayIcon) SetVisible(value bool)

func (*TTrayIcon) ShowBalloonHint

func (t *TTrayIcon) ShowBalloonHint()

func (*TTrayIcon) Tag

func (t *TTrayIcon) Tag() int

func (*TTrayIcon) ToString

func (t *TTrayIcon) ToString() string

func (*TTrayIcon) Visible

func (t *TTrayIcon) Visible() bool

type TTreeNode

type TTreeNode struct {
	IObject
	// contains filtered or unexported fields
}

func NewTreeNode

func NewTreeNode() *TTreeNode

func TreeNodeFromInst

func TreeNodeFromInst(inst uintptr) *TTreeNode

func TreeNodeFromObj

func TreeNodeFromObj(obj IObject) *TTreeNode

func (*TTreeNode) AbsoluteIndex

func (t *TTreeNode) AbsoluteIndex() int32

func (*TTreeNode) AlphaSort

func (t *TTreeNode) AlphaSort(ARecurse bool) bool

func (*TTreeNode) Assign

func (t *TTreeNode) Assign(Source IObject)

func (*TTreeNode) ClassName

func (t *TTreeNode) ClassName() string

func (*TTreeNode) Collapse

func (t *TTreeNode) Collapse(Recurse bool)

func (*TTreeNode) Count added in v1.1.3

func (t *TTreeNode) Count() int32

func (*TTreeNode) Cut

func (t *TTreeNode) Cut() bool

func (*TTreeNode) Data

func (t *TTreeNode) Data() uintptr

func (*TTreeNode) Delete

func (t *TTreeNode) Delete()

func (*TTreeNode) Deleting

func (t *TTreeNode) Deleting() bool

func (*TTreeNode) DisplayRect added in v1.1.3

func (t *TTreeNode) DisplayRect(TextOnly bool) TRect

func (*TTreeNode) DropTarget

func (t *TTreeNode) DropTarget() bool

func (*TTreeNode) EditText added in v1.1.0

func (t *TTreeNode) EditText() bool

func (*TTreeNode) Enabled

func (t *TTreeNode) Enabled() bool

func (*TTreeNode) Equals

func (t *TTreeNode) Equals(Obj IObject) bool

func (*TTreeNode) Expand

func (t *TTreeNode) Expand(Recurse bool)

func (*TTreeNode) Expanded

func (t *TTreeNode) Expanded() bool

func (*TTreeNode) ExpandedImageIndex

func (t *TTreeNode) ExpandedImageIndex() int32

func (*TTreeNode) Focused

func (t *TTreeNode) Focused() bool

func (*TTreeNode) Free

func (t *TTreeNode) Free()

func (*TTreeNode) GetHashCode

func (t *TTreeNode) GetHashCode() int32

func (*TTreeNode) GetNamePath

func (t *TTreeNode) GetNamePath() string

func (*TTreeNode) Handle

func (t *TTreeNode) Handle() HWND

func (*TTreeNode) HasChildren

func (t *TTreeNode) HasChildren() bool

func (*TTreeNode) ImageIndex

func (t *TTreeNode) ImageIndex() int32

func (*TTreeNode) Index

func (t *TTreeNode) Index() int32

func (*TTreeNode) IndexOf

func (t *TTreeNode) IndexOf(Value *TTreeNode) int32

func (*TTreeNode) Instance

func (t *TTreeNode) Instance() uintptr

func (*TTreeNode) IsValid

func (t *TTreeNode) IsValid() bool

func (*TTreeNode) IsVisible

func (t *TTreeNode) IsVisible() bool

func (*TTreeNode) Item

func (t *TTreeNode) Item(Index int32) *TTreeNode

func (*TTreeNode) ItemId

func (t *TTreeNode) ItemId() uintptr

func (*TTreeNode) Level

func (t *TTreeNode) Level() int32

func (*TTreeNode) MakeVisible

func (t *TTreeNode) MakeVisible()

func (*TTreeNode) MoveTo

func (t *TTreeNode) MoveTo(Destination *TTreeNode, Mode TNodeAttachMode)

func (*TTreeNode) OverlayIndex

func (t *TTreeNode) OverlayIndex() int32

func (*TTreeNode) Owner

func (t *TTreeNode) Owner() *TTreeNodes

func (*TTreeNode) Parent

func (t *TTreeNode) Parent() *TTreeNode

func (*TTreeNode) Selected

func (t *TTreeNode) Selected() bool

func (*TTreeNode) SelectedIndex

func (t *TTreeNode) SelectedIndex() int32

func (*TTreeNode) SetCut

func (t *TTreeNode) SetCut(value bool)

func (*TTreeNode) SetData

func (t *TTreeNode) SetData(value uintptr)

func (*TTreeNode) SetDropTarget

func (t *TTreeNode) SetDropTarget(value bool)

func (*TTreeNode) SetEnabled

func (t *TTreeNode) SetEnabled(value bool)

func (*TTreeNode) SetExpanded

func (t *TTreeNode) SetExpanded(value bool)

func (*TTreeNode) SetExpandedImageIndex

func (t *TTreeNode) SetExpandedImageIndex(value int32)

func (*TTreeNode) SetFocused

func (t *TTreeNode) SetFocused(value bool)

func (*TTreeNode) SetHasChildren

func (t *TTreeNode) SetHasChildren(value bool)

func (*TTreeNode) SetImageIndex

func (t *TTreeNode) SetImageIndex(value int32)

func (*TTreeNode) SetItem

func (t *TTreeNode) SetItem(Index int32, value *TTreeNode)

func (*TTreeNode) SetOverlayIndex

func (t *TTreeNode) SetOverlayIndex(value int32)

func (*TTreeNode) SetSelected

func (t *TTreeNode) SetSelected(value bool)

func (*TTreeNode) SetSelectedIndex

func (t *TTreeNode) SetSelectedIndex(value int32)

func (*TTreeNode) SetStateIndex

func (t *TTreeNode) SetStateIndex(value int32)

func (*TTreeNode) SetText

func (t *TTreeNode) SetText(value string)

func (*TTreeNode) StateIndex

func (t *TTreeNode) StateIndex() int32

func (*TTreeNode) Text

func (t *TTreeNode) Text() string

func (*TTreeNode) ToString

func (t *TTreeNode) ToString() string

type TTreeNodes

type TTreeNodes struct {
	IObject
	// contains filtered or unexported fields
}

func NewTreeNodes

func NewTreeNodes() *TTreeNodes

func TreeNodesFromInst

func TreeNodesFromInst(inst uintptr) *TTreeNodes

func TreeNodesFromObj

func TreeNodesFromObj(obj IObject) *TTreeNodes

func (*TTreeNodes) Add

func (t *TTreeNodes) Add(Sibling *TTreeNode, S string) *TTreeNode

func (*TTreeNodes) AddChild

func (t *TTreeNodes) AddChild(Parent *TTreeNode, S string) *TTreeNode

func (*TTreeNodes) AddChildFirst

func (t *TTreeNodes) AddChildFirst(Parent *TTreeNode, S string) *TTreeNode

func (*TTreeNodes) AddChildObject

func (t *TTreeNodes) AddChildObject(Parent *TTreeNode, S string, Ptr uintptr) *TTreeNode

func (*TTreeNodes) AddChildObjectFirst

func (t *TTreeNodes) AddChildObjectFirst(Parent *TTreeNode, S string, Ptr uintptr) *TTreeNode

func (*TTreeNodes) AddFirst

func (t *TTreeNodes) AddFirst(Sibling *TTreeNode, S string) *TTreeNode

func (*TTreeNodes) AddNode

func (t *TTreeNodes) AddNode(Node *TTreeNode, Relative *TTreeNode, S string, Ptr uintptr, Method TNodeAttachMode) *TTreeNode

func (*TTreeNodes) AddObject

func (t *TTreeNodes) AddObject(Sibling *TTreeNode, S string, Ptr uintptr) *TTreeNode

func (*TTreeNodes) AddObjectFirst

func (t *TTreeNodes) AddObjectFirst(Sibling *TTreeNode, S string, Ptr uintptr) *TTreeNode

func (*TTreeNodes) AlphaSort

func (t *TTreeNodes) AlphaSort(ARecurse bool) bool

func (*TTreeNodes) Assign

func (t *TTreeNodes) Assign(Source IObject)

func (*TTreeNodes) BeginUpdate

func (t *TTreeNodes) BeginUpdate()

func (*TTreeNodes) ClassName

func (t *TTreeNodes) ClassName() string

func (*TTreeNodes) Clear

func (t *TTreeNodes) Clear()

func (*TTreeNodes) Count added in v1.1.3

func (t *TTreeNodes) Count() int32

func (*TTreeNodes) Delete

func (t *TTreeNodes) Delete(Node *TTreeNode)

func (*TTreeNodes) EndUpdate

func (t *TTreeNodes) EndUpdate()

func (*TTreeNodes) Equals

func (t *TTreeNodes) Equals(Obj IObject) bool

func (*TTreeNodes) Free

func (t *TTreeNodes) Free()

func (*TTreeNodes) GetFirstNode

func (t *TTreeNodes) GetFirstNode() *TTreeNode

func (*TTreeNodes) GetHashCode

func (t *TTreeNodes) GetHashCode() int32

func (*TTreeNodes) GetNamePath

func (t *TTreeNodes) GetNamePath() string

func (*TTreeNodes) GetNode

func (t *TTreeNodes) GetNode(ItemId uintptr) *TTreeNode

func (*TTreeNodes) Handle

func (t *TTreeNodes) Handle() HWND

func (*TTreeNodes) Insert

func (t *TTreeNodes) Insert(Sibling *TTreeNode, S string) *TTreeNode

func (*TTreeNodes) InsertObject

func (t *TTreeNodes) InsertObject(Sibling *TTreeNode, S string, Ptr uintptr) *TTreeNode

func (*TTreeNodes) Instance

func (t *TTreeNodes) Instance() uintptr

func (*TTreeNodes) IsValid

func (t *TTreeNodes) IsValid() bool

func (*TTreeNodes) Item

func (t *TTreeNodes) Item(Index int32) *TTreeNode

func (*TTreeNodes) Owner

func (t *TTreeNodes) Owner() *TControl

func (*TTreeNodes) ToString

func (t *TTreeNodes) ToString() string

type TTreeView

type TTreeView struct {
	IControl
	// contains filtered or unexported fields
}

func NewTreeView

func NewTreeView(owner IComponent) *TTreeView

func TreeViewFromInst

func TreeViewFromInst(inst uintptr) *TTreeView

func TreeViewFromObj

func TreeViewFromObj(obj IObject) *TTreeView

func (*TTreeView) Action

func (t *TTreeView) Action() *TAction

func (*TTreeView) Align

func (t *TTreeView) Align() TAlign

func (*TTreeView) AlignWithMargins

func (t *TTreeView) AlignWithMargins() bool

func (*TTreeView) AlphaSort

func (t *TTreeView) AlphaSort(ARecurse bool) bool

func (*TTreeView) Anchors

func (t *TTreeView) Anchors() TAnchors

func (*TTreeView) Assign

func (t *TTreeView) Assign(Source IObject)

func (*TTreeView) AutoExpand

func (t *TTreeView) AutoExpand() bool

func (*TTreeView) BevelEdges

func (t *TTreeView) BevelEdges() TBevelEdges

func (*TTreeView) BevelInner

func (t *TTreeView) BevelInner() TBevelCut

func (*TTreeView) BevelKind

func (t *TTreeView) BevelKind() TBevelKind

func (*TTreeView) BevelOuter

func (t *TTreeView) BevelOuter() TBevelCut

func (*TTreeView) BiDiMode

func (t *TTreeView) BiDiMode() TBiDiMode

func (*TTreeView) BorderStyle

func (t *TTreeView) BorderStyle() TBorderStyle

func (*TTreeView) BorderWidth

func (t *TTreeView) BorderWidth() int32

func (*TTreeView) BoundsRect

func (t *TTreeView) BoundsRect() TRect

func (*TTreeView) BringToFront

func (t *TTreeView) BringToFront()

func (*TTreeView) Brush

func (t *TTreeView) Brush() *TBrush

func (*TTreeView) CanFocus

func (t *TTreeView) CanFocus() bool

func (*TTreeView) Canvas

func (t *TTreeView) Canvas() *TCanvas

func (*TTreeView) ChangeDelay

func (t *TTreeView) ChangeDelay() int32

func (*TTreeView) ClassName

func (t *TTreeView) ClassName() string

func (*TTreeView) ClearSelection

func (t *TTreeView) ClearSelection(KeepPrimary bool)

func (*TTreeView) ClientHeight

func (t *TTreeView) ClientHeight() int32

func (*TTreeView) ClientRect

func (t *TTreeView) ClientRect() TRect

func (*TTreeView) ClientWidth

func (t *TTreeView) ClientWidth() int32

func (*TTreeView) Color

func (t *TTreeView) Color() TColor

func (*TTreeView) ComponentCount

func (t *TTreeView) ComponentCount() int32

func (*TTreeView) ComponentIndex

func (t *TTreeView) ComponentIndex() int32

func (*TTreeView) Components

func (t *TTreeView) Components(AIndex int32) *TComponent

func (*TTreeView) ControlCount

func (t *TTreeView) ControlCount() int32

func (*TTreeView) Controls

func (t *TTreeView) Controls(Index int32) *TControl

func (*TTreeView) Cursor

func (t *TTreeView) Cursor() TCursor

func (*TTreeView) CustomHint added in v1.1.0

func (t *TTreeView) CustomHint() *TCustomHint

func (*TTreeView) CustomSort added in v1.0.4

func (t *TTreeView) CustomSort(SortProc PFNTVCOMPARE, Data int, ARecurse bool) bool

func (*TTreeView) Deselect

func (t *TTreeView) Deselect(Node *TTreeNode)

func (*TTreeView) DoubleBuffered

func (t *TTreeView) DoubleBuffered() bool

func (*TTreeView) DropTarget

func (t *TTreeView) DropTarget() *TTreeNode

func (*TTreeView) Enabled

func (t *TTreeView) Enabled() bool

func (*TTreeView) Equals

func (t *TTreeView) Equals(Obj IObject) bool

func (*TTreeView) ExplicitHeight

func (t *TTreeView) ExplicitHeight() int32

func (*TTreeView) ExplicitLeft

func (t *TTreeView) ExplicitLeft() int32

func (*TTreeView) ExplicitTop

func (t *TTreeView) ExplicitTop() int32

func (*TTreeView) ExplicitWidth

func (t *TTreeView) ExplicitWidth() int32

func (*TTreeView) FindComponent

func (t *TTreeView) FindComponent(AName string) *TComponent

func (*TTreeView) FindNextToSelect

func (t *TTreeView) FindNextToSelect() *TTreeNode

func (*TTreeView) FlipChildren

func (t *TTreeView) FlipChildren(AllLevels bool)

func (*TTreeView) Focused

func (t *TTreeView) Focused() bool

func (*TTreeView) Font

func (t *TTreeView) Font() *TFont

func (*TTreeView) Free

func (t *TTreeView) Free()

func (*TTreeView) FullCollapse

func (t *TTreeView) FullCollapse()

func (*TTreeView) FullExpand

func (t *TTreeView) FullExpand()

func (*TTreeView) GetHashCode

func (t *TTreeView) GetHashCode() int32

func (*TTreeView) GetNamePath

func (t *TTreeView) GetNamePath() string

func (*TTreeView) GetNodeAt

func (t *TTreeView) GetNodeAt(X int32, Y int32) *TTreeNode

func (*TTreeView) GetTextBuf

func (t *TTreeView) GetTextBuf(Buffer string, BufSize int32) int32

func (*TTreeView) GetTextLen added in v1.1.0

func (t *TTreeView) GetTextLen() int32

func (*TTreeView) Handle

func (t *TTreeView) Handle() HWND

func (*TTreeView) HandleAllocated

func (t *TTreeView) HandleAllocated() bool

func (*TTreeView) HasParent

func (t *TTreeView) HasParent() bool

func (*TTreeView) Height

func (t *TTreeView) Height() int32

func (*TTreeView) Hide

func (t *TTreeView) Hide()

func (*TTreeView) HideSelection

func (t *TTreeView) HideSelection() bool

func (*TTreeView) Hint

func (t *TTreeView) Hint() string

func (*TTreeView) HotTrack

func (t *TTreeView) HotTrack() bool

func (*TTreeView) Images

func (t *TTreeView) Images() *TImageList

func (*TTreeView) Indent

func (t *TTreeView) Indent() int32

func (*TTreeView) Instance

func (t *TTreeView) Instance() uintptr

func (*TTreeView) Invalidate

func (t *TTreeView) Invalidate()

func (*TTreeView) IsEditing

func (t *TTreeView) IsEditing() bool

func (*TTreeView) IsValid

func (t *TTreeView) IsValid() bool

func (*TTreeView) Items

func (t *TTreeView) Items() *TTreeNodes

func (*TTreeView) Left

func (t *TTreeView) Left() int32

func (*TTreeView) LoadFromFile

func (t *TTreeView) LoadFromFile(FileName string)

func (*TTreeView) LoadFromStream

func (t *TTreeView) LoadFromStream(Stream IObject)

func (*TTreeView) Margins

func (t *TTreeView) Margins() *TMargins

func (*TTreeView) MultiSelect

func (t *TTreeView) MultiSelect() bool

func (*TTreeView) MultiSelectStyle

func (t *TTreeView) MultiSelectStyle() TMultiSelectStyle

func (*TTreeView) Name

func (t *TTreeView) Name() string

func (*TTreeView) Owner

func (t *TTreeView) Owner() *TComponent

func (*TTreeView) Parent

func (t *TTreeView) Parent() *TControl

func (*TTreeView) ParentColor

func (t *TTreeView) ParentColor() bool

func (*TTreeView) ParentCtl3D

func (t *TTreeView) ParentCtl3D() bool

func (*TTreeView) ParentDoubleBuffered

func (t *TTreeView) ParentDoubleBuffered() bool

func (*TTreeView) ParentFont

func (t *TTreeView) ParentFont() bool

func (*TTreeView) ParentShowHint

func (t *TTreeView) ParentShowHint() bool

func (*TTreeView) ParentWindow

func (t *TTreeView) ParentWindow() HWND

func (*TTreeView) Perform

func (t *TTreeView) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TTreeView) PopupMenu

func (t *TTreeView) PopupMenu() *TPopupMenu

func (*TTreeView) ReadOnly

func (t *TTreeView) ReadOnly() bool

func (*TTreeView) Realign

func (t *TTreeView) Realign()

func (*TTreeView) Refresh

func (t *TTreeView) Refresh()

func (*TTreeView) Repaint

func (t *TTreeView) Repaint()

func (*TTreeView) RightClickSelect

func (t *TTreeView) RightClickSelect() bool

func (*TTreeView) RowSelect

func (t *TTreeView) RowSelect() bool

func (*TTreeView) SaveToFile

func (t *TTreeView) SaveToFile(FileName string)

func (*TTreeView) SaveToStream

func (t *TTreeView) SaveToStream(Stream IObject)

func (*TTreeView) ScaleBy

func (t *TTreeView) ScaleBy(M int32, D int32)

func (*TTreeView) Selected

func (t *TTreeView) Selected() *TTreeNode

func (*TTreeView) SelectionCount

func (t *TTreeView) SelectionCount() uint32

func (*TTreeView) Selections

func (t *TTreeView) Selections(Index int32) *TTreeNode

func (*TTreeView) SendToBack

func (t *TTreeView) SendToBack()

func (*TTreeView) SetAction

func (t *TTreeView) SetAction(value IComponent)

func (*TTreeView) SetAlign

func (t *TTreeView) SetAlign(value TAlign)

func (*TTreeView) SetAlignWithMargins

func (t *TTreeView) SetAlignWithMargins(value bool)

func (*TTreeView) SetAnchors

func (t *TTreeView) SetAnchors(value TAnchors)

func (*TTreeView) SetAutoExpand

func (t *TTreeView) SetAutoExpand(value bool)

func (*TTreeView) SetBevelEdges

func (t *TTreeView) SetBevelEdges(value TBevelEdges)

func (*TTreeView) SetBevelInner

func (t *TTreeView) SetBevelInner(value TBevelCut)

func (*TTreeView) SetBevelKind

func (t *TTreeView) SetBevelKind(value TBevelKind)

func (*TTreeView) SetBevelOuter

func (t *TTreeView) SetBevelOuter(value TBevelCut)

func (*TTreeView) SetBiDiMode

func (t *TTreeView) SetBiDiMode(value TBiDiMode)

func (*TTreeView) SetBorderStyle

func (t *TTreeView) SetBorderStyle(value TBorderStyle)

func (*TTreeView) SetBorderWidth

func (t *TTreeView) SetBorderWidth(value int32)

func (*TTreeView) SetBounds

func (t *TTreeView) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TTreeView) SetBoundsRect

func (t *TTreeView) SetBoundsRect(value TRect)

func (*TTreeView) SetChangeDelay

func (t *TTreeView) SetChangeDelay(value int32)

func (*TTreeView) SetClientHeight

func (t *TTreeView) SetClientHeight(value int32)

func (*TTreeView) SetClientWidth

func (t *TTreeView) SetClientWidth(value int32)

func (*TTreeView) SetColor

func (t *TTreeView) SetColor(value TColor)

func (*TTreeView) SetComponentIndex

func (t *TTreeView) SetComponentIndex(value int32)

func (*TTreeView) SetCursor

func (t *TTreeView) SetCursor(value TCursor)

func (*TTreeView) SetCustomHint added in v1.1.0

func (t *TTreeView) SetCustomHint(value IComponent)

func (*TTreeView) SetDoubleBuffered

func (t *TTreeView) SetDoubleBuffered(value bool)

func (*TTreeView) SetDropTarget

func (t *TTreeView) SetDropTarget(value *TTreeNode)

func (*TTreeView) SetEnabled

func (t *TTreeView) SetEnabled(value bool)

func (*TTreeView) SetFocus

func (t *TTreeView) SetFocus()

func (*TTreeView) SetFont

func (t *TTreeView) SetFont(value *TFont)

func (*TTreeView) SetHeight

func (t *TTreeView) SetHeight(value int32)

func (*TTreeView) SetHideSelection

func (t *TTreeView) SetHideSelection(value bool)

func (*TTreeView) SetHint

func (t *TTreeView) SetHint(value string)

func (*TTreeView) SetHotTrack

func (t *TTreeView) SetHotTrack(value bool)

func (*TTreeView) SetImages

func (t *TTreeView) SetImages(value IComponent)

func (*TTreeView) SetIndent

func (t *TTreeView) SetIndent(value int32)

func (*TTreeView) SetItems

func (t *TTreeView) SetItems(value *TTreeNodes)

func (*TTreeView) SetLeft

func (t *TTreeView) SetLeft(value int32)

func (*TTreeView) SetMargins

func (t *TTreeView) SetMargins(value *TMargins)

func (*TTreeView) SetMultiSelect

func (t *TTreeView) SetMultiSelect(value bool)

func (*TTreeView) SetMultiSelectStyle

func (t *TTreeView) SetMultiSelectStyle(value TMultiSelectStyle)

func (*TTreeView) SetName

func (t *TTreeView) SetName(value string)

func (*TTreeView) SetOnAdvancedCustomDraw added in v1.1.3

func (t *TTreeView) SetOnAdvancedCustomDraw(fn TTVAdvancedCustomDrawEvent)

func (*TTreeView) SetOnAdvancedCustomDrawItem added in v1.1.3

func (t *TTreeView) SetOnAdvancedCustomDrawItem(fn TTVAdvancedCustomDrawItemEvent)

func (*TTreeView) SetOnChange

func (t *TTreeView) SetOnChange(fn TTVChangedEvent)

func (*TTreeView) SetOnClick

func (t *TTreeView) SetOnClick(fn TNotifyEvent)

func (*TTreeView) SetOnCompare added in v1.0.4

func (t *TTreeView) SetOnCompare(fn TTVCompareEvent)

func (*TTreeView) SetOnDblClick

func (t *TTreeView) SetOnDblClick(fn TNotifyEvent)

func (*TTreeView) SetOnEnter

func (t *TTreeView) SetOnEnter(fn TNotifyEvent)

func (*TTreeView) SetOnExit

func (t *TTreeView) SetOnExit(fn TNotifyEvent)

func (*TTreeView) SetOnGetImageIndex added in v1.0.2

func (t *TTreeView) SetOnGetImageIndex(fn TTVExpandedEvent)

func (*TTreeView) SetOnGetSelectedIndex added in v1.0.2

func (t *TTreeView) SetOnGetSelectedIndex(fn TTVExpandedEvent)

func (*TTreeView) SetOnKeyDown

func (t *TTreeView) SetOnKeyDown(fn TKeyEvent)

func (*TTreeView) SetOnKeyPress

func (t *TTreeView) SetOnKeyPress(fn TKeyPressEvent)

func (*TTreeView) SetOnKeyUp

func (t *TTreeView) SetOnKeyUp(fn TKeyEvent)

func (*TTreeView) SetOnMouseDown

func (t *TTreeView) SetOnMouseDown(fn TMouseEvent)

func (*TTreeView) SetOnMouseEnter

func (t *TTreeView) SetOnMouseEnter(fn TNotifyEvent)

func (*TTreeView) SetOnMouseLeave

func (t *TTreeView) SetOnMouseLeave(fn TNotifyEvent)

func (*TTreeView) SetOnMouseMove

func (t *TTreeView) SetOnMouseMove(fn TMouseMoveEvent)

func (*TTreeView) SetOnMouseUp

func (t *TTreeView) SetOnMouseUp(fn TMouseEvent)

func (*TTreeView) SetParent

func (t *TTreeView) SetParent(value IControl)

func (*TTreeView) SetParentColor

func (t *TTreeView) SetParentColor(value bool)

func (*TTreeView) SetParentCtl3D

func (t *TTreeView) SetParentCtl3D(value bool)

func (*TTreeView) SetParentDoubleBuffered

func (t *TTreeView) SetParentDoubleBuffered(value bool)

func (*TTreeView) SetParentFont

func (t *TTreeView) SetParentFont(value bool)

func (*TTreeView) SetParentShowHint

func (t *TTreeView) SetParentShowHint(value bool)

func (*TTreeView) SetParentWindow

func (t *TTreeView) SetParentWindow(value HWND)

func (*TTreeView) SetPopupMenu

func (t *TTreeView) SetPopupMenu(value IComponent)

func (*TTreeView) SetReadOnly

func (t *TTreeView) SetReadOnly(value bool)

func (*TTreeView) SetRightClickSelect

func (t *TTreeView) SetRightClickSelect(value bool)

func (*TTreeView) SetRowSelect

func (t *TTreeView) SetRowSelect(value bool)

func (*TTreeView) SetSelected

func (t *TTreeView) SetSelected(value *TTreeNode)

func (*TTreeView) SetShowButtons

func (t *TTreeView) SetShowButtons(value bool)

func (*TTreeView) SetShowHint

func (t *TTreeView) SetShowHint(value bool)

func (*TTreeView) SetShowLines

func (t *TTreeView) SetShowLines(value bool)

func (*TTreeView) SetShowRoot

func (t *TTreeView) SetShowRoot(value bool)

func (*TTreeView) SetSortType

func (t *TTreeView) SetSortType(value TSortType)

func (*TTreeView) SetStateImages

func (t *TTreeView) SetStateImages(value IComponent)

func (*TTreeView) SetStyleElements

func (t *TTreeView) SetStyleElements(value TStyleElements)

func (*TTreeView) SetTabOrder

func (t *TTreeView) SetTabOrder(value uint16)

func (*TTreeView) SetTabStop

func (t *TTreeView) SetTabStop(value bool)

func (*TTreeView) SetTag

func (t *TTreeView) SetTag(value int)

func (*TTreeView) SetToolTips

func (t *TTreeView) SetToolTips(value bool)

func (*TTreeView) SetTop

func (t *TTreeView) SetTop(value int32)

func (*TTreeView) SetTopItem

func (t *TTreeView) SetTopItem(value *TTreeNode)

func (*TTreeView) SetVisible

func (t *TTreeView) SetVisible(value bool)

func (*TTreeView) SetWidth

func (t *TTreeView) SetWidth(value int32)

func (*TTreeView) Show

func (t *TTreeView) Show()

func (*TTreeView) ShowButtons

func (t *TTreeView) ShowButtons() bool

func (*TTreeView) ShowHint

func (t *TTreeView) ShowHint() bool

func (*TTreeView) ShowLines

func (t *TTreeView) ShowLines() bool

func (*TTreeView) ShowRoot

func (t *TTreeView) ShowRoot() bool

func (*TTreeView) SortType

func (t *TTreeView) SortType() TSortType

func (*TTreeView) StateImages

func (t *TTreeView) StateImages() *TImageList

func (*TTreeView) StyleElements

func (t *TTreeView) StyleElements() TStyleElements

func (*TTreeView) Subselect

func (t *TTreeView) Subselect(Node *TTreeNode, Validate bool)

func (*TTreeView) TabOrder

func (t *TTreeView) TabOrder() uint16

func (*TTreeView) TabStop

func (t *TTreeView) TabStop() bool

func (*TTreeView) Tag

func (t *TTreeView) Tag() int

func (*TTreeView) ToString

func (t *TTreeView) ToString() string

func (*TTreeView) ToolTips

func (t *TTreeView) ToolTips() bool

func (*TTreeView) Top

func (t *TTreeView) Top() int32

func (*TTreeView) TopItem

func (t *TTreeView) TopItem() *TTreeNode

func (*TTreeView) Update

func (t *TTreeView) Update()

func (*TTreeView) Visible

func (t *TTreeView) Visible() bool

func (*TTreeView) Width

func (t *TTreeView) Width() int32

type TUDClickEvent

type TUDClickEvent func(sender IObject, button TUDBtnType)

TUDClickEvent TUpDown TUDBtnType

type TUpDown

type TUpDown struct {
	IControl
	// contains filtered or unexported fields
}

func NewUpDown

func NewUpDown(owner IComponent) *TUpDown

func UpDownFromInst

func UpDownFromInst(inst uintptr) *TUpDown

func UpDownFromObj

func UpDownFromObj(obj IObject) *TUpDown

func (*TUpDown) Action

func (u *TUpDown) Action() *TAction

func (*TUpDown) Align

func (u *TUpDown) Align() TAlign

func (*TUpDown) AlignWithMargins

func (u *TUpDown) AlignWithMargins() bool

func (*TUpDown) Anchors

func (u *TUpDown) Anchors() TAnchors

func (*TUpDown) Assign

func (u *TUpDown) Assign(Source IObject)

func (*TUpDown) BiDiMode

func (u *TUpDown) BiDiMode() TBiDiMode

func (*TUpDown) BoundsRect

func (u *TUpDown) BoundsRect() TRect

func (*TUpDown) BringToFront

func (u *TUpDown) BringToFront()

func (*TUpDown) Brush

func (u *TUpDown) Brush() *TBrush

func (*TUpDown) CanFocus

func (u *TUpDown) CanFocus() bool

func (*TUpDown) ClassName

func (u *TUpDown) ClassName() string

func (*TUpDown) ClientHeight

func (u *TUpDown) ClientHeight() int32

func (*TUpDown) ClientRect

func (u *TUpDown) ClientRect() TRect

func (*TUpDown) ClientWidth

func (u *TUpDown) ClientWidth() int32

func (*TUpDown) ComponentCount

func (u *TUpDown) ComponentCount() int32

func (*TUpDown) ComponentIndex

func (u *TUpDown) ComponentIndex() int32

func (*TUpDown) Components

func (u *TUpDown) Components(AIndex int32) *TComponent

func (*TUpDown) ControlCount

func (u *TUpDown) ControlCount() int32

func (*TUpDown) Controls

func (u *TUpDown) Controls(Index int32) *TControl

func (*TUpDown) Cursor

func (u *TUpDown) Cursor() TCursor

func (*TUpDown) CustomHint added in v1.1.0

func (u *TUpDown) CustomHint() *TCustomHint

func (*TUpDown) DoubleBuffered

func (u *TUpDown) DoubleBuffered() bool

func (*TUpDown) Enabled

func (u *TUpDown) Enabled() bool

func (*TUpDown) Equals

func (u *TUpDown) Equals(Obj IObject) bool

func (*TUpDown) ExplicitHeight

func (u *TUpDown) ExplicitHeight() int32

func (*TUpDown) ExplicitLeft

func (u *TUpDown) ExplicitLeft() int32

func (*TUpDown) ExplicitTop

func (u *TUpDown) ExplicitTop() int32

func (*TUpDown) ExplicitWidth

func (u *TUpDown) ExplicitWidth() int32

func (*TUpDown) FindComponent

func (u *TUpDown) FindComponent(AName string) *TComponent

func (*TUpDown) FlipChildren

func (u *TUpDown) FlipChildren(AllLevels bool)

func (*TUpDown) Focused

func (u *TUpDown) Focused() bool

func (*TUpDown) Free

func (u *TUpDown) Free()

func (*TUpDown) GetHashCode

func (u *TUpDown) GetHashCode() int32

func (*TUpDown) GetNamePath

func (u *TUpDown) GetNamePath() string

func (*TUpDown) GetTextBuf

func (u *TUpDown) GetTextBuf(Buffer string, BufSize int32) int32

func (*TUpDown) GetTextLen added in v1.1.0

func (u *TUpDown) GetTextLen() int32

func (*TUpDown) Handle

func (u *TUpDown) Handle() HWND

func (*TUpDown) HandleAllocated

func (u *TUpDown) HandleAllocated() bool

func (*TUpDown) HasParent

func (u *TUpDown) HasParent() bool

func (*TUpDown) Height

func (u *TUpDown) Height() int32

func (*TUpDown) Hide

func (u *TUpDown) Hide()

func (*TUpDown) Hint

func (u *TUpDown) Hint() string

func (*TUpDown) Instance

func (u *TUpDown) Instance() uintptr

func (*TUpDown) Invalidate

func (u *TUpDown) Invalidate()

func (*TUpDown) IsValid

func (u *TUpDown) IsValid() bool

func (*TUpDown) Left

func (u *TUpDown) Left() int32

func (*TUpDown) Margins

func (u *TUpDown) Margins() *TMargins

func (*TUpDown) Max

func (u *TUpDown) Max() int32

func (*TUpDown) Min

func (u *TUpDown) Min() int32

func (*TUpDown) Name

func (u *TUpDown) Name() string

func (*TUpDown) Orientation

func (u *TUpDown) Orientation() TUDOrientation

func (*TUpDown) Owner

func (u *TUpDown) Owner() *TComponent

func (*TUpDown) Parent

func (u *TUpDown) Parent() *TControl

func (*TUpDown) ParentDoubleBuffered

func (u *TUpDown) ParentDoubleBuffered() bool

func (*TUpDown) ParentShowHint

func (u *TUpDown) ParentShowHint() bool

func (*TUpDown) ParentWindow

func (u *TUpDown) ParentWindow() HWND

func (*TUpDown) Perform

func (u *TUpDown) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TUpDown) PopupMenu

func (u *TUpDown) PopupMenu() *TPopupMenu

func (*TUpDown) Position

func (u *TUpDown) Position() int32

func (*TUpDown) Realign

func (u *TUpDown) Realign()

func (*TUpDown) Refresh

func (u *TUpDown) Refresh()

func (*TUpDown) Repaint

func (u *TUpDown) Repaint()

func (*TUpDown) ScaleBy

func (u *TUpDown) ScaleBy(M int32, D int32)

func (*TUpDown) SendToBack

func (u *TUpDown) SendToBack()

func (*TUpDown) SetAction

func (u *TUpDown) SetAction(value IComponent)

func (*TUpDown) SetAlign

func (u *TUpDown) SetAlign(value TAlign)

func (*TUpDown) SetAlignWithMargins

func (u *TUpDown) SetAlignWithMargins(value bool)

func (*TUpDown) SetAnchors

func (u *TUpDown) SetAnchors(value TAnchors)

func (*TUpDown) SetBiDiMode

func (u *TUpDown) SetBiDiMode(value TBiDiMode)

func (*TUpDown) SetBounds

func (u *TUpDown) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TUpDown) SetBoundsRect

func (u *TUpDown) SetBoundsRect(value TRect)

func (*TUpDown) SetClientHeight

func (u *TUpDown) SetClientHeight(value int32)

func (*TUpDown) SetClientWidth

func (u *TUpDown) SetClientWidth(value int32)

func (*TUpDown) SetComponentIndex

func (u *TUpDown) SetComponentIndex(value int32)

func (*TUpDown) SetCursor

func (u *TUpDown) SetCursor(value TCursor)

func (*TUpDown) SetCustomHint added in v1.1.0

func (u *TUpDown) SetCustomHint(value IComponent)

func (*TUpDown) SetDoubleBuffered

func (u *TUpDown) SetDoubleBuffered(value bool)

func (*TUpDown) SetEnabled

func (u *TUpDown) SetEnabled(value bool)

func (*TUpDown) SetFocus

func (u *TUpDown) SetFocus()

func (*TUpDown) SetHeight

func (u *TUpDown) SetHeight(value int32)

func (*TUpDown) SetHint

func (u *TUpDown) SetHint(value string)

func (*TUpDown) SetLeft

func (u *TUpDown) SetLeft(value int32)

func (*TUpDown) SetMargins

func (u *TUpDown) SetMargins(value *TMargins)

func (*TUpDown) SetMax

func (u *TUpDown) SetMax(value int32)

func (*TUpDown) SetMin

func (u *TUpDown) SetMin(value int32)

func (*TUpDown) SetName

func (u *TUpDown) SetName(value string)

func (*TUpDown) SetOnClick

func (u *TUpDown) SetOnClick(fn TUDClickEvent)

func (*TUpDown) SetOnEnter

func (u *TUpDown) SetOnEnter(fn TNotifyEvent)

func (*TUpDown) SetOnExit

func (u *TUpDown) SetOnExit(fn TNotifyEvent)

func (*TUpDown) SetOnMouseDown

func (u *TUpDown) SetOnMouseDown(fn TMouseEvent)

func (*TUpDown) SetOnMouseEnter

func (u *TUpDown) SetOnMouseEnter(fn TNotifyEvent)

func (*TUpDown) SetOnMouseLeave

func (u *TUpDown) SetOnMouseLeave(fn TNotifyEvent)

func (*TUpDown) SetOnMouseMove

func (u *TUpDown) SetOnMouseMove(fn TMouseMoveEvent)

func (*TUpDown) SetOnMouseUp

func (u *TUpDown) SetOnMouseUp(fn TMouseEvent)

func (*TUpDown) SetOrientation

func (u *TUpDown) SetOrientation(value TUDOrientation)

func (*TUpDown) SetParent

func (u *TUpDown) SetParent(value IControl)

func (*TUpDown) SetParentDoubleBuffered

func (u *TUpDown) SetParentDoubleBuffered(value bool)

func (*TUpDown) SetParentShowHint

func (u *TUpDown) SetParentShowHint(value bool)

func (*TUpDown) SetParentWindow

func (u *TUpDown) SetParentWindow(value HWND)

func (*TUpDown) SetPopupMenu

func (u *TUpDown) SetPopupMenu(value IComponent)

func (*TUpDown) SetPosition

func (u *TUpDown) SetPosition(value int32)

func (*TUpDown) SetShowHint

func (u *TUpDown) SetShowHint(value bool)

func (*TUpDown) SetStyleElements

func (u *TUpDown) SetStyleElements(value TStyleElements)

func (*TUpDown) SetTabOrder

func (u *TUpDown) SetTabOrder(value uint16)

func (*TUpDown) SetTabStop

func (u *TUpDown) SetTabStop(value bool)

func (*TUpDown) SetTag

func (u *TUpDown) SetTag(value int)

func (*TUpDown) SetTop

func (u *TUpDown) SetTop(value int32)

func (*TUpDown) SetVisible

func (u *TUpDown) SetVisible(value bool)

func (*TUpDown) SetWidth

func (u *TUpDown) SetWidth(value int32)

func (*TUpDown) SetWrap

func (u *TUpDown) SetWrap(value bool)

func (*TUpDown) Show

func (u *TUpDown) Show()

func (*TUpDown) ShowHint

func (u *TUpDown) ShowHint() bool

func (*TUpDown) StyleElements

func (u *TUpDown) StyleElements() TStyleElements

func (*TUpDown) TabOrder

func (u *TUpDown) TabOrder() uint16

func (*TUpDown) TabStop

func (u *TUpDown) TabStop() bool

func (*TUpDown) Tag

func (u *TUpDown) Tag() int

func (*TUpDown) ToString

func (u *TUpDown) ToString() string

func (*TUpDown) Top

func (u *TUpDown) Top() int32

func (*TUpDown) Update

func (u *TUpDown) Update()

func (*TUpDown) Visible

func (u *TUpDown) Visible() bool

func (*TUpDown) Width

func (u *TUpDown) Width() int32

func (*TUpDown) Wrap

func (u *TUpDown) Wrap() bool

Source Files

Directories

Path Synopsis
---------------------------------------- 加载文件或者内存中的窗口资源文件功能 本文件内部函数不在开源范围内 需要配合窗口设计器使用 Copyright © ying32.
---------------------------------------- 加载文件或者内存中的窗口资源文件功能 本文件内部函数不在开源范围内 需要配合窗口设计器使用 Copyright © ying32.
exts
skinh
skinsharp皮肤扩展接口 http://www.skinsharp.com/htdocs/index.htm skinsharp是收费的,这里只是头文件的导入。
skinsharp皮肤扩展接口 http://www.skinsharp.com/htdocs/index.htm skinsharp是收费的,这里只是头文件的导入。

Jump to

Keyboard shortcuts

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