vcl

package
v1.1.20 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2018 License: Apache-2.0 Imports: 11 Imported by: 1,113

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

func ExceptionClass() TClass

func InputBox

func InputBox(aCaption, aPrompt, aDefault string) string

func InputQuery

func InputQuery(aCaption, aPrompt string, value *string) bool

func MessageDlg

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

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

func SelectDirectory1

func SelectDirectory1(options TSelectDirOpts) (bool, string)

SelectDirectory1 选择目录

func SelectDirectory2

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

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

func ShowMessage

func ShowMessage(msg string)

ShowMessage 显示一个消息框

func TActionClass added in v1.1.18

func TActionClass() TClass

func TActionListClass added in v1.1.18

func TActionListClass() TClass

func TApplicationClass added in v1.1.18

func TApplicationClass() TClass

func TBalloonHintClass added in v1.1.18

func TBalloonHintClass() TClass

func TBevelClass added in v1.1.18

func TBevelClass() TClass

func TBitBtnClass added in v1.1.18

func TBitBtnClass() TClass

func TBitmapClass added in v1.1.18

func TBitmapClass() TClass

func TBoundLabelClass added in v1.1.19

func TBoundLabelClass() TClass

func TBrushClass added in v1.1.18

func TBrushClass() TClass

func TButtonClass added in v1.1.18

func TButtonClass() TClass

func TCanvasClass added in v1.1.18

func TCanvasClass() TClass

func TCategoryPanelClass added in v1.1.18

func TCategoryPanelClass() TClass

func TCategoryPanelGroupClass added in v1.1.18

func TCategoryPanelGroupClass() TClass

func TCheckBoxClass added in v1.1.18

func TCheckBoxClass() TClass

func TCheckListBoxClass added in v1.1.18

func TCheckListBoxClass() TClass

func TClipboardClass added in v1.1.18

func TClipboardClass() TClass

func TCollectionItemClass added in v1.1.18

func TCollectionItemClass() TClass

func TColorBoxClass added in v1.1.18

func TColorBoxClass() TClass

func TColorDialogClass added in v1.1.18

func TColorDialogClass() TClass

func TColorListBoxClass added in v1.1.18

func TColorListBoxClass() TClass

func TComboBoxClass added in v1.1.18

func TComboBoxClass() TClass

func TComponentClass added in v1.1.18

func TComponentClass() TClass

func TControlClass added in v1.1.18

func TControlClass() TClass

func TCoolBandClass added in v1.1.19

func TCoolBandClass() TClass

func TCoolBandsClass added in v1.1.19

func TCoolBandsClass() TClass

func TCoolBarClass added in v1.1.19

func TCoolBarClass() TClass

func TCustomHintClass added in v1.1.18

func TCustomHintClass() TClass

func TDateTimePickerClass added in v1.1.18

func TDateTimePickerClass() TClass

func TDragDockObjectClass added in v1.1.18

func TDragDockObjectClass() TClass

func TDragObjectClass added in v1.1.18

func TDragObjectClass() TClass

func TDrawGridClass added in v1.1.19

func TDrawGridClass() TClass

func TEditClass added in v1.1.18

func TEditClass() TClass

func TFindDialogClass added in v1.1.18

func TFindDialogClass() TClass

func TFlowPanelClass added in v1.1.19

func TFlowPanelClass() TClass

func TFontClass added in v1.1.18

func TFontClass() TClass

func TFontDialogClass added in v1.1.18

func TFontDialogClass() TClass

func TFormClass added in v1.1.18

func TFormClass() TClass

func TGIFFrameClass added in v1.1.18

func TGIFFrameClass() TClass

func TGIFImageClass added in v1.1.18

func TGIFImageClass() TClass

func TGaugeClass added in v1.1.18

func TGaugeClass() TClass

func TGraphicClass added in v1.1.18

func TGraphicClass() TClass

func TGroupBoxClass added in v1.1.18

func TGroupBoxClass() TClass

func THeaderControlClass added in v1.1.19

func THeaderControlClass() TClass

func THeaderSectionClass added in v1.1.19

func THeaderSectionClass() TClass

func THeaderSectionsClass added in v1.1.19

func THeaderSectionsClass() TClass

func THotKeyClass added in v1.1.18

func THotKeyClass() TClass

func TIconClass added in v1.1.18

func TIconClass() TClass

func TIconOptionsClass added in v1.1.18

func TIconOptionsClass() TClass

func TImageButtonClass added in v1.1.18

func TImageButtonClass() TClass

func TImageClass added in v1.1.18

func TImageClass() TClass

func TImageListClass added in v1.1.18

func TImageListClass() TClass

func TIniFileClass added in v1.1.18

func TIniFileClass() TClass

func TJPEGImageClass added in v1.1.18

func TJPEGImageClass() TClass

func TLabelClass added in v1.1.18

func TLabelClass() TClass

func TLabeledEditClass added in v1.1.19

func TLabeledEditClass() TClass

func TLinkLabelClass added in v1.1.18

func TLinkLabelClass() TClass

func TListBoxClass added in v1.1.18

func TListBoxClass() TClass

func TListClass added in v1.1.18

func TListClass() TClass

func TListColumnClass added in v1.1.18

func TListColumnClass() TClass

func TListColumnsClass added in v1.1.18

func TListColumnsClass() TClass

func TListGroupClass added in v1.1.18

func TListGroupClass() TClass

func TListGroupsClass added in v1.1.18

func TListGroupsClass() TClass

func TListItemClass added in v1.1.18

func TListItemClass() TClass

func TListItemsClass added in v1.1.18

func TListItemsClass() TClass

func TListViewClass added in v1.1.18

func TListViewClass() TClass

func TMainMenuClass added in v1.1.18

func TMainMenuClass() TClass

func TMarginsClass added in v1.1.18

func TMarginsClass() TClass

func TMaskEditClass added in v1.1.18

func TMaskEditClass() TClass

func TMemoClass added in v1.1.18

func TMemoClass() TClass

func TMemoryStreamClass added in v1.1.18

func TMemoryStreamClass() TClass

func TMenuItemClass added in v1.1.18

func TMenuItemClass() TClass

func TMonitorClass added in v1.1.18

func TMonitorClass() TClass

func TMonthCalColorsClass added in v1.1.18

func TMonthCalColorsClass() TClass

func TMonthCalendarClass added in v1.1.18

func TMonthCalendarClass() TClass

func TMouseClass added in v1.1.18

func TMouseClass() TClass

func TObjectClass added in v1.1.18

func TObjectClass() TClass

func TOpenDialogClass added in v1.1.18

func TOpenDialogClass() TClass

func TOpenPictureDialogClass added in v1.1.18

func TOpenPictureDialogClass() TClass

func TOpenTextFileDialogClass added in v1.1.18

func TOpenTextFileDialogClass() TClass

func TPageControlClass added in v1.1.18

func TPageControlClass() TClass

func TPageSetupDialogClass added in v1.1.18

func TPageSetupDialogClass() TClass

func TPaintBoxClass added in v1.1.18

func TPaintBoxClass() TClass

func TPanelClass added in v1.1.18

func TPanelClass() TClass

func TParaAttributesClass added in v1.1.18

func TParaAttributesClass() TClass

func TPenClass added in v1.1.18

func TPenClass() TClass

func TPictureClass added in v1.1.18

func TPictureClass() TClass

func TPngImageClass added in v1.1.18

func TPngImageClass() TClass

func TPopupMenuClass added in v1.1.18

func TPopupMenuClass() TClass

func TPrintDialogClass added in v1.1.18

func TPrintDialogClass() TClass

func TPrinterSetupDialogClass added in v1.1.18

func TPrinterSetupDialogClass() TClass

func TProgressBarClass added in v1.1.18

func TProgressBarClass() TClass

func TRadioButtonClass added in v1.1.18

func TRadioButtonClass() TClass

func TRadioGroupClass added in v1.1.18

func TRadioGroupClass() TClass

func TRegistryClass added in v1.1.18

func TRegistryClass() TClass

func TReplaceDialogClass added in v1.1.18

func TReplaceDialogClass() TClass

func TRichEditClass added in v1.1.18

func TRichEditClass() TClass

func TSaveDialogClass added in v1.1.18

func TSaveDialogClass() TClass

func TSavePictureDialogClass added in v1.1.18

func TSavePictureDialogClass() TClass

func TSaveTextFileDialogClass added in v1.1.18

func TSaveTextFileDialogClass() TClass

func TScreenClass added in v1.1.18

func TScreenClass() TClass

func TScrollBarClass added in v1.1.18

func TScrollBarClass() TClass

func TScrollBoxClass added in v1.1.18

func TScrollBoxClass() TClass

func TShapeClass added in v1.1.18

func TShapeClass() TClass

func TSpeedButtonClass added in v1.1.18

func TSpeedButtonClass() TClass

func TSplitterClass added in v1.1.18

func TSplitterClass() TClass

func TStaticTextClass added in v1.1.18

func TStaticTextClass() TClass

func TStatusBarClass added in v1.1.18

func TStatusBarClass() TClass

func TStatusPanelClass added in v1.1.18

func TStatusPanelClass() TClass

func TStatusPanelsClass added in v1.1.18

func TStatusPanelsClass() TClass

func TStringGridClass added in v1.1.19

func TStringGridClass() TClass

func TStringListClass added in v1.1.18

func TStringListClass() TClass

func TStringsClass added in v1.1.18

func TStringsClass() TClass

func TTabSheetClass added in v1.1.18

func TTabSheetClass() TClass

func TTextAttributesClass added in v1.1.18

func TTextAttributesClass() TClass

func TTimerClass added in v1.1.18

func TTimerClass() TClass

func TToolBarClass added in v1.1.18

func TToolBarClass() TClass

func TToolButtonClass added in v1.1.18

func TToolButtonClass() TClass

func TTrackBarClass added in v1.1.18

func TTrackBarClass() TClass

func TTrayIconClass added in v1.1.18

func TTrayIconClass() TClass

func TTreeNodeClass added in v1.1.18

func TTreeNodeClass() TClass

func TTreeNodesClass added in v1.1.18

func TTreeNodesClass() TClass

func TTreeViewClass added in v1.1.18

func TTreeViewClass() TClass

func TUpDownClass added in v1.1.18

func TUpDownClass() TClass

func TValueListEditorClass added in v1.1.19

func TValueListEditorClass() TClass

func TWinControlClass added in v1.1.18

func TWinControlClass() TClass

func ThreadSync

func ThreadSync(fn TThreadProc)

ThreadSync 主线程中执行

Types

type Exception

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

func ExceptionFromInst

func ExceptionFromInst(inst uintptr) *Exception

func ExceptionFromObj

func ExceptionFromObj(obj IObject) *Exception

func (*Exception) BaseException

func (e *Exception) BaseException() *Exception

func (*Exception) ClassName

func (e *Exception) ClassName() string

func (*Exception) ClassType added in v1.1.18

func (e *Exception) ClassType() TClass

func (*Exception) DisposeOf added in v1.1.18

func (e *Exception) DisposeOf()

func (*Exception) Equals

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

func (*Exception) GetHashCode

func (e *Exception) GetHashCode() int32

func (*Exception) InheritsFrom added in v1.1.18

func (e *Exception) InheritsFrom(AClass TClass) bool

func (*Exception) InnerException

func (e *Exception) InnerException() *Exception

func (*Exception) Instance

func (e *Exception) Instance() uintptr

func (*Exception) InstanceSize added in v1.1.18

func (e *Exception) InstanceSize() int32

func (*Exception) IsValid

func (e *Exception) IsValid() bool

func (*Exception) Message

func (e *Exception) Message() string

func (*Exception) SetMessage

func (e *Exception) SetMessage(value string)

func (*Exception) StackInfo

func (e *Exception) StackInfo() uintptr

func (*Exception) StackTrace

func (e *Exception) StackTrace() string

func (*Exception) ToString

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)

	SetBounds(int32, int32, int32, int32)
}

type IObject

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

IObject 共公的对象接口

type IWinControl added in v1.1.18

type IWinControl interface {
	IControl
	Parent() *TWinControl
	SetParent(IWinControl)
}

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) ClassType added in v1.1.18

func (a *TAction) ClassType() TClass

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) DisposeOf added in v1.1.18

func (a *TAction) DisposeOf()

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) InheritsFrom added in v1.1.18

func (a *TAction) InheritsFrom(AClass TClass) bool

func (*TAction) Instance

func (a *TAction) Instance() uintptr

func (*TAction) InstanceSize added in v1.1.18

func (a *TAction) InstanceSize() int32

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) ClassType added in v1.1.18

func (a *TActionList) ClassType() TClass

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) DisposeOf added in v1.1.18

func (a *TActionList) DisposeOf()

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) InheritsFrom added in v1.1.18

func (a *TActionList) InheritsFrom(AClass TClass) bool

func (*TActionList) Instance

func (a *TActionList) Instance() uintptr

func (*TActionList) InstanceSize added in v1.1.18

func (a *TActionList) InstanceSize() int32

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) ClassType added in v1.1.18

func (a *TApplication) ClassType() TClass

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(fields ...interface{}) *TForm

CreateForm 一般不建议使用 NewForm,而优先使用CreateForm 这里要做兼容 len(fields) = 1

这时,可不加载窗口的资源文件,自己构造一种,如下:

type TForm1 struct {
   *vcl.TForm // 必须首个,无需命名,否则失败。
   Button1 *vcl.TButton
}

var form1 *vcl.TForm1

vcl.Application.Create(&form1)

len(fields) = 2, 首个参数为:文件名或者字节, 第二个参数为输出的目标

目前只支持libvcl的,主要是解决dpi问题。

func (*TApplication) CreateFormFromBytes deprecated

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

Deprecated: Use Application.CreateForm instead.

func (*TApplication) CreateFormFromFile

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

CreateFormFromFile Deprecated: Use Application.CreateForm instead.

func (*TApplication) CreateFormFromStream deprecated

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

Deprecated: Use Application.CreateForm instead.

func (*TApplication) DialogHandle

func (a *TApplication) DialogHandle() HWND

func (*TApplication) DisposeOf added in v1.1.18

func (a *TApplication) DisposeOf()

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) InheritsFrom added in v1.1.18

func (a *TApplication) InheritsFrom(AClass TClass) bool

func (*TApplication) Initialize

func (a *TApplication) Initialize()

func (*TApplication) Instance

func (a *TApplication) Instance() uintptr

func (*TApplication) InstanceSize added in v1.1.18

func (a *TApplication) InstanceSize() int32

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

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

func (a *TApplication) SetOnHelp(fn THelpEvent)

func (*TApplication) SetOnHint

func (a *TApplication) SetOnHint(fn TNotifyEvent)

func (*TApplication) SetOnMessage

func (a *TApplication) SetOnMessage(fn TMessageEvent)

func (*TApplication) SetOnMinimize

func (a *TApplication) SetOnMinimize(fn TNotifyEvent)

func (*TApplication) SetOnRestore

func (a *TApplication) SetOnRestore(fn TNotifyEvent)

func (*TApplication) SetOnShortCut

func (a *TApplication) SetOnShortCut(fn TShortCutEvent)

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) ClassType added in v1.1.18

func (b *TBalloonHint) ClassType() TClass

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) DisposeOf added in v1.1.18

func (b *TBalloonHint) DisposeOf()

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) InheritsFrom added in v1.1.18

func (b *TBalloonHint) InheritsFrom(AClass TClass) bool

func (*TBalloonHint) Instance

func (b *TBalloonHint) Instance() uintptr

func (*TBalloonHint) InstanceSize added in v1.1.18

func (b *TBalloonHint) InstanceSize() int32

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

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

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

func BevelFromInst

func BevelFromInst(inst uintptr) *TBevel

func BevelFromObj

func BevelFromObj(obj IObject) *TBevel

func NewBevel

func NewBevel(owner IComponent) *TBevel

func (*TBevel) Action

func (b *TBevel) Action() *TAction

func (*TBevel) Align

func (b *TBevel) Align() TAlign

func (*TBevel) AlignWithMargins

func (b *TBevel) AlignWithMargins() bool

func (*TBevel) Anchors

func (b *TBevel) Anchors() TAnchors

func (*TBevel) Assign

func (b *TBevel) Assign(Source IObject)

func (*TBevel) BiDiMode

func (b *TBevel) BiDiMode() TBiDiMode

func (*TBevel) BoundsRect

func (b *TBevel) BoundsRect() TRect

func (*TBevel) BringToFront

func (b *TBevel) BringToFront()

func (*TBevel) ClassName

func (b *TBevel) ClassName() string

func (*TBevel) ClassType added in v1.1.18

func (b *TBevel) ClassType() TClass

func (*TBevel) ClientHeight

func (b *TBevel) ClientHeight() int32

func (*TBevel) ClientRect

func (b *TBevel) ClientRect() TRect

func (*TBevel) ClientToParent

func (b *TBevel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TBevel) ClientToScreen

func (b *TBevel) ClientToScreen(Point TPoint) TPoint

func (*TBevel) ClientWidth

func (b *TBevel) ClientWidth() int32

func (*TBevel) ComponentCount

func (b *TBevel) ComponentCount() int32

func (*TBevel) ComponentIndex

func (b *TBevel) ComponentIndex() int32

func (*TBevel) Components

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

func (*TBevel) Cursor

func (b *TBevel) Cursor() TCursor

func (*TBevel) CustomHint

func (b *TBevel) CustomHint() *TCustomHint

func (*TBevel) DisposeOf added in v1.1.18

func (b *TBevel) DisposeOf()

func (*TBevel) Dragging

func (b *TBevel) Dragging() bool

func (*TBevel) Enabled

func (b *TBevel) Enabled() bool

func (*TBevel) Equals

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

func (*TBevel) ExplicitHeight

func (b *TBevel) ExplicitHeight() int32

func (*TBevel) ExplicitLeft

func (b *TBevel) ExplicitLeft() int32

func (*TBevel) ExplicitTop

func (b *TBevel) ExplicitTop() int32

func (*TBevel) ExplicitWidth

func (b *TBevel) ExplicitWidth() int32

func (*TBevel) FindComponent

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

func (*TBevel) Floating

func (b *TBevel) Floating() bool

func (*TBevel) Free

func (b *TBevel) Free()

func (*TBevel) GetHashCode

func (b *TBevel) GetHashCode() int32

func (*TBevel) GetNamePath

func (b *TBevel) GetNamePath() string

func (*TBevel) GetTextBuf

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

func (*TBevel) GetTextLen

func (b *TBevel) GetTextLen() int32

func (*TBevel) HasParent

func (b *TBevel) HasParent() bool

func (*TBevel) Height

func (b *TBevel) Height() int32

func (*TBevel) Hide

func (b *TBevel) Hide()

func (*TBevel) Hint

func (b *TBevel) Hint() string

func (*TBevel) InheritsFrom added in v1.1.18

func (b *TBevel) InheritsFrom(AClass TClass) bool

func (*TBevel) Instance

func (b *TBevel) Instance() uintptr

func (*TBevel) InstanceSize added in v1.1.18

func (b *TBevel) InstanceSize() int32

func (*TBevel) Invalidate

func (b *TBevel) Invalidate()

func (*TBevel) IsValid

func (b *TBevel) IsValid() bool

func (*TBevel) Left

func (b *TBevel) Left() int32

func (*TBevel) Margins

func (b *TBevel) Margins() *TMargins

func (*TBevel) Name

func (b *TBevel) Name() string

func (*TBevel) Owner

func (b *TBevel) Owner() *TComponent

func (*TBevel) Parent

func (b *TBevel) Parent() *TWinControl

func (*TBevel) ParentShowHint

func (b *TBevel) ParentShowHint() bool

func (*TBevel) ParentToClient

func (b *TBevel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TBevel) Perform

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

func (*TBevel) Refresh

func (b *TBevel) Refresh()

func (*TBevel) Repaint

func (b *TBevel) Repaint()

func (*TBevel) ScreenToClient

func (b *TBevel) ScreenToClient(Point TPoint) TPoint

func (*TBevel) SendToBack

func (b *TBevel) SendToBack()

func (*TBevel) SetAction

func (b *TBevel) SetAction(value IComponent)

func (*TBevel) SetAlign

func (b *TBevel) SetAlign(value TAlign)

func (*TBevel) SetAlignWithMargins

func (b *TBevel) SetAlignWithMargins(value bool)

func (*TBevel) SetAnchors

func (b *TBevel) SetAnchors(value TAnchors)

func (*TBevel) SetBiDiMode

func (b *TBevel) SetBiDiMode(value TBiDiMode)

func (*TBevel) SetBounds

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

func (*TBevel) SetBoundsRect

func (b *TBevel) SetBoundsRect(value TRect)

func (*TBevel) SetClientHeight

func (b *TBevel) SetClientHeight(value int32)

func (*TBevel) SetClientWidth

func (b *TBevel) SetClientWidth(value int32)

func (*TBevel) SetComponentIndex

func (b *TBevel) SetComponentIndex(value int32)

func (*TBevel) SetCursor

func (b *TBevel) SetCursor(value TCursor)

func (*TBevel) SetCustomHint

func (b *TBevel) SetCustomHint(value IComponent)

func (*TBevel) SetEnabled

func (b *TBevel) SetEnabled(value bool)

func (*TBevel) SetHeight

func (b *TBevel) SetHeight(value int32)

func (*TBevel) SetHint

func (b *TBevel) SetHint(value string)

func (*TBevel) SetLeft

func (b *TBevel) SetLeft(value int32)

func (*TBevel) SetMargins

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

func (*TBevel) SetName

func (b *TBevel) SetName(value string)

func (*TBevel) SetParent

func (b *TBevel) SetParent(value IWinControl)

func (*TBevel) SetParentShowHint

func (b *TBevel) SetParentShowHint(value bool)

func (*TBevel) SetShape

func (b *TBevel) SetShape(value TBevelShape)

func (*TBevel) SetShowHint

func (b *TBevel) SetShowHint(value bool)

func (*TBevel) SetStyle

func (b *TBevel) SetStyle(value TBevelStyle)

func (*TBevel) SetStyleElements

func (b *TBevel) SetStyleElements(value TStyleElements)

func (*TBevel) SetTag

func (b *TBevel) SetTag(value int)

func (*TBevel) SetTop

func (b *TBevel) SetTop(value int32)

func (*TBevel) SetVisible

func (b *TBevel) SetVisible(value bool)

func (*TBevel) SetWidth

func (b *TBevel) SetWidth(value int32)

func (*TBevel) Shape

func (b *TBevel) Shape() TBevelShape

func (*TBevel) Show

func (b *TBevel) Show()

func (*TBevel) ShowHint

func (b *TBevel) ShowHint() bool

func (*TBevel) Style

func (b *TBevel) Style() TBevelStyle

func (*TBevel) StyleElements

func (b *TBevel) StyleElements() TStyleElements

func (*TBevel) Tag

func (b *TBevel) Tag() int

func (*TBevel) ToString

func (b *TBevel) ToString() string

func (*TBevel) Top

func (b *TBevel) Top() int32

func (*TBevel) Update

func (b *TBevel) Update()

func (*TBevel) Visible

func (b *TBevel) Visible() bool

func (*TBevel) Width

func (b *TBevel) Width() int32

type TBitBtn

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

func BitBtnFromInst

func BitBtnFromInst(inst uintptr) *TBitBtn

func BitBtnFromObj

func BitBtnFromObj(obj IObject) *TBitBtn

func NewBitBtn

func NewBitBtn(owner IComponent) *TBitBtn

func (*TBitBtn) Action

func (b *TBitBtn) Action() *TAction

func (*TBitBtn) Align

func (b *TBitBtn) Align() TAlign

func (*TBitBtn) AlignWithMargins

func (b *TBitBtn) AlignWithMargins() bool

func (*TBitBtn) Anchors

func (b *TBitBtn) Anchors() TAnchors

func (*TBitBtn) Assign

func (b *TBitBtn) Assign(Source IObject)

func (*TBitBtn) BiDiMode

func (b *TBitBtn) BiDiMode() TBiDiMode

func (*TBitBtn) BoundsRect

func (b *TBitBtn) BoundsRect() TRect

func (*TBitBtn) BringToFront

func (b *TBitBtn) BringToFront()

func (*TBitBtn) Brush

func (b *TBitBtn) Brush() *TBrush

func (*TBitBtn) CanFocus

func (b *TBitBtn) CanFocus() bool

func (*TBitBtn) Cancel

func (b *TBitBtn) Cancel() bool

func (*TBitBtn) Caption

func (b *TBitBtn) Caption() string

func (*TBitBtn) ClassName

func (b *TBitBtn) ClassName() string

func (*TBitBtn) ClassType added in v1.1.18

func (b *TBitBtn) ClassType() TClass

func (*TBitBtn) Click

func (b *TBitBtn) Click()

func (*TBitBtn) ClientHeight

func (b *TBitBtn) ClientHeight() int32

func (*TBitBtn) ClientRect

func (b *TBitBtn) ClientRect() TRect

func (*TBitBtn) ClientToParent

func (b *TBitBtn) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TBitBtn) ClientToScreen

func (b *TBitBtn) ClientToScreen(Point TPoint) TPoint

func (*TBitBtn) ClientWidth

func (b *TBitBtn) ClientWidth() int32

func (*TBitBtn) CommandLinkHint

func (b *TBitBtn) CommandLinkHint() string

func (*TBitBtn) ComponentCount

func (b *TBitBtn) ComponentCount() int32

func (*TBitBtn) ComponentIndex

func (b *TBitBtn) ComponentIndex() int32

func (*TBitBtn) Components

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

func (*TBitBtn) ControlCount

func (b *TBitBtn) ControlCount() int32

func (*TBitBtn) Controls

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

func (*TBitBtn) Cursor

func (b *TBitBtn) Cursor() TCursor

func (*TBitBtn) CustomHint

func (b *TBitBtn) CustomHint() *TCustomHint

func (*TBitBtn) Default

func (b *TBitBtn) Default() bool

func (*TBitBtn) DisabledImageIndex

func (b *TBitBtn) DisabledImageIndex() int32

func (*TBitBtn) DisposeOf added in v1.1.18

func (b *TBitBtn) DisposeOf()

func (*TBitBtn) DockSite

func (b *TBitBtn) DockSite() bool

func (*TBitBtn) DoubleBuffered

func (b *TBitBtn) DoubleBuffered() bool

func (*TBitBtn) DragCursor

func (b *TBitBtn) DragCursor() TCursor

func (*TBitBtn) DragKind

func (b *TBitBtn) DragKind() TDragKind

func (*TBitBtn) DragMode

func (b *TBitBtn) DragMode() TDragMode

func (*TBitBtn) Dragging

func (b *TBitBtn) Dragging() bool

func (*TBitBtn) ElevationRequired

func (b *TBitBtn) ElevationRequired() bool

func (*TBitBtn) Enabled

func (b *TBitBtn) Enabled() bool

func (*TBitBtn) Equals

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

func (*TBitBtn) ExplicitHeight

func (b *TBitBtn) ExplicitHeight() int32

func (*TBitBtn) ExplicitLeft

func (b *TBitBtn) ExplicitLeft() int32

func (*TBitBtn) ExplicitTop

func (b *TBitBtn) ExplicitTop() int32

func (*TBitBtn) ExplicitWidth

func (b *TBitBtn) ExplicitWidth() int32

func (*TBitBtn) FindComponent

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

func (*TBitBtn) FlipChildren

func (b *TBitBtn) FlipChildren(AllLevels bool)

func (*TBitBtn) Floating

func (b *TBitBtn) Floating() bool

func (*TBitBtn) Focused

func (b *TBitBtn) Focused() bool

func (*TBitBtn) Font

func (b *TBitBtn) Font() *TFont

func (*TBitBtn) Free

func (b *TBitBtn) Free()

func (*TBitBtn) GetHashCode

func (b *TBitBtn) GetHashCode() int32

func (*TBitBtn) GetNamePath

func (b *TBitBtn) GetNamePath() string

func (*TBitBtn) GetTextBuf

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

func (*TBitBtn) GetTextLen

func (b *TBitBtn) GetTextLen() int32

func (*TBitBtn) Glyph

func (b *TBitBtn) Glyph() *TBitmap

func (*TBitBtn) Handle

func (b *TBitBtn) Handle() HWND

func (*TBitBtn) HandleAllocated

func (b *TBitBtn) HandleAllocated() bool

func (*TBitBtn) HasParent

func (b *TBitBtn) HasParent() bool

func (*TBitBtn) Height

func (b *TBitBtn) Height() int32

func (*TBitBtn) Hide

func (b *TBitBtn) Hide()

func (*TBitBtn) Hint

func (b *TBitBtn) Hint() string

func (*TBitBtn) HotImageIndex

func (b *TBitBtn) HotImageIndex() int32

func (*TBitBtn) ImageAlignment

func (b *TBitBtn) ImageAlignment() TImageAlignment

func (*TBitBtn) ImageIndex

func (b *TBitBtn) ImageIndex() int32

func (*TBitBtn) Images

func (b *TBitBtn) Images() *TImageList

func (*TBitBtn) InheritsFrom added in v1.1.18

func (b *TBitBtn) InheritsFrom(AClass TClass) bool

func (*TBitBtn) Instance

func (b *TBitBtn) Instance() uintptr

func (*TBitBtn) InstanceSize added in v1.1.18

func (b *TBitBtn) InstanceSize() int32

func (*TBitBtn) Invalidate

func (b *TBitBtn) Invalidate()

func (*TBitBtn) IsValid

func (b *TBitBtn) IsValid() bool

func (*TBitBtn) Kind

func (b *TBitBtn) Kind() TBitBtnKind

func (*TBitBtn) Layout

func (b *TBitBtn) Layout() TButtonLayout

func (*TBitBtn) Left

func (b *TBitBtn) Left() int32

func (*TBitBtn) Margins

func (b *TBitBtn) Margins() *TMargins

func (*TBitBtn) ModalResult

func (b *TBitBtn) ModalResult() TModalResult

func (*TBitBtn) Name

func (b *TBitBtn) Name() string

func (*TBitBtn) NumGlyphs

func (b *TBitBtn) NumGlyphs() TNumGlyphs

func (*TBitBtn) Owner

func (b *TBitBtn) Owner() *TComponent

func (*TBitBtn) Parent

func (b *TBitBtn) Parent() *TWinControl

func (*TBitBtn) ParentDoubleBuffered

func (b *TBitBtn) ParentDoubleBuffered() bool

func (*TBitBtn) ParentFont

func (b *TBitBtn) ParentFont() bool

func (*TBitBtn) ParentShowHint

func (b *TBitBtn) ParentShowHint() bool

func (*TBitBtn) ParentToClient

func (b *TBitBtn) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TBitBtn) ParentWindow

func (b *TBitBtn) ParentWindow() HWND

func (*TBitBtn) Perform

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

func (*TBitBtn) PopupMenu

func (b *TBitBtn) PopupMenu() *TPopupMenu

func (*TBitBtn) PressedImageIndex

func (b *TBitBtn) PressedImageIndex() int32

func (*TBitBtn) Realign

func (b *TBitBtn) Realign()

func (*TBitBtn) Refresh

func (b *TBitBtn) Refresh()

func (*TBitBtn) Repaint

func (b *TBitBtn) Repaint()

func (*TBitBtn) ScaleBy

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

func (*TBitBtn) ScreenToClient

func (b *TBitBtn) ScreenToClient(Point TPoint) TPoint

func (*TBitBtn) SelectedImageIndex

func (b *TBitBtn) SelectedImageIndex() int32

func (*TBitBtn) SendToBack

func (b *TBitBtn) SendToBack()

func (*TBitBtn) SetAction

func (b *TBitBtn) SetAction(value IComponent)

func (*TBitBtn) SetAlign

func (b *TBitBtn) SetAlign(value TAlign)

func (*TBitBtn) SetAlignWithMargins

func (b *TBitBtn) SetAlignWithMargins(value bool)

func (*TBitBtn) SetAnchors

func (b *TBitBtn) SetAnchors(value TAnchors)

func (*TBitBtn) SetBiDiMode

func (b *TBitBtn) SetBiDiMode(value TBiDiMode)

func (*TBitBtn) SetBounds

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

func (*TBitBtn) SetBoundsRect

func (b *TBitBtn) SetBoundsRect(value TRect)

func (*TBitBtn) SetCancel

func (b *TBitBtn) SetCancel(value bool)

func (*TBitBtn) SetCaption

func (b *TBitBtn) SetCaption(value string)

func (*TBitBtn) SetClientHeight

func (b *TBitBtn) SetClientHeight(value int32)

func (*TBitBtn) SetClientWidth

func (b *TBitBtn) SetClientWidth(value int32)

func (*TBitBtn) SetCommandLinkHint

func (b *TBitBtn) SetCommandLinkHint(value string)

func (*TBitBtn) SetComponentIndex

func (b *TBitBtn) SetComponentIndex(value int32)

func (*TBitBtn) SetCursor

func (b *TBitBtn) SetCursor(value TCursor)

func (*TBitBtn) SetCustomHint

func (b *TBitBtn) SetCustomHint(value IComponent)

func (*TBitBtn) SetDefault

func (b *TBitBtn) SetDefault(value bool)

func (*TBitBtn) SetDisabledImageIndex

func (b *TBitBtn) SetDisabledImageIndex(value int32)

func (*TBitBtn) SetDockSite

func (b *TBitBtn) SetDockSite(value bool)

func (*TBitBtn) SetDoubleBuffered

func (b *TBitBtn) SetDoubleBuffered(value bool)

func (*TBitBtn) SetDragCursor

func (b *TBitBtn) SetDragCursor(value TCursor)

func (*TBitBtn) SetDragKind

func (b *TBitBtn) SetDragKind(value TDragKind)

func (*TBitBtn) SetDragMode

func (b *TBitBtn) SetDragMode(value TDragMode)

func (*TBitBtn) SetElevationRequired

func (b *TBitBtn) SetElevationRequired(value bool)

func (*TBitBtn) SetEnabled

func (b *TBitBtn) SetEnabled(value bool)

func (*TBitBtn) SetFocus

func (b *TBitBtn) SetFocus()

func (*TBitBtn) SetFont

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

func (*TBitBtn) SetGlyph

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

func (*TBitBtn) SetHeight

func (b *TBitBtn) SetHeight(value int32)

func (*TBitBtn) SetHint

func (b *TBitBtn) SetHint(value string)

func (*TBitBtn) SetHotImageIndex

func (b *TBitBtn) SetHotImageIndex(value int32)

func (*TBitBtn) SetImageAlignment

func (b *TBitBtn) SetImageAlignment(value TImageAlignment)

func (*TBitBtn) SetImageIndex

func (b *TBitBtn) SetImageIndex(value int32)

func (*TBitBtn) SetImages

func (b *TBitBtn) SetImages(value IComponent)

func (*TBitBtn) SetKind

func (b *TBitBtn) SetKind(value TBitBtnKind)

func (*TBitBtn) SetLayout

func (b *TBitBtn) SetLayout(value TButtonLayout)

func (*TBitBtn) SetLeft

func (b *TBitBtn) SetLeft(value int32)

func (*TBitBtn) SetMargins

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

func (*TBitBtn) SetModalResult

func (b *TBitBtn) SetModalResult(value TModalResult)

func (*TBitBtn) SetName

func (b *TBitBtn) SetName(value string)

func (*TBitBtn) SetNumGlyphs

func (b *TBitBtn) SetNumGlyphs(value TNumGlyphs)

func (*TBitBtn) SetOnClick

func (b *TBitBtn) SetOnClick(fn TNotifyEvent)

func (*TBitBtn) SetOnContextPopup

func (b *TBitBtn) SetOnContextPopup(fn TContextPopupEvent)

func (*TBitBtn) SetOnDragDrop

func (b *TBitBtn) SetOnDragDrop(fn TDragDropEvent)

func (*TBitBtn) SetOnDragOver

func (b *TBitBtn) SetOnDragOver(fn TDragOverEvent)

func (*TBitBtn) SetOnEndDock

func (b *TBitBtn) SetOnEndDock(fn TEndDragEvent)

func (*TBitBtn) SetOnEndDrag

func (b *TBitBtn) SetOnEndDrag(fn TEndDragEvent)

func (*TBitBtn) SetOnEnter

func (b *TBitBtn) SetOnEnter(fn TNotifyEvent)

func (*TBitBtn) SetOnExit

func (b *TBitBtn) SetOnExit(fn TNotifyEvent)

func (*TBitBtn) SetOnKeyDown

func (b *TBitBtn) SetOnKeyDown(fn TKeyEvent)

func (*TBitBtn) SetOnKeyPress

func (b *TBitBtn) SetOnKeyPress(fn TKeyPressEvent)

func (*TBitBtn) SetOnKeyUp

func (b *TBitBtn) SetOnKeyUp(fn TKeyEvent)

func (*TBitBtn) SetOnMouseDown

func (b *TBitBtn) SetOnMouseDown(fn TMouseEvent)

func (*TBitBtn) SetOnMouseEnter

func (b *TBitBtn) SetOnMouseEnter(fn TNotifyEvent)

func (*TBitBtn) SetOnMouseLeave

func (b *TBitBtn) SetOnMouseLeave(fn TNotifyEvent)

func (*TBitBtn) SetOnMouseMove

func (b *TBitBtn) SetOnMouseMove(fn TMouseMoveEvent)

func (*TBitBtn) SetOnMouseUp

func (b *TBitBtn) SetOnMouseUp(fn TMouseEvent)

func (*TBitBtn) SetOnStartDock

func (b *TBitBtn) SetOnStartDock(fn TStartDockEvent)

func (*TBitBtn) SetParent

func (b *TBitBtn) SetParent(value IWinControl)

func (*TBitBtn) SetParentDoubleBuffered

func (b *TBitBtn) SetParentDoubleBuffered(value bool)

func (*TBitBtn) SetParentFont

func (b *TBitBtn) SetParentFont(value bool)

func (*TBitBtn) SetParentShowHint

func (b *TBitBtn) SetParentShowHint(value bool)

func (*TBitBtn) SetParentWindow

func (b *TBitBtn) SetParentWindow(value HWND)

func (*TBitBtn) SetPopupMenu

func (b *TBitBtn) SetPopupMenu(value IComponent)

func (*TBitBtn) SetPressedImageIndex

func (b *TBitBtn) SetPressedImageIndex(value int32)

func (*TBitBtn) SetSelectedImageIndex

func (b *TBitBtn) SetSelectedImageIndex(value int32)

func (*TBitBtn) SetShowHint

func (b *TBitBtn) SetShowHint(value bool)

func (*TBitBtn) SetSpacing

func (b *TBitBtn) SetSpacing(value int32)

func (*TBitBtn) SetStyle

func (b *TBitBtn) SetStyle(value TButtonStyle)

func (*TBitBtn) SetStyleElements

func (b *TBitBtn) SetStyleElements(value TStyleElements)

func (*TBitBtn) SetStylusHotImageIndex

func (b *TBitBtn) SetStylusHotImageIndex(value int32)

func (*TBitBtn) SetTabOrder

func (b *TBitBtn) SetTabOrder(value uint16)

func (*TBitBtn) SetTabStop

func (b *TBitBtn) SetTabStop(value bool)

func (*TBitBtn) SetTag

func (b *TBitBtn) SetTag(value int)

func (*TBitBtn) SetTop

func (b *TBitBtn) SetTop(value int32)

func (*TBitBtn) SetUseDockManager

func (b *TBitBtn) SetUseDockManager(value bool)

func (*TBitBtn) SetVisible

func (b *TBitBtn) SetVisible(value bool)

func (*TBitBtn) SetWidth

func (b *TBitBtn) SetWidth(value int32)

func (*TBitBtn) SetWordWrap

func (b *TBitBtn) SetWordWrap(value bool)

func (*TBitBtn) Show

func (b *TBitBtn) Show()

func (*TBitBtn) ShowHint

func (b *TBitBtn) ShowHint() bool

func (*TBitBtn) Spacing

func (b *TBitBtn) Spacing() int32

func (*TBitBtn) Style

func (b *TBitBtn) Style() TButtonStyle

func (*TBitBtn) StyleElements

func (b *TBitBtn) StyleElements() TStyleElements

func (*TBitBtn) StylusHotImageIndex

func (b *TBitBtn) StylusHotImageIndex() int32

func (*TBitBtn) TabOrder

func (b *TBitBtn) TabOrder() uint16

func (*TBitBtn) TabStop

func (b *TBitBtn) TabStop() bool

func (*TBitBtn) Tag

func (b *TBitBtn) Tag() int

func (*TBitBtn) ToString

func (b *TBitBtn) ToString() string

func (*TBitBtn) Top

func (b *TBitBtn) Top() int32

func (*TBitBtn) Update

func (b *TBitBtn) Update()

func (*TBitBtn) UseDockManager

func (b *TBitBtn) UseDockManager() bool

func (*TBitBtn) Visible

func (b *TBitBtn) Visible() bool

func (*TBitBtn) Width

func (b *TBitBtn) Width() int32

func (*TBitBtn) WordWrap

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) ClassType added in v1.1.18

func (b *TBitmap) ClassType() TClass

func (*TBitmap) DisposeOf added in v1.1.18

func (b *TBitmap) DisposeOf()

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) InheritsFrom added in v1.1.18

func (b *TBitmap) InheritsFrom(AClass TClass) bool

func (*TBitmap) Instance

func (b *TBitmap) Instance() uintptr

func (*TBitmap) InstanceSize added in v1.1.18

func (b *TBitmap) InstanceSize() int32

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

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

func BoundLabelFromInst added in v1.1.19

func BoundLabelFromInst(inst uintptr) *TBoundLabel

func BoundLabelFromObj added in v1.1.19

func BoundLabelFromObj(obj IObject) *TBoundLabel

func NewBoundLabel added in v1.1.19

func NewBoundLabel(owner IComponent) *TBoundLabel

func (*TBoundLabel) Action added in v1.1.19

func (b *TBoundLabel) Action() *TAction

func (*TBoundLabel) Align added in v1.1.19

func (b *TBoundLabel) Align() TAlign

func (*TBoundLabel) AlignWithMargins added in v1.1.19

func (b *TBoundLabel) AlignWithMargins() bool

func (*TBoundLabel) Anchors added in v1.1.19

func (b *TBoundLabel) Anchors() TAnchors

func (*TBoundLabel) Assign added in v1.1.19

func (b *TBoundLabel) Assign(Source IObject)

func (*TBoundLabel) BiDiMode added in v1.1.19

func (b *TBoundLabel) BiDiMode() TBiDiMode

func (*TBoundLabel) BoundsRect added in v1.1.19

func (b *TBoundLabel) BoundsRect() TRect

func (*TBoundLabel) BringToFront added in v1.1.19

func (b *TBoundLabel) BringToFront()

func (*TBoundLabel) Canvas added in v1.1.19

func (b *TBoundLabel) Canvas() *TCanvas

func (*TBoundLabel) Caption added in v1.1.19

func (b *TBoundLabel) Caption() string

func (*TBoundLabel) ClassName added in v1.1.19

func (b *TBoundLabel) ClassName() string

func (*TBoundLabel) ClassType added in v1.1.19

func (b *TBoundLabel) ClassType() TClass

func (*TBoundLabel) ClientHeight added in v1.1.19

func (b *TBoundLabel) ClientHeight() int32

func (*TBoundLabel) ClientRect added in v1.1.19

func (b *TBoundLabel) ClientRect() TRect

func (*TBoundLabel) ClientToParent added in v1.1.19

func (b *TBoundLabel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TBoundLabel) ClientToScreen added in v1.1.19

func (b *TBoundLabel) ClientToScreen(Point TPoint) TPoint

func (*TBoundLabel) ClientWidth added in v1.1.19

func (b *TBoundLabel) ClientWidth() int32

func (*TBoundLabel) Color added in v1.1.19

func (b *TBoundLabel) Color() TColor

func (*TBoundLabel) ComponentCount added in v1.1.19

func (b *TBoundLabel) ComponentCount() int32

func (*TBoundLabel) ComponentIndex added in v1.1.19

func (b *TBoundLabel) ComponentIndex() int32

func (*TBoundLabel) Components added in v1.1.19

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

func (*TBoundLabel) Cursor added in v1.1.19

func (b *TBoundLabel) Cursor() TCursor

func (*TBoundLabel) CustomHint added in v1.1.19

func (b *TBoundLabel) CustomHint() *TCustomHint

func (*TBoundLabel) DisposeOf added in v1.1.19

func (b *TBoundLabel) DisposeOf()

func (*TBoundLabel) DragCursor added in v1.1.19

func (b *TBoundLabel) DragCursor() TCursor

func (*TBoundLabel) DragKind added in v1.1.19

func (b *TBoundLabel) DragKind() TDragKind

func (*TBoundLabel) DragMode added in v1.1.19

func (b *TBoundLabel) DragMode() TDragMode

func (*TBoundLabel) Dragging added in v1.1.19

func (b *TBoundLabel) Dragging() bool

func (*TBoundLabel) Enabled added in v1.1.19

func (b *TBoundLabel) Enabled() bool

func (*TBoundLabel) Equals added in v1.1.19

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

func (*TBoundLabel) ExplicitHeight added in v1.1.19

func (b *TBoundLabel) ExplicitHeight() int32

func (*TBoundLabel) ExplicitLeft added in v1.1.19

func (b *TBoundLabel) ExplicitLeft() int32

func (*TBoundLabel) ExplicitTop added in v1.1.19

func (b *TBoundLabel) ExplicitTop() int32

func (*TBoundLabel) ExplicitWidth added in v1.1.19

func (b *TBoundLabel) ExplicitWidth() int32

func (*TBoundLabel) FindComponent added in v1.1.19

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

func (*TBoundLabel) Floating added in v1.1.19

func (b *TBoundLabel) Floating() bool

func (*TBoundLabel) Font added in v1.1.19

func (b *TBoundLabel) Font() *TFont

func (*TBoundLabel) Free added in v1.1.19

func (b *TBoundLabel) Free()

func (*TBoundLabel) GetHashCode added in v1.1.19

func (b *TBoundLabel) GetHashCode() int32

func (*TBoundLabel) GetNamePath added in v1.1.19

func (b *TBoundLabel) GetNamePath() string

func (*TBoundLabel) GetTextBuf added in v1.1.19

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

func (*TBoundLabel) GetTextLen added in v1.1.19

func (b *TBoundLabel) GetTextLen() int32

func (*TBoundLabel) GlowSize added in v1.1.19

func (b *TBoundLabel) GlowSize() int32

func (*TBoundLabel) HasParent added in v1.1.19

func (b *TBoundLabel) HasParent() bool

func (*TBoundLabel) Height added in v1.1.19

func (b *TBoundLabel) Height() int32

func (*TBoundLabel) Hide added in v1.1.19

func (b *TBoundLabel) Hide()

func (*TBoundLabel) Hint added in v1.1.19

func (b *TBoundLabel) Hint() string

func (*TBoundLabel) InheritsFrom added in v1.1.19

func (b *TBoundLabel) InheritsFrom(AClass TClass) bool

func (*TBoundLabel) Instance added in v1.1.19

func (b *TBoundLabel) Instance() uintptr

func (*TBoundLabel) InstanceSize added in v1.1.19

func (b *TBoundLabel) InstanceSize() int32

func (*TBoundLabel) Invalidate added in v1.1.19

func (b *TBoundLabel) Invalidate()

func (*TBoundLabel) IsValid added in v1.1.19

func (b *TBoundLabel) IsValid() bool

func (*TBoundLabel) Layout added in v1.1.19

func (b *TBoundLabel) Layout() TTextLayout

func (*TBoundLabel) Left added in v1.1.19

func (b *TBoundLabel) Left() int32

func (*TBoundLabel) Margins added in v1.1.19

func (b *TBoundLabel) Margins() *TMargins

func (*TBoundLabel) Name added in v1.1.19

func (b *TBoundLabel) Name() string

func (*TBoundLabel) Owner added in v1.1.19

func (b *TBoundLabel) Owner() *TComponent

func (*TBoundLabel) Parent added in v1.1.19

func (b *TBoundLabel) Parent() *TWinControl

func (*TBoundLabel) ParentColor added in v1.1.19

func (b *TBoundLabel) ParentColor() bool

func (*TBoundLabel) ParentFont added in v1.1.19

func (b *TBoundLabel) ParentFont() bool

func (*TBoundLabel) ParentShowHint added in v1.1.19

func (b *TBoundLabel) ParentShowHint() bool

func (*TBoundLabel) ParentToClient added in v1.1.19

func (b *TBoundLabel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TBoundLabel) Perform added in v1.1.19

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

func (*TBoundLabel) PopupMenu added in v1.1.19

func (b *TBoundLabel) PopupMenu() *TPopupMenu

func (*TBoundLabel) Refresh added in v1.1.19

func (b *TBoundLabel) Refresh()

func (*TBoundLabel) Repaint added in v1.1.19

func (b *TBoundLabel) Repaint()

func (*TBoundLabel) ScreenToClient added in v1.1.19

func (b *TBoundLabel) ScreenToClient(Point TPoint) TPoint

func (*TBoundLabel) SendToBack added in v1.1.19

func (b *TBoundLabel) SendToBack()

func (*TBoundLabel) SetAction added in v1.1.19

func (b *TBoundLabel) SetAction(value IComponent)

func (*TBoundLabel) SetAlign added in v1.1.19

func (b *TBoundLabel) SetAlign(value TAlign)

func (*TBoundLabel) SetAlignWithMargins added in v1.1.19

func (b *TBoundLabel) SetAlignWithMargins(value bool)

func (*TBoundLabel) SetAnchors added in v1.1.19

func (b *TBoundLabel) SetAnchors(value TAnchors)

func (*TBoundLabel) SetBiDiMode added in v1.1.19

func (b *TBoundLabel) SetBiDiMode(value TBiDiMode)

func (*TBoundLabel) SetBounds added in v1.1.19

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

func (*TBoundLabel) SetBoundsRect added in v1.1.19

func (b *TBoundLabel) SetBoundsRect(value TRect)

func (*TBoundLabel) SetCaption added in v1.1.19

func (b *TBoundLabel) SetCaption(value string)

func (*TBoundLabel) SetClientHeight added in v1.1.19

func (b *TBoundLabel) SetClientHeight(value int32)

func (*TBoundLabel) SetClientWidth added in v1.1.19

func (b *TBoundLabel) SetClientWidth(value int32)

func (*TBoundLabel) SetColor added in v1.1.19

func (b *TBoundLabel) SetColor(value TColor)

func (*TBoundLabel) SetComponentIndex added in v1.1.19

func (b *TBoundLabel) SetComponentIndex(value int32)

func (*TBoundLabel) SetCursor added in v1.1.19

func (b *TBoundLabel) SetCursor(value TCursor)

func (*TBoundLabel) SetCustomHint added in v1.1.19

func (b *TBoundLabel) SetCustomHint(value IComponent)

func (*TBoundLabel) SetDragCursor added in v1.1.19

func (b *TBoundLabel) SetDragCursor(value TCursor)

func (*TBoundLabel) SetDragKind added in v1.1.19

func (b *TBoundLabel) SetDragKind(value TDragKind)

func (*TBoundLabel) SetDragMode added in v1.1.19

func (b *TBoundLabel) SetDragMode(value TDragMode)

func (*TBoundLabel) SetEnabled added in v1.1.19

func (b *TBoundLabel) SetEnabled(value bool)

func (*TBoundLabel) SetFont added in v1.1.19

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

func (*TBoundLabel) SetGlowSize added in v1.1.19

func (b *TBoundLabel) SetGlowSize(value int32)

func (*TBoundLabel) SetHeight added in v1.1.19

func (b *TBoundLabel) SetHeight(value int32)

func (*TBoundLabel) SetHint added in v1.1.19

func (b *TBoundLabel) SetHint(value string)

func (*TBoundLabel) SetLayout added in v1.1.19

func (b *TBoundLabel) SetLayout(value TTextLayout)

func (*TBoundLabel) SetMargins added in v1.1.19

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

func (*TBoundLabel) SetName added in v1.1.19

func (b *TBoundLabel) SetName(value string)

func (*TBoundLabel) SetOnClick added in v1.1.19

func (b *TBoundLabel) SetOnClick(fn TNotifyEvent)

func (*TBoundLabel) SetOnContextPopup added in v1.1.19

func (b *TBoundLabel) SetOnContextPopup(fn TContextPopupEvent)

func (*TBoundLabel) SetOnDblClick added in v1.1.19

func (b *TBoundLabel) SetOnDblClick(fn TNotifyEvent)

func (*TBoundLabel) SetOnDragDrop added in v1.1.19

func (b *TBoundLabel) SetOnDragDrop(fn TDragDropEvent)

func (*TBoundLabel) SetOnDragOver added in v1.1.19

func (b *TBoundLabel) SetOnDragOver(fn TDragOverEvent)

func (*TBoundLabel) SetOnEndDock added in v1.1.19

func (b *TBoundLabel) SetOnEndDock(fn TEndDragEvent)

func (*TBoundLabel) SetOnEndDrag added in v1.1.19

func (b *TBoundLabel) SetOnEndDrag(fn TEndDragEvent)

func (*TBoundLabel) SetOnMouseDown added in v1.1.19

func (b *TBoundLabel) SetOnMouseDown(fn TMouseEvent)

func (*TBoundLabel) SetOnMouseMove added in v1.1.19

func (b *TBoundLabel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TBoundLabel) SetOnMouseUp added in v1.1.19

func (b *TBoundLabel) SetOnMouseUp(fn TMouseEvent)

func (*TBoundLabel) SetOnStartDock added in v1.1.19

func (b *TBoundLabel) SetOnStartDock(fn TStartDockEvent)

func (*TBoundLabel) SetParent added in v1.1.19

func (b *TBoundLabel) SetParent(value IWinControl)

func (*TBoundLabel) SetParentColor added in v1.1.19

func (b *TBoundLabel) SetParentColor(value bool)

func (*TBoundLabel) SetParentFont added in v1.1.19

func (b *TBoundLabel) SetParentFont(value bool)

func (*TBoundLabel) SetParentShowHint added in v1.1.19

func (b *TBoundLabel) SetParentShowHint(value bool)

func (*TBoundLabel) SetPopupMenu added in v1.1.19

func (b *TBoundLabel) SetPopupMenu(value IComponent)

func (*TBoundLabel) SetShowAccelChar added in v1.1.19

func (b *TBoundLabel) SetShowAccelChar(value bool)

func (*TBoundLabel) SetShowHint added in v1.1.19

func (b *TBoundLabel) SetShowHint(value bool)

func (*TBoundLabel) SetStyleElements added in v1.1.19

func (b *TBoundLabel) SetStyleElements(value TStyleElements)

func (*TBoundLabel) SetTag added in v1.1.19

func (b *TBoundLabel) SetTag(value int)

func (*TBoundLabel) SetTransparent added in v1.1.19

func (b *TBoundLabel) SetTransparent(value bool)

func (*TBoundLabel) SetVisible added in v1.1.19

func (b *TBoundLabel) SetVisible(value bool)

func (*TBoundLabel) SetWidth added in v1.1.19

func (b *TBoundLabel) SetWidth(value int32)

func (*TBoundLabel) SetWordWrap added in v1.1.19

func (b *TBoundLabel) SetWordWrap(value bool)

func (*TBoundLabel) Show added in v1.1.19

func (b *TBoundLabel) Show()

func (*TBoundLabel) ShowAccelChar added in v1.1.19

func (b *TBoundLabel) ShowAccelChar() bool

func (*TBoundLabel) ShowHint added in v1.1.19

func (b *TBoundLabel) ShowHint() bool

func (*TBoundLabel) StyleElements added in v1.1.19

func (b *TBoundLabel) StyleElements() TStyleElements

func (*TBoundLabel) Tag added in v1.1.19

func (b *TBoundLabel) Tag() int

func (*TBoundLabel) ToString added in v1.1.19

func (b *TBoundLabel) ToString() string

func (*TBoundLabel) Top added in v1.1.19

func (b *TBoundLabel) Top() int32

func (*TBoundLabel) Transparent added in v1.1.19

func (b *TBoundLabel) Transparent() bool

func (*TBoundLabel) Update added in v1.1.19

func (b *TBoundLabel) Update()

func (*TBoundLabel) Visible added in v1.1.19

func (b *TBoundLabel) Visible() bool

func (*TBoundLabel) Width added in v1.1.19

func (b *TBoundLabel) Width() int32

func (*TBoundLabel) WordWrap added in v1.1.19

func (b *TBoundLabel) WordWrap() bool

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) ClassType added in v1.1.18

func (b *TBrush) ClassType() TClass

func (*TBrush) Color

func (b *TBrush) Color() TColor

func (*TBrush) DisposeOf added in v1.1.18

func (b *TBrush) DisposeOf()

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) InheritsFrom added in v1.1.18

func (b *TBrush) InheritsFrom(AClass TClass) bool

func (*TBrush) Instance

func (b *TBrush) Instance() uintptr

func (*TBrush) InstanceSize added in v1.1.18

func (b *TBrush) InstanceSize() int32

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (b *TButton) ClassType() TClass

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

func (b *TButton) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TButton) ClientToScreen

func (b *TButton) ClientToScreen(Point TPoint) TPoint

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

func (b *TButton) CustomHint() *TCustomHint

func (*TButton) Default

func (b *TButton) Default() bool

func (*TButton) DisabledImageIndex

func (b *TButton) DisabledImageIndex() int32

func (*TButton) DisposeOf added in v1.1.18

func (b *TButton) DisposeOf()

func (*TButton) DockSite

func (b *TButton) DockSite() bool

func (*TButton) DoubleBuffered

func (b *TButton) DoubleBuffered() bool

func (*TButton) DragCursor

func (b *TButton) DragCursor() TCursor

func (*TButton) DragKind

func (b *TButton) DragKind() TDragKind

func (*TButton) DragMode

func (b *TButton) DragMode() TDragMode

func (*TButton) Dragging

func (b *TButton) Dragging() 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) Floating

func (b *TButton) Floating() 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

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) InheritsFrom added in v1.1.18

func (b *TButton) InheritsFrom(AClass TClass) bool

func (*TButton) Instance

func (b *TButton) Instance() uintptr

func (*TButton) InstanceSize added in v1.1.18

func (b *TButton) InstanceSize() int32

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() *TWinControl

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

func (b *TButton) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (b *TButton) ScreenToClient(Point TPoint) TPoint

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

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

func (b *TButton) SetDockSite(value bool)

func (*TButton) SetDoubleBuffered

func (b *TButton) SetDoubleBuffered(value bool)

func (*TButton) SetDragCursor

func (b *TButton) SetDragCursor(value TCursor)

func (*TButton) SetDragKind

func (b *TButton) SetDragKind(value TDragKind)

func (*TButton) SetDragMode

func (b *TButton) SetDragMode(value TDragMode)

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

func (b *TButton) SetOnContextPopup(fn TContextPopupEvent)

func (*TButton) SetOnDragDrop

func (b *TButton) SetOnDragDrop(fn TDragDropEvent)

func (*TButton) SetOnDragOver

func (b *TButton) SetOnDragOver(fn TDragOverEvent)

func (*TButton) SetOnEndDock

func (b *TButton) SetOnEndDock(fn TEndDragEvent)

func (*TButton) SetOnEndDrag

func (b *TButton) SetOnEndDrag(fn TEndDragEvent)

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

func (b *TButton) SetOnStartDock(fn TStartDockEvent)

func (*TButton) SetParent

func (b *TButton) SetParent(value IWinControl)

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

func (b *TButton) SetUseDockManager(value bool)

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

func (b *TButton) UseDockManager() bool

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) ClassType added in v1.1.18

func (c *TCanvas) ClassType() TClass

func (*TCanvas) CopyMode

func (c *TCanvas) CopyMode() int32

func (*TCanvas) CopyRect

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

func (*TCanvas) DisposeOf added in v1.1.18

func (c *TCanvas) DisposeOf()

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) InheritsFrom added in v1.1.18

func (c *TCanvas) InheritsFrom(AClass TClass) bool

func (*TCanvas) Instance

func (c *TCanvas) Instance() uintptr

func (*TCanvas) InstanceSize added in v1.1.18

func (c *TCanvas) InstanceSize() int32

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

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

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

func (*TCanvas) ToString

func (c *TCanvas) ToString() string

type TCategoryPanel

type TCategoryPanel struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (c *TCategoryPanel) ClassType() TClass

func (*TCategoryPanel) ClientHeight

func (c *TCategoryPanel) ClientHeight() int32

func (*TCategoryPanel) ClientRect

func (c *TCategoryPanel) ClientRect() TRect

func (*TCategoryPanel) ClientToParent

func (c *TCategoryPanel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TCategoryPanel) ClientToScreen

func (c *TCategoryPanel) ClientToScreen(Point TPoint) TPoint

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

func (c *TCategoryPanel) CustomHint() *TCustomHint

func (*TCategoryPanel) DisposeOf added in v1.1.18

func (c *TCategoryPanel) DisposeOf()

func (*TCategoryPanel) DockSite

func (c *TCategoryPanel) DockSite() bool

func (*TCategoryPanel) DoubleBuffered

func (c *TCategoryPanel) DoubleBuffered() bool

func (*TCategoryPanel) DragCursor

func (c *TCategoryPanel) DragCursor() TCursor

func (*TCategoryPanel) DragKind

func (c *TCategoryPanel) DragKind() TDragKind

func (*TCategoryPanel) DragMode

func (c *TCategoryPanel) DragMode() TDragMode

func (*TCategoryPanel) Dragging

func (c *TCategoryPanel) Dragging() 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) Floating

func (c *TCategoryPanel) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TCategoryPanel) InheritsFrom(AClass TClass) bool

func (*TCategoryPanel) Instance

func (c *TCategoryPanel) Instance() uintptr

func (*TCategoryPanel) InstanceSize added in v1.1.18

func (c *TCategoryPanel) InstanceSize() int32

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() *TWinControl

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

func (c *TCategoryPanel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TCategoryPanel) ScreenToClient(Point TPoint) TPoint

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

func (c *TCategoryPanel) SetCustomHint(value IComponent)

func (*TCategoryPanel) SetDockSite

func (c *TCategoryPanel) SetDockSite(value bool)

func (*TCategoryPanel) SetDoubleBuffered

func (c *TCategoryPanel) SetDoubleBuffered(value bool)

func (*TCategoryPanel) SetDragCursor

func (c *TCategoryPanel) SetDragCursor(value TCursor)

func (*TCategoryPanel) SetDragKind

func (c *TCategoryPanel) SetDragKind(value TDragKind)

func (*TCategoryPanel) SetDragMode

func (c *TCategoryPanel) SetDragMode(value TDragMode)

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

func (c *TCategoryPanel) SetOnContextPopup(fn TContextPopupEvent)

func (*TCategoryPanel) SetOnDblClick

func (c *TCategoryPanel) SetOnDblClick(fn TNotifyEvent)

func (*TCategoryPanel) SetOnDockDrop

func (c *TCategoryPanel) SetOnDockDrop(fn TDockDropEvent)

func (*TCategoryPanel) SetOnDragDrop

func (c *TCategoryPanel) SetOnDragDrop(fn TDragDropEvent)

func (*TCategoryPanel) SetOnDragOver

func (c *TCategoryPanel) SetOnDragOver(fn TDragOverEvent)

func (*TCategoryPanel) SetOnEndDock

func (c *TCategoryPanel) SetOnEndDock(fn TEndDragEvent)

func (*TCategoryPanel) SetOnEndDrag

func (c *TCategoryPanel) SetOnEndDrag(fn TEndDragEvent)

func (*TCategoryPanel) SetOnEnter

func (c *TCategoryPanel) SetOnEnter(fn TNotifyEvent)

func (*TCategoryPanel) SetOnExit

func (c *TCategoryPanel) SetOnExit(fn TNotifyEvent)

func (*TCategoryPanel) SetOnGetSiteInfo

func (c *TCategoryPanel) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (c *TCategoryPanel) SetOnStartDock(fn TStartDockEvent)

func (*TCategoryPanel) SetOnUnDock

func (c *TCategoryPanel) SetOnUnDock(fn TUnDockEvent)

func (*TCategoryPanel) SetPanelGroup

func (c *TCategoryPanel) SetPanelGroup(value IWinControl)

func (*TCategoryPanel) SetParent

func (c *TCategoryPanel) SetParent(value IWinControl)

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

func (c *TCategoryPanel) SetUseDockManager(value bool)

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

func (c *TCategoryPanel) UseDockManager() bool

func (*TCategoryPanel) Visible

func (c *TCategoryPanel) Visible() bool

func (*TCategoryPanel) Width

func (c *TCategoryPanel) Width() int32

type TCategoryPanelGroup

type TCategoryPanelGroup struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (c *TCategoryPanelGroup) ClassType() TClass

func (*TCategoryPanelGroup) ClientHeight

func (c *TCategoryPanelGroup) ClientHeight() int32

func (*TCategoryPanelGroup) ClientRect

func (c *TCategoryPanelGroup) ClientRect() TRect

func (*TCategoryPanelGroup) ClientToParent

func (c *TCategoryPanelGroup) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TCategoryPanelGroup) ClientToScreen

func (c *TCategoryPanelGroup) ClientToScreen(Point TPoint) TPoint

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

func (c *TCategoryPanelGroup) CustomHint() *TCustomHint

func (*TCategoryPanelGroup) DisposeOf added in v1.1.18

func (c *TCategoryPanelGroup) DisposeOf()

func (*TCategoryPanelGroup) DockSite

func (c *TCategoryPanelGroup) DockSite() bool

func (*TCategoryPanelGroup) DoubleBuffered

func (c *TCategoryPanelGroup) DoubleBuffered() bool

func (*TCategoryPanelGroup) DragCursor

func (c *TCategoryPanelGroup) DragCursor() TCursor

func (*TCategoryPanelGroup) DragKind

func (c *TCategoryPanelGroup) DragKind() TDragKind

func (*TCategoryPanelGroup) DragMode

func (c *TCategoryPanelGroup) DragMode() TDragMode

func (*TCategoryPanelGroup) Dragging

func (c *TCategoryPanelGroup) Dragging() 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) Floating

func (c *TCategoryPanelGroup) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TCategoryPanelGroup) InheritsFrom(AClass TClass) bool

func (*TCategoryPanelGroup) Instance

func (c *TCategoryPanelGroup) Instance() uintptr

func (*TCategoryPanelGroup) InstanceSize added in v1.1.18

func (c *TCategoryPanelGroup) InstanceSize() int32

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() *TWinControl

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

func (c *TCategoryPanelGroup) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TCategoryPanelGroup) ScreenToClient(Point TPoint) TPoint

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

func (c *TCategoryPanelGroup) SetCustomHint(value IComponent)

func (*TCategoryPanelGroup) SetDockSite

func (c *TCategoryPanelGroup) SetDockSite(value bool)

func (*TCategoryPanelGroup) SetDoubleBuffered

func (c *TCategoryPanelGroup) SetDoubleBuffered(value bool)

func (*TCategoryPanelGroup) SetDragCursor

func (c *TCategoryPanelGroup) SetDragCursor(value TCursor)

func (*TCategoryPanelGroup) SetDragKind

func (c *TCategoryPanelGroup) SetDragKind(value TDragKind)

func (*TCategoryPanelGroup) SetDragMode

func (c *TCategoryPanelGroup) SetDragMode(value TDragMode)

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

func (c *TCategoryPanelGroup) SetOnContextPopup(fn TContextPopupEvent)

func (*TCategoryPanelGroup) SetOnDblClick

func (c *TCategoryPanelGroup) SetOnDblClick(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnDockDrop

func (c *TCategoryPanelGroup) SetOnDockDrop(fn TDockDropEvent)

func (*TCategoryPanelGroup) SetOnDragDrop

func (c *TCategoryPanelGroup) SetOnDragDrop(fn TDragDropEvent)

func (*TCategoryPanelGroup) SetOnDragOver

func (c *TCategoryPanelGroup) SetOnDragOver(fn TDragOverEvent)

func (*TCategoryPanelGroup) SetOnEndDock

func (c *TCategoryPanelGroup) SetOnEndDock(fn TEndDragEvent)

func (*TCategoryPanelGroup) SetOnEndDrag

func (c *TCategoryPanelGroup) SetOnEndDrag(fn TEndDragEvent)

func (*TCategoryPanelGroup) SetOnEnter

func (c *TCategoryPanelGroup) SetOnEnter(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnExit

func (c *TCategoryPanelGroup) SetOnExit(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnGetSiteInfo

func (c *TCategoryPanelGroup) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (c *TCategoryPanelGroup) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TCategoryPanelGroup) SetOnMouseWheelUp

func (c *TCategoryPanelGroup) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TCategoryPanelGroup) SetOnResize

func (c *TCategoryPanelGroup) SetOnResize(fn TNotifyEvent)

func (*TCategoryPanelGroup) SetOnStartDock

func (c *TCategoryPanelGroup) SetOnStartDock(fn TStartDockEvent)

func (*TCategoryPanelGroup) SetOnUnDock

func (c *TCategoryPanelGroup) SetOnUnDock(fn TUnDockEvent)

func (*TCategoryPanelGroup) SetParent

func (c *TCategoryPanelGroup) SetParent(value IWinControl)

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

func (c *TCategoryPanelGroup) SetUseDockManager(value bool)

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

func (c *TCategoryPanelGroup) UseDockManager() bool

func (*TCategoryPanelGroup) Visible

func (c *TCategoryPanelGroup) Visible() bool

func (*TCategoryPanelGroup) Width

func (c *TCategoryPanelGroup) Width() int32

type TCheckBox

type TCheckBox struct {
	IWinControl
	// 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

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) ClassType added in v1.1.18

func (c *TCheckBox) ClassType() TClass

func (*TCheckBox) ClientHeight

func (c *TCheckBox) ClientHeight() int32

func (*TCheckBox) ClientRect

func (c *TCheckBox) ClientRect() TRect

func (*TCheckBox) ClientToParent

func (c *TCheckBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TCheckBox) ClientToScreen

func (c *TCheckBox) ClientToScreen(Point TPoint) TPoint

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

func (c *TCheckBox) CustomHint() *TCustomHint

func (*TCheckBox) DisposeOf added in v1.1.18

func (c *TCheckBox) DisposeOf()

func (*TCheckBox) DockSite

func (c *TCheckBox) DockSite() bool

func (*TCheckBox) DoubleBuffered

func (c *TCheckBox) DoubleBuffered() bool

func (*TCheckBox) DragCursor

func (c *TCheckBox) DragCursor() TCursor

func (*TCheckBox) DragKind

func (c *TCheckBox) DragKind() TDragKind

func (*TCheckBox) DragMode

func (c *TCheckBox) DragMode() TDragMode

func (*TCheckBox) Dragging

func (c *TCheckBox) Dragging() 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) Floating

func (c *TCheckBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TCheckBox) InheritsFrom(AClass TClass) bool

func (*TCheckBox) Instance

func (c *TCheckBox) Instance() uintptr

func (*TCheckBox) InstanceSize added in v1.1.18

func (c *TCheckBox) InstanceSize() int32

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() *TWinControl

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

func (c *TCheckBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TCheckBox) ScreenToClient(Point TPoint) TPoint

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

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

func (c *TCheckBox) SetCustomHint(value IComponent)

func (*TCheckBox) SetDockSite

func (c *TCheckBox) SetDockSite(value bool)

func (*TCheckBox) SetDoubleBuffered

func (c *TCheckBox) SetDoubleBuffered(value bool)

func (*TCheckBox) SetDragCursor

func (c *TCheckBox) SetDragCursor(value TCursor)

func (*TCheckBox) SetDragKind

func (c *TCheckBox) SetDragKind(value TDragKind)

func (*TCheckBox) SetDragMode

func (c *TCheckBox) SetDragMode(value TDragMode)

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

func (c *TCheckBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TCheckBox) SetOnDragDrop

func (c *TCheckBox) SetOnDragDrop(fn TDragDropEvent)

func (*TCheckBox) SetOnDragOver

func (c *TCheckBox) SetOnDragOver(fn TDragOverEvent)

func (*TCheckBox) SetOnEndDock

func (c *TCheckBox) SetOnEndDock(fn TEndDragEvent)

func (*TCheckBox) SetOnEndDrag

func (c *TCheckBox) SetOnEndDrag(fn TEndDragEvent)

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

func (c *TCheckBox) SetOnStartDock(fn TStartDockEvent)

func (*TCheckBox) SetParent

func (c *TCheckBox) SetParent(value IWinControl)

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

func (c *TCheckBox) SetUseDockManager(value bool)

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

func (c *TCheckBox) UseDockManager() bool

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

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

func CheckListBoxFromInst

func CheckListBoxFromInst(inst uintptr) *TCheckListBox

func CheckListBoxFromObj

func CheckListBoxFromObj(obj IObject) *TCheckListBox

func NewCheckListBox

func NewCheckListBox(owner IComponent) *TCheckListBox

func (*TCheckListBox) Action

func (c *TCheckListBox) Action() *TAction

func (*TCheckListBox) AddItem

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

func (*TCheckListBox) Align

func (c *TCheckListBox) Align() TAlign

func (*TCheckListBox) AlignWithMargins

func (c *TCheckListBox) AlignWithMargins() bool

func (*TCheckListBox) AllowGrayed

func (c *TCheckListBox) AllowGrayed() bool

func (*TCheckListBox) Anchors

func (c *TCheckListBox) Anchors() TAnchors

func (*TCheckListBox) Assign

func (c *TCheckListBox) Assign(Source IObject)

func (*TCheckListBox) AutoComplete

func (c *TCheckListBox) AutoComplete() bool

func (*TCheckListBox) AutoCompleteDelay

func (c *TCheckListBox) AutoCompleteDelay() uint32

func (*TCheckListBox) BevelEdges

func (c *TCheckListBox) BevelEdges() TBevelEdges

func (*TCheckListBox) BevelInner

func (c *TCheckListBox) BevelInner() TBevelCut

func (*TCheckListBox) BevelKind

func (c *TCheckListBox) BevelKind() TBevelKind

func (*TCheckListBox) BevelOuter

func (c *TCheckListBox) BevelOuter() TBevelCut

func (*TCheckListBox) BiDiMode

func (c *TCheckListBox) BiDiMode() TBiDiMode

func (*TCheckListBox) BorderStyle

func (c *TCheckListBox) BorderStyle() TBorderStyle

func (*TCheckListBox) BoundsRect

func (c *TCheckListBox) BoundsRect() TRect

func (*TCheckListBox) BringToFront

func (c *TCheckListBox) BringToFront()

func (*TCheckListBox) Brush

func (c *TCheckListBox) Brush() *TBrush

func (*TCheckListBox) CanFocus

func (c *TCheckListBox) CanFocus() bool

func (*TCheckListBox) Canvas

func (c *TCheckListBox) Canvas() *TCanvas

func (*TCheckListBox) CheckAll

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

func (*TCheckListBox) Checked

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

func (*TCheckListBox) ClassName

func (c *TCheckListBox) ClassName() string

func (*TCheckListBox) ClassType added in v1.1.18

func (c *TCheckListBox) ClassType() TClass

func (*TCheckListBox) Clear

func (c *TCheckListBox) Clear()

func (*TCheckListBox) ClearSelection

func (c *TCheckListBox) ClearSelection()

func (*TCheckListBox) ClientHeight

func (c *TCheckListBox) ClientHeight() int32

func (*TCheckListBox) ClientRect

func (c *TCheckListBox) ClientRect() TRect

func (*TCheckListBox) ClientToParent

func (c *TCheckListBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TCheckListBox) ClientToScreen

func (c *TCheckListBox) ClientToScreen(Point TPoint) TPoint

func (*TCheckListBox) ClientWidth

func (c *TCheckListBox) ClientWidth() int32

func (*TCheckListBox) Color

func (c *TCheckListBox) Color() TColor

func (*TCheckListBox) Columns

func (c *TCheckListBox) Columns() int32

func (*TCheckListBox) ComponentCount

func (c *TCheckListBox) ComponentCount() int32

func (*TCheckListBox) ComponentIndex

func (c *TCheckListBox) ComponentIndex() int32

func (*TCheckListBox) Components

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

func (*TCheckListBox) ControlCount

func (c *TCheckListBox) ControlCount() int32

func (*TCheckListBox) Controls

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

func (*TCheckListBox) Count

func (c *TCheckListBox) Count() int32

func (*TCheckListBox) Cursor

func (c *TCheckListBox) Cursor() TCursor

func (*TCheckListBox) CustomHint

func (c *TCheckListBox) CustomHint() *TCustomHint

func (*TCheckListBox) DeleteSelected

func (c *TCheckListBox) DeleteSelected()

func (*TCheckListBox) DisposeOf added in v1.1.18

func (c *TCheckListBox) DisposeOf()

func (*TCheckListBox) DockSite

func (c *TCheckListBox) DockSite() bool

func (*TCheckListBox) DoubleBuffered

func (c *TCheckListBox) DoubleBuffered() bool

func (*TCheckListBox) DragCursor

func (c *TCheckListBox) DragCursor() TCursor

func (*TCheckListBox) DragKind

func (c *TCheckListBox) DragKind() TDragKind

func (*TCheckListBox) DragMode

func (c *TCheckListBox) DragMode() TDragMode

func (*TCheckListBox) Dragging

func (c *TCheckListBox) Dragging() bool

func (*TCheckListBox) Enabled

func (c *TCheckListBox) Enabled() bool

func (*TCheckListBox) Equals

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

func (*TCheckListBox) ExplicitHeight

func (c *TCheckListBox) ExplicitHeight() int32

func (*TCheckListBox) ExplicitLeft

func (c *TCheckListBox) ExplicitLeft() int32

func (*TCheckListBox) ExplicitTop

func (c *TCheckListBox) ExplicitTop() int32

func (*TCheckListBox) ExplicitWidth

func (c *TCheckListBox) ExplicitWidth() int32

func (*TCheckListBox) FindComponent

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

func (*TCheckListBox) Flat

func (c *TCheckListBox) Flat() bool

func (*TCheckListBox) FlipChildren

func (c *TCheckListBox) FlipChildren(AllLevels bool)

func (*TCheckListBox) Floating

func (c *TCheckListBox) Floating() bool

func (*TCheckListBox) Focused

func (c *TCheckListBox) Focused() bool

func (*TCheckListBox) Font

func (c *TCheckListBox) Font() *TFont

func (*TCheckListBox) Free

func (c *TCheckListBox) Free()

func (*TCheckListBox) GetHashCode

func (c *TCheckListBox) GetHashCode() int32

func (*TCheckListBox) GetNamePath

func (c *TCheckListBox) GetNamePath() string

func (*TCheckListBox) GetTextBuf

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

func (*TCheckListBox) GetTextLen

func (c *TCheckListBox) GetTextLen() int32

func (*TCheckListBox) Handle

func (c *TCheckListBox) Handle() HWND

func (*TCheckListBox) HandleAllocated

func (c *TCheckListBox) HandleAllocated() bool

func (*TCheckListBox) HasParent

func (c *TCheckListBox) HasParent() bool

func (*TCheckListBox) Header

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

func (*TCheckListBox) HeaderBackgroundColor

func (c *TCheckListBox) HeaderBackgroundColor() TColor

func (*TCheckListBox) HeaderColor

func (c *TCheckListBox) HeaderColor() TColor

func (*TCheckListBox) Height

func (c *TCheckListBox) Height() int32

func (*TCheckListBox) Hide

func (c *TCheckListBox) Hide()

func (*TCheckListBox) Hint

func (c *TCheckListBox) Hint() string

func (*TCheckListBox) InheritsFrom added in v1.1.18

func (c *TCheckListBox) InheritsFrom(AClass TClass) bool

func (*TCheckListBox) Instance

func (c *TCheckListBox) Instance() uintptr

func (*TCheckListBox) InstanceSize added in v1.1.18

func (c *TCheckListBox) InstanceSize() int32

func (*TCheckListBox) Invalidate

func (c *TCheckListBox) Invalidate()

func (*TCheckListBox) IsValid

func (c *TCheckListBox) IsValid() bool

func (*TCheckListBox) ItemEnabled

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

func (*TCheckListBox) ItemHeight

func (c *TCheckListBox) ItemHeight() int32

func (*TCheckListBox) ItemIndex

func (c *TCheckListBox) ItemIndex() int32

func (*TCheckListBox) Items

func (c *TCheckListBox) Items() *TStrings

func (*TCheckListBox) Left

func (c *TCheckListBox) Left() int32

func (*TCheckListBox) Margins

func (c *TCheckListBox) Margins() *TMargins

func (*TCheckListBox) MultiSelect

func (c *TCheckListBox) MultiSelect() bool

func (*TCheckListBox) Name

func (c *TCheckListBox) Name() string

func (*TCheckListBox) Owner

func (c *TCheckListBox) Owner() *TComponent

func (*TCheckListBox) Parent

func (c *TCheckListBox) Parent() *TWinControl

func (*TCheckListBox) ParentColor

func (c *TCheckListBox) ParentColor() bool

func (*TCheckListBox) ParentCtl3D

func (c *TCheckListBox) ParentCtl3D() bool

func (*TCheckListBox) ParentDoubleBuffered

func (c *TCheckListBox) ParentDoubleBuffered() bool

func (*TCheckListBox) ParentFont

func (c *TCheckListBox) ParentFont() bool

func (*TCheckListBox) ParentShowHint

func (c *TCheckListBox) ParentShowHint() bool

func (*TCheckListBox) ParentToClient

func (c *TCheckListBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TCheckListBox) ParentWindow

func (c *TCheckListBox) ParentWindow() HWND

func (*TCheckListBox) Perform

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

func (*TCheckListBox) PopupMenu

func (c *TCheckListBox) PopupMenu() *TPopupMenu

func (*TCheckListBox) Realign

func (c *TCheckListBox) Realign()

func (*TCheckListBox) Refresh

func (c *TCheckListBox) Refresh()

func (*TCheckListBox) Repaint

func (c *TCheckListBox) Repaint()

func (*TCheckListBox) ScaleBy

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

func (*TCheckListBox) ScreenToClient

func (c *TCheckListBox) ScreenToClient(Point TPoint) TPoint

func (*TCheckListBox) SelCount

func (c *TCheckListBox) SelCount() int32

func (*TCheckListBox) SelectAll

func (c *TCheckListBox) SelectAll()

func (*TCheckListBox) Selected

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

func (*TCheckListBox) SendToBack

func (c *TCheckListBox) SendToBack()

func (*TCheckListBox) SetAction

func (c *TCheckListBox) SetAction(value IComponent)

func (*TCheckListBox) SetAlign

func (c *TCheckListBox) SetAlign(value TAlign)

func (*TCheckListBox) SetAlignWithMargins

func (c *TCheckListBox) SetAlignWithMargins(value bool)

func (*TCheckListBox) SetAllowGrayed

func (c *TCheckListBox) SetAllowGrayed(value bool)

func (*TCheckListBox) SetAnchors

func (c *TCheckListBox) SetAnchors(value TAnchors)

func (*TCheckListBox) SetAutoComplete

func (c *TCheckListBox) SetAutoComplete(value bool)

func (*TCheckListBox) SetAutoCompleteDelay

func (c *TCheckListBox) SetAutoCompleteDelay(value uint32)

func (*TCheckListBox) SetBevelEdges

func (c *TCheckListBox) SetBevelEdges(value TBevelEdges)

func (*TCheckListBox) SetBevelInner

func (c *TCheckListBox) SetBevelInner(value TBevelCut)

func (*TCheckListBox) SetBevelKind

func (c *TCheckListBox) SetBevelKind(value TBevelKind)

func (*TCheckListBox) SetBevelOuter

func (c *TCheckListBox) SetBevelOuter(value TBevelCut)

func (*TCheckListBox) SetBiDiMode

func (c *TCheckListBox) SetBiDiMode(value TBiDiMode)

func (*TCheckListBox) SetBorderStyle

func (c *TCheckListBox) SetBorderStyle(value TBorderStyle)

func (*TCheckListBox) SetBounds

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

func (*TCheckListBox) SetBoundsRect

func (c *TCheckListBox) SetBoundsRect(value TRect)

func (*TCheckListBox) SetChecked

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

func (*TCheckListBox) SetClientHeight

func (c *TCheckListBox) SetClientHeight(value int32)

func (*TCheckListBox) SetClientWidth

func (c *TCheckListBox) SetClientWidth(value int32)

func (*TCheckListBox) SetColor

func (c *TCheckListBox) SetColor(value TColor)

func (*TCheckListBox) SetColumns

func (c *TCheckListBox) SetColumns(value int32)

func (*TCheckListBox) SetComponentIndex

func (c *TCheckListBox) SetComponentIndex(value int32)

func (*TCheckListBox) SetCount

func (c *TCheckListBox) SetCount(value int32)

func (*TCheckListBox) SetCursor

func (c *TCheckListBox) SetCursor(value TCursor)

func (*TCheckListBox) SetCustomHint

func (c *TCheckListBox) SetCustomHint(value IComponent)

func (*TCheckListBox) SetDockSite

func (c *TCheckListBox) SetDockSite(value bool)

func (*TCheckListBox) SetDoubleBuffered

func (c *TCheckListBox) SetDoubleBuffered(value bool)

func (*TCheckListBox) SetDragCursor

func (c *TCheckListBox) SetDragCursor(value TCursor)

func (*TCheckListBox) SetDragKind

func (c *TCheckListBox) SetDragKind(value TDragKind)

func (*TCheckListBox) SetDragMode

func (c *TCheckListBox) SetDragMode(value TDragMode)

func (*TCheckListBox) SetEnabled

func (c *TCheckListBox) SetEnabled(value bool)

func (*TCheckListBox) SetFlat

func (c *TCheckListBox) SetFlat(value bool)

func (*TCheckListBox) SetFocus

func (c *TCheckListBox) SetFocus()

func (*TCheckListBox) SetFont

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

func (*TCheckListBox) SetHeader

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

func (*TCheckListBox) SetHeaderBackgroundColor

func (c *TCheckListBox) SetHeaderBackgroundColor(value TColor)

func (*TCheckListBox) SetHeaderColor

func (c *TCheckListBox) SetHeaderColor(value TColor)

func (*TCheckListBox) SetHeight

func (c *TCheckListBox) SetHeight(value int32)

func (*TCheckListBox) SetHint

func (c *TCheckListBox) SetHint(value string)

func (*TCheckListBox) SetItemEnabled

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

func (*TCheckListBox) SetItemHeight

func (c *TCheckListBox) SetItemHeight(value int32)

func (*TCheckListBox) SetItemIndex

func (c *TCheckListBox) SetItemIndex(value int32)

func (*TCheckListBox) SetItems

func (c *TCheckListBox) SetItems(value IObject)

func (*TCheckListBox) SetLeft

func (c *TCheckListBox) SetLeft(value int32)

func (*TCheckListBox) SetMargins

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

func (*TCheckListBox) SetMultiSelect

func (c *TCheckListBox) SetMultiSelect(value bool)

func (*TCheckListBox) SetName

func (c *TCheckListBox) SetName(value string)

func (*TCheckListBox) SetOnClick

func (c *TCheckListBox) SetOnClick(fn TNotifyEvent)

func (*TCheckListBox) SetOnClickCheck

func (c *TCheckListBox) SetOnClickCheck(fn TNotifyEvent)

func (*TCheckListBox) SetOnContextPopup

func (c *TCheckListBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TCheckListBox) SetOnDblClick

func (c *TCheckListBox) SetOnDblClick(fn TNotifyEvent)

func (*TCheckListBox) SetOnDragDrop

func (c *TCheckListBox) SetOnDragDrop(fn TDragDropEvent)

func (*TCheckListBox) SetOnDragOver

func (c *TCheckListBox) SetOnDragOver(fn TDragOverEvent)

func (*TCheckListBox) SetOnEndDock

func (c *TCheckListBox) SetOnEndDock(fn TEndDragEvent)

func (*TCheckListBox) SetOnEndDrag

func (c *TCheckListBox) SetOnEndDrag(fn TEndDragEvent)

func (*TCheckListBox) SetOnEnter

func (c *TCheckListBox) SetOnEnter(fn TNotifyEvent)

func (*TCheckListBox) SetOnExit

func (c *TCheckListBox) SetOnExit(fn TNotifyEvent)

func (*TCheckListBox) SetOnKeyDown

func (c *TCheckListBox) SetOnKeyDown(fn TKeyEvent)

func (*TCheckListBox) SetOnKeyPress

func (c *TCheckListBox) SetOnKeyPress(fn TKeyPressEvent)

func (*TCheckListBox) SetOnKeyUp

func (c *TCheckListBox) SetOnKeyUp(fn TKeyEvent)

func (*TCheckListBox) SetOnMouseDown

func (c *TCheckListBox) SetOnMouseDown(fn TMouseEvent)

func (*TCheckListBox) SetOnMouseEnter

func (c *TCheckListBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TCheckListBox) SetOnMouseLeave

func (c *TCheckListBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TCheckListBox) SetOnMouseMove

func (c *TCheckListBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCheckListBox) SetOnMouseUp

func (c *TCheckListBox) SetOnMouseUp(fn TMouseEvent)

func (*TCheckListBox) SetOnStartDock

func (c *TCheckListBox) SetOnStartDock(fn TStartDockEvent)

func (*TCheckListBox) SetParent

func (c *TCheckListBox) SetParent(value IWinControl)

func (*TCheckListBox) SetParentColor

func (c *TCheckListBox) SetParentColor(value bool)

func (*TCheckListBox) SetParentCtl3D

func (c *TCheckListBox) SetParentCtl3D(value bool)

func (*TCheckListBox) SetParentDoubleBuffered

func (c *TCheckListBox) SetParentDoubleBuffered(value bool)

func (*TCheckListBox) SetParentFont

func (c *TCheckListBox) SetParentFont(value bool)

func (*TCheckListBox) SetParentShowHint

func (c *TCheckListBox) SetParentShowHint(value bool)

func (*TCheckListBox) SetParentWindow

func (c *TCheckListBox) SetParentWindow(value HWND)

func (*TCheckListBox) SetPopupMenu

func (c *TCheckListBox) SetPopupMenu(value IComponent)

func (*TCheckListBox) SetSelected

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

func (*TCheckListBox) SetShowHint

func (c *TCheckListBox) SetShowHint(value bool)

func (*TCheckListBox) SetSorted

func (c *TCheckListBox) SetSorted(value bool)

func (*TCheckListBox) SetState

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

func (*TCheckListBox) SetStyle

func (c *TCheckListBox) SetStyle(value TListBoxStyle)

func (*TCheckListBox) SetStyleElements

func (c *TCheckListBox) SetStyleElements(value TStyleElements)

func (*TCheckListBox) SetTabOrder

func (c *TCheckListBox) SetTabOrder(value uint16)

func (*TCheckListBox) SetTabStop

func (c *TCheckListBox) SetTabStop(value bool)

func (*TCheckListBox) SetTabWidth

func (c *TCheckListBox) SetTabWidth(value int32)

func (*TCheckListBox) SetTag

func (c *TCheckListBox) SetTag(value int)

func (*TCheckListBox) SetTop

func (c *TCheckListBox) SetTop(value int32)

func (*TCheckListBox) SetUseDockManager

func (c *TCheckListBox) SetUseDockManager(value bool)

func (*TCheckListBox) SetVisible

func (c *TCheckListBox) SetVisible(value bool)

func (*TCheckListBox) SetWidth

func (c *TCheckListBox) SetWidth(value int32)

func (*TCheckListBox) Show

func (c *TCheckListBox) Show()

func (*TCheckListBox) ShowHint

func (c *TCheckListBox) ShowHint() bool

func (*TCheckListBox) Sorted

func (c *TCheckListBox) Sorted() bool

func (*TCheckListBox) State

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

func (*TCheckListBox) Style

func (c *TCheckListBox) Style() TListBoxStyle

func (*TCheckListBox) StyleElements

func (c *TCheckListBox) StyleElements() TStyleElements

func (*TCheckListBox) TabOrder

func (c *TCheckListBox) TabOrder() uint16

func (*TCheckListBox) TabStop

func (c *TCheckListBox) TabStop() bool

func (*TCheckListBox) TabWidth

func (c *TCheckListBox) TabWidth() int32

func (*TCheckListBox) Tag

func (c *TCheckListBox) Tag() int

func (*TCheckListBox) ToString

func (c *TCheckListBox) ToString() string

func (*TCheckListBox) Top

func (c *TCheckListBox) Top() int32

func (*TCheckListBox) Update

func (c *TCheckListBox) Update()

func (*TCheckListBox) UseDockManager

func (c *TCheckListBox) UseDockManager() bool

func (*TCheckListBox) Visible

func (c *TCheckListBox) Visible() bool

func (*TCheckListBox) Width

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) ClassType added in v1.1.18

func (c *TClipboard) ClassType() TClass

func (*TClipboard) Clear

func (c *TClipboard) Clear()

func (*TClipboard) Close

func (c *TClipboard) Close()

func (*TClipboard) DisposeOf added in v1.1.18

func (c *TClipboard) DisposeOf()

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) InheritsFrom added in v1.1.18

func (c *TClipboard) InheritsFrom(AClass TClass) bool

func (*TClipboard) Instance

func (c *TClipboard) Instance() uintptr

func (*TClipboard) InstanceSize added in v1.1.18

func (c *TClipboard) InstanceSize() int32

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) ClassType added in v1.1.18

func (c *TCollectionItem) ClassType() TClass

func (*TCollectionItem) DisposeOf added in v1.1.18

func (c *TCollectionItem) DisposeOf()

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) InheritsFrom added in v1.1.18

func (c *TCollectionItem) InheritsFrom(AClass TClass) bool

func (*TCollectionItem) Instance

func (c *TCollectionItem) Instance() uintptr

func (*TCollectionItem) InstanceSize added in v1.1.18

func (c *TCollectionItem) InstanceSize() int32

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 {
	IWinControl
	// 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) CharCase added in v1.1.19

func (c *TColorBox) CharCase() TEditCharCase

func (*TColorBox) ClassName

func (c *TColorBox) ClassName() string

func (*TColorBox) ClassType added in v1.1.18

func (c *TColorBox) ClassType() TClass

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

func (c *TColorBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TColorBox) ClientToScreen

func (c *TColorBox) ClientToScreen(Point TPoint) TPoint

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

func (c *TColorBox) CustomHint() *TCustomHint

func (*TColorBox) DefaultColorColor

func (c *TColorBox) DefaultColorColor() TColor

func (*TColorBox) DeleteSelected

func (c *TColorBox) DeleteSelected()

func (*TColorBox) DisposeOf added in v1.1.18

func (c *TColorBox) DisposeOf()

func (*TColorBox) DockSite

func (c *TColorBox) DockSite() bool

func (*TColorBox) DoubleBuffered

func (c *TColorBox) DoubleBuffered() bool

func (*TColorBox) Dragging

func (c *TColorBox) Dragging() 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) Floating

func (c *TColorBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TColorBox) InheritsFrom(AClass TClass) bool

func (*TColorBox) Instance

func (c *TColorBox) Instance() uintptr

func (*TColorBox) InstanceSize added in v1.1.18

func (c *TColorBox) InstanceSize() int32

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() *TWinControl

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

func (c *TColorBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TColorBox) ScreenToClient(Point TPoint) TPoint

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) SetCharCase added in v1.1.19

func (c *TColorBox) SetCharCase(value TEditCharCase)

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

func (c *TColorBox) SetCustomHint(value IComponent)

func (*TColorBox) SetDefaultColorColor

func (c *TColorBox) SetDefaultColorColor(value TColor)

func (*TColorBox) SetDockSite

func (c *TColorBox) SetDockSite(value bool)

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

func (c *TColorBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TColorBox) SetOnDragDrop

func (c *TColorBox) SetOnDragDrop(fn TDragDropEvent)

func (*TColorBox) SetOnDragOver

func (c *TColorBox) SetOnDragOver(fn TDragOverEvent)

func (*TColorBox) SetOnEndDock

func (c *TColorBox) SetOnEndDock(fn TEndDragEvent)

func (*TColorBox) SetOnEndDrag

func (c *TColorBox) SetOnEndDrag(fn TEndDragEvent)

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

func (c *TColorBox) SetOnStartDock(fn TStartDockEvent)

func (*TColorBox) SetParent

func (c *TColorBox) SetParent(value IWinControl)

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

func (c *TColorBox) SetUseDockManager(value bool)

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

func (c *TColorBox) UseDockManager() bool

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) ClassType added in v1.1.18

func (c *TColorDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (c *TColorDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (c *TColorDialog) InheritsFrom(AClass TClass) bool

func (*TColorDialog) Instance

func (c *TColorDialog) Instance() uintptr

func (*TColorDialog) InstanceSize added in v1.1.18

func (c *TColorDialog) InstanceSize() int32

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (c *TColorListBox) ClassType() TClass

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

func (c *TColorListBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TColorListBox) ClientToScreen

func (c *TColorListBox) ClientToScreen(Point TPoint) TPoint

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

func (c *TColorListBox) Count() int32

func (*TColorListBox) Cursor

func (c *TColorListBox) Cursor() TCursor

func (*TColorListBox) CustomHint

func (c *TColorListBox) CustomHint() *TCustomHint

func (*TColorListBox) DefaultColorColor

func (c *TColorListBox) DefaultColorColor() TColor

func (*TColorListBox) DeleteSelected

func (c *TColorListBox) DeleteSelected()

func (*TColorListBox) DisposeOf added in v1.1.18

func (c *TColorListBox) DisposeOf()

func (*TColorListBox) DockSite

func (c *TColorListBox) DockSite() bool

func (*TColorListBox) DoubleBuffered

func (c *TColorListBox) DoubleBuffered() bool

func (*TColorListBox) Dragging

func (c *TColorListBox) Dragging() 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) Floating

func (c *TColorListBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TColorListBox) InheritsFrom(AClass TClass) bool

func (*TColorListBox) Instance

func (c *TColorListBox) Instance() uintptr

func (*TColorListBox) InstanceSize added in v1.1.18

func (c *TColorListBox) InstanceSize() int32

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() *TWinControl

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

func (c *TColorListBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TColorListBox) ScreenToClient(Point TPoint) TPoint

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

func (c *TColorListBox) SetCount(value int32)

func (*TColorListBox) SetCursor

func (c *TColorListBox) SetCursor(value TCursor)

func (*TColorListBox) SetCustomHint

func (c *TColorListBox) SetCustomHint(value IComponent)

func (*TColorListBox) SetDefaultColorColor

func (c *TColorListBox) SetDefaultColorColor(value TColor)

func (*TColorListBox) SetDockSite

func (c *TColorListBox) SetDockSite(value bool)

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

func (c *TColorListBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TColorListBox) SetOnDblClick

func (c *TColorListBox) SetOnDblClick(fn TNotifyEvent)

func (*TColorListBox) SetOnDragDrop

func (c *TColorListBox) SetOnDragDrop(fn TDragDropEvent)

func (*TColorListBox) SetOnDragOver

func (c *TColorListBox) SetOnDragOver(fn TDragOverEvent)

func (*TColorListBox) SetOnEndDock

func (c *TColorListBox) SetOnEndDock(fn TEndDragEvent)

func (*TColorListBox) SetOnEndDrag

func (c *TColorListBox) SetOnEndDrag(fn TEndDragEvent)

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

func (c *TColorListBox) SetOnStartDock(fn TStartDockEvent)

func (*TColorListBox) SetParent

func (c *TColorListBox) SetParent(value IWinControl)

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

func (c *TColorListBox) SetUseDockManager(value bool)

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

func (c *TColorListBox) UseDockManager() bool

func (*TColorListBox) Visible

func (c *TColorListBox) Visible() bool

func (*TColorListBox) Width

func (c *TColorListBox) Width() int32

type TComboBox

type TComboBox struct {
	IWinControl
	// 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) CharCase added in v1.1.19

func (c *TComboBox) CharCase() TEditCharCase

func (*TComboBox) ClassName

func (c *TComboBox) ClassName() string

func (*TComboBox) ClassType added in v1.1.18

func (c *TComboBox) ClassType() TClass

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

func (c *TComboBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TComboBox) ClientToScreen

func (c *TComboBox) ClientToScreen(Point TPoint) TPoint

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

func (c *TComboBox) CustomHint() *TCustomHint

func (*TComboBox) DeleteSelected

func (c *TComboBox) DeleteSelected()

func (*TComboBox) DisposeOf added in v1.1.18

func (c *TComboBox) DisposeOf()

func (*TComboBox) DockSite

func (c *TComboBox) DockSite() bool

func (*TComboBox) DoubleBuffered

func (c *TComboBox) DoubleBuffered() bool

func (*TComboBox) DragCursor

func (c *TComboBox) DragCursor() TCursor

func (*TComboBox) DragKind

func (c *TComboBox) DragKind() TDragKind

func (*TComboBox) DragMode

func (c *TComboBox) DragMode() TDragMode

func (*TComboBox) Dragging

func (c *TComboBox) Dragging() 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) Floating

func (c *TComboBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (c *TComboBox) InheritsFrom(AClass TClass) bool

func (*TComboBox) Instance

func (c *TComboBox) Instance() uintptr

func (*TComboBox) InstanceSize added in v1.1.18

func (c *TComboBox) InstanceSize() int32

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() *TWinControl

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

func (c *TComboBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TComboBox) ScreenToClient(Point TPoint) TPoint

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) SetCharCase added in v1.1.19

func (c *TComboBox) SetCharCase(value TEditCharCase)

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

func (c *TComboBox) SetCustomHint(value IComponent)

func (*TComboBox) SetDockSite

func (c *TComboBox) SetDockSite(value bool)

func (*TComboBox) SetDoubleBuffered

func (c *TComboBox) SetDoubleBuffered(value bool)

func (*TComboBox) SetDragCursor

func (c *TComboBox) SetDragCursor(value TCursor)

func (*TComboBox) SetDragKind

func (c *TComboBox) SetDragKind(value TDragKind)

func (*TComboBox) SetDragMode

func (c *TComboBox) SetDragMode(value TDragMode)

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

func (c *TComboBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TComboBox) SetOnDblClick

func (c *TComboBox) SetOnDblClick(fn TNotifyEvent)

func (*TComboBox) SetOnDragDrop

func (c *TComboBox) SetOnDragDrop(fn TDragDropEvent)

func (*TComboBox) SetOnDragOver

func (c *TComboBox) SetOnDragOver(fn TDragOverEvent)

func (*TComboBox) SetOnDrawItem

func (c *TComboBox) SetOnDrawItem(fn TDrawItemEvent)

func (*TComboBox) SetOnEndDock

func (c *TComboBox) SetOnEndDock(fn TEndDragEvent)

func (*TComboBox) SetOnEndDrag

func (c *TComboBox) SetOnEndDrag(fn TEndDragEvent)

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

func (c *TComboBox) SetOnStartDock(fn TStartDockEvent)

func (*TComboBox) SetParent

func (c *TComboBox) SetParent(value IWinControl)

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

func (c *TComboBox) SetUseDockManager(value bool)

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

func (c *TComboBox) UseDockManager() bool

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) ClassType added in v1.1.18

func (c *TComponent) ClassType() TClass

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) DisposeOf added in v1.1.18

func (c *TComponent) DisposeOf()

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) InheritsFrom added in v1.1.18

func (c *TComponent) InheritsFrom(AClass TClass) bool

func (*TComponent) Instance

func (c *TComponent) Instance() uintptr

func (*TComponent) InstanceSize added in v1.1.18

func (c *TComponent) InstanceSize() int32

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 TConstrainedResizeEvent

type TConstrainedResizeEvent func(sender IObject, minWidth, minHeight, maxWidth, maxHeight *int32)

约束调整大小事件

type TContextPopupEvent

type TContextPopupEvent func(sender IObject, mousePos TPoint, handled *bool)

TContextPopupEvent = procedure(Sender: TObject; MousePos: TPoint; var Handled: Boolean) of object;

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) ClassType added in v1.1.18

func (c *TControl) ClassType() TClass

func (*TControl) ClientHeight

func (c *TControl) ClientHeight() int32

func (*TControl) ClientRect

func (c *TControl) ClientRect() TRect

func (*TControl) ClientToParent

func (c *TControl) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TControl) ClientToScreen

func (c *TControl) ClientToScreen(Point TPoint) TPoint

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

func (c *TControl) CustomHint() *TCustomHint

func (*TControl) DisposeOf added in v1.1.18

func (c *TControl) DisposeOf()

func (*TControl) Dragging

func (c *TControl) Dragging() bool

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

func (c *TControl) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (c *TControl) InheritsFrom(AClass TClass) bool

func (*TControl) Instance

func (c *TControl) Instance() uintptr

func (*TControl) InstanceSize added in v1.1.18

func (c *TControl) InstanceSize() int32

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() *TWinControl

func (*TControl) ParentToClient

func (c *TControl) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (c *TControl) ScreenToClient(Point TPoint) TPoint

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

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

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

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

func CoolBandFromInst added in v1.1.19

func CoolBandFromInst(inst uintptr) *TCoolBand

func CoolBandFromObj added in v1.1.19

func CoolBandFromObj(obj IObject) *TCoolBand

func NewCoolBand added in v1.1.19

func NewCoolBand() *TCoolBand

func (*TCoolBand) Assign added in v1.1.19

func (c *TCoolBand) Assign(Source IObject)

func (*TCoolBand) Bitmap added in v1.1.19

func (c *TCoolBand) Bitmap() *TBitmap

func (*TCoolBand) BorderStyle added in v1.1.19

func (c *TCoolBand) BorderStyle() TBorderStyle

func (*TCoolBand) Break added in v1.1.19

func (c *TCoolBand) Break() bool

func (*TCoolBand) ClassName added in v1.1.19

func (c *TCoolBand) ClassName() string

func (*TCoolBand) ClassType added in v1.1.19

func (c *TCoolBand) ClassType() TClass

func (*TCoolBand) Color added in v1.1.19

func (c *TCoolBand) Color() TColor

func (*TCoolBand) Control added in v1.1.19

func (c *TCoolBand) Control() *TWinControl

func (*TCoolBand) DisposeOf added in v1.1.19

func (c *TCoolBand) DisposeOf()

func (*TCoolBand) Equals added in v1.1.19

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

func (*TCoolBand) FixedBackground added in v1.1.19

func (c *TCoolBand) FixedBackground() bool

func (*TCoolBand) FixedSize added in v1.1.19

func (c *TCoolBand) FixedSize() bool

func (*TCoolBand) Free added in v1.1.19

func (c *TCoolBand) Free()

func (*TCoolBand) GetHashCode added in v1.1.19

func (c *TCoolBand) GetHashCode() int32

func (*TCoolBand) GetNamePath added in v1.1.19

func (c *TCoolBand) GetNamePath() string

func (*TCoolBand) Height added in v1.1.19

func (c *TCoolBand) Height() int32

func (*TCoolBand) HorizontalOnly added in v1.1.19

func (c *TCoolBand) HorizontalOnly() bool

func (*TCoolBand) ImageIndex added in v1.1.19

func (c *TCoolBand) ImageIndex() int32

func (*TCoolBand) Index added in v1.1.19

func (c *TCoolBand) Index() int32

func (*TCoolBand) InheritsFrom added in v1.1.19

func (c *TCoolBand) InheritsFrom(AClass TClass) bool

func (*TCoolBand) Instance added in v1.1.19

func (c *TCoolBand) Instance() uintptr

func (*TCoolBand) InstanceSize added in v1.1.19

func (c *TCoolBand) InstanceSize() int32

func (*TCoolBand) IsValid added in v1.1.19

func (c *TCoolBand) IsValid() bool

func (*TCoolBand) MinHeight added in v1.1.19

func (c *TCoolBand) MinHeight() int32

func (*TCoolBand) MinWidth added in v1.1.19

func (c *TCoolBand) MinWidth() int32

func (*TCoolBand) ParentBitmap added in v1.1.19

func (c *TCoolBand) ParentBitmap() bool

func (*TCoolBand) ParentColor added in v1.1.19

func (c *TCoolBand) ParentColor() bool

func (*TCoolBand) SetBitmap added in v1.1.19

func (c *TCoolBand) SetBitmap(value *TBitmap)

func (*TCoolBand) SetBorderStyle added in v1.1.19

func (c *TCoolBand) SetBorderStyle(value TBorderStyle)

func (*TCoolBand) SetBreak added in v1.1.19

func (c *TCoolBand) SetBreak(value bool)

func (*TCoolBand) SetColor added in v1.1.19

func (c *TCoolBand) SetColor(value TColor)

func (*TCoolBand) SetControl added in v1.1.19

func (c *TCoolBand) SetControl(value IWinControl)

func (*TCoolBand) SetFixedBackground added in v1.1.19

func (c *TCoolBand) SetFixedBackground(value bool)

func (*TCoolBand) SetFixedSize added in v1.1.19

func (c *TCoolBand) SetFixedSize(value bool)

func (*TCoolBand) SetHorizontalOnly added in v1.1.19

func (c *TCoolBand) SetHorizontalOnly(value bool)

func (*TCoolBand) SetImageIndex added in v1.1.19

func (c *TCoolBand) SetImageIndex(value int32)

func (*TCoolBand) SetIndex added in v1.1.19

func (c *TCoolBand) SetIndex(value int32)

func (*TCoolBand) SetMinHeight added in v1.1.19

func (c *TCoolBand) SetMinHeight(value int32)

func (*TCoolBand) SetMinWidth added in v1.1.19

func (c *TCoolBand) SetMinWidth(value int32)

func (*TCoolBand) SetParentBitmap added in v1.1.19

func (c *TCoolBand) SetParentBitmap(value bool)

func (*TCoolBand) SetParentColor added in v1.1.19

func (c *TCoolBand) SetParentColor(value bool)

func (*TCoolBand) SetText added in v1.1.19

func (c *TCoolBand) SetText(value string)

func (*TCoolBand) SetVisible added in v1.1.19

func (c *TCoolBand) SetVisible(value bool)

func (*TCoolBand) SetWidth added in v1.1.19

func (c *TCoolBand) SetWidth(value int32)

func (*TCoolBand) Text added in v1.1.19

func (c *TCoolBand) Text() string

func (*TCoolBand) ToString added in v1.1.19

func (c *TCoolBand) ToString() string

func (*TCoolBand) Visible added in v1.1.19

func (c *TCoolBand) Visible() bool

func (*TCoolBand) Width added in v1.1.19

func (c *TCoolBand) Width() int32

type TCoolBands added in v1.1.19

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

func CoolBandsFromInst added in v1.1.19

func CoolBandsFromInst(inst uintptr) *TCoolBands

func CoolBandsFromObj added in v1.1.19

func CoolBandsFromObj(obj IObject) *TCoolBands

func NewCoolBands added in v1.1.19

func NewCoolBands() *TCoolBands

func (*TCoolBands) Add added in v1.1.19

func (c *TCoolBands) Add() *TCoolBand

func (*TCoolBands) Assign added in v1.1.19

func (c *TCoolBands) Assign(Source IObject)

func (*TCoolBands) BeginUpdate added in v1.1.19

func (c *TCoolBands) BeginUpdate()

func (*TCoolBands) Capacity added in v1.1.19

func (c *TCoolBands) Capacity() int32

func (*TCoolBands) ClassName added in v1.1.19

func (c *TCoolBands) ClassName() string

func (*TCoolBands) ClassType added in v1.1.19

func (c *TCoolBands) ClassType() TClass

func (*TCoolBands) Clear added in v1.1.19

func (c *TCoolBands) Clear()

func (*TCoolBands) CoolBar added in v1.1.19

func (c *TCoolBands) CoolBar() *TCoolBar

func (*TCoolBands) Count added in v1.1.19

func (c *TCoolBands) Count() int32

func (*TCoolBands) Delete added in v1.1.19

func (c *TCoolBands) Delete(Index int32)

func (*TCoolBands) DisposeOf added in v1.1.19

func (c *TCoolBands) DisposeOf()

func (*TCoolBands) EndUpdate added in v1.1.19

func (c *TCoolBands) EndUpdate()

func (*TCoolBands) Equals added in v1.1.19

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

func (*TCoolBands) FindBand added in v1.1.19

func (c *TCoolBands) FindBand(AControl IControl) *TCoolBand

func (*TCoolBands) Free added in v1.1.19

func (c *TCoolBands) Free()

func (*TCoolBands) GetHashCode added in v1.1.19

func (c *TCoolBands) GetHashCode() int32

func (*TCoolBands) GetNamePath added in v1.1.19

func (c *TCoolBands) GetNamePath() string

func (*TCoolBands) InheritsFrom added in v1.1.19

func (c *TCoolBands) InheritsFrom(AClass TClass) bool

func (*TCoolBands) Insert added in v1.1.19

func (c *TCoolBands) Insert(Index int32) *TCollectionItem

func (*TCoolBands) Instance added in v1.1.19

func (c *TCoolBands) Instance() uintptr

func (*TCoolBands) InstanceSize added in v1.1.19

func (c *TCoolBands) InstanceSize() int32

func (*TCoolBands) IsValid added in v1.1.19

func (c *TCoolBands) IsValid() bool

func (*TCoolBands) Items added in v1.1.19

func (c *TCoolBands) Items(Index int32) *TCoolBand

func (*TCoolBands) Owner added in v1.1.19

func (c *TCoolBands) Owner() *TObject

func (*TCoolBands) SetCapacity added in v1.1.19

func (c *TCoolBands) SetCapacity(value int32)

func (*TCoolBands) SetItems added in v1.1.19

func (c *TCoolBands) SetItems(Index int32, value *TCoolBand)

func (*TCoolBands) ToString added in v1.1.19

func (c *TCoolBands) ToString() string

type TCoolBar added in v1.1.19

type TCoolBar struct {
	IWinControl
	// contains filtered or unexported fields
}

func CoolBarFromInst added in v1.1.19

func CoolBarFromInst(inst uintptr) *TCoolBar

func CoolBarFromObj added in v1.1.19

func CoolBarFromObj(obj IObject) *TCoolBar

func NewCoolBar added in v1.1.19

func NewCoolBar(owner IComponent) *TCoolBar

func (*TCoolBar) Action added in v1.1.19

func (c *TCoolBar) Action() *TAction

func (*TCoolBar) Align added in v1.1.19

func (c *TCoolBar) Align() TAlign

func (*TCoolBar) AlignWithMargins added in v1.1.19

func (c *TCoolBar) AlignWithMargins() bool

func (*TCoolBar) Anchors added in v1.1.19

func (c *TCoolBar) Anchors() TAnchors

func (*TCoolBar) Assign added in v1.1.19

func (c *TCoolBar) Assign(Source IObject)

func (*TCoolBar) AutoSize added in v1.1.19

func (c *TCoolBar) AutoSize() bool

func (*TCoolBar) BandBorderStyle added in v1.1.19

func (c *TCoolBar) BandBorderStyle() TBorderStyle

func (*TCoolBar) BandMaximize added in v1.1.19

func (c *TCoolBar) BandMaximize() TCoolBandMaximize

func (*TCoolBar) Bands added in v1.1.19

func (c *TCoolBar) Bands() *TCoolBands

func (*TCoolBar) BiDiMode added in v1.1.19

func (c *TCoolBar) BiDiMode() TBiDiMode

func (*TCoolBar) Bitmap added in v1.1.19

func (c *TCoolBar) Bitmap() *TBitmap

func (*TCoolBar) BorderWidth added in v1.1.19

func (c *TCoolBar) BorderWidth() int32

func (*TCoolBar) BoundsRect added in v1.1.19

func (c *TCoolBar) BoundsRect() TRect

func (*TCoolBar) BringToFront added in v1.1.19

func (c *TCoolBar) BringToFront()

func (*TCoolBar) Brush added in v1.1.19

func (c *TCoolBar) Brush() *TBrush

func (*TCoolBar) CanFocus added in v1.1.19

func (c *TCoolBar) CanFocus() bool

func (*TCoolBar) ClassName added in v1.1.19

func (c *TCoolBar) ClassName() string

func (*TCoolBar) ClassType added in v1.1.19

func (c *TCoolBar) ClassType() TClass

func (*TCoolBar) ClientHeight added in v1.1.19

func (c *TCoolBar) ClientHeight() int32

func (*TCoolBar) ClientRect added in v1.1.19

func (c *TCoolBar) ClientRect() TRect

func (*TCoolBar) ClientToParent added in v1.1.19

func (c *TCoolBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TCoolBar) ClientToScreen added in v1.1.19

func (c *TCoolBar) ClientToScreen(Point TPoint) TPoint

func (*TCoolBar) ClientWidth added in v1.1.19

func (c *TCoolBar) ClientWidth() int32

func (*TCoolBar) Color added in v1.1.19

func (c *TCoolBar) Color() TColor

func (*TCoolBar) ComponentCount added in v1.1.19

func (c *TCoolBar) ComponentCount() int32

func (*TCoolBar) ComponentIndex added in v1.1.19

func (c *TCoolBar) ComponentIndex() int32

func (*TCoolBar) Components added in v1.1.19

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

func (*TCoolBar) ControlCount added in v1.1.19

func (c *TCoolBar) ControlCount() int32

func (*TCoolBar) Controls added in v1.1.19

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

func (*TCoolBar) Cursor added in v1.1.19

func (c *TCoolBar) Cursor() TCursor

func (*TCoolBar) CustomHint added in v1.1.19

func (c *TCoolBar) CustomHint() *TCustomHint

func (*TCoolBar) DisposeOf added in v1.1.19

func (c *TCoolBar) DisposeOf()

func (*TCoolBar) DockSite added in v1.1.19

func (c *TCoolBar) DockSite() bool

func (*TCoolBar) DoubleBuffered added in v1.1.19

func (c *TCoolBar) DoubleBuffered() bool

func (*TCoolBar) DragCursor added in v1.1.19

func (c *TCoolBar) DragCursor() TCursor

func (*TCoolBar) DragKind added in v1.1.19

func (c *TCoolBar) DragKind() TDragKind

func (*TCoolBar) DragMode added in v1.1.19

func (c *TCoolBar) DragMode() TDragMode

func (*TCoolBar) Dragging added in v1.1.19

func (c *TCoolBar) Dragging() bool

func (*TCoolBar) EdgeBorders added in v1.1.19

func (c *TCoolBar) EdgeBorders() TEdgeBorders

func (*TCoolBar) EdgeInner added in v1.1.19

func (c *TCoolBar) EdgeInner() TEdgeStyle

func (*TCoolBar) EdgeOuter added in v1.1.19

func (c *TCoolBar) EdgeOuter() TEdgeStyle

func (*TCoolBar) Enabled added in v1.1.19

func (c *TCoolBar) Enabled() bool

func (*TCoolBar) Equals added in v1.1.19

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

func (*TCoolBar) ExplicitHeight added in v1.1.19

func (c *TCoolBar) ExplicitHeight() int32

func (*TCoolBar) ExplicitLeft added in v1.1.19

func (c *TCoolBar) ExplicitLeft() int32

func (*TCoolBar) ExplicitTop added in v1.1.19

func (c *TCoolBar) ExplicitTop() int32

func (*TCoolBar) ExplicitWidth added in v1.1.19

func (c *TCoolBar) ExplicitWidth() int32

func (*TCoolBar) FindComponent added in v1.1.19

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

func (*TCoolBar) FixedOrder added in v1.1.19

func (c *TCoolBar) FixedOrder() bool

func (*TCoolBar) FixedSize added in v1.1.19

func (c *TCoolBar) FixedSize() bool

func (*TCoolBar) FlipChildren added in v1.1.19

func (c *TCoolBar) FlipChildren(AllLevels bool)

func (*TCoolBar) Floating added in v1.1.19

func (c *TCoolBar) Floating() bool

func (*TCoolBar) Focused added in v1.1.19

func (c *TCoolBar) Focused() bool

func (*TCoolBar) Font added in v1.1.19

func (c *TCoolBar) Font() *TFont

func (*TCoolBar) Free added in v1.1.19

func (c *TCoolBar) Free()

func (*TCoolBar) GetHashCode added in v1.1.19

func (c *TCoolBar) GetHashCode() int32

func (*TCoolBar) GetNamePath added in v1.1.19

func (c *TCoolBar) GetNamePath() string

func (*TCoolBar) GetTextBuf added in v1.1.19

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

func (*TCoolBar) GetTextLen added in v1.1.19

func (c *TCoolBar) GetTextLen() int32

func (*TCoolBar) Handle added in v1.1.19

func (c *TCoolBar) Handle() HWND

func (*TCoolBar) HandleAllocated added in v1.1.19

func (c *TCoolBar) HandleAllocated() bool

func (*TCoolBar) HasParent added in v1.1.19

func (c *TCoolBar) HasParent() bool

func (*TCoolBar) Height added in v1.1.19

func (c *TCoolBar) Height() int32

func (*TCoolBar) Hide added in v1.1.19

func (c *TCoolBar) Hide()

func (*TCoolBar) Hint added in v1.1.19

func (c *TCoolBar) Hint() string

func (*TCoolBar) Images added in v1.1.19

func (c *TCoolBar) Images() *TImageList

func (*TCoolBar) InheritsFrom added in v1.1.19

func (c *TCoolBar) InheritsFrom(AClass TClass) bool

func (*TCoolBar) Instance added in v1.1.19

func (c *TCoolBar) Instance() uintptr

func (*TCoolBar) InstanceSize added in v1.1.19

func (c *TCoolBar) InstanceSize() int32

func (*TCoolBar) Invalidate added in v1.1.19

func (c *TCoolBar) Invalidate()

func (*TCoolBar) IsValid added in v1.1.19

func (c *TCoolBar) IsValid() bool

func (*TCoolBar) Left added in v1.1.19

func (c *TCoolBar) Left() int32

func (*TCoolBar) Margins added in v1.1.19

func (c *TCoolBar) Margins() *TMargins

func (*TCoolBar) Name added in v1.1.19

func (c *TCoolBar) Name() string

func (*TCoolBar) Owner added in v1.1.19

func (c *TCoolBar) Owner() *TComponent

func (*TCoolBar) Parent added in v1.1.19

func (c *TCoolBar) Parent() *TWinControl

func (*TCoolBar) ParentColor added in v1.1.19

func (c *TCoolBar) ParentColor() bool

func (*TCoolBar) ParentDoubleBuffered added in v1.1.19

func (c *TCoolBar) ParentDoubleBuffered() bool

func (*TCoolBar) ParentFont added in v1.1.19

func (c *TCoolBar) ParentFont() bool

func (*TCoolBar) ParentShowHint added in v1.1.19

func (c *TCoolBar) ParentShowHint() bool

func (*TCoolBar) ParentToClient added in v1.1.19

func (c *TCoolBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TCoolBar) ParentWindow added in v1.1.19

func (c *TCoolBar) ParentWindow() HWND

func (*TCoolBar) Perform added in v1.1.19

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

func (*TCoolBar) PopupMenu added in v1.1.19

func (c *TCoolBar) PopupMenu() *TPopupMenu

func (*TCoolBar) Realign added in v1.1.19

func (c *TCoolBar) Realign()

func (*TCoolBar) Refresh added in v1.1.19

func (c *TCoolBar) Refresh()

func (*TCoolBar) Repaint added in v1.1.19

func (c *TCoolBar) Repaint()

func (*TCoolBar) ScaleBy added in v1.1.19

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

func (*TCoolBar) ScreenToClient added in v1.1.19

func (c *TCoolBar) ScreenToClient(Point TPoint) TPoint

func (*TCoolBar) SendToBack added in v1.1.19

func (c *TCoolBar) SendToBack()

func (*TCoolBar) SetAction added in v1.1.19

func (c *TCoolBar) SetAction(value IComponent)

func (*TCoolBar) SetAlign added in v1.1.19

func (c *TCoolBar) SetAlign(value TAlign)

func (*TCoolBar) SetAlignWithMargins added in v1.1.19

func (c *TCoolBar) SetAlignWithMargins(value bool)

func (*TCoolBar) SetAnchors added in v1.1.19

func (c *TCoolBar) SetAnchors(value TAnchors)

func (*TCoolBar) SetAutoSize added in v1.1.19

func (c *TCoolBar) SetAutoSize(value bool)

func (*TCoolBar) SetBandBorderStyle added in v1.1.19

func (c *TCoolBar) SetBandBorderStyle(value TBorderStyle)

func (*TCoolBar) SetBandMaximize added in v1.1.19

func (c *TCoolBar) SetBandMaximize(value TCoolBandMaximize)

func (*TCoolBar) SetBands added in v1.1.19

func (c *TCoolBar) SetBands(value *TCoolBands)

func (*TCoolBar) SetBiDiMode added in v1.1.19

func (c *TCoolBar) SetBiDiMode(value TBiDiMode)

func (*TCoolBar) SetBitmap added in v1.1.19

func (c *TCoolBar) SetBitmap(value *TBitmap)

func (*TCoolBar) SetBorderWidth added in v1.1.19

func (c *TCoolBar) SetBorderWidth(value int32)

func (*TCoolBar) SetBounds added in v1.1.19

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

func (*TCoolBar) SetBoundsRect added in v1.1.19

func (c *TCoolBar) SetBoundsRect(value TRect)

func (*TCoolBar) SetClientHeight added in v1.1.19

func (c *TCoolBar) SetClientHeight(value int32)

func (*TCoolBar) SetClientWidth added in v1.1.19

func (c *TCoolBar) SetClientWidth(value int32)

func (*TCoolBar) SetColor added in v1.1.19

func (c *TCoolBar) SetColor(value TColor)

func (*TCoolBar) SetComponentIndex added in v1.1.19

func (c *TCoolBar) SetComponentIndex(value int32)

func (*TCoolBar) SetCursor added in v1.1.19

func (c *TCoolBar) SetCursor(value TCursor)

func (*TCoolBar) SetCustomHint added in v1.1.19

func (c *TCoolBar) SetCustomHint(value IComponent)

func (*TCoolBar) SetDockSite added in v1.1.19

func (c *TCoolBar) SetDockSite(value bool)

func (*TCoolBar) SetDoubleBuffered added in v1.1.19

func (c *TCoolBar) SetDoubleBuffered(value bool)

func (*TCoolBar) SetDragCursor added in v1.1.19

func (c *TCoolBar) SetDragCursor(value TCursor)

func (*TCoolBar) SetDragKind added in v1.1.19

func (c *TCoolBar) SetDragKind(value TDragKind)

func (*TCoolBar) SetDragMode added in v1.1.19

func (c *TCoolBar) SetDragMode(value TDragMode)

func (*TCoolBar) SetEdgeBorders added in v1.1.19

func (c *TCoolBar) SetEdgeBorders(value TEdgeBorders)

func (*TCoolBar) SetEdgeInner added in v1.1.19

func (c *TCoolBar) SetEdgeInner(value TEdgeStyle)

func (*TCoolBar) SetEdgeOuter added in v1.1.19

func (c *TCoolBar) SetEdgeOuter(value TEdgeStyle)

func (*TCoolBar) SetEnabled added in v1.1.19

func (c *TCoolBar) SetEnabled(value bool)

func (*TCoolBar) SetFixedOrder added in v1.1.19

func (c *TCoolBar) SetFixedOrder(value bool)

func (*TCoolBar) SetFixedSize added in v1.1.19

func (c *TCoolBar) SetFixedSize(value bool)

func (*TCoolBar) SetFocus added in v1.1.19

func (c *TCoolBar) SetFocus()

func (*TCoolBar) SetFont added in v1.1.19

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

func (*TCoolBar) SetHeight added in v1.1.19

func (c *TCoolBar) SetHeight(value int32)

func (*TCoolBar) SetHint added in v1.1.19

func (c *TCoolBar) SetHint(value string)

func (*TCoolBar) SetImages added in v1.1.19

func (c *TCoolBar) SetImages(value IComponent)

func (*TCoolBar) SetLeft added in v1.1.19

func (c *TCoolBar) SetLeft(value int32)

func (*TCoolBar) SetMargins added in v1.1.19

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

func (*TCoolBar) SetName added in v1.1.19

func (c *TCoolBar) SetName(value string)

func (*TCoolBar) SetOnChange added in v1.1.19

func (c *TCoolBar) SetOnChange(fn TNotifyEvent)

func (*TCoolBar) SetOnClick added in v1.1.19

func (c *TCoolBar) SetOnClick(fn TNotifyEvent)

func (*TCoolBar) SetOnContextPopup added in v1.1.19

func (c *TCoolBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TCoolBar) SetOnDblClick added in v1.1.19

func (c *TCoolBar) SetOnDblClick(fn TNotifyEvent)

func (*TCoolBar) SetOnDockDrop added in v1.1.19

func (c *TCoolBar) SetOnDockDrop(fn TDockDropEvent)

func (*TCoolBar) SetOnDragDrop added in v1.1.19

func (c *TCoolBar) SetOnDragDrop(fn TDragDropEvent)

func (*TCoolBar) SetOnDragOver added in v1.1.19

func (c *TCoolBar) SetOnDragOver(fn TDragOverEvent)

func (*TCoolBar) SetOnEndDock added in v1.1.19

func (c *TCoolBar) SetOnEndDock(fn TEndDragEvent)

func (*TCoolBar) SetOnEndDrag added in v1.1.19

func (c *TCoolBar) SetOnEndDrag(fn TEndDragEvent)

func (*TCoolBar) SetOnGetSiteInfo added in v1.1.19

func (c *TCoolBar) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

func (*TCoolBar) SetOnMouseDown added in v1.1.19

func (c *TCoolBar) SetOnMouseDown(fn TMouseEvent)

func (*TCoolBar) SetOnMouseEnter added in v1.1.19

func (c *TCoolBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TCoolBar) SetOnMouseLeave added in v1.1.19

func (c *TCoolBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TCoolBar) SetOnMouseMove added in v1.1.19

func (c *TCoolBar) SetOnMouseMove(fn TMouseMoveEvent)

func (*TCoolBar) SetOnMouseUp added in v1.1.19

func (c *TCoolBar) SetOnMouseUp(fn TMouseEvent)

func (*TCoolBar) SetOnResize added in v1.1.19

func (c *TCoolBar) SetOnResize(fn TNotifyEvent)

func (*TCoolBar) SetOnStartDock added in v1.1.19

func (c *TCoolBar) SetOnStartDock(fn TStartDockEvent)

func (*TCoolBar) SetOnUnDock added in v1.1.19

func (c *TCoolBar) SetOnUnDock(fn TUnDockEvent)

func (*TCoolBar) SetParent added in v1.1.19

func (c *TCoolBar) SetParent(value IWinControl)

func (*TCoolBar) SetParentColor added in v1.1.19

func (c *TCoolBar) SetParentColor(value bool)

func (*TCoolBar) SetParentDoubleBuffered added in v1.1.19

func (c *TCoolBar) SetParentDoubleBuffered(value bool)

func (*TCoolBar) SetParentFont added in v1.1.19

func (c *TCoolBar) SetParentFont(value bool)

func (*TCoolBar) SetParentShowHint added in v1.1.19

func (c *TCoolBar) SetParentShowHint(value bool)

func (*TCoolBar) SetParentWindow added in v1.1.19

func (c *TCoolBar) SetParentWindow(value HWND)

func (*TCoolBar) SetPopupMenu added in v1.1.19

func (c *TCoolBar) SetPopupMenu(value IComponent)

func (*TCoolBar) SetShowHint added in v1.1.19

func (c *TCoolBar) SetShowHint(value bool)

func (*TCoolBar) SetShowText added in v1.1.19

func (c *TCoolBar) SetShowText(value bool)

func (*TCoolBar) SetStyleElements added in v1.1.19

func (c *TCoolBar) SetStyleElements(value TStyleElements)

func (*TCoolBar) SetTabOrder added in v1.1.19

func (c *TCoolBar) SetTabOrder(value uint16)

func (*TCoolBar) SetTabStop added in v1.1.19

func (c *TCoolBar) SetTabStop(value bool)

func (*TCoolBar) SetTag added in v1.1.19

func (c *TCoolBar) SetTag(value int)

func (*TCoolBar) SetTop added in v1.1.19

func (c *TCoolBar) SetTop(value int32)

func (*TCoolBar) SetUseDockManager added in v1.1.19

func (c *TCoolBar) SetUseDockManager(value bool)

func (*TCoolBar) SetVertical added in v1.1.19

func (c *TCoolBar) SetVertical(value bool)

func (*TCoolBar) SetVisible added in v1.1.19

func (c *TCoolBar) SetVisible(value bool)

func (*TCoolBar) SetWidth added in v1.1.19

func (c *TCoolBar) SetWidth(value int32)

func (*TCoolBar) Show added in v1.1.19

func (c *TCoolBar) Show()

func (*TCoolBar) ShowHint added in v1.1.19

func (c *TCoolBar) ShowHint() bool

func (*TCoolBar) ShowText added in v1.1.19

func (c *TCoolBar) ShowText() bool

func (*TCoolBar) StyleElements added in v1.1.19

func (c *TCoolBar) StyleElements() TStyleElements

func (*TCoolBar) TabOrder added in v1.1.19

func (c *TCoolBar) TabOrder() uint16

func (*TCoolBar) TabStop added in v1.1.19

func (c *TCoolBar) TabStop() bool

func (*TCoolBar) Tag added in v1.1.19

func (c *TCoolBar) Tag() int

func (*TCoolBar) ToString added in v1.1.19

func (c *TCoolBar) ToString() string

func (*TCoolBar) Top added in v1.1.19

func (c *TCoolBar) Top() int32

func (*TCoolBar) Update added in v1.1.19

func (c *TCoolBar) Update()

func (*TCoolBar) UseDockManager added in v1.1.19

func (c *TCoolBar) UseDockManager() bool

func (*TCoolBar) Vertical added in v1.1.19

func (c *TCoolBar) Vertical() bool

func (*TCoolBar) Visible added in v1.1.19

func (c *TCoolBar) Visible() bool

func (*TCoolBar) Width added in v1.1.19

func (c *TCoolBar) Width() int32

type TCustomHint

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

func CustomHintFromInst

func CustomHintFromInst(inst uintptr) *TCustomHint

func CustomHintFromObj

func CustomHintFromObj(obj IObject) *TCustomHint

func NewCustomHint

func NewCustomHint(owner IComponent) *TCustomHint

func (*TCustomHint) Assign

func (c *TCustomHint) Assign(Source IObject)

func (*TCustomHint) ClassName

func (c *TCustomHint) ClassName() string

func (*TCustomHint) ClassType added in v1.1.18

func (c *TCustomHint) ClassType() TClass

func (*TCustomHint) ComponentCount

func (c *TCustomHint) ComponentCount() int32

func (*TCustomHint) ComponentIndex

func (c *TCustomHint) ComponentIndex() int32

func (*TCustomHint) Components

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

func (*TCustomHint) Delay

func (c *TCustomHint) Delay() uint32

func (*TCustomHint) Description

func (c *TCustomHint) Description() string

func (*TCustomHint) DisposeOf added in v1.1.18

func (c *TCustomHint) DisposeOf()

func (*TCustomHint) Equals

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

func (*TCustomHint) FindComponent

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

func (*TCustomHint) Free

func (c *TCustomHint) Free()

func (*TCustomHint) GetHashCode

func (c *TCustomHint) GetHashCode() int32

func (*TCustomHint) GetNamePath

func (c *TCustomHint) GetNamePath() string

func (*TCustomHint) HasParent

func (c *TCustomHint) HasParent() bool

func (*TCustomHint) HideAfter

func (c *TCustomHint) HideAfter() int32

func (*TCustomHint) HideHint

func (c *TCustomHint) HideHint()

func (*TCustomHint) ImageIndex

func (c *TCustomHint) ImageIndex() int32

func (*TCustomHint) Images

func (c *TCustomHint) Images() *TImageList

func (*TCustomHint) InheritsFrom added in v1.1.18

func (c *TCustomHint) InheritsFrom(AClass TClass) bool

func (*TCustomHint) Instance

func (c *TCustomHint) Instance() uintptr

func (*TCustomHint) InstanceSize added in v1.1.18

func (c *TCustomHint) InstanceSize() int32

func (*TCustomHint) IsValid

func (c *TCustomHint) IsValid() bool

func (*TCustomHint) Name

func (c *TCustomHint) Name() string

func (*TCustomHint) Owner

func (c *TCustomHint) Owner() *TComponent

func (*TCustomHint) SetComponentIndex

func (c *TCustomHint) SetComponentIndex(value int32)

func (*TCustomHint) SetDelay

func (c *TCustomHint) SetDelay(value uint32)

func (*TCustomHint) SetDescription

func (c *TCustomHint) SetDescription(value string)

func (*TCustomHint) SetHideAfter

func (c *TCustomHint) SetHideAfter(value int32)

func (*TCustomHint) SetImageIndex

func (c *TCustomHint) SetImageIndex(value int32)

func (*TCustomHint) SetImages

func (c *TCustomHint) SetImages(value IComponent)

func (*TCustomHint) SetName

func (c *TCustomHint) SetName(value string)

func (*TCustomHint) SetStyle

func (c *TCustomHint) SetStyle(value TBalloonHintStyle)

func (*TCustomHint) SetTag

func (c *TCustomHint) SetTag(value int)

func (*TCustomHint) SetTitle

func (c *TCustomHint) SetTitle(value string)

func (*TCustomHint) ShowHint

func (c *TCustomHint) ShowHint()

func (*TCustomHint) ShowingHint

func (c *TCustomHint) ShowingHint() bool

func (*TCustomHint) Style

func (c *TCustomHint) Style() TBalloonHintStyle

func (*TCustomHint) Tag

func (c *TCustomHint) Tag() int

func (*TCustomHint) Title

func (c *TCustomHint) Title() string

func (*TCustomHint) ToString

func (c *TCustomHint) ToString() string

type TCustomSectionNotifyEvent added in v1.1.19

type TCustomSectionNotifyEvent func(headerControl *THeaderControl, section *THeaderSection)

TCustomSectionNotifyEvent = procedure(HeaderControl: TCustomHeaderControl; Section: THeaderSection) of object;

type TDateTimePicker

type TDateTimePicker struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (d *TDateTimePicker) ClassType() TClass

func (*TDateTimePicker) ClientHeight

func (d *TDateTimePicker) ClientHeight() int32

func (*TDateTimePicker) ClientRect

func (d *TDateTimePicker) ClientRect() TRect

func (*TDateTimePicker) ClientToParent

func (d *TDateTimePicker) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TDateTimePicker) ClientToScreen

func (d *TDateTimePicker) ClientToScreen(Point TPoint) TPoint

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

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) DisposeOf added in v1.1.18

func (d *TDateTimePicker) DisposeOf()

func (*TDateTimePicker) DockSite

func (d *TDateTimePicker) DockSite() bool

func (*TDateTimePicker) DoubleBuffered

func (d *TDateTimePicker) DoubleBuffered() bool

func (*TDateTimePicker) DragCursor

func (d *TDateTimePicker) DragCursor() TCursor

func (*TDateTimePicker) DragKind

func (d *TDateTimePicker) DragKind() TDragKind

func (*TDateTimePicker) DragMode

func (d *TDateTimePicker) DragMode() TDragMode

func (*TDateTimePicker) Dragging

func (d *TDateTimePicker) Dragging() 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) Floating

func (d *TDateTimePicker) Floating() 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

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) InheritsFrom added in v1.1.18

func (d *TDateTimePicker) InheritsFrom(AClass TClass) bool

func (*TDateTimePicker) Instance

func (d *TDateTimePicker) Instance() uintptr

func (*TDateTimePicker) InstanceSize added in v1.1.18

func (d *TDateTimePicker) InstanceSize() int32

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() *TWinControl

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

func (d *TDateTimePicker) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (d *TDateTimePicker) ScreenToClient(Point TPoint) TPoint

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

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

func (d *TDateTimePicker) SetDockSite(value bool)

func (*TDateTimePicker) SetDoubleBuffered

func (d *TDateTimePicker) SetDoubleBuffered(value bool)

func (*TDateTimePicker) SetDragCursor

func (d *TDateTimePicker) SetDragCursor(value TCursor)

func (*TDateTimePicker) SetDragKind

func (d *TDateTimePicker) SetDragKind(value TDragKind)

func (*TDateTimePicker) SetDragMode

func (d *TDateTimePicker) SetDragMode(value TDragMode)

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

func (d *TDateTimePicker) SetOnContextPopup(fn TContextPopupEvent)

func (*TDateTimePicker) SetOnDragDrop

func (d *TDateTimePicker) SetOnDragDrop(fn TDragDropEvent)

func (*TDateTimePicker) SetOnDragOver

func (d *TDateTimePicker) SetOnDragOver(fn TDragOverEvent)

func (*TDateTimePicker) SetOnEndDock

func (d *TDateTimePicker) SetOnEndDock(fn TEndDragEvent)

func (*TDateTimePicker) SetOnEndDrag

func (d *TDateTimePicker) SetOnEndDrag(fn TEndDragEvent)

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

func (d *TDateTimePicker) SetOnStartDock(fn TStartDockEvent)

func (*TDateTimePicker) SetParent

func (d *TDateTimePicker) SetParent(value IWinControl)

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

func (d *TDateTimePicker) SetUseDockManager(value bool)

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

func (d *TDateTimePicker) UseDockManager() bool

func (*TDateTimePicker) Visible

func (d *TDateTimePicker) Visible() bool

func (*TDateTimePicker) Width

func (d *TDateTimePicker) Width() int32

type TDockDropEvent

type TDockDropEvent func(sender IObject, source *TDragDockObject, x, y int32)

TDockDropEvent = procedure(Sender: TObject; Source: TDragDockObject; X, Y: Integer) of object;

type TDockOverEvent

type TDockOverEvent func(sender IObject, source *TDragDockObject, x, y int32, state TDragState, accept *bool)

TDockOverEvent = procedure(Sender: TObject; Source: TDragDockObject; X, Y: Integer; State: TDragState; var Accept: Boolean) of object;

type TDragDockObject

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

func DragDockObjectFromInst

func DragDockObjectFromInst(inst uintptr) *TDragDockObject

func DragDockObjectFromObj

func DragDockObjectFromObj(obj IObject) *TDragDockObject

func NewDragDockObject

func NewDragDockObject() *TDragDockObject

func (*TDragDockObject) AlwaysShowDragImages

func (d *TDragDockObject) AlwaysShowDragImages() bool

func (*TDragDockObject) Assign

func (d *TDragDockObject) Assign(Source *TDragObject)

func (*TDragDockObject) Brush

func (d *TDragDockObject) Brush() *TBrush

func (*TDragDockObject) Cancelling

func (d *TDragDockObject) Cancelling() bool

func (*TDragDockObject) ClassName

func (d *TDragDockObject) ClassName() string

func (*TDragDockObject) ClassType added in v1.1.18

func (d *TDragDockObject) ClassType() TClass

func (*TDragDockObject) Control

func (d *TDragDockObject) Control() *TControl

func (*TDragDockObject) DisposeOf added in v1.1.18

func (d *TDragDockObject) DisposeOf()

func (*TDragDockObject) DockRect

func (d *TDragDockObject) DockRect() TRect

func (*TDragDockObject) DragHandle

func (d *TDragDockObject) DragHandle() HWND

func (*TDragDockObject) DragPos

func (d *TDragDockObject) DragPos() TPoint

func (*TDragDockObject) DragTarget

func (d *TDragDockObject) DragTarget() uintptr

func (*TDragDockObject) DragTargetPos

func (d *TDragDockObject) DragTargetPos() TPoint

func (*TDragDockObject) DropAlign

func (d *TDragDockObject) DropAlign() TAlign

func (*TDragDockObject) DropOnControl

func (d *TDragDockObject) DropOnControl() *TControl

func (*TDragDockObject) Dropped

func (d *TDragDockObject) Dropped() bool

func (*TDragDockObject) Equals

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

func (*TDragDockObject) EraseDockRect

func (d *TDragDockObject) EraseDockRect() TRect

func (*TDragDockObject) EraseWhenMoving

func (d *TDragDockObject) EraseWhenMoving() bool

func (*TDragDockObject) Floating

func (d *TDragDockObject) Floating() bool

func (*TDragDockObject) FrameWidth

func (d *TDragDockObject) FrameWidth() int32

func (*TDragDockObject) Free

func (d *TDragDockObject) Free()

func (*TDragDockObject) GetHashCode

func (d *TDragDockObject) GetHashCode() int32

func (*TDragDockObject) HideDragImage

func (d *TDragDockObject) HideDragImage()

func (*TDragDockObject) InheritsFrom added in v1.1.18

func (d *TDragDockObject) InheritsFrom(AClass TClass) bool

func (*TDragDockObject) Instance

func (d *TDragDockObject) Instance() uintptr

func (*TDragDockObject) InstanceSize added in v1.1.18

func (d *TDragDockObject) InstanceSize() int32

func (*TDragDockObject) IsValid

func (d *TDragDockObject) IsValid() bool

func (*TDragDockObject) MouseDeltaX

func (d *TDragDockObject) MouseDeltaX() float64

func (*TDragDockObject) MouseDeltaY

func (d *TDragDockObject) MouseDeltaY() float64

func (*TDragDockObject) RightClickCancels

func (d *TDragDockObject) RightClickCancels() bool

func (*TDragDockObject) SetAlwaysShowDragImages

func (d *TDragDockObject) SetAlwaysShowDragImages(value bool)

func (*TDragDockObject) SetBrush

func (d *TDragDockObject) SetBrush(value *TBrush)

func (*TDragDockObject) SetCancelling

func (d *TDragDockObject) SetCancelling(value bool)

func (*TDragDockObject) SetControl

func (d *TDragDockObject) SetControl(value IControl)

func (*TDragDockObject) SetDockRect

func (d *TDragDockObject) SetDockRect(value TRect)

func (*TDragDockObject) SetDragHandle

func (d *TDragDockObject) SetDragHandle(value HWND)

func (*TDragDockObject) SetDragPos

func (d *TDragDockObject) SetDragPos(value TPoint)

func (*TDragDockObject) SetDragTarget

func (d *TDragDockObject) SetDragTarget(value uintptr)

func (*TDragDockObject) SetDragTargetPos

func (d *TDragDockObject) SetDragTargetPos(value TPoint)

func (*TDragDockObject) SetEraseDockRect

func (d *TDragDockObject) SetEraseDockRect(value TRect)

func (*TDragDockObject) SetFloating

func (d *TDragDockObject) SetFloating(value bool)

func (*TDragDockObject) SetRightClickCancels

func (d *TDragDockObject) SetRightClickCancels(value bool)

func (*TDragDockObject) ShowDragImage

func (d *TDragDockObject) ShowDragImage()

func (*TDragDockObject) ToString

func (d *TDragDockObject) ToString() string

type TDragDropEvent

type TDragDropEvent func(sender, source IObject, x, y int32)

TDragDropEvent = procedure(Sender, Source: TObject; X, Y: Integer) of object;

type TDragObject

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

func DragObjectFromInst

func DragObjectFromInst(inst uintptr) *TDragObject

func DragObjectFromObj

func DragObjectFromObj(obj IObject) *TDragObject

func NewDragObject

func NewDragObject() *TDragObject

func (*TDragObject) AlwaysShowDragImages

func (d *TDragObject) AlwaysShowDragImages() bool

func (*TDragObject) Assign

func (d *TDragObject) Assign(Source *TDragObject)

func (*TDragObject) Cancelling

func (d *TDragObject) Cancelling() bool

func (*TDragObject) ClassName

func (d *TDragObject) ClassName() string

func (*TDragObject) ClassType added in v1.1.18

func (d *TDragObject) ClassType() TClass

func (*TDragObject) DisposeOf added in v1.1.18

func (d *TDragObject) DisposeOf()

func (*TDragObject) DragHandle

func (d *TDragObject) DragHandle() HWND

func (*TDragObject) DragPos

func (d *TDragObject) DragPos() TPoint

func (*TDragObject) DragTarget

func (d *TDragObject) DragTarget() uintptr

func (*TDragObject) DragTargetPos

func (d *TDragObject) DragTargetPos() TPoint

func (*TDragObject) Dropped

func (d *TDragObject) Dropped() bool

func (*TDragObject) Equals

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

func (*TDragObject) Free

func (d *TDragObject) Free()

func (*TDragObject) GetHashCode

func (d *TDragObject) GetHashCode() int32

func (*TDragObject) HideDragImage

func (d *TDragObject) HideDragImage()

func (*TDragObject) InheritsFrom added in v1.1.18

func (d *TDragObject) InheritsFrom(AClass TClass) bool

func (*TDragObject) Instance

func (d *TDragObject) Instance() uintptr

func (*TDragObject) InstanceSize added in v1.1.18

func (d *TDragObject) InstanceSize() int32

func (*TDragObject) IsValid

func (d *TDragObject) IsValid() bool

func (*TDragObject) MouseDeltaX

func (d *TDragObject) MouseDeltaX() float64

func (*TDragObject) MouseDeltaY

func (d *TDragObject) MouseDeltaY() float64

func (*TDragObject) RightClickCancels

func (d *TDragObject) RightClickCancels() bool

func (*TDragObject) SetAlwaysShowDragImages

func (d *TDragObject) SetAlwaysShowDragImages(value bool)

func (*TDragObject) SetCancelling

func (d *TDragObject) SetCancelling(value bool)

func (*TDragObject) SetDragHandle

func (d *TDragObject) SetDragHandle(value HWND)

func (*TDragObject) SetDragPos

func (d *TDragObject) SetDragPos(value TPoint)

func (*TDragObject) SetDragTarget

func (d *TDragObject) SetDragTarget(value uintptr)

func (*TDragObject) SetDragTargetPos

func (d *TDragObject) SetDragTargetPos(value TPoint)

func (*TDragObject) SetRightClickCancels

func (d *TDragObject) SetRightClickCancels(value bool)

func (*TDragObject) ShowDragImage

func (d *TDragObject) ShowDragImage()

func (*TDragObject) ToString

func (d *TDragObject) ToString() string

type TDragOverEvent

type TDragOverEvent func(sender, source IObject, x, y int32, state TDragState, accept *bool)

TDragOverEvent = procedure(Sender, Source: TObject; X, Y: Integer; State: TDragState; var Accept: Boolean) of object;

type TDrawCellEvent added in v1.1.19

type TDrawCellEvent func(sender IObject, aCol, aRow int32, aRect TRect, state TGridDrawState)

TDrawCellEvent = procedure (Sender: TObject; ACol, ARow: Longint; Rect: TRect; State: TGridDrawState) of object;

type TDrawGrid added in v1.1.19

type TDrawGrid struct {
	IWinControl
	// contains filtered or unexported fields
}

func DrawGridFromInst added in v1.1.19

func DrawGridFromInst(inst uintptr) *TDrawGrid

func DrawGridFromObj added in v1.1.19

func DrawGridFromObj(obj IObject) *TDrawGrid

func NewDrawGrid added in v1.1.19

func NewDrawGrid(owner IComponent) *TDrawGrid

func (*TDrawGrid) Action added in v1.1.19

func (d *TDrawGrid) Action() *TAction

func (*TDrawGrid) Align added in v1.1.19

func (d *TDrawGrid) Align() TAlign

func (*TDrawGrid) AlignWithMargins added in v1.1.19

func (d *TDrawGrid) AlignWithMargins() bool

func (*TDrawGrid) Anchors added in v1.1.19

func (d *TDrawGrid) Anchors() TAnchors

func (*TDrawGrid) Assign added in v1.1.19

func (d *TDrawGrid) Assign(Source IObject)

func (*TDrawGrid) BevelEdges added in v1.1.19

func (d *TDrawGrid) BevelEdges() TBevelEdges

func (*TDrawGrid) BevelInner added in v1.1.19

func (d *TDrawGrid) BevelInner() TBevelCut

func (*TDrawGrid) BevelKind added in v1.1.19

func (d *TDrawGrid) BevelKind() TBevelKind

func (*TDrawGrid) BevelOuter added in v1.1.19

func (d *TDrawGrid) BevelOuter() TBevelCut

func (*TDrawGrid) BiDiMode added in v1.1.19

func (d *TDrawGrid) BiDiMode() TBiDiMode

func (*TDrawGrid) BorderStyle added in v1.1.19

func (d *TDrawGrid) BorderStyle() TBorderStyle

func (*TDrawGrid) BoundsRect added in v1.1.19

func (d *TDrawGrid) BoundsRect() TRect

func (*TDrawGrid) BringToFront added in v1.1.19

func (d *TDrawGrid) BringToFront()

func (*TDrawGrid) Brush added in v1.1.19

func (d *TDrawGrid) Brush() *TBrush

func (*TDrawGrid) CanFocus added in v1.1.19

func (d *TDrawGrid) CanFocus() bool

func (*TDrawGrid) Canvas added in v1.1.19

func (d *TDrawGrid) Canvas() *TCanvas

func (*TDrawGrid) CellRect added in v1.1.19

func (d *TDrawGrid) CellRect(ACol int32, ARow int32) TRect

func (*TDrawGrid) ClassName added in v1.1.19

func (d *TDrawGrid) ClassName() string

func (*TDrawGrid) ClassType added in v1.1.19

func (d *TDrawGrid) ClassType() TClass

func (*TDrawGrid) ClientHeight added in v1.1.19

func (d *TDrawGrid) ClientHeight() int32

func (*TDrawGrid) ClientRect added in v1.1.19

func (d *TDrawGrid) ClientRect() TRect

func (*TDrawGrid) ClientToParent added in v1.1.19

func (d *TDrawGrid) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TDrawGrid) ClientToScreen added in v1.1.19

func (d *TDrawGrid) ClientToScreen(Point TPoint) TPoint

func (*TDrawGrid) ClientWidth added in v1.1.19

func (d *TDrawGrid) ClientWidth() int32

func (*TDrawGrid) Col added in v1.1.19

func (d *TDrawGrid) Col() int32

func (*TDrawGrid) ColCount added in v1.1.19

func (d *TDrawGrid) ColCount() int32

func (*TDrawGrid) ColWidths added in v1.1.19

func (d *TDrawGrid) ColWidths(Index int32) int32

func (*TDrawGrid) Color added in v1.1.19

func (d *TDrawGrid) Color() TColor

func (*TDrawGrid) ComponentCount added in v1.1.19

func (d *TDrawGrid) ComponentCount() int32

func (*TDrawGrid) ComponentIndex added in v1.1.19

func (d *TDrawGrid) ComponentIndex() int32

func (*TDrawGrid) Components added in v1.1.19

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

func (*TDrawGrid) ControlCount added in v1.1.19

func (d *TDrawGrid) ControlCount() int32

func (*TDrawGrid) Controls added in v1.1.19

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

func (*TDrawGrid) Cursor added in v1.1.19

func (d *TDrawGrid) Cursor() TCursor

func (*TDrawGrid) CustomHint added in v1.1.19

func (d *TDrawGrid) CustomHint() *TCustomHint

func (*TDrawGrid) DefaultColWidth added in v1.1.19

func (d *TDrawGrid) DefaultColWidth() int32

func (*TDrawGrid) DefaultDrawing added in v1.1.19

func (d *TDrawGrid) DefaultDrawing() bool

func (*TDrawGrid) DefaultRowHeight added in v1.1.19

func (d *TDrawGrid) DefaultRowHeight() int32

func (*TDrawGrid) DisposeOf added in v1.1.19

func (d *TDrawGrid) DisposeOf()

func (*TDrawGrid) DockSite added in v1.1.19

func (d *TDrawGrid) DockSite() bool

func (*TDrawGrid) DoubleBuffered added in v1.1.19

func (d *TDrawGrid) DoubleBuffered() bool

func (*TDrawGrid) DragCursor added in v1.1.19

func (d *TDrawGrid) DragCursor() TCursor

func (*TDrawGrid) DragKind added in v1.1.19

func (d *TDrawGrid) DragKind() TDragKind

func (*TDrawGrid) DragMode added in v1.1.19

func (d *TDrawGrid) DragMode() TDragMode

func (*TDrawGrid) Dragging added in v1.1.19

func (d *TDrawGrid) Dragging() bool

func (*TDrawGrid) DrawingStyle added in v1.1.19

func (d *TDrawGrid) DrawingStyle() TGridDrawingStyle

func (*TDrawGrid) EditorMode added in v1.1.19

func (d *TDrawGrid) EditorMode() bool

func (*TDrawGrid) Enabled added in v1.1.19

func (d *TDrawGrid) Enabled() bool

func (*TDrawGrid) Equals added in v1.1.19

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

func (*TDrawGrid) ExplicitHeight added in v1.1.19

func (d *TDrawGrid) ExplicitHeight() int32

func (*TDrawGrid) ExplicitLeft added in v1.1.19

func (d *TDrawGrid) ExplicitLeft() int32

func (*TDrawGrid) ExplicitTop added in v1.1.19

func (d *TDrawGrid) ExplicitTop() int32

func (*TDrawGrid) ExplicitWidth added in v1.1.19

func (d *TDrawGrid) ExplicitWidth() int32

func (*TDrawGrid) FindComponent added in v1.1.19

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

func (*TDrawGrid) FixedColor added in v1.1.19

func (d *TDrawGrid) FixedColor() TColor

func (*TDrawGrid) FixedCols added in v1.1.19

func (d *TDrawGrid) FixedCols() int32

func (*TDrawGrid) FixedRows added in v1.1.19

func (d *TDrawGrid) FixedRows() int32

func (*TDrawGrid) FlipChildren added in v1.1.19

func (d *TDrawGrid) FlipChildren(AllLevels bool)

func (*TDrawGrid) Floating added in v1.1.19

func (d *TDrawGrid) Floating() bool

func (*TDrawGrid) Focused added in v1.1.19

func (d *TDrawGrid) Focused() bool

func (*TDrawGrid) Font added in v1.1.19

func (d *TDrawGrid) Font() *TFont

func (*TDrawGrid) Free added in v1.1.19

func (d *TDrawGrid) Free()

func (*TDrawGrid) GetHashCode added in v1.1.19

func (d *TDrawGrid) GetHashCode() int32

func (*TDrawGrid) GetNamePath added in v1.1.19

func (d *TDrawGrid) GetNamePath() string

func (*TDrawGrid) GetTextBuf added in v1.1.19

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

func (*TDrawGrid) GetTextLen added in v1.1.19

func (d *TDrawGrid) GetTextLen() int32

func (*TDrawGrid) GradientEndColor added in v1.1.19

func (d *TDrawGrid) GradientEndColor() TColor

func (*TDrawGrid) GradientStartColor added in v1.1.19

func (d *TDrawGrid) GradientStartColor() TColor

func (*TDrawGrid) GridHeight added in v1.1.19

func (d *TDrawGrid) GridHeight() int32

func (*TDrawGrid) GridLineWidth added in v1.1.19

func (d *TDrawGrid) GridLineWidth() int32

func (*TDrawGrid) GridWidth added in v1.1.19

func (d *TDrawGrid) GridWidth() int32

func (*TDrawGrid) Handle added in v1.1.19

func (d *TDrawGrid) Handle() HWND

func (*TDrawGrid) HandleAllocated added in v1.1.19

func (d *TDrawGrid) HandleAllocated() bool

func (*TDrawGrid) HasParent added in v1.1.19

func (d *TDrawGrid) HasParent() bool

func (*TDrawGrid) Height added in v1.1.19

func (d *TDrawGrid) Height() int32

func (*TDrawGrid) Hide added in v1.1.19

func (d *TDrawGrid) Hide()

func (*TDrawGrid) Hint added in v1.1.19

func (d *TDrawGrid) Hint() string

func (*TDrawGrid) InheritsFrom added in v1.1.19

func (d *TDrawGrid) InheritsFrom(AClass TClass) bool

func (*TDrawGrid) Instance added in v1.1.19

func (d *TDrawGrid) Instance() uintptr

func (*TDrawGrid) InstanceSize added in v1.1.19

func (d *TDrawGrid) InstanceSize() int32

func (*TDrawGrid) Invalidate added in v1.1.19

func (d *TDrawGrid) Invalidate()

func (*TDrawGrid) IsValid added in v1.1.19

func (d *TDrawGrid) IsValid() bool

func (*TDrawGrid) Left added in v1.1.19

func (d *TDrawGrid) Left() int32

func (*TDrawGrid) LeftCol added in v1.1.19

func (d *TDrawGrid) LeftCol() int32

func (*TDrawGrid) Margins added in v1.1.19

func (d *TDrawGrid) Margins() *TMargins

func (*TDrawGrid) MouseCoord added in v1.1.19

func (d *TDrawGrid) MouseCoord(X int32, Y int32) TGridCoord

func (*TDrawGrid) MouseToCell added in v1.1.19

func (d *TDrawGrid) MouseToCell(X int32, Y int32, ACol *int32, ARow *int32)

func (*TDrawGrid) Name added in v1.1.19

func (d *TDrawGrid) Name() string

func (*TDrawGrid) Options added in v1.1.19

func (d *TDrawGrid) Options() TGridOptions

func (*TDrawGrid) Owner added in v1.1.19

func (d *TDrawGrid) Owner() *TComponent

func (*TDrawGrid) Parent added in v1.1.19

func (d *TDrawGrid) Parent() *TWinControl

func (*TDrawGrid) ParentColor added in v1.1.19

func (d *TDrawGrid) ParentColor() bool

func (*TDrawGrid) ParentCtl3D added in v1.1.19

func (d *TDrawGrid) ParentCtl3D() bool

func (*TDrawGrid) ParentDoubleBuffered added in v1.1.19

func (d *TDrawGrid) ParentDoubleBuffered() bool

func (*TDrawGrid) ParentFont added in v1.1.19

func (d *TDrawGrid) ParentFont() bool

func (*TDrawGrid) ParentShowHint added in v1.1.19

func (d *TDrawGrid) ParentShowHint() bool

func (*TDrawGrid) ParentToClient added in v1.1.19

func (d *TDrawGrid) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TDrawGrid) ParentWindow added in v1.1.19

func (d *TDrawGrid) ParentWindow() HWND

func (*TDrawGrid) Perform added in v1.1.19

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

func (*TDrawGrid) PopupMenu added in v1.1.19

func (d *TDrawGrid) PopupMenu() *TPopupMenu

func (*TDrawGrid) Realign added in v1.1.19

func (d *TDrawGrid) Realign()

func (*TDrawGrid) Refresh added in v1.1.19

func (d *TDrawGrid) Refresh()

func (*TDrawGrid) Repaint added in v1.1.19

func (d *TDrawGrid) Repaint()

func (*TDrawGrid) Row added in v1.1.19

func (d *TDrawGrid) Row() int32

func (*TDrawGrid) RowCount added in v1.1.19

func (d *TDrawGrid) RowCount() int32

func (*TDrawGrid) RowHeights added in v1.1.19

func (d *TDrawGrid) RowHeights(Index int32) int32

func (*TDrawGrid) ScaleBy added in v1.1.19

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

func (*TDrawGrid) ScreenToClient added in v1.1.19

func (d *TDrawGrid) ScreenToClient(Point TPoint) TPoint

func (*TDrawGrid) ScrollBars added in v1.1.19

func (d *TDrawGrid) ScrollBars() TScrollStyle

func (*TDrawGrid) Selection added in v1.1.19

func (d *TDrawGrid) Selection() TGridRect

func (*TDrawGrid) SendToBack added in v1.1.19

func (d *TDrawGrid) SendToBack()

func (*TDrawGrid) SetAction added in v1.1.19

func (d *TDrawGrid) SetAction(value IComponent)

func (*TDrawGrid) SetAlign added in v1.1.19

func (d *TDrawGrid) SetAlign(value TAlign)

func (*TDrawGrid) SetAlignWithMargins added in v1.1.19

func (d *TDrawGrid) SetAlignWithMargins(value bool)

func (*TDrawGrid) SetAnchors added in v1.1.19

func (d *TDrawGrid) SetAnchors(value TAnchors)

func (*TDrawGrid) SetBevelEdges added in v1.1.19

func (d *TDrawGrid) SetBevelEdges(value TBevelEdges)

func (*TDrawGrid) SetBevelInner added in v1.1.19

func (d *TDrawGrid) SetBevelInner(value TBevelCut)

func (*TDrawGrid) SetBevelKind added in v1.1.19

func (d *TDrawGrid) SetBevelKind(value TBevelKind)

func (*TDrawGrid) SetBevelOuter added in v1.1.19

func (d *TDrawGrid) SetBevelOuter(value TBevelCut)

func (*TDrawGrid) SetBiDiMode added in v1.1.19

func (d *TDrawGrid) SetBiDiMode(value TBiDiMode)

func (*TDrawGrid) SetBorderStyle added in v1.1.19

func (d *TDrawGrid) SetBorderStyle(value TBorderStyle)

func (*TDrawGrid) SetBounds added in v1.1.19

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

func (*TDrawGrid) SetBoundsRect added in v1.1.19

func (d *TDrawGrid) SetBoundsRect(value TRect)

func (*TDrawGrid) SetClientHeight added in v1.1.19

func (d *TDrawGrid) SetClientHeight(value int32)

func (*TDrawGrid) SetClientWidth added in v1.1.19

func (d *TDrawGrid) SetClientWidth(value int32)

func (*TDrawGrid) SetCol added in v1.1.19

func (d *TDrawGrid) SetCol(value int32)

func (*TDrawGrid) SetColCount added in v1.1.19

func (d *TDrawGrid) SetColCount(value int32)

func (*TDrawGrid) SetColWidths added in v1.1.19

func (d *TDrawGrid) SetColWidths(Index int32, value int32)

func (*TDrawGrid) SetColor added in v1.1.19

func (d *TDrawGrid) SetColor(value TColor)

func (*TDrawGrid) SetComponentIndex added in v1.1.19

func (d *TDrawGrid) SetComponentIndex(value int32)

func (*TDrawGrid) SetCursor added in v1.1.19

func (d *TDrawGrid) SetCursor(value TCursor)

func (*TDrawGrid) SetCustomHint added in v1.1.19

func (d *TDrawGrid) SetCustomHint(value IComponent)

func (*TDrawGrid) SetDefaultColWidth added in v1.1.19

func (d *TDrawGrid) SetDefaultColWidth(value int32)

func (*TDrawGrid) SetDefaultDrawing added in v1.1.19

func (d *TDrawGrid) SetDefaultDrawing(value bool)

func (*TDrawGrid) SetDefaultRowHeight added in v1.1.19

func (d *TDrawGrid) SetDefaultRowHeight(value int32)

func (*TDrawGrid) SetDockSite added in v1.1.19

func (d *TDrawGrid) SetDockSite(value bool)

func (*TDrawGrid) SetDoubleBuffered added in v1.1.19

func (d *TDrawGrid) SetDoubleBuffered(value bool)

func (*TDrawGrid) SetDragCursor added in v1.1.19

func (d *TDrawGrid) SetDragCursor(value TCursor)

func (*TDrawGrid) SetDragKind added in v1.1.19

func (d *TDrawGrid) SetDragKind(value TDragKind)

func (*TDrawGrid) SetDragMode added in v1.1.19

func (d *TDrawGrid) SetDragMode(value TDragMode)

func (*TDrawGrid) SetDrawingStyle added in v1.1.19

func (d *TDrawGrid) SetDrawingStyle(value TGridDrawingStyle)

func (*TDrawGrid) SetEditorMode added in v1.1.19

func (d *TDrawGrid) SetEditorMode(value bool)

func (*TDrawGrid) SetEnabled added in v1.1.19

func (d *TDrawGrid) SetEnabled(value bool)

func (*TDrawGrid) SetFixedColor added in v1.1.19

func (d *TDrawGrid) SetFixedColor(value TColor)

func (*TDrawGrid) SetFixedCols added in v1.1.19

func (d *TDrawGrid) SetFixedCols(value int32)

func (*TDrawGrid) SetFixedRows added in v1.1.19

func (d *TDrawGrid) SetFixedRows(value int32)

func (*TDrawGrid) SetFocus added in v1.1.19

func (d *TDrawGrid) SetFocus()

func (*TDrawGrid) SetFont added in v1.1.19

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

func (*TDrawGrid) SetGradientEndColor added in v1.1.19

func (d *TDrawGrid) SetGradientEndColor(value TColor)

func (*TDrawGrid) SetGradientStartColor added in v1.1.19

func (d *TDrawGrid) SetGradientStartColor(value TColor)

func (*TDrawGrid) SetGridLineWidth added in v1.1.19

func (d *TDrawGrid) SetGridLineWidth(value int32)

func (*TDrawGrid) SetHeight added in v1.1.19

func (d *TDrawGrid) SetHeight(value int32)

func (*TDrawGrid) SetHint added in v1.1.19

func (d *TDrawGrid) SetHint(value string)

func (*TDrawGrid) SetLeft added in v1.1.19

func (d *TDrawGrid) SetLeft(value int32)

func (*TDrawGrid) SetLeftCol added in v1.1.19

func (d *TDrawGrid) SetLeftCol(value int32)

func (*TDrawGrid) SetMargins added in v1.1.19

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

func (*TDrawGrid) SetName added in v1.1.19

func (d *TDrawGrid) SetName(value string)

func (*TDrawGrid) SetOnClick added in v1.1.19

func (d *TDrawGrid) SetOnClick(fn TNotifyEvent)

func (*TDrawGrid) SetOnColumnMoved added in v1.1.19

func (d *TDrawGrid) SetOnColumnMoved(fn TMovedEvent)

func (*TDrawGrid) SetOnContextPopup added in v1.1.19

func (d *TDrawGrid) SetOnContextPopup(fn TContextPopupEvent)

func (*TDrawGrid) SetOnDblClick added in v1.1.19

func (d *TDrawGrid) SetOnDblClick(fn TNotifyEvent)

func (*TDrawGrid) SetOnDragDrop added in v1.1.19

func (d *TDrawGrid) SetOnDragDrop(fn TDragDropEvent)

func (*TDrawGrid) SetOnDragOver added in v1.1.19

func (d *TDrawGrid) SetOnDragOver(fn TDragOverEvent)

func (*TDrawGrid) SetOnDrawCell added in v1.1.19

func (d *TDrawGrid) SetOnDrawCell(fn TDrawCellEvent)

func (*TDrawGrid) SetOnEndDock added in v1.1.19

func (d *TDrawGrid) SetOnEndDock(fn TEndDragEvent)

func (*TDrawGrid) SetOnEndDrag added in v1.1.19

func (d *TDrawGrid) SetOnEndDrag(fn TEndDragEvent)

func (*TDrawGrid) SetOnEnter added in v1.1.19

func (d *TDrawGrid) SetOnEnter(fn TNotifyEvent)

func (*TDrawGrid) SetOnExit added in v1.1.19

func (d *TDrawGrid) SetOnExit(fn TNotifyEvent)

func (*TDrawGrid) SetOnFixedCellClick added in v1.1.19

func (d *TDrawGrid) SetOnFixedCellClick(fn TFixedCellClickEvent)

func (*TDrawGrid) SetOnGetEditMask added in v1.1.19

func (d *TDrawGrid) SetOnGetEditMask(fn TGetEditEvent)

func (*TDrawGrid) SetOnGetEditText added in v1.1.19

func (d *TDrawGrid) SetOnGetEditText(fn TGetEditEvent)

func (*TDrawGrid) SetOnKeyDown added in v1.1.19

func (d *TDrawGrid) SetOnKeyDown(fn TKeyEvent)

func (*TDrawGrid) SetOnKeyPress added in v1.1.19

func (d *TDrawGrid) SetOnKeyPress(fn TKeyPressEvent)

func (*TDrawGrid) SetOnKeyUp added in v1.1.19

func (d *TDrawGrid) SetOnKeyUp(fn TKeyEvent)

func (*TDrawGrid) SetOnMouseDown added in v1.1.19

func (d *TDrawGrid) SetOnMouseDown(fn TMouseEvent)

func (*TDrawGrid) SetOnMouseEnter added in v1.1.19

func (d *TDrawGrid) SetOnMouseEnter(fn TNotifyEvent)

func (*TDrawGrid) SetOnMouseLeave added in v1.1.19

func (d *TDrawGrid) SetOnMouseLeave(fn TNotifyEvent)

func (*TDrawGrid) SetOnMouseMove added in v1.1.19

func (d *TDrawGrid) SetOnMouseMove(fn TMouseMoveEvent)

func (*TDrawGrid) SetOnMouseUp added in v1.1.19

func (d *TDrawGrid) SetOnMouseUp(fn TMouseEvent)

func (*TDrawGrid) SetOnMouseWheelDown added in v1.1.19

func (d *TDrawGrid) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TDrawGrid) SetOnMouseWheelUp added in v1.1.19

func (d *TDrawGrid) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TDrawGrid) SetOnRowMoved added in v1.1.19

func (d *TDrawGrid) SetOnRowMoved(fn TMovedEvent)

func (*TDrawGrid) SetOnSelectCell added in v1.1.19

func (d *TDrawGrid) SetOnSelectCell(fn TSelectCellEvent)

func (*TDrawGrid) SetOnSetEditText added in v1.1.19

func (d *TDrawGrid) SetOnSetEditText(fn TSetEditEvent)

func (*TDrawGrid) SetOnStartDock added in v1.1.19

func (d *TDrawGrid) SetOnStartDock(fn TStartDockEvent)

func (*TDrawGrid) SetOnTopLeftChanged added in v1.1.19

func (d *TDrawGrid) SetOnTopLeftChanged(fn TNotifyEvent)

func (*TDrawGrid) SetOptions added in v1.1.19

func (d *TDrawGrid) SetOptions(value TGridOptions)

func (*TDrawGrid) SetParent added in v1.1.19

func (d *TDrawGrid) SetParent(value IWinControl)

func (*TDrawGrid) SetParentColor added in v1.1.19

func (d *TDrawGrid) SetParentColor(value bool)

func (*TDrawGrid) SetParentCtl3D added in v1.1.19

func (d *TDrawGrid) SetParentCtl3D(value bool)

func (*TDrawGrid) SetParentDoubleBuffered added in v1.1.19

func (d *TDrawGrid) SetParentDoubleBuffered(value bool)

func (*TDrawGrid) SetParentFont added in v1.1.19

func (d *TDrawGrid) SetParentFont(value bool)

func (*TDrawGrid) SetParentShowHint added in v1.1.19

func (d *TDrawGrid) SetParentShowHint(value bool)

func (*TDrawGrid) SetParentWindow added in v1.1.19

func (d *TDrawGrid) SetParentWindow(value HWND)

func (*TDrawGrid) SetPopupMenu added in v1.1.19

func (d *TDrawGrid) SetPopupMenu(value IComponent)

func (*TDrawGrid) SetRow added in v1.1.19

func (d *TDrawGrid) SetRow(value int32)

func (*TDrawGrid) SetRowCount added in v1.1.19

func (d *TDrawGrid) SetRowCount(value int32)

func (*TDrawGrid) SetRowHeights added in v1.1.19

func (d *TDrawGrid) SetRowHeights(Index int32, value int32)

func (*TDrawGrid) SetScrollBars added in v1.1.19

func (d *TDrawGrid) SetScrollBars(value TScrollStyle)

func (*TDrawGrid) SetSelection added in v1.1.19

func (d *TDrawGrid) SetSelection(value TGridRect)

func (*TDrawGrid) SetShowHint added in v1.1.19

func (d *TDrawGrid) SetShowHint(value bool)

func (*TDrawGrid) SetStyleElements added in v1.1.19

func (d *TDrawGrid) SetStyleElements(value TStyleElements)

func (*TDrawGrid) SetTabOrder added in v1.1.19

func (d *TDrawGrid) SetTabOrder(value uint16)

func (*TDrawGrid) SetTabStop added in v1.1.19

func (d *TDrawGrid) SetTabStop(value bool)

func (*TDrawGrid) SetTabStops added in v1.1.19

func (d *TDrawGrid) SetTabStops(Index int32, value bool)

func (*TDrawGrid) SetTag added in v1.1.19

func (d *TDrawGrid) SetTag(value int)

func (*TDrawGrid) SetTop added in v1.1.19

func (d *TDrawGrid) SetTop(value int32)

func (*TDrawGrid) SetTopRow added in v1.1.19

func (d *TDrawGrid) SetTopRow(value int32)

func (*TDrawGrid) SetUseDockManager added in v1.1.19

func (d *TDrawGrid) SetUseDockManager(value bool)

func (*TDrawGrid) SetVisible added in v1.1.19

func (d *TDrawGrid) SetVisible(value bool)

func (*TDrawGrid) SetWidth added in v1.1.19

func (d *TDrawGrid) SetWidth(value int32)

func (*TDrawGrid) Show added in v1.1.19

func (d *TDrawGrid) Show()

func (*TDrawGrid) ShowHint added in v1.1.19

func (d *TDrawGrid) ShowHint() bool

func (*TDrawGrid) StyleElements added in v1.1.19

func (d *TDrawGrid) StyleElements() TStyleElements

func (*TDrawGrid) TabOrder added in v1.1.19

func (d *TDrawGrid) TabOrder() uint16

func (*TDrawGrid) TabStop added in v1.1.19

func (d *TDrawGrid) TabStop() bool

func (*TDrawGrid) TabStops added in v1.1.19

func (d *TDrawGrid) TabStops(Index int32) bool

func (*TDrawGrid) Tag added in v1.1.19

func (d *TDrawGrid) Tag() int

func (*TDrawGrid) ToString added in v1.1.19

func (d *TDrawGrid) ToString() string

func (*TDrawGrid) Top added in v1.1.19

func (d *TDrawGrid) Top() int32

func (*TDrawGrid) TopRow added in v1.1.19

func (d *TDrawGrid) TopRow() int32

func (*TDrawGrid) Update added in v1.1.19

func (d *TDrawGrid) Update()

func (*TDrawGrid) UseDockManager added in v1.1.19

func (d *TDrawGrid) UseDockManager() bool

func (*TDrawGrid) Visible added in v1.1.19

func (d *TDrawGrid) Visible() bool

func (*TDrawGrid) VisibleColCount added in v1.1.19

func (d *TDrawGrid) VisibleColCount() int32

func (*TDrawGrid) VisibleRowCount added in v1.1.19

func (d *TDrawGrid) VisibleRowCount() int32

func (*TDrawGrid) Width added in v1.1.19

func (d *TDrawGrid) Width() int32

type TDrawItemEvent

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

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

Rect: TRect; State: TOwnerDrawState) of object;

type TDrawSectionEvent added in v1.1.19

type TDrawSectionEvent func(headerControl *THeaderControl, section *THeaderSection, aRect TRect, pressed bool)

---- headercontrol TDrawSectionEvent = procedure(HeaderControl: THeaderControl; Section: THeaderSection; const Rect: TRect; Pressed: Boolean) of object;

type TDropFilesEvent

type TDropFilesEvent func(sender IObject, aFileNames []string)

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

type TEdit

type TEdit struct {
	IWinControl
	// 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) CanUndo

func (e *TEdit) CanUndo() bool

func (*TEdit) CharCase added in v1.1.19

func (e *TEdit) CharCase() TEditCharCase

func (*TEdit) ClassName

func (e *TEdit) ClassName() string

func (*TEdit) ClassType added in v1.1.18

func (e *TEdit) ClassType() TClass

func (*TEdit) Clear

func (e *TEdit) Clear()

func (*TEdit) ClearSelection

func (e *TEdit) ClearSelection()

func (*TEdit) ClearUndo

func (e *TEdit) ClearUndo()

func (*TEdit) ClientHeight

func (e *TEdit) ClientHeight() int32

func (*TEdit) ClientRect

func (e *TEdit) ClientRect() TRect

func (*TEdit) ClientToParent

func (e *TEdit) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TEdit) ClientToScreen

func (e *TEdit) ClientToScreen(Point TPoint) TPoint

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

func (e *TEdit) CustomHint() *TCustomHint

func (*TEdit) CutToClipboard

func (e *TEdit) CutToClipboard()

func (*TEdit) DisposeOf added in v1.1.18

func (e *TEdit) DisposeOf()

func (*TEdit) DockSite

func (e *TEdit) DockSite() bool

func (*TEdit) DoubleBuffered

func (e *TEdit) DoubleBuffered() bool

func (*TEdit) DragCursor

func (e *TEdit) DragCursor() TCursor

func (*TEdit) DragKind

func (e *TEdit) DragKind() TDragKind

func (*TEdit) DragMode

func (e *TEdit) DragMode() TDragMode

func (*TEdit) Dragging

func (e *TEdit) Dragging() 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) Floating

func (e *TEdit) Floating() 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

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) InheritsFrom added in v1.1.18

func (e *TEdit) InheritsFrom(AClass TClass) bool

func (*TEdit) Instance

func (e *TEdit) Instance() uintptr

func (*TEdit) InstanceSize added in v1.1.18

func (e *TEdit) InstanceSize() int32

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() *TWinControl

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

func (e *TEdit) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (e *TEdit) ScreenToClient(Point TPoint) TPoint

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) SetCharCase added in v1.1.19

func (e *TEdit) SetCharCase(value TEditCharCase)

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

func (e *TEdit) SetCustomHint(value IComponent)

func (*TEdit) SetDockSite

func (e *TEdit) SetDockSite(value bool)

func (*TEdit) SetDoubleBuffered

func (e *TEdit) SetDoubleBuffered(value bool)

func (*TEdit) SetDragCursor

func (e *TEdit) SetDragCursor(value TCursor)

func (*TEdit) SetDragKind

func (e *TEdit) SetDragKind(value TDragKind)

func (*TEdit) SetDragMode

func (e *TEdit) SetDragMode(value TDragMode)

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

func (e *TEdit) SetOnContextPopup(fn TContextPopupEvent)

func (*TEdit) SetOnDblClick

func (e *TEdit) SetOnDblClick(fn TNotifyEvent)

func (*TEdit) SetOnDragDrop

func (e *TEdit) SetOnDragDrop(fn TDragDropEvent)

func (*TEdit) SetOnDragOver

func (e *TEdit) SetOnDragOver(fn TDragOverEvent)

func (*TEdit) SetOnEndDock

func (e *TEdit) SetOnEndDock(fn TEndDragEvent)

func (*TEdit) SetOnEndDrag

func (e *TEdit) SetOnEndDrag(fn TEndDragEvent)

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

func (e *TEdit) SetOnStartDock(fn TStartDockEvent)

func (*TEdit) SetParent

func (e *TEdit) SetParent(value IWinControl)

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

func (e *TEdit) SetUseDockManager(value bool)

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

func (e *TEdit) Undo()

func (*TEdit) Update

func (e *TEdit) Update()

func (*TEdit) UseDockManager

func (e *TEdit) UseDockManager() bool

func (*TEdit) Visible

func (e *TEdit) Visible() bool

func (*TEdit) Width

func (e *TEdit) Width() int32

type TEndDragEvent

type TEndDragEvent func(sender, target IObject, x, y int32)

TEndDragEvent = procedure(Sender, Target: TObject; X, Y: Integer) of object;

type TExceptionEvent

type TExceptionEvent func(sender IObject, e *Exception)

TExceptionEvent TApplication

type TFindDialog

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

func FindDialogFromInst

func FindDialogFromInst(inst uintptr) *TFindDialog

func FindDialogFromObj

func FindDialogFromObj(obj IObject) *TFindDialog

func NewFindDialog

func NewFindDialog(owner IComponent) *TFindDialog

func (*TFindDialog) Assign

func (f *TFindDialog) Assign(Source IObject)

func (*TFindDialog) ClassName

func (f *TFindDialog) ClassName() string

func (*TFindDialog) ClassType added in v1.1.18

func (f *TFindDialog) ClassType() TClass

func (*TFindDialog) CloseDialog

func (f *TFindDialog) CloseDialog()

func (*TFindDialog) ComponentCount

func (f *TFindDialog) ComponentCount() int32

func (*TFindDialog) ComponentIndex

func (f *TFindDialog) ComponentIndex() int32

func (*TFindDialog) Components

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

func (*TFindDialog) DisposeOf added in v1.1.18

func (f *TFindDialog) DisposeOf()

func (*TFindDialog) Equals

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

func (*TFindDialog) Execute

func (f *TFindDialog) Execute() bool

func (*TFindDialog) FindComponent

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

func (*TFindDialog) FindText

func (f *TFindDialog) FindText() string

func (*TFindDialog) Free

func (f *TFindDialog) Free()

func (*TFindDialog) GetHashCode

func (f *TFindDialog) GetHashCode() int32

func (*TFindDialog) GetNamePath

func (f *TFindDialog) GetNamePath() string

func (*TFindDialog) Handle

func (f *TFindDialog) Handle() HWND

func (*TFindDialog) HasParent

func (f *TFindDialog) HasParent() bool

func (*TFindDialog) InheritsFrom added in v1.1.18

func (f *TFindDialog) InheritsFrom(AClass TClass) bool

func (*TFindDialog) Instance

func (f *TFindDialog) Instance() uintptr

func (*TFindDialog) InstanceSize added in v1.1.18

func (f *TFindDialog) InstanceSize() int32

func (*TFindDialog) IsValid

func (f *TFindDialog) IsValid() bool

func (*TFindDialog) Left

func (f *TFindDialog) Left() int32

func (*TFindDialog) Name

func (f *TFindDialog) Name() string

func (*TFindDialog) Options

func (f *TFindDialog) Options() TFindOptions

func (*TFindDialog) Owner

func (f *TFindDialog) Owner() *TComponent

func (*TFindDialog) Position

func (f *TFindDialog) Position() TPoint

func (*TFindDialog) SetComponentIndex

func (f *TFindDialog) SetComponentIndex(value int32)

func (*TFindDialog) SetFindText

func (f *TFindDialog) SetFindText(value string)

func (*TFindDialog) SetLeft

func (f *TFindDialog) SetLeft(value int32)

func (*TFindDialog) SetName

func (f *TFindDialog) SetName(value string)

func (*TFindDialog) SetOnClose

func (f *TFindDialog) SetOnClose(fn TNotifyEvent)

func (*TFindDialog) SetOnFind

func (f *TFindDialog) SetOnFind(fn TNotifyEvent)

func (*TFindDialog) SetOnShow

func (f *TFindDialog) SetOnShow(fn TNotifyEvent)

func (*TFindDialog) SetOptions

func (f *TFindDialog) SetOptions(value TFindOptions)

func (*TFindDialog) SetPosition

func (f *TFindDialog) SetPosition(value TPoint)

func (*TFindDialog) SetTag

func (f *TFindDialog) SetTag(value int)

func (*TFindDialog) SetTop

func (f *TFindDialog) SetTop(value int32)

func (*TFindDialog) Tag

func (f *TFindDialog) Tag() int

func (*TFindDialog) ToString

func (f *TFindDialog) ToString() string

func (*TFindDialog) Top

func (f *TFindDialog) Top() int32

type TFixedCellClickEvent added in v1.1.19

type TFixedCellClickEvent func(sender IObject, aCol, aRow int32)

TFixedCellClickEvent = procedure (Sender: TObject; ACol, ARow: Longint) of object;

type TFlowPanel added in v1.1.19

type TFlowPanel struct {
	IWinControl
	// contains filtered or unexported fields
}

func FlowPanelFromInst added in v1.1.19

func FlowPanelFromInst(inst uintptr) *TFlowPanel

func FlowPanelFromObj added in v1.1.19

func FlowPanelFromObj(obj IObject) *TFlowPanel

func NewFlowPanel added in v1.1.19

func NewFlowPanel(owner IComponent) *TFlowPanel

func (*TFlowPanel) Action added in v1.1.19

func (f *TFlowPanel) Action() *TAction

func (*TFlowPanel) Align added in v1.1.19

func (f *TFlowPanel) Align() TAlign

func (*TFlowPanel) AlignWithMargins added in v1.1.19

func (f *TFlowPanel) AlignWithMargins() bool

func (*TFlowPanel) Alignment added in v1.1.19

func (f *TFlowPanel) Alignment() TAlignment

func (*TFlowPanel) Anchors added in v1.1.19

func (f *TFlowPanel) Anchors() TAnchors

func (*TFlowPanel) Assign added in v1.1.19

func (f *TFlowPanel) Assign(Source IObject)

func (*TFlowPanel) AutoSize added in v1.1.19

func (f *TFlowPanel) AutoSize() bool

func (*TFlowPanel) AutoWrap added in v1.1.19

func (f *TFlowPanel) AutoWrap() bool

func (*TFlowPanel) BevelEdges added in v1.1.19

func (f *TFlowPanel) BevelEdges() TBevelEdges

func (*TFlowPanel) BevelInner added in v1.1.19

func (f *TFlowPanel) BevelInner() TBevelCut

func (*TFlowPanel) BevelKind added in v1.1.19

func (f *TFlowPanel) BevelKind() TBevelKind

func (*TFlowPanel) BevelOuter added in v1.1.19

func (f *TFlowPanel) BevelOuter() TBevelCut

func (*TFlowPanel) BiDiMode added in v1.1.19

func (f *TFlowPanel) BiDiMode() TBiDiMode

func (*TFlowPanel) BorderStyle added in v1.1.19

func (f *TFlowPanel) BorderStyle() TBorderStyle

func (*TFlowPanel) BorderWidth added in v1.1.19

func (f *TFlowPanel) BorderWidth() int32

func (*TFlowPanel) BoundsRect added in v1.1.19

func (f *TFlowPanel) BoundsRect() TRect

func (*TFlowPanel) BringToFront added in v1.1.19

func (f *TFlowPanel) BringToFront()

func (*TFlowPanel) Brush added in v1.1.19

func (f *TFlowPanel) Brush() *TBrush

func (*TFlowPanel) CanFocus added in v1.1.19

func (f *TFlowPanel) CanFocus() bool

func (*TFlowPanel) Caption added in v1.1.19

func (f *TFlowPanel) Caption() string

func (*TFlowPanel) ClassName added in v1.1.19

func (f *TFlowPanel) ClassName() string

func (*TFlowPanel) ClassType added in v1.1.19

func (f *TFlowPanel) ClassType() TClass

func (*TFlowPanel) ClientHeight added in v1.1.19

func (f *TFlowPanel) ClientHeight() int32

func (*TFlowPanel) ClientRect added in v1.1.19

func (f *TFlowPanel) ClientRect() TRect

func (*TFlowPanel) ClientToParent added in v1.1.19

func (f *TFlowPanel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TFlowPanel) ClientToScreen added in v1.1.19

func (f *TFlowPanel) ClientToScreen(Point TPoint) TPoint

func (*TFlowPanel) ClientWidth added in v1.1.19

func (f *TFlowPanel) ClientWidth() int32

func (*TFlowPanel) Color added in v1.1.19

func (f *TFlowPanel) Color() TColor

func (*TFlowPanel) ComponentCount added in v1.1.19

func (f *TFlowPanel) ComponentCount() int32

func (*TFlowPanel) ComponentIndex added in v1.1.19

func (f *TFlowPanel) ComponentIndex() int32

func (*TFlowPanel) Components added in v1.1.19

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

func (*TFlowPanel) ControlCount added in v1.1.19

func (f *TFlowPanel) ControlCount() int32

func (*TFlowPanel) Controls added in v1.1.19

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

func (*TFlowPanel) Cursor added in v1.1.19

func (f *TFlowPanel) Cursor() TCursor

func (*TFlowPanel) CustomHint added in v1.1.19

func (f *TFlowPanel) CustomHint() *TCustomHint

func (*TFlowPanel) DisposeOf added in v1.1.19

func (f *TFlowPanel) DisposeOf()

func (*TFlowPanel) DockSite added in v1.1.19

func (f *TFlowPanel) DockSite() bool

func (*TFlowPanel) DoubleBuffered added in v1.1.19

func (f *TFlowPanel) DoubleBuffered() bool

func (*TFlowPanel) DragCursor added in v1.1.19

func (f *TFlowPanel) DragCursor() TCursor

func (*TFlowPanel) DragKind added in v1.1.19

func (f *TFlowPanel) DragKind() TDragKind

func (*TFlowPanel) DragMode added in v1.1.19

func (f *TFlowPanel) DragMode() TDragMode

func (*TFlowPanel) Dragging added in v1.1.19

func (f *TFlowPanel) Dragging() bool

func (*TFlowPanel) Enabled added in v1.1.19

func (f *TFlowPanel) Enabled() bool

func (*TFlowPanel) Equals added in v1.1.19

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

func (*TFlowPanel) ExplicitHeight added in v1.1.19

func (f *TFlowPanel) ExplicitHeight() int32

func (*TFlowPanel) ExplicitLeft added in v1.1.19

func (f *TFlowPanel) ExplicitLeft() int32

func (*TFlowPanel) ExplicitTop added in v1.1.19

func (f *TFlowPanel) ExplicitTop() int32

func (*TFlowPanel) ExplicitWidth added in v1.1.19

func (f *TFlowPanel) ExplicitWidth() int32

func (*TFlowPanel) FindComponent added in v1.1.19

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

func (*TFlowPanel) FlipChildren added in v1.1.19

func (f *TFlowPanel) FlipChildren(AllLevels bool)

func (*TFlowPanel) Floating added in v1.1.19

func (f *TFlowPanel) Floating() bool

func (*TFlowPanel) FlowStyle added in v1.1.19

func (f *TFlowPanel) FlowStyle() TFlowStyle

func (*TFlowPanel) Focused added in v1.1.19

func (f *TFlowPanel) Focused() bool

func (*TFlowPanel) Font added in v1.1.19

func (f *TFlowPanel) Font() *TFont

func (*TFlowPanel) Free added in v1.1.19

func (f *TFlowPanel) Free()

func (*TFlowPanel) FullRepaint added in v1.1.19

func (f *TFlowPanel) FullRepaint() bool

func (*TFlowPanel) GetControlIndex added in v1.1.19

func (f *TFlowPanel) GetControlIndex(AControl IControl) int32

func (*TFlowPanel) GetHashCode added in v1.1.19

func (f *TFlowPanel) GetHashCode() int32

func (*TFlowPanel) GetNamePath added in v1.1.19

func (f *TFlowPanel) GetNamePath() string

func (*TFlowPanel) GetTextBuf added in v1.1.19

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

func (*TFlowPanel) GetTextLen added in v1.1.19

func (f *TFlowPanel) GetTextLen() int32

func (*TFlowPanel) Handle added in v1.1.19

func (f *TFlowPanel) Handle() HWND

func (*TFlowPanel) HandleAllocated added in v1.1.19

func (f *TFlowPanel) HandleAllocated() bool

func (*TFlowPanel) HasParent added in v1.1.19

func (f *TFlowPanel) HasParent() bool

func (*TFlowPanel) Height added in v1.1.19

func (f *TFlowPanel) Height() int32

func (*TFlowPanel) Hide added in v1.1.19

func (f *TFlowPanel) Hide()

func (*TFlowPanel) Hint added in v1.1.19

func (f *TFlowPanel) Hint() string

func (*TFlowPanel) InheritsFrom added in v1.1.19

func (f *TFlowPanel) InheritsFrom(AClass TClass) bool

func (*TFlowPanel) Instance added in v1.1.19

func (f *TFlowPanel) Instance() uintptr

func (*TFlowPanel) InstanceSize added in v1.1.19

func (f *TFlowPanel) InstanceSize() int32

func (*TFlowPanel) Invalidate added in v1.1.19

func (f *TFlowPanel) Invalidate()

func (*TFlowPanel) IsValid added in v1.1.19

func (f *TFlowPanel) IsValid() bool

func (*TFlowPanel) Left added in v1.1.19

func (f *TFlowPanel) Left() int32

func (*TFlowPanel) Locked added in v1.1.19

func (f *TFlowPanel) Locked() bool

func (*TFlowPanel) Margins added in v1.1.19

func (f *TFlowPanel) Margins() *TMargins

func (*TFlowPanel) Name added in v1.1.19

func (f *TFlowPanel) Name() string

func (*TFlowPanel) Owner added in v1.1.19

func (f *TFlowPanel) Owner() *TComponent

func (*TFlowPanel) Parent added in v1.1.19

func (f *TFlowPanel) Parent() *TWinControl

func (*TFlowPanel) ParentBackground added in v1.1.19

func (f *TFlowPanel) ParentBackground() bool

func (*TFlowPanel) ParentColor added in v1.1.19

func (f *TFlowPanel) ParentColor() bool

func (*TFlowPanel) ParentCtl3D added in v1.1.19

func (f *TFlowPanel) ParentCtl3D() bool

func (*TFlowPanel) ParentDoubleBuffered added in v1.1.19

func (f *TFlowPanel) ParentDoubleBuffered() bool

func (*TFlowPanel) ParentFont added in v1.1.19

func (f *TFlowPanel) ParentFont() bool

func (*TFlowPanel) ParentShowHint added in v1.1.19

func (f *TFlowPanel) ParentShowHint() bool

func (*TFlowPanel) ParentToClient added in v1.1.19

func (f *TFlowPanel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TFlowPanel) ParentWindow added in v1.1.19

func (f *TFlowPanel) ParentWindow() HWND

func (*TFlowPanel) Perform added in v1.1.19

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

func (*TFlowPanel) PopupMenu added in v1.1.19

func (f *TFlowPanel) PopupMenu() *TPopupMenu

func (*TFlowPanel) Realign added in v1.1.19

func (f *TFlowPanel) Realign()

func (*TFlowPanel) Refresh added in v1.1.19

func (f *TFlowPanel) Refresh()

func (*TFlowPanel) Repaint added in v1.1.19

func (f *TFlowPanel) Repaint()

func (*TFlowPanel) ScaleBy added in v1.1.19

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

func (*TFlowPanel) ScreenToClient added in v1.1.19

func (f *TFlowPanel) ScreenToClient(Point TPoint) TPoint

func (*TFlowPanel) SendToBack added in v1.1.19

func (f *TFlowPanel) SendToBack()

func (*TFlowPanel) SetAction added in v1.1.19

func (f *TFlowPanel) SetAction(value IComponent)

func (*TFlowPanel) SetAlign added in v1.1.19

func (f *TFlowPanel) SetAlign(value TAlign)

func (*TFlowPanel) SetAlignWithMargins added in v1.1.19

func (f *TFlowPanel) SetAlignWithMargins(value bool)

func (*TFlowPanel) SetAlignment added in v1.1.19

func (f *TFlowPanel) SetAlignment(value TAlignment)

func (*TFlowPanel) SetAnchors added in v1.1.19

func (f *TFlowPanel) SetAnchors(value TAnchors)

func (*TFlowPanel) SetAutoSize added in v1.1.19

func (f *TFlowPanel) SetAutoSize(value bool)

func (*TFlowPanel) SetAutoWrap added in v1.1.19

func (f *TFlowPanel) SetAutoWrap(value bool)

func (*TFlowPanel) SetBevelEdges added in v1.1.19

func (f *TFlowPanel) SetBevelEdges(value TBevelEdges)

func (*TFlowPanel) SetBevelInner added in v1.1.19

func (f *TFlowPanel) SetBevelInner(value TBevelCut)

func (*TFlowPanel) SetBevelKind added in v1.1.19

func (f *TFlowPanel) SetBevelKind(value TBevelKind)

func (*TFlowPanel) SetBevelOuter added in v1.1.19

func (f *TFlowPanel) SetBevelOuter(value TBevelCut)

func (*TFlowPanel) SetBiDiMode added in v1.1.19

func (f *TFlowPanel) SetBiDiMode(value TBiDiMode)

func (*TFlowPanel) SetBorderStyle added in v1.1.19

func (f *TFlowPanel) SetBorderStyle(value TBorderStyle)

func (*TFlowPanel) SetBorderWidth added in v1.1.19

func (f *TFlowPanel) SetBorderWidth(value int32)

func (*TFlowPanel) SetBounds added in v1.1.19

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

func (*TFlowPanel) SetBoundsRect added in v1.1.19

func (f *TFlowPanel) SetBoundsRect(value TRect)

func (*TFlowPanel) SetCaption added in v1.1.19

func (f *TFlowPanel) SetCaption(value string)

func (*TFlowPanel) SetClientHeight added in v1.1.19

func (f *TFlowPanel) SetClientHeight(value int32)

func (*TFlowPanel) SetClientWidth added in v1.1.19

func (f *TFlowPanel) SetClientWidth(value int32)

func (*TFlowPanel) SetColor added in v1.1.19

func (f *TFlowPanel) SetColor(value TColor)

func (*TFlowPanel) SetComponentIndex added in v1.1.19

func (f *TFlowPanel) SetComponentIndex(value int32)

func (*TFlowPanel) SetControlIndex added in v1.1.19

func (f *TFlowPanel) SetControlIndex(AControl IControl, Index int32)

func (*TFlowPanel) SetCursor added in v1.1.19

func (f *TFlowPanel) SetCursor(value TCursor)

func (*TFlowPanel) SetCustomHint added in v1.1.19

func (f *TFlowPanel) SetCustomHint(value IComponent)

func (*TFlowPanel) SetDockSite added in v1.1.19

func (f *TFlowPanel) SetDockSite(value bool)

func (*TFlowPanel) SetDoubleBuffered added in v1.1.19

func (f *TFlowPanel) SetDoubleBuffered(value bool)

func (*TFlowPanel) SetDragCursor added in v1.1.19

func (f *TFlowPanel) SetDragCursor(value TCursor)

func (*TFlowPanel) SetDragKind added in v1.1.19

func (f *TFlowPanel) SetDragKind(value TDragKind)

func (*TFlowPanel) SetDragMode added in v1.1.19

func (f *TFlowPanel) SetDragMode(value TDragMode)

func (*TFlowPanel) SetEnabled added in v1.1.19

func (f *TFlowPanel) SetEnabled(value bool)

func (*TFlowPanel) SetFlowStyle added in v1.1.19

func (f *TFlowPanel) SetFlowStyle(value TFlowStyle)

func (*TFlowPanel) SetFocus added in v1.1.19

func (f *TFlowPanel) SetFocus()

func (*TFlowPanel) SetFont added in v1.1.19

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

func (*TFlowPanel) SetFullRepaint added in v1.1.19

func (f *TFlowPanel) SetFullRepaint(value bool)

func (*TFlowPanel) SetHeight added in v1.1.19

func (f *TFlowPanel) SetHeight(value int32)

func (*TFlowPanel) SetHint added in v1.1.19

func (f *TFlowPanel) SetHint(value string)

func (*TFlowPanel) SetLeft added in v1.1.19

func (f *TFlowPanel) SetLeft(value int32)

func (*TFlowPanel) SetLocked added in v1.1.19

func (f *TFlowPanel) SetLocked(value bool)

func (*TFlowPanel) SetMargins added in v1.1.19

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

func (*TFlowPanel) SetName added in v1.1.19

func (f *TFlowPanel) SetName(value string)

func (*TFlowPanel) SetOnClick added in v1.1.19

func (f *TFlowPanel) SetOnClick(fn TNotifyEvent)

func (*TFlowPanel) SetOnContextPopup added in v1.1.19

func (f *TFlowPanel) SetOnContextPopup(fn TContextPopupEvent)

func (*TFlowPanel) SetOnDblClick added in v1.1.19

func (f *TFlowPanel) SetOnDblClick(fn TNotifyEvent)

func (*TFlowPanel) SetOnDockDrop added in v1.1.19

func (f *TFlowPanel) SetOnDockDrop(fn TDockDropEvent)

func (*TFlowPanel) SetOnDragDrop added in v1.1.19

func (f *TFlowPanel) SetOnDragDrop(fn TDragDropEvent)

func (*TFlowPanel) SetOnDragOver added in v1.1.19

func (f *TFlowPanel) SetOnDragOver(fn TDragOverEvent)

func (*TFlowPanel) SetOnEndDock added in v1.1.19

func (f *TFlowPanel) SetOnEndDock(fn TEndDragEvent)

func (*TFlowPanel) SetOnEndDrag added in v1.1.19

func (f *TFlowPanel) SetOnEndDrag(fn TEndDragEvent)

func (*TFlowPanel) SetOnEnter added in v1.1.19

func (f *TFlowPanel) SetOnEnter(fn TNotifyEvent)

func (*TFlowPanel) SetOnExit added in v1.1.19

func (f *TFlowPanel) SetOnExit(fn TNotifyEvent)

func (*TFlowPanel) SetOnGetSiteInfo added in v1.1.19

func (f *TFlowPanel) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

func (*TFlowPanel) SetOnMouseDown added in v1.1.19

func (f *TFlowPanel) SetOnMouseDown(fn TMouseEvent)

func (*TFlowPanel) SetOnMouseEnter added in v1.1.19

func (f *TFlowPanel) SetOnMouseEnter(fn TNotifyEvent)

func (*TFlowPanel) SetOnMouseLeave added in v1.1.19

func (f *TFlowPanel) SetOnMouseLeave(fn TNotifyEvent)

func (*TFlowPanel) SetOnMouseMove added in v1.1.19

func (f *TFlowPanel) SetOnMouseMove(fn TMouseMoveEvent)

func (*TFlowPanel) SetOnMouseUp added in v1.1.19

func (f *TFlowPanel) SetOnMouseUp(fn TMouseEvent)

func (*TFlowPanel) SetOnResize added in v1.1.19

func (f *TFlowPanel) SetOnResize(fn TNotifyEvent)

func (*TFlowPanel) SetOnStartDock added in v1.1.19

func (f *TFlowPanel) SetOnStartDock(fn TStartDockEvent)

func (*TFlowPanel) SetOnUnDock added in v1.1.19

func (f *TFlowPanel) SetOnUnDock(fn TUnDockEvent)

func (*TFlowPanel) SetParent added in v1.1.19

func (f *TFlowPanel) SetParent(value IWinControl)

func (*TFlowPanel) SetParentBackground added in v1.1.19

func (f *TFlowPanel) SetParentBackground(value bool)

func (*TFlowPanel) SetParentColor added in v1.1.19

func (f *TFlowPanel) SetParentColor(value bool)

func (*TFlowPanel) SetParentCtl3D added in v1.1.19

func (f *TFlowPanel) SetParentCtl3D(value bool)

func (*TFlowPanel) SetParentDoubleBuffered added in v1.1.19

func (f *TFlowPanel) SetParentDoubleBuffered(value bool)

func (*TFlowPanel) SetParentFont added in v1.1.19

func (f *TFlowPanel) SetParentFont(value bool)

func (*TFlowPanel) SetParentShowHint added in v1.1.19

func (f *TFlowPanel) SetParentShowHint(value bool)

func (*TFlowPanel) SetParentWindow added in v1.1.19

func (f *TFlowPanel) SetParentWindow(value HWND)

func (*TFlowPanel) SetPopupMenu added in v1.1.19

func (f *TFlowPanel) SetPopupMenu(value IComponent)

func (*TFlowPanel) SetShowCaption added in v1.1.19

func (f *TFlowPanel) SetShowCaption(value bool)

func (*TFlowPanel) SetShowHint added in v1.1.19

func (f *TFlowPanel) SetShowHint(value bool)

func (*TFlowPanel) SetStyleElements added in v1.1.19

func (f *TFlowPanel) SetStyleElements(value TStyleElements)

func (*TFlowPanel) SetTabOrder added in v1.1.19

func (f *TFlowPanel) SetTabOrder(value uint16)

func (*TFlowPanel) SetTabStop added in v1.1.19

func (f *TFlowPanel) SetTabStop(value bool)

func (*TFlowPanel) SetTag added in v1.1.19

func (f *TFlowPanel) SetTag(value int)

func (*TFlowPanel) SetTop added in v1.1.19

func (f *TFlowPanel) SetTop(value int32)

func (*TFlowPanel) SetUseDockManager added in v1.1.19

func (f *TFlowPanel) SetUseDockManager(value bool)

func (*TFlowPanel) SetVisible added in v1.1.19

func (f *TFlowPanel) SetVisible(value bool)

func (*TFlowPanel) SetWidth added in v1.1.19

func (f *TFlowPanel) SetWidth(value int32)

func (*TFlowPanel) Show added in v1.1.19

func (f *TFlowPanel) Show()

func (*TFlowPanel) ShowCaption added in v1.1.19

func (f *TFlowPanel) ShowCaption() bool

func (*TFlowPanel) ShowHint added in v1.1.19

func (f *TFlowPanel) ShowHint() bool

func (*TFlowPanel) StyleElements added in v1.1.19

func (f *TFlowPanel) StyleElements() TStyleElements

func (*TFlowPanel) TabOrder added in v1.1.19

func (f *TFlowPanel) TabOrder() uint16

func (*TFlowPanel) TabStop added in v1.1.19

func (f *TFlowPanel) TabStop() bool

func (*TFlowPanel) Tag added in v1.1.19

func (f *TFlowPanel) Tag() int

func (*TFlowPanel) ToString added in v1.1.19

func (f *TFlowPanel) ToString() string

func (*TFlowPanel) Top added in v1.1.19

func (f *TFlowPanel) Top() int32

func (*TFlowPanel) Update added in v1.1.19

func (f *TFlowPanel) Update()

func (*TFlowPanel) UseDockManager added in v1.1.19

func (f *TFlowPanel) UseDockManager() bool

func (*TFlowPanel) Visible added in v1.1.19

func (f *TFlowPanel) Visible() bool

func (*TFlowPanel) Width added in v1.1.19

func (f *TFlowPanel) Width() int32

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) ClassType added in v1.1.18

func (f *TFont) ClassType() TClass

func (*TFont) Color

func (f *TFont) Color() TColor

func (*TFont) DisposeOf added in v1.1.18

func (f *TFont) DisposeOf()

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) InheritsFrom added in v1.1.18

func (f *TFont) InheritsFrom(AClass TClass) bool

func (*TFont) Instance

func (f *TFont) Instance() uintptr

func (*TFont) InstanceSize added in v1.1.18

func (f *TFont) InstanceSize() int32

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) ClassType added in v1.1.18

func (f *TFontDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (f *TFontDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (f *TFontDialog) InheritsFrom(AClass TClass) bool

func (*TFontDialog) Instance

func (f *TFontDialog) Instance() uintptr

func (*TFontDialog) InstanceSize added in v1.1.18

func (f *TFontDialog) InstanceSize() int32

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 {
	IWinControl
	// 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

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) ClassType added in v1.1.18

func (f *TForm) ClassType() TClass

func (*TForm) ClientHeight

func (f *TForm) ClientHeight() int32

func (*TForm) ClientRect

func (f *TForm) ClientRect() TRect

func (*TForm) ClientToParent

func (f *TForm) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TForm) ClientToScreen

func (f *TForm) ClientToScreen(Point TPoint) TPoint

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

func (f *TForm) CustomHint() *TCustomHint

func (*TForm) DisposeOf added in v1.1.18

func (f *TForm) DisposeOf()

func (*TForm) DockSite

func (f *TForm) DockSite() bool

func (*TForm) DoubleBuffered

func (f *TForm) DoubleBuffered() bool

func (*TForm) DragKind

func (f *TForm) DragKind() TDragKind

func (*TForm) DragMode

func (f *TForm) DragMode() TDragMode

func (*TForm) Dragging

func (f *TForm) Dragging() 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) Floating

func (f *TForm) Floating() 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

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) InheritsFrom added in v1.1.18

func (f *TForm) InheritsFrom(AClass TClass) bool

func (*TForm) Instance

func (f *TForm) Instance() uintptr

func (*TForm) InstanceSize added in v1.1.18

func (f *TForm) InstanceSize() int32

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() *TWinControl

func (*TForm) ParentDoubleBuffered

func (f *TForm) ParentDoubleBuffered() bool

func (*TForm) ParentFont

func (f *TForm) ParentFont() bool

func (*TForm) ParentToClient

func (f *TForm) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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) ScaleSelf added in v1.1.19

func (f *TForm) ScaleSelf()

ScaleSelf 这个方法主要是用于当不使用资源窗口创建时用,这个方法要用于设置了Width, Height或者ClientWidth、ClientHeight之后

func (*TForm) Scaled

func (f *TForm) Scaled() bool

func (*TForm) ScreenCenter

func (f *TForm) ScreenCenter()

func (*TForm) ScreenToClient

func (f *TForm) ScreenToClient(Point TPoint) TPoint

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

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

func (f *TForm) SetCustomHint(value IComponent)

func (*TForm) SetDockSite

func (f *TForm) SetDockSite(value bool)

func (*TForm) SetDoubleBuffered

func (f *TForm) SetDoubleBuffered(value bool)

func (*TForm) SetDragKind

func (f *TForm) SetDragKind(value TDragKind)

func (*TForm) SetDragMode

func (f *TForm) SetDragMode(value TDragMode)

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

func (f *TForm) SetOnActivate(fn TNotifyEvent)

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

func (f *TForm) SetOnConstrainedResize(fn TConstrainedResizeEvent)

func (*TForm) SetOnContextPopup

func (f *TForm) SetOnContextPopup(fn TContextPopupEvent)

func (*TForm) SetOnDblClick

func (f *TForm) SetOnDblClick(fn TNotifyEvent)

func (*TForm) SetOnDeactivate

func (f *TForm) SetOnDeactivate(fn TNotifyEvent)

func (*TForm) SetOnDestroy

func (f *TForm) SetOnDestroy(fn TNotifyEvent)

func (*TForm) SetOnDockDrop

func (f *TForm) SetOnDockDrop(fn TDockDropEvent)

func (*TForm) SetOnDragDrop

func (f *TForm) SetOnDragDrop(fn TDragDropEvent)

func (*TForm) SetOnDragOver

func (f *TForm) SetOnDragOver(fn TDragOverEvent)

func (*TForm) SetOnDropFiles

func (f *TForm) SetOnDropFiles(fn TDropFilesEvent)

func (*TForm) SetOnEndDock

func (f *TForm) SetOnEndDock(fn TEndDragEvent)

func (*TForm) SetOnGetSiteInfo

func (f *TForm) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

func (*TForm) SetOnHelp

func (f *TForm) SetOnHelp(fn THelpEvent)

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

func (f *TForm) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TForm) SetOnMouseWheelUp

func (f *TForm) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TForm) SetOnPaint

func (f *TForm) SetOnPaint(fn TNotifyEvent)

func (*TForm) SetOnResize

func (f *TForm) SetOnResize(fn TNotifyEvent)

func (*TForm) SetOnShortCut

func (f *TForm) SetOnShortCut(fn TShortCutEvent)

func (*TForm) SetOnShow

func (f *TForm) SetOnShow(fn TNotifyEvent)

func (*TForm) SetOnStartDock

func (f *TForm) SetOnStartDock(fn TStartDockEvent)

func (*TForm) SetOnUnDock

func (f *TForm) SetOnUnDock(fn TUnDockEvent)

func (*TForm) SetParent

func (f *TForm) SetParent(value IWinControl)

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

func (f *TForm) SetUseDockManager(value bool)

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

func (f *TForm) UseDockManager() bool

func (*TForm) Visible

func (f *TForm) Visible() bool

func (*TForm) Width

func (f *TForm) Width() int32

func (*TForm) WindowState

func (f *TForm) WindowState() TWindowState

func (*TForm) WorkAreaCenter

func (f *TForm) WorkAreaCenter()

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) ClassType added in v1.1.18

func (g *TGIFFrame) ClassType() TClass

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) DisposeOf added in v1.1.18

func (g *TGIFFrame) DisposeOf()

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) InheritsFrom added in v1.1.18

func (g *TGIFFrame) InheritsFrom(AClass TClass) bool

func (*TGIFFrame) Instance

func (g *TGIFFrame) Instance() uintptr

func (*TGIFFrame) InstanceSize added in v1.1.18

func (g *TGIFFrame) InstanceSize() int32

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) ClassType added in v1.1.18

func (g *TGIFImage) ClassType() TClass

func (*TGIFImage) Clear

func (g *TGIFImage) Clear()

func (*TGIFImage) DisposeOf added in v1.1.18

func (g *TGIFImage) DisposeOf()

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) InheritsFrom added in v1.1.18

func (g *TGIFImage) InheritsFrom(AClass TClass) bool

func (*TGIFImage) Instance

func (g *TGIFImage) Instance() uintptr

func (*TGIFImage) InstanceSize added in v1.1.18

func (g *TGIFImage) InstanceSize() int32

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

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

func GaugeFromInst

func GaugeFromInst(inst uintptr) *TGauge

func GaugeFromObj

func GaugeFromObj(obj IObject) *TGauge

func NewGauge

func NewGauge(owner IComponent) *TGauge

func (*TGauge) Action

func (g *TGauge) Action() *TAction

func (*TGauge) AddProgress

func (g *TGauge) AddProgress(Value int32)

func (*TGauge) Align

func (g *TGauge) Align() TAlign

func (*TGauge) AlignWithMargins

func (g *TGauge) AlignWithMargins() bool

func (*TGauge) Anchors

func (g *TGauge) Anchors() TAnchors

func (*TGauge) Assign

func (g *TGauge) Assign(Source IObject)

func (*TGauge) BackColor

func (g *TGauge) BackColor() TColor

func (*TGauge) BiDiMode

func (g *TGauge) BiDiMode() TBiDiMode

func (*TGauge) BorderStyle

func (g *TGauge) BorderStyle() TBorderStyle

func (*TGauge) BoundsRect

func (g *TGauge) BoundsRect() TRect

func (*TGauge) BringToFront

func (g *TGauge) BringToFront()

func (*TGauge) ClassName

func (g *TGauge) ClassName() string

func (*TGauge) ClassType added in v1.1.18

func (g *TGauge) ClassType() TClass

func (*TGauge) ClientHeight

func (g *TGauge) ClientHeight() int32

func (*TGauge) ClientRect

func (g *TGauge) ClientRect() TRect

func (*TGauge) ClientToParent

func (g *TGauge) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TGauge) ClientToScreen

func (g *TGauge) ClientToScreen(Point TPoint) TPoint

func (*TGauge) ClientWidth

func (g *TGauge) ClientWidth() int32

func (*TGauge) Color

func (g *TGauge) Color() TColor

func (*TGauge) ComponentCount

func (g *TGauge) ComponentCount() int32

func (*TGauge) ComponentIndex

func (g *TGauge) ComponentIndex() int32

func (*TGauge) Components

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

func (*TGauge) Cursor

func (g *TGauge) Cursor() TCursor

func (*TGauge) CustomHint

func (g *TGauge) CustomHint() *TCustomHint

func (*TGauge) DisposeOf added in v1.1.18

func (g *TGauge) DisposeOf()

func (*TGauge) Dragging

func (g *TGauge) Dragging() bool

func (*TGauge) Enabled

func (g *TGauge) Enabled() bool

func (*TGauge) Equals

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

func (*TGauge) ExplicitHeight

func (g *TGauge) ExplicitHeight() int32

func (*TGauge) ExplicitLeft

func (g *TGauge) ExplicitLeft() int32

func (*TGauge) ExplicitTop

func (g *TGauge) ExplicitTop() int32

func (*TGauge) ExplicitWidth

func (g *TGauge) ExplicitWidth() int32

func (*TGauge) FindComponent

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

func (*TGauge) Floating

func (g *TGauge) Floating() bool

func (*TGauge) Font

func (g *TGauge) Font() *TFont

func (*TGauge) ForeColor

func (g *TGauge) ForeColor() TColor

func (*TGauge) Free

func (g *TGauge) Free()

func (*TGauge) GetHashCode

func (g *TGauge) GetHashCode() int32

func (*TGauge) GetNamePath

func (g *TGauge) GetNamePath() string

func (*TGauge) GetTextBuf

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

func (*TGauge) GetTextLen

func (g *TGauge) GetTextLen() int32

func (*TGauge) HasParent

func (g *TGauge) HasParent() bool

func (*TGauge) Height

func (g *TGauge) Height() int32

func (*TGauge) Hide

func (g *TGauge) Hide()

func (*TGauge) Hint

func (g *TGauge) Hint() string

func (*TGauge) InheritsFrom added in v1.1.18

func (g *TGauge) InheritsFrom(AClass TClass) bool

func (*TGauge) Instance

func (g *TGauge) Instance() uintptr

func (*TGauge) InstanceSize added in v1.1.18

func (g *TGauge) InstanceSize() int32

func (*TGauge) Invalidate

func (g *TGauge) Invalidate()

func (*TGauge) IsValid

func (g *TGauge) IsValid() bool

func (*TGauge) Kind

func (g *TGauge) Kind() TGaugeKind

func (*TGauge) Left

func (g *TGauge) Left() int32

func (*TGauge) Margins

func (g *TGauge) Margins() *TMargins

func (*TGauge) MaxValue

func (g *TGauge) MaxValue() int32

func (*TGauge) MinValue

func (g *TGauge) MinValue() int32

func (*TGauge) Name

func (g *TGauge) Name() string

func (*TGauge) Owner

func (g *TGauge) Owner() *TComponent

func (*TGauge) Parent

func (g *TGauge) Parent() *TWinControl

func (*TGauge) ParentColor

func (g *TGauge) ParentColor() bool

func (*TGauge) ParentFont

func (g *TGauge) ParentFont() bool

func (*TGauge) ParentShowHint

func (g *TGauge) ParentShowHint() bool

func (*TGauge) ParentToClient

func (g *TGauge) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TGauge) PercentDone

func (g *TGauge) PercentDone() int32

func (*TGauge) Perform

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

func (*TGauge) PopupMenu

func (g *TGauge) PopupMenu() *TPopupMenu

func (*TGauge) Progress

func (g *TGauge) Progress() int32

func (*TGauge) Refresh

func (g *TGauge) Refresh()

func (*TGauge) Repaint

func (g *TGauge) Repaint()

func (*TGauge) ScreenToClient

func (g *TGauge) ScreenToClient(Point TPoint) TPoint

func (*TGauge) SendToBack

func (g *TGauge) SendToBack()

func (*TGauge) SetAction

func (g *TGauge) SetAction(value IComponent)

func (*TGauge) SetAlign

func (g *TGauge) SetAlign(value TAlign)

func (*TGauge) SetAlignWithMargins

func (g *TGauge) SetAlignWithMargins(value bool)

func (*TGauge) SetAnchors

func (g *TGauge) SetAnchors(value TAnchors)

func (*TGauge) SetBackColor

func (g *TGauge) SetBackColor(value TColor)

func (*TGauge) SetBiDiMode

func (g *TGauge) SetBiDiMode(value TBiDiMode)

func (*TGauge) SetBorderStyle

func (g *TGauge) SetBorderStyle(value TBorderStyle)

func (*TGauge) SetBounds

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

func (*TGauge) SetBoundsRect

func (g *TGauge) SetBoundsRect(value TRect)

func (*TGauge) SetClientHeight

func (g *TGauge) SetClientHeight(value int32)

func (*TGauge) SetClientWidth

func (g *TGauge) SetClientWidth(value int32)

func (*TGauge) SetColor

func (g *TGauge) SetColor(value TColor)

func (*TGauge) SetComponentIndex

func (g *TGauge) SetComponentIndex(value int32)

func (*TGauge) SetCursor

func (g *TGauge) SetCursor(value TCursor)

func (*TGauge) SetCustomHint

func (g *TGauge) SetCustomHint(value IComponent)

func (*TGauge) SetEnabled

func (g *TGauge) SetEnabled(value bool)

func (*TGauge) SetFont

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

func (*TGauge) SetForeColor

func (g *TGauge) SetForeColor(value TColor)

func (*TGauge) SetHeight

func (g *TGauge) SetHeight(value int32)

func (*TGauge) SetHint

func (g *TGauge) SetHint(value string)

func (*TGauge) SetKind

func (g *TGauge) SetKind(value TGaugeKind)

func (*TGauge) SetLeft

func (g *TGauge) SetLeft(value int32)

func (*TGauge) SetMargins

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

func (*TGauge) SetMaxValue

func (g *TGauge) SetMaxValue(value int32)

func (*TGauge) SetMinValue

func (g *TGauge) SetMinValue(value int32)

func (*TGauge) SetName

func (g *TGauge) SetName(value string)

func (*TGauge) SetParent

func (g *TGauge) SetParent(value IWinControl)

func (*TGauge) SetParentColor

func (g *TGauge) SetParentColor(value bool)

func (*TGauge) SetParentFont

func (g *TGauge) SetParentFont(value bool)

func (*TGauge) SetParentShowHint

func (g *TGauge) SetParentShowHint(value bool)

func (*TGauge) SetPopupMenu

func (g *TGauge) SetPopupMenu(value IComponent)

func (*TGauge) SetProgress

func (g *TGauge) SetProgress(value int32)

func (*TGauge) SetShowHint

func (g *TGauge) SetShowHint(value bool)

func (*TGauge) SetShowText

func (g *TGauge) SetShowText(value bool)

func (*TGauge) SetStyleElements

func (g *TGauge) SetStyleElements(value TStyleElements)

func (*TGauge) SetTag

func (g *TGauge) SetTag(value int)

func (*TGauge) SetTop

func (g *TGauge) SetTop(value int32)

func (*TGauge) SetVisible

func (g *TGauge) SetVisible(value bool)

func (*TGauge) SetWidth

func (g *TGauge) SetWidth(value int32)

func (*TGauge) Show

func (g *TGauge) Show()

func (*TGauge) ShowHint

func (g *TGauge) ShowHint() bool

func (*TGauge) ShowText

func (g *TGauge) ShowText() bool

func (*TGauge) StyleElements

func (g *TGauge) StyleElements() TStyleElements

func (*TGauge) Tag

func (g *TGauge) Tag() int

func (*TGauge) ToString

func (g *TGauge) ToString() string

func (*TGauge) Top

func (g *TGauge) Top() int32

func (*TGauge) Update

func (g *TGauge) Update()

func (*TGauge) Visible

func (g *TGauge) Visible() bool

func (*TGauge) Width

func (g *TGauge) Width() int32

type TGetEditEvent added in v1.1.19

type TGetEditEvent func(sender IObject, aCol, aRow int32, value *string)

TGetEditEvent = procedure (Sender: TObject; ACol, ARow: Longint; var Value: string) of object;

type TGetSiteInfoEvent

type TGetSiteInfoEvent func(sender IObject, dockClient *TControl, influenceRect *TRect, mousePos TPoint, canDock *bool)

TGetSiteInfoEvent = procedure(Sender: TObject; DockClient: TControl; var InfluenceRect: TRect; MousePos: TPoint; var CanDock: Boolean) of object;

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) ClassType added in v1.1.18

func (g *TGraphic) ClassType() TClass

func (*TGraphic) DisposeOf added in v1.1.18

func (g *TGraphic) DisposeOf()

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) InheritsFrom added in v1.1.18

func (g *TGraphic) InheritsFrom(AClass TClass) bool

func (*TGraphic) Instance

func (g *TGraphic) Instance() uintptr

func (*TGraphic) InstanceSize added in v1.1.18

func (g *TGraphic) InstanceSize() int32

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (g *TGroupBox) ClassType() TClass

func (*TGroupBox) ClientHeight

func (g *TGroupBox) ClientHeight() int32

func (*TGroupBox) ClientRect

func (g *TGroupBox) ClientRect() TRect

func (*TGroupBox) ClientToParent

func (g *TGroupBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TGroupBox) ClientToScreen

func (g *TGroupBox) ClientToScreen(Point TPoint) TPoint

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

func (g *TGroupBox) CustomHint() *TCustomHint

func (*TGroupBox) DisposeOf added in v1.1.18

func (g *TGroupBox) DisposeOf()

func (*TGroupBox) DockSite

func (g *TGroupBox) DockSite() bool

func (*TGroupBox) DoubleBuffered

func (g *TGroupBox) DoubleBuffered() bool

func (*TGroupBox) DragCursor

func (g *TGroupBox) DragCursor() TCursor

func (*TGroupBox) DragKind

func (g *TGroupBox) DragKind() TDragKind

func (*TGroupBox) DragMode

func (g *TGroupBox) DragMode() TDragMode

func (*TGroupBox) Dragging

func (g *TGroupBox) Dragging() 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) Floating

func (g *TGroupBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (g *TGroupBox) InheritsFrom(AClass TClass) bool

func (*TGroupBox) Instance

func (g *TGroupBox) Instance() uintptr

func (*TGroupBox) InstanceSize added in v1.1.18

func (g *TGroupBox) InstanceSize() int32

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() *TWinControl

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

func (g *TGroupBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (g *TGroupBox) ScreenToClient(Point TPoint) TPoint

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

func (g *TGroupBox) SetCustomHint(value IComponent)

func (*TGroupBox) SetDockSite

func (g *TGroupBox) SetDockSite(value bool)

func (*TGroupBox) SetDoubleBuffered

func (g *TGroupBox) SetDoubleBuffered(value bool)

func (*TGroupBox) SetDragCursor

func (g *TGroupBox) SetDragCursor(value TCursor)

func (*TGroupBox) SetDragKind

func (g *TGroupBox) SetDragKind(value TDragKind)

func (*TGroupBox) SetDragMode

func (g *TGroupBox) SetDragMode(value TDragMode)

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

func (g *TGroupBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TGroupBox) SetOnDblClick

func (g *TGroupBox) SetOnDblClick(fn TNotifyEvent)

func (*TGroupBox) SetOnDockDrop

func (g *TGroupBox) SetOnDockDrop(fn TDockDropEvent)

func (*TGroupBox) SetOnDragDrop

func (g *TGroupBox) SetOnDragDrop(fn TDragDropEvent)

func (*TGroupBox) SetOnDragOver

func (g *TGroupBox) SetOnDragOver(fn TDragOverEvent)

func (*TGroupBox) SetOnEndDock

func (g *TGroupBox) SetOnEndDock(fn TEndDragEvent)

func (*TGroupBox) SetOnEndDrag

func (g *TGroupBox) SetOnEndDrag(fn TEndDragEvent)

func (*TGroupBox) SetOnEnter

func (g *TGroupBox) SetOnEnter(fn TNotifyEvent)

func (*TGroupBox) SetOnExit

func (g *TGroupBox) SetOnExit(fn TNotifyEvent)

func (*TGroupBox) SetOnGetSiteInfo

func (g *TGroupBox) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (g *TGroupBox) SetOnStartDock(fn TStartDockEvent)

func (*TGroupBox) SetOnUnDock

func (g *TGroupBox) SetOnUnDock(fn TUnDockEvent)

func (*TGroupBox) SetParent

func (g *TGroupBox) SetParent(value IWinControl)

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

func (g *TGroupBox) SetUseDockManager(value bool)

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

func (g *TGroupBox) UseDockManager() bool

func (*TGroupBox) Visible

func (g *TGroupBox) Visible() bool

func (*TGroupBox) Width

func (g *TGroupBox) Width() int32

type THeaderControl added in v1.1.19

type THeaderControl struct {
	IWinControl
	// contains filtered or unexported fields
}

func HeaderControlFromInst added in v1.1.19

func HeaderControlFromInst(inst uintptr) *THeaderControl

func HeaderControlFromObj added in v1.1.19

func HeaderControlFromObj(obj IObject) *THeaderControl

func NewHeaderControl added in v1.1.19

func NewHeaderControl(owner IComponent) *THeaderControl

func (*THeaderControl) Action added in v1.1.19

func (h *THeaderControl) Action() *TAction

func (*THeaderControl) Align added in v1.1.19

func (h *THeaderControl) Align() TAlign

func (*THeaderControl) AlignWithMargins added in v1.1.19

func (h *THeaderControl) AlignWithMargins() bool

func (*THeaderControl) Anchors added in v1.1.19

func (h *THeaderControl) Anchors() TAnchors

func (*THeaderControl) Assign added in v1.1.19

func (h *THeaderControl) Assign(Source IObject)

func (*THeaderControl) BiDiMode added in v1.1.19

func (h *THeaderControl) BiDiMode() TBiDiMode

func (*THeaderControl) BorderWidth added in v1.1.19

func (h *THeaderControl) BorderWidth() int32

func (*THeaderControl) BoundsRect added in v1.1.19

func (h *THeaderControl) BoundsRect() TRect

func (*THeaderControl) BringToFront added in v1.1.19

func (h *THeaderControl) BringToFront()

func (*THeaderControl) Brush added in v1.1.19

func (h *THeaderControl) Brush() *TBrush

func (*THeaderControl) CanFocus added in v1.1.19

func (h *THeaderControl) CanFocus() bool

func (*THeaderControl) Canvas added in v1.1.19

func (h *THeaderControl) Canvas() *TCanvas

func (*THeaderControl) ClassName added in v1.1.19

func (h *THeaderControl) ClassName() string

func (*THeaderControl) ClassType added in v1.1.19

func (h *THeaderControl) ClassType() TClass

func (*THeaderControl) ClientHeight added in v1.1.19

func (h *THeaderControl) ClientHeight() int32

func (*THeaderControl) ClientRect added in v1.1.19

func (h *THeaderControl) ClientRect() TRect

func (*THeaderControl) ClientToParent added in v1.1.19

func (h *THeaderControl) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*THeaderControl) ClientToScreen added in v1.1.19

func (h *THeaderControl) ClientToScreen(Point TPoint) TPoint

func (*THeaderControl) ClientWidth added in v1.1.19

func (h *THeaderControl) ClientWidth() int32

func (*THeaderControl) ComponentCount added in v1.1.19

func (h *THeaderControl) ComponentCount() int32

func (*THeaderControl) ComponentIndex added in v1.1.19

func (h *THeaderControl) ComponentIndex() int32

func (*THeaderControl) Components added in v1.1.19

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

func (*THeaderControl) ControlCount added in v1.1.19

func (h *THeaderControl) ControlCount() int32

func (*THeaderControl) Controls added in v1.1.19

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

func (*THeaderControl) Cursor added in v1.1.19

func (h *THeaderControl) Cursor() TCursor

func (*THeaderControl) CustomHint added in v1.1.19

func (h *THeaderControl) CustomHint() *TCustomHint

func (*THeaderControl) DisposeOf added in v1.1.19

func (h *THeaderControl) DisposeOf()

func (*THeaderControl) DockSite added in v1.1.19

func (h *THeaderControl) DockSite() bool

func (*THeaderControl) DoubleBuffered added in v1.1.19

func (h *THeaderControl) DoubleBuffered() bool

func (*THeaderControl) DragCursor added in v1.1.19

func (h *THeaderControl) DragCursor() TCursor

func (*THeaderControl) DragKind added in v1.1.19

func (h *THeaderControl) DragKind() TDragKind

func (*THeaderControl) DragMode added in v1.1.19

func (h *THeaderControl) DragMode() TDragMode

func (*THeaderControl) Dragging added in v1.1.19

func (h *THeaderControl) Dragging() bool

func (*THeaderControl) Enabled added in v1.1.19

func (h *THeaderControl) Enabled() bool

func (*THeaderControl) Equals added in v1.1.19

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

func (*THeaderControl) ExplicitHeight added in v1.1.19

func (h *THeaderControl) ExplicitHeight() int32

func (*THeaderControl) ExplicitLeft added in v1.1.19

func (h *THeaderControl) ExplicitLeft() int32

func (*THeaderControl) ExplicitTop added in v1.1.19

func (h *THeaderControl) ExplicitTop() int32

func (*THeaderControl) ExplicitWidth added in v1.1.19

func (h *THeaderControl) ExplicitWidth() int32

func (*THeaderControl) FindComponent added in v1.1.19

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

func (*THeaderControl) FlipChildren added in v1.1.19

func (h *THeaderControl) FlipChildren(AllLevels bool)

func (*THeaderControl) Floating added in v1.1.19

func (h *THeaderControl) Floating() bool

func (*THeaderControl) Focused added in v1.1.19

func (h *THeaderControl) Focused() bool

func (*THeaderControl) Font added in v1.1.19

func (h *THeaderControl) Font() *TFont

func (*THeaderControl) Free added in v1.1.19

func (h *THeaderControl) Free()

func (*THeaderControl) FullDrag added in v1.1.19

func (h *THeaderControl) FullDrag() bool

func (*THeaderControl) GetHashCode added in v1.1.19

func (h *THeaderControl) GetHashCode() int32

func (*THeaderControl) GetNamePath added in v1.1.19

func (h *THeaderControl) GetNamePath() string

func (*THeaderControl) GetTextBuf added in v1.1.19

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

func (*THeaderControl) GetTextLen added in v1.1.19

func (h *THeaderControl) GetTextLen() int32

func (*THeaderControl) Handle added in v1.1.19

func (h *THeaderControl) Handle() HWND

func (*THeaderControl) HandleAllocated added in v1.1.19

func (h *THeaderControl) HandleAllocated() bool

func (*THeaderControl) HasParent added in v1.1.19

func (h *THeaderControl) HasParent() bool

func (*THeaderControl) Height added in v1.1.19

func (h *THeaderControl) Height() int32

func (*THeaderControl) Hide added in v1.1.19

func (h *THeaderControl) Hide()

func (*THeaderControl) Hint added in v1.1.19

func (h *THeaderControl) Hint() string

func (*THeaderControl) HotTrack added in v1.1.19

func (h *THeaderControl) HotTrack() bool

func (*THeaderControl) Images added in v1.1.19

func (h *THeaderControl) Images() *TImageList

func (*THeaderControl) InheritsFrom added in v1.1.19

func (h *THeaderControl) InheritsFrom(AClass TClass) bool

func (*THeaderControl) Instance added in v1.1.19

func (h *THeaderControl) Instance() uintptr

func (*THeaderControl) InstanceSize added in v1.1.19

func (h *THeaderControl) InstanceSize() int32

func (*THeaderControl) Invalidate added in v1.1.19

func (h *THeaderControl) Invalidate()

func (*THeaderControl) IsValid added in v1.1.19

func (h *THeaderControl) IsValid() bool

func (*THeaderControl) Left added in v1.1.19

func (h *THeaderControl) Left() int32

func (*THeaderControl) Margins added in v1.1.19

func (h *THeaderControl) Margins() *TMargins

func (*THeaderControl) Name added in v1.1.19

func (h *THeaderControl) Name() string

func (*THeaderControl) Owner added in v1.1.19

func (h *THeaderControl) Owner() *TComponent

func (*THeaderControl) Parent added in v1.1.19

func (h *THeaderControl) Parent() *TWinControl

func (*THeaderControl) ParentDoubleBuffered added in v1.1.19

func (h *THeaderControl) ParentDoubleBuffered() bool

func (*THeaderControl) ParentFont added in v1.1.19

func (h *THeaderControl) ParentFont() bool

func (*THeaderControl) ParentShowHint added in v1.1.19

func (h *THeaderControl) ParentShowHint() bool

func (*THeaderControl) ParentToClient added in v1.1.19

func (h *THeaderControl) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*THeaderControl) ParentWindow added in v1.1.19

func (h *THeaderControl) ParentWindow() HWND

func (*THeaderControl) Perform added in v1.1.19

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

func (*THeaderControl) PopupMenu added in v1.1.19

func (h *THeaderControl) PopupMenu() *TPopupMenu

func (*THeaderControl) Realign added in v1.1.19

func (h *THeaderControl) Realign()

func (*THeaderControl) Refresh added in v1.1.19

func (h *THeaderControl) Refresh()

func (*THeaderControl) Repaint added in v1.1.19

func (h *THeaderControl) Repaint()

func (*THeaderControl) ScaleBy added in v1.1.19

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

func (*THeaderControl) ScreenToClient added in v1.1.19

func (h *THeaderControl) ScreenToClient(Point TPoint) TPoint

func (*THeaderControl) SendToBack added in v1.1.19

func (h *THeaderControl) SendToBack()

func (*THeaderControl) SetAction added in v1.1.19

func (h *THeaderControl) SetAction(value IComponent)

func (*THeaderControl) SetAlign added in v1.1.19

func (h *THeaderControl) SetAlign(value TAlign)

func (*THeaderControl) SetAlignWithMargins added in v1.1.19

func (h *THeaderControl) SetAlignWithMargins(value bool)

func (*THeaderControl) SetAnchors added in v1.1.19

func (h *THeaderControl) SetAnchors(value TAnchors)

func (*THeaderControl) SetBiDiMode added in v1.1.19

func (h *THeaderControl) SetBiDiMode(value TBiDiMode)

func (*THeaderControl) SetBorderWidth added in v1.1.19

func (h *THeaderControl) SetBorderWidth(value int32)

func (*THeaderControl) SetBounds added in v1.1.19

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

func (*THeaderControl) SetBoundsRect added in v1.1.19

func (h *THeaderControl) SetBoundsRect(value TRect)

func (*THeaderControl) SetClientHeight added in v1.1.19

func (h *THeaderControl) SetClientHeight(value int32)

func (*THeaderControl) SetClientWidth added in v1.1.19

func (h *THeaderControl) SetClientWidth(value int32)

func (*THeaderControl) SetComponentIndex added in v1.1.19

func (h *THeaderControl) SetComponentIndex(value int32)

func (*THeaderControl) SetCursor added in v1.1.19

func (h *THeaderControl) SetCursor(value TCursor)

func (*THeaderControl) SetCustomHint added in v1.1.19

func (h *THeaderControl) SetCustomHint(value IComponent)

func (*THeaderControl) SetDockSite added in v1.1.19

func (h *THeaderControl) SetDockSite(value bool)

func (*THeaderControl) SetDoubleBuffered added in v1.1.19

func (h *THeaderControl) SetDoubleBuffered(value bool)

func (*THeaderControl) SetDragCursor added in v1.1.19

func (h *THeaderControl) SetDragCursor(value TCursor)

func (*THeaderControl) SetDragKind added in v1.1.19

func (h *THeaderControl) SetDragKind(value TDragKind)

func (*THeaderControl) SetDragMode added in v1.1.19

func (h *THeaderControl) SetDragMode(value TDragMode)

func (*THeaderControl) SetEnabled added in v1.1.19

func (h *THeaderControl) SetEnabled(value bool)

func (*THeaderControl) SetFocus added in v1.1.19

func (h *THeaderControl) SetFocus()

func (*THeaderControl) SetFont added in v1.1.19

func (h *THeaderControl) SetFont(value *TFont)

func (*THeaderControl) SetFullDrag added in v1.1.19

func (h *THeaderControl) SetFullDrag(value bool)

func (*THeaderControl) SetHeight added in v1.1.19

func (h *THeaderControl) SetHeight(value int32)

func (*THeaderControl) SetHint added in v1.1.19

func (h *THeaderControl) SetHint(value string)

func (*THeaderControl) SetHotTrack added in v1.1.19

func (h *THeaderControl) SetHotTrack(value bool)

func (*THeaderControl) SetImages added in v1.1.19

func (h *THeaderControl) SetImages(value IComponent)

func (*THeaderControl) SetLeft added in v1.1.19

func (h *THeaderControl) SetLeft(value int32)

func (*THeaderControl) SetMargins added in v1.1.19

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

func (*THeaderControl) SetName added in v1.1.19

func (h *THeaderControl) SetName(value string)

func (*THeaderControl) SetOnContextPopup added in v1.1.19

func (h *THeaderControl) SetOnContextPopup(fn TContextPopupEvent)

func (*THeaderControl) SetOnDragDrop added in v1.1.19

func (h *THeaderControl) SetOnDragDrop(fn TDragDropEvent)

func (*THeaderControl) SetOnDragOver added in v1.1.19

func (h *THeaderControl) SetOnDragOver(fn TDragOverEvent)

func (*THeaderControl) SetOnDrawSection added in v1.1.19

func (h *THeaderControl) SetOnDrawSection(fn TDrawSectionEvent)

func (*THeaderControl) SetOnEndDock added in v1.1.19

func (h *THeaderControl) SetOnEndDock(fn TEndDragEvent)

func (*THeaderControl) SetOnEndDrag added in v1.1.19

func (h *THeaderControl) SetOnEndDrag(fn TEndDragEvent)

func (*THeaderControl) SetOnMouseDown added in v1.1.19

func (h *THeaderControl) SetOnMouseDown(fn TMouseEvent)

func (*THeaderControl) SetOnMouseEnter added in v1.1.19

func (h *THeaderControl) SetOnMouseEnter(fn TNotifyEvent)

func (*THeaderControl) SetOnMouseLeave added in v1.1.19

func (h *THeaderControl) SetOnMouseLeave(fn TNotifyEvent)

func (*THeaderControl) SetOnMouseMove added in v1.1.19

func (h *THeaderControl) SetOnMouseMove(fn TMouseMoveEvent)

func (*THeaderControl) SetOnMouseUp added in v1.1.19

func (h *THeaderControl) SetOnMouseUp(fn TMouseEvent)

func (*THeaderControl) SetOnResize added in v1.1.19

func (h *THeaderControl) SetOnResize(fn TNotifyEvent)

func (*THeaderControl) SetOnSectionCheck added in v1.1.19

func (h *THeaderControl) SetOnSectionCheck(fn TCustomSectionNotifyEvent)

func (*THeaderControl) SetOnSectionClick added in v1.1.19

func (h *THeaderControl) SetOnSectionClick(fn TSectionNotifyEvent)

func (*THeaderControl) SetOnSectionDrag added in v1.1.19

func (h *THeaderControl) SetOnSectionDrag(fn TSectionDragEvent)

func (*THeaderControl) SetOnSectionEndDrag added in v1.1.19

func (h *THeaderControl) SetOnSectionEndDrag(fn TNotifyEvent)

func (*THeaderControl) SetOnSectionResize added in v1.1.19

func (h *THeaderControl) SetOnSectionResize(fn TSectionNotifyEvent)

func (*THeaderControl) SetOnSectionTrack added in v1.1.19

func (h *THeaderControl) SetOnSectionTrack(fn TSectionTrackEvent)

func (*THeaderControl) SetOnStartDock added in v1.1.19

func (h *THeaderControl) SetOnStartDock(fn TStartDockEvent)

func (*THeaderControl) SetParent added in v1.1.19

func (h *THeaderControl) SetParent(value IWinControl)

func (*THeaderControl) SetParentDoubleBuffered added in v1.1.19

func (h *THeaderControl) SetParentDoubleBuffered(value bool)

func (*THeaderControl) SetParentFont added in v1.1.19

func (h *THeaderControl) SetParentFont(value bool)

func (*THeaderControl) SetParentShowHint added in v1.1.19

func (h *THeaderControl) SetParentShowHint(value bool)

func (*THeaderControl) SetParentWindow added in v1.1.19

func (h *THeaderControl) SetParentWindow(value HWND)

func (*THeaderControl) SetPopupMenu added in v1.1.19

func (h *THeaderControl) SetPopupMenu(value IComponent)

func (*THeaderControl) SetShowHint added in v1.1.19

func (h *THeaderControl) SetShowHint(value bool)

func (*THeaderControl) SetStyle added in v1.1.19

func (h *THeaderControl) SetStyle(value THeaderStyle)

func (*THeaderControl) SetStyleElements added in v1.1.19

func (h *THeaderControl) SetStyleElements(value TStyleElements)

func (*THeaderControl) SetTabOrder added in v1.1.19

func (h *THeaderControl) SetTabOrder(value uint16)

func (*THeaderControl) SetTabStop added in v1.1.19

func (h *THeaderControl) SetTabStop(value bool)

func (*THeaderControl) SetTag added in v1.1.19

func (h *THeaderControl) SetTag(value int)

func (*THeaderControl) SetTop added in v1.1.19

func (h *THeaderControl) SetTop(value int32)

func (*THeaderControl) SetUseDockManager added in v1.1.19

func (h *THeaderControl) SetUseDockManager(value bool)

func (*THeaderControl) SetVisible added in v1.1.19

func (h *THeaderControl) SetVisible(value bool)

func (*THeaderControl) SetWidth added in v1.1.19

func (h *THeaderControl) SetWidth(value int32)

func (*THeaderControl) Show added in v1.1.19

func (h *THeaderControl) Show()

func (*THeaderControl) ShowHint added in v1.1.19

func (h *THeaderControl) ShowHint() bool

func (*THeaderControl) Style added in v1.1.19

func (h *THeaderControl) Style() THeaderStyle

func (*THeaderControl) StyleElements added in v1.1.19

func (h *THeaderControl) StyleElements() TStyleElements

func (*THeaderControl) TabOrder added in v1.1.19

func (h *THeaderControl) TabOrder() uint16

func (*THeaderControl) TabStop added in v1.1.19

func (h *THeaderControl) TabStop() bool

func (*THeaderControl) Tag added in v1.1.19

func (h *THeaderControl) Tag() int

func (*THeaderControl) ToString added in v1.1.19

func (h *THeaderControl) ToString() string

func (*THeaderControl) Top added in v1.1.19

func (h *THeaderControl) Top() int32

func (*THeaderControl) Update added in v1.1.19

func (h *THeaderControl) Update()

func (*THeaderControl) UseDockManager added in v1.1.19

func (h *THeaderControl) UseDockManager() bool

func (*THeaderControl) Visible added in v1.1.19

func (h *THeaderControl) Visible() bool

func (*THeaderControl) Width added in v1.1.19

func (h *THeaderControl) Width() int32

type THeaderSection added in v1.1.19

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

func HeaderSectionFromInst added in v1.1.19

func HeaderSectionFromInst(inst uintptr) *THeaderSection

func HeaderSectionFromObj added in v1.1.19

func HeaderSectionFromObj(obj IObject) *THeaderSection

func NewHeaderSection added in v1.1.19

func NewHeaderSection() *THeaderSection

func (*THeaderSection) Alignment added in v1.1.19

func (h *THeaderSection) Alignment() TAlignment

func (*THeaderSection) AllowClick added in v1.1.19

func (h *THeaderSection) AllowClick() bool

func (*THeaderSection) Assign added in v1.1.19

func (h *THeaderSection) Assign(Source IObject)

func (*THeaderSection) AutoSize added in v1.1.19

func (h *THeaderSection) AutoSize() bool

func (*THeaderSection) BiDiMode added in v1.1.19

func (h *THeaderSection) BiDiMode() TBiDiMode

func (*THeaderSection) CheckBox added in v1.1.19

func (h *THeaderSection) CheckBox() bool

func (*THeaderSection) Checked added in v1.1.19

func (h *THeaderSection) Checked() bool

func (*THeaderSection) ClassName added in v1.1.19

func (h *THeaderSection) ClassName() string

func (*THeaderSection) ClassType added in v1.1.19

func (h *THeaderSection) ClassType() TClass

func (*THeaderSection) DisposeOf added in v1.1.19

func (h *THeaderSection) DisposeOf()

func (*THeaderSection) Equals added in v1.1.19

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

func (*THeaderSection) FixedWidth added in v1.1.19

func (h *THeaderSection) FixedWidth() bool

func (*THeaderSection) Free added in v1.1.19

func (h *THeaderSection) Free()

func (*THeaderSection) GetHashCode added in v1.1.19

func (h *THeaderSection) GetHashCode() int32

func (*THeaderSection) GetNamePath added in v1.1.19

func (h *THeaderSection) GetNamePath() string

func (*THeaderSection) ImageIndex added in v1.1.19

func (h *THeaderSection) ImageIndex() int32

func (*THeaderSection) Index added in v1.1.19

func (h *THeaderSection) Index() int32

func (*THeaderSection) InheritsFrom added in v1.1.19

func (h *THeaderSection) InheritsFrom(AClass TClass) bool

func (*THeaderSection) Instance added in v1.1.19

func (h *THeaderSection) Instance() uintptr

func (*THeaderSection) InstanceSize added in v1.1.19

func (h *THeaderSection) InstanceSize() int32

func (*THeaderSection) IsValid added in v1.1.19

func (h *THeaderSection) IsValid() bool

func (*THeaderSection) Left added in v1.1.19

func (h *THeaderSection) Left() int32

func (*THeaderSection) MaxWidth added in v1.1.19

func (h *THeaderSection) MaxWidth() int32

func (*THeaderSection) MinWidth added in v1.1.19

func (h *THeaderSection) MinWidth() int32

func (*THeaderSection) Right added in v1.1.19

func (h *THeaderSection) Right() int32

func (*THeaderSection) SetAlignment added in v1.1.19

func (h *THeaderSection) SetAlignment(value TAlignment)

func (*THeaderSection) SetAllowClick added in v1.1.19

func (h *THeaderSection) SetAllowClick(value bool)

func (*THeaderSection) SetAutoSize added in v1.1.19

func (h *THeaderSection) SetAutoSize(value bool)

func (*THeaderSection) SetBiDiMode added in v1.1.19

func (h *THeaderSection) SetBiDiMode(value TBiDiMode)

func (*THeaderSection) SetCheckBox added in v1.1.19

func (h *THeaderSection) SetCheckBox(value bool)

func (*THeaderSection) SetChecked added in v1.1.19

func (h *THeaderSection) SetChecked(value bool)

func (*THeaderSection) SetFixedWidth added in v1.1.19

func (h *THeaderSection) SetFixedWidth(value bool)

func (*THeaderSection) SetImageIndex added in v1.1.19

func (h *THeaderSection) SetImageIndex(value int32)

func (*THeaderSection) SetIndex added in v1.1.19

func (h *THeaderSection) SetIndex(value int32)

func (*THeaderSection) SetMaxWidth added in v1.1.19

func (h *THeaderSection) SetMaxWidth(value int32)

func (*THeaderSection) SetMinWidth added in v1.1.19

func (h *THeaderSection) SetMinWidth(value int32)

func (*THeaderSection) SetStyle added in v1.1.19

func (h *THeaderSection) SetStyle(value THeaderSectionStyle)

func (*THeaderSection) SetText added in v1.1.19

func (h *THeaderSection) SetText(value string)

func (*THeaderSection) SetWidth added in v1.1.19

func (h *THeaderSection) SetWidth(value int32)

func (*THeaderSection) Style added in v1.1.19

func (h *THeaderSection) Style() THeaderSectionStyle

func (*THeaderSection) Text added in v1.1.19

func (h *THeaderSection) Text() string

func (*THeaderSection) ToString added in v1.1.19

func (h *THeaderSection) ToString() string

func (*THeaderSection) Width added in v1.1.19

func (h *THeaderSection) Width() int32

type THeaderSections added in v1.1.19

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

func HeaderSectionsFromInst added in v1.1.19

func HeaderSectionsFromInst(inst uintptr) *THeaderSections

func HeaderSectionsFromObj added in v1.1.19

func HeaderSectionsFromObj(obj IObject) *THeaderSections

func NewHeaderSections added in v1.1.19

func NewHeaderSections() *THeaderSections

func (*THeaderSections) Add added in v1.1.19

func (h *THeaderSections) Add() *THeaderSection

func (*THeaderSections) AddItem added in v1.1.19

func (h *THeaderSections) AddItem(Item *THeaderSection, Index int32) *THeaderSection

func (*THeaderSections) Assign added in v1.1.19

func (h *THeaderSections) Assign(Source IObject)

func (*THeaderSections) BeginUpdate added in v1.1.19

func (h *THeaderSections) BeginUpdate()

func (*THeaderSections) Capacity added in v1.1.19

func (h *THeaderSections) Capacity() int32

func (*THeaderSections) ClassName added in v1.1.19

func (h *THeaderSections) ClassName() string

func (*THeaderSections) ClassType added in v1.1.19

func (h *THeaderSections) ClassType() TClass

func (*THeaderSections) Clear added in v1.1.19

func (h *THeaderSections) Clear()

func (*THeaderSections) Count added in v1.1.19

func (h *THeaderSections) Count() int32

func (*THeaderSections) Delete added in v1.1.19

func (h *THeaderSections) Delete(Index int32)

func (*THeaderSections) DisposeOf added in v1.1.19

func (h *THeaderSections) DisposeOf()

func (*THeaderSections) EndUpdate added in v1.1.19

func (h *THeaderSections) EndUpdate()

func (*THeaderSections) Equals added in v1.1.19

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

func (*THeaderSections) Free added in v1.1.19

func (h *THeaderSections) Free()

func (*THeaderSections) GetHashCode added in v1.1.19

func (h *THeaderSections) GetHashCode() int32

func (*THeaderSections) GetNamePath added in v1.1.19

func (h *THeaderSections) GetNamePath() string

func (*THeaderSections) InheritsFrom added in v1.1.19

func (h *THeaderSections) InheritsFrom(AClass TClass) bool

func (*THeaderSections) Insert added in v1.1.19

func (h *THeaderSections) Insert(Index int32) *THeaderSection

func (*THeaderSections) Instance added in v1.1.19

func (h *THeaderSections) Instance() uintptr

func (*THeaderSections) InstanceSize added in v1.1.19

func (h *THeaderSections) InstanceSize() int32

func (*THeaderSections) IsValid added in v1.1.19

func (h *THeaderSections) IsValid() bool

func (*THeaderSections) Items added in v1.1.19

func (h *THeaderSections) Items(Index int32) *THeaderSection

func (*THeaderSections) Owner added in v1.1.19

func (h *THeaderSections) Owner() *TObject

func (*THeaderSections) SetCapacity added in v1.1.19

func (h *THeaderSections) SetCapacity(value int32)

func (*THeaderSections) SetItems added in v1.1.19

func (h *THeaderSections) SetItems(Index int32, value *THeaderSection)

func (*THeaderSections) ToString added in v1.1.19

func (h *THeaderSections) ToString() string

type THelpEvent

type THelpEvent func(command uint16, data THelpEventData, callhelp, result *bool)

THelpEvent = function(Command: Word; Data: THelpEventData; var CallHelp: Boolean): Boolean of object;

type THotKey

type THotKey struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (h *THotKey) ClassType() TClass

func (*THotKey) ClientHeight

func (h *THotKey) ClientHeight() int32

func (*THotKey) ClientRect

func (h *THotKey) ClientRect() TRect

func (*THotKey) ClientToParent

func (h *THotKey) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*THotKey) ClientToScreen

func (h *THotKey) ClientToScreen(Point TPoint) TPoint

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

func (h *THotKey) CustomHint() *TCustomHint

func (*THotKey) DisposeOf added in v1.1.18

func (h *THotKey) DisposeOf()

func (*THotKey) DockSite

func (h *THotKey) DockSite() bool

func (*THotKey) DoubleBuffered

func (h *THotKey) DoubleBuffered() bool

func (*THotKey) Dragging

func (h *THotKey) Dragging() 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) Floating

func (h *THotKey) Floating() 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

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) InheritsFrom added in v1.1.18

func (h *THotKey) InheritsFrom(AClass TClass) bool

func (*THotKey) Instance

func (h *THotKey) Instance() uintptr

func (*THotKey) InstanceSize added in v1.1.18

func (h *THotKey) InstanceSize() int32

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() *TWinControl

func (*THotKey) ParentDoubleBuffered

func (h *THotKey) ParentDoubleBuffered() bool

func (*THotKey) ParentShowHint

func (h *THotKey) ParentShowHint() bool

func (*THotKey) ParentToClient

func (h *THotKey) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (h *THotKey) ScreenToClient(Point TPoint) TPoint

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

func (h *THotKey) SetCustomHint(value IComponent)

func (*THotKey) SetDockSite

func (h *THotKey) SetDockSite(value bool)

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

func (h *THotKey) SetOnContextPopup(fn TContextPopupEvent)

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

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

func (h *THotKey) SetUseDockManager(value bool)

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

func (h *THotKey) UseDockManager() bool

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) ClassType added in v1.1.18

func (i *TIcon) ClassType() TClass

func (*TIcon) DisposeOf added in v1.1.18

func (i *TIcon) DisposeOf()

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) InheritsFrom added in v1.1.18

func (i *TIcon) InheritsFrom(AClass TClass) bool

func (*TIcon) Instance

func (i *TIcon) Instance() uintptr

func (*TIcon) InstanceSize added in v1.1.18

func (i *TIcon) InstanceSize() int32

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) ClassType added in v1.1.18

func (i *TIconOptions) ClassType() TClass

func (*TIconOptions) DisposeOf added in v1.1.18

func (i *TIconOptions) DisposeOf()

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) InheritsFrom added in v1.1.18

func (i *TIconOptions) InheritsFrom(AClass TClass) bool

func (*TIconOptions) Instance

func (i *TIconOptions) Instance() uintptr

func (*TIconOptions) InstanceSize added in v1.1.18

func (i *TIconOptions) InstanceSize() int32

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) ClassType added in v1.1.18

func (i *TImage) ClassType() TClass

func (*TImage) ClientHeight

func (i *TImage) ClientHeight() int32

func (*TImage) ClientRect

func (i *TImage) ClientRect() TRect

func (*TImage) ClientToParent

func (i *TImage) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TImage) ClientToScreen

func (i *TImage) ClientToScreen(Point TPoint) TPoint

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

func (i *TImage) CustomHint() *TCustomHint

func (*TImage) DisposeOf added in v1.1.18

func (i *TImage) DisposeOf()

func (*TImage) DragCursor

func (i *TImage) DragCursor() TCursor

func (*TImage) DragKind

func (i *TImage) DragKind() TDragKind

func (*TImage) DragMode

func (i *TImage) DragMode() TDragMode

func (*TImage) Dragging

func (i *TImage) Dragging() bool

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

func (i *TImage) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (i *TImage) InheritsFrom(AClass TClass) bool

func (*TImage) Instance

func (i *TImage) Instance() uintptr

func (*TImage) InstanceSize added in v1.1.18

func (i *TImage) InstanceSize() int32

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() *TWinControl

func (*TImage) ParentShowHint

func (i *TImage) ParentShowHint() bool

func (*TImage) ParentToClient

func (i *TImage) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (i *TImage) ScreenToClient(Point TPoint) TPoint

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

func (i *TImage) SetCustomHint(value IComponent)

func (*TImage) SetDragCursor

func (i *TImage) SetDragCursor(value TCursor)

func (*TImage) SetDragKind

func (i *TImage) SetDragKind(value TDragKind)

func (*TImage) SetDragMode

func (i *TImage) SetDragMode(value TDragMode)

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

func (i *TImage) SetOnContextPopup(fn TContextPopupEvent)

func (*TImage) SetOnDblClick

func (i *TImage) SetOnDblClick(fn TNotifyEvent)

func (*TImage) SetOnDragDrop

func (i *TImage) SetOnDragDrop(fn TDragDropEvent)

func (*TImage) SetOnDragOver

func (i *TImage) SetOnDragOver(fn TDragOverEvent)

func (*TImage) SetOnEndDock

func (i *TImage) SetOnEndDock(fn TEndDragEvent)

func (*TImage) SetOnEndDrag

func (i *TImage) SetOnEndDrag(fn TEndDragEvent)

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

func (i *TImage) SetOnStartDock(fn TStartDockEvent)

func (*TImage) SetParent

func (i *TImage) SetParent(value IWinControl)

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

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

func ImageButtonFromInst

func ImageButtonFromInst(inst uintptr) *TImageButton

func ImageButtonFromObj

func ImageButtonFromObj(obj IObject) *TImageButton

func NewImageButton

func NewImageButton(owner IComponent) *TImageButton

func (*TImageButton) Action

func (i *TImageButton) Action() *TAction

func (*TImageButton) Align

func (i *TImageButton) Align() TAlign

func (*TImageButton) AlignWithMargins

func (i *TImageButton) AlignWithMargins() bool

func (*TImageButton) Anchors

func (i *TImageButton) Anchors() TAnchors

func (*TImageButton) Assign

func (i *TImageButton) Assign(Source IObject)

func (*TImageButton) AutoSize

func (i *TImageButton) AutoSize() bool

func (*TImageButton) BiDiMode

func (i *TImageButton) BiDiMode() TBiDiMode

func (*TImageButton) BoundsRect

func (i *TImageButton) BoundsRect() TRect

func (*TImageButton) BringToFront

func (i *TImageButton) BringToFront()

func (*TImageButton) Caption

func (i *TImageButton) Caption() string

func (*TImageButton) ClassName

func (i *TImageButton) ClassName() string

func (*TImageButton) ClassType added in v1.1.18

func (i *TImageButton) ClassType() TClass

func (*TImageButton) Click

func (i *TImageButton) Click()

func (*TImageButton) ClientHeight

func (i *TImageButton) ClientHeight() int32

func (*TImageButton) ClientRect

func (i *TImageButton) ClientRect() TRect

func (*TImageButton) ClientToParent

func (i *TImageButton) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TImageButton) ClientToScreen

func (i *TImageButton) ClientToScreen(Point TPoint) TPoint

func (*TImageButton) ClientWidth

func (i *TImageButton) ClientWidth() int32

func (*TImageButton) ComponentCount

func (i *TImageButton) ComponentCount() int32

func (*TImageButton) ComponentIndex

func (i *TImageButton) ComponentIndex() int32

func (*TImageButton) Components

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

func (*TImageButton) Cursor

func (i *TImageButton) Cursor() TCursor

func (*TImageButton) CustomHint

func (i *TImageButton) CustomHint() *TCustomHint

func (*TImageButton) DisposeOf added in v1.1.18

func (i *TImageButton) DisposeOf()

func (*TImageButton) DragCursor

func (i *TImageButton) DragCursor() TCursor

func (*TImageButton) DragKind

func (i *TImageButton) DragKind() TDragKind

func (*TImageButton) DragMode

func (i *TImageButton) DragMode() TDragMode

func (*TImageButton) Dragging

func (i *TImageButton) Dragging() bool

func (*TImageButton) Enabled

func (i *TImageButton) Enabled() bool

func (*TImageButton) Equals

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

func (*TImageButton) ExplicitHeight

func (i *TImageButton) ExplicitHeight() int32

func (*TImageButton) ExplicitLeft

func (i *TImageButton) ExplicitLeft() int32

func (*TImageButton) ExplicitTop

func (i *TImageButton) ExplicitTop() int32

func (*TImageButton) ExplicitWidth

func (i *TImageButton) ExplicitWidth() int32

func (*TImageButton) FindComponent

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

func (*TImageButton) Floating

func (i *TImageButton) Floating() bool

func (*TImageButton) Font

func (i *TImageButton) Font() *TFont

func (*TImageButton) Free

func (i *TImageButton) Free()

func (*TImageButton) GetHashCode

func (i *TImageButton) GetHashCode() int32

func (*TImageButton) GetNamePath

func (i *TImageButton) GetNamePath() string

func (*TImageButton) GetTextBuf

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

func (*TImageButton) GetTextLen

func (i *TImageButton) GetTextLen() int32

func (*TImageButton) HasParent

func (i *TImageButton) HasParent() bool

func (*TImageButton) Height

func (i *TImageButton) Height() int32

func (*TImageButton) Hide

func (i *TImageButton) Hide()

func (*TImageButton) Hint

func (i *TImageButton) Hint() string

func (*TImageButton) ImageCount

func (i *TImageButton) ImageCount() int32

func (*TImageButton) InheritsFrom added in v1.1.18

func (i *TImageButton) InheritsFrom(AClass TClass) bool

func (*TImageButton) Instance

func (i *TImageButton) Instance() uintptr

func (*TImageButton) InstanceSize added in v1.1.18

func (i *TImageButton) InstanceSize() int32

func (*TImageButton) Invalidate

func (i *TImageButton) Invalidate()

func (*TImageButton) IsValid

func (i *TImageButton) IsValid() bool

func (*TImageButton) Left

func (i *TImageButton) Left() int32

func (*TImageButton) Margins

func (i *TImageButton) Margins() *TMargins

func (*TImageButton) ModalResult

func (i *TImageButton) ModalResult() TModalResult

func (*TImageButton) Name

func (i *TImageButton) Name() string

func (*TImageButton) Owner

func (i *TImageButton) Owner() *TComponent

func (*TImageButton) Parent

func (i *TImageButton) Parent() *TWinControl

func (*TImageButton) ParentFont

func (i *TImageButton) ParentFont() bool

func (*TImageButton) ParentShowHint

func (i *TImageButton) ParentShowHint() bool

func (*TImageButton) ParentToClient

func (i *TImageButton) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TImageButton) Perform

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

func (*TImageButton) Picture

func (i *TImageButton) Picture() *TPicture

func (*TImageButton) PopupMenu

func (i *TImageButton) PopupMenu() *TPopupMenu

func (*TImageButton) Refresh

func (i *TImageButton) Refresh()

func (*TImageButton) Repaint

func (i *TImageButton) Repaint()

func (*TImageButton) ScreenToClient

func (i *TImageButton) ScreenToClient(Point TPoint) TPoint

func (*TImageButton) SendToBack

func (i *TImageButton) SendToBack()

func (*TImageButton) SetAction

func (i *TImageButton) SetAction(value IComponent)

func (*TImageButton) SetAlign

func (i *TImageButton) SetAlign(value TAlign)

func (*TImageButton) SetAlignWithMargins

func (i *TImageButton) SetAlignWithMargins(value bool)

func (*TImageButton) SetAnchors

func (i *TImageButton) SetAnchors(value TAnchors)

func (*TImageButton) SetAutoSize

func (i *TImageButton) SetAutoSize(value bool)

func (*TImageButton) SetBiDiMode

func (i *TImageButton) SetBiDiMode(value TBiDiMode)

func (*TImageButton) SetBounds

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

func (*TImageButton) SetBoundsRect

func (i *TImageButton) SetBoundsRect(value TRect)

func (*TImageButton) SetCaption

func (i *TImageButton) SetCaption(value string)

func (*TImageButton) SetClientHeight

func (i *TImageButton) SetClientHeight(value int32)

func (*TImageButton) SetClientWidth

func (i *TImageButton) SetClientWidth(value int32)

func (*TImageButton) SetComponentIndex

func (i *TImageButton) SetComponentIndex(value int32)

func (*TImageButton) SetCursor

func (i *TImageButton) SetCursor(value TCursor)

func (*TImageButton) SetCustomHint

func (i *TImageButton) SetCustomHint(value IComponent)

func (*TImageButton) SetDragCursor

func (i *TImageButton) SetDragCursor(value TCursor)

func (*TImageButton) SetDragKind

func (i *TImageButton) SetDragKind(value TDragKind)

func (*TImageButton) SetDragMode

func (i *TImageButton) SetDragMode(value TDragMode)

func (*TImageButton) SetEnabled

func (i *TImageButton) SetEnabled(value bool)

func (*TImageButton) SetFont

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

func (*TImageButton) SetHeight

func (i *TImageButton) SetHeight(value int32)

func (*TImageButton) SetHint

func (i *TImageButton) SetHint(value string)

func (*TImageButton) SetImageCount

func (i *TImageButton) SetImageCount(value int32)

func (*TImageButton) SetLeft

func (i *TImageButton) SetLeft(value int32)

func (*TImageButton) SetMargins

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

func (*TImageButton) SetModalResult

func (i *TImageButton) SetModalResult(value TModalResult)

func (*TImageButton) SetName

func (i *TImageButton) SetName(value string)

func (*TImageButton) SetOnClick

func (i *TImageButton) SetOnClick(fn TNotifyEvent)

func (*TImageButton) SetOnContextPopup

func (i *TImageButton) SetOnContextPopup(fn TContextPopupEvent)

func (*TImageButton) SetOnDblClick

func (i *TImageButton) SetOnDblClick(fn TNotifyEvent)

func (*TImageButton) SetOnDragDrop

func (i *TImageButton) SetOnDragDrop(fn TDragDropEvent)

func (*TImageButton) SetOnDragOver

func (i *TImageButton) SetOnDragOver(fn TDragOverEvent)

func (*TImageButton) SetOnEndDock

func (i *TImageButton) SetOnEndDock(fn TEndDragEvent)

func (*TImageButton) SetOnEndDrag

func (i *TImageButton) SetOnEndDrag(fn TEndDragEvent)

func (*TImageButton) SetOnMouseDown

func (i *TImageButton) SetOnMouseDown(fn TMouseEvent)

func (*TImageButton) SetOnMouseEnter

func (i *TImageButton) SetOnMouseEnter(fn TNotifyEvent)

func (*TImageButton) SetOnMouseLeave

func (i *TImageButton) SetOnMouseLeave(fn TNotifyEvent)

func (*TImageButton) SetOnMouseMove

func (i *TImageButton) SetOnMouseMove(fn TMouseMoveEvent)

func (*TImageButton) SetOnMouseUp

func (i *TImageButton) SetOnMouseUp(fn TMouseEvent)

func (*TImageButton) SetParent

func (i *TImageButton) SetParent(value IWinControl)

func (*TImageButton) SetParentFont

func (i *TImageButton) SetParentFont(value bool)

func (*TImageButton) SetParentShowHint

func (i *TImageButton) SetParentShowHint(value bool)

func (*TImageButton) SetPicture

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

func (*TImageButton) SetPopupMenu

func (i *TImageButton) SetPopupMenu(value IComponent)

func (*TImageButton) SetShowCaption

func (i *TImageButton) SetShowCaption(value bool)

func (*TImageButton) SetShowHint

func (i *TImageButton) SetShowHint(value bool)

func (*TImageButton) SetStyleElements

func (i *TImageButton) SetStyleElements(value TStyleElements)

func (*TImageButton) SetTag

func (i *TImageButton) SetTag(value int)

func (*TImageButton) SetTop

func (i *TImageButton) SetTop(value int32)

func (*TImageButton) SetVisible

func (i *TImageButton) SetVisible(value bool)

func (*TImageButton) SetWidth

func (i *TImageButton) SetWidth(value int32)

func (*TImageButton) Show

func (i *TImageButton) Show()

func (*TImageButton) ShowCaption

func (i *TImageButton) ShowCaption() bool

func (*TImageButton) ShowHint

func (i *TImageButton) ShowHint() bool

func (*TImageButton) StyleElements

func (i *TImageButton) StyleElements() TStyleElements

func (*TImageButton) Tag

func (i *TImageButton) Tag() int

func (*TImageButton) ToString

func (i *TImageButton) ToString() string

func (*TImageButton) Top

func (i *TImageButton) Top() int32

func (*TImageButton) Update

func (i *TImageButton) Update()

func (*TImageButton) Visible

func (i *TImageButton) Visible() bool

func (*TImageButton) Width

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) ClassType added in v1.1.18

func (i *TImageList) ClassType() TClass

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

func (i *TImageList) Count() int32

func (*TImageList) Delete

func (i *TImageList) Delete(Index int32)

func (*TImageList) DisposeOf added in v1.1.18

func (i *TImageList) DisposeOf()

func (*TImageList) DragCursor

func (i *TImageList) DragCursor() TCursor

func (*TImageList) Dragging

func (i *TImageList) Dragging() bool

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

func (i *TImageList) HideDragImage()

func (*TImageList) ImageType

func (i *TImageList) ImageType() TImageType

func (*TImageList) InheritsFrom added in v1.1.18

func (i *TImageList) InheritsFrom(AClass TClass) bool

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) InstanceSize added in v1.1.18

func (i *TImageList) InstanceSize() int32

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

func (i *TImageList) SetDragCursor(value TCursor)

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

func (i *TImageList) ShowDragImage()

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) ClassType added in v1.1.18

func (i *TIniFile) ClassType() TClass

func (*TIniFile) DeleteKey

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

func (*TIniFile) DisposeOf added in v1.1.18

func (i *TIniFile) DisposeOf()

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) InheritsFrom added in v1.1.18

func (i *TIniFile) InheritsFrom(AClass TClass) bool

func (*TIniFile) Instance

func (i *TIniFile) Instance() uintptr

func (*TIniFile) InstanceSize added in v1.1.18

func (i *TIniFile) InstanceSize() int32

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) ClassType added in v1.1.18

func (j *TJPEGImage) ClassType() TClass

func (*TJPEGImage) DisposeOf added in v1.1.18

func (j *TJPEGImage) DisposeOf()

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) InheritsFrom added in v1.1.18

func (j *TJPEGImage) InheritsFrom(AClass TClass) bool

func (*TJPEGImage) Instance

func (j *TJPEGImage) Instance() uintptr

func (*TJPEGImage) InstanceSize added in v1.1.18

func (j *TJPEGImage) InstanceSize() int32

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

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

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

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

type TLVCheckedItemEvent func(sender IObject, item *TListItem)

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

type TLVColumnClickEvent

type TLVColumnClickEvent func(sender IObject, column *TListColumn)

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

type TLVColumnRClickEvent

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

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

type TLVCompareEvent

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

type TLVNotifyEvent func(sender IObject, item *TListItem)

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

type TLVSelectItemEvent

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) ClassType added in v1.1.18

func (l *TLabel) ClassType() TClass

func (*TLabel) ClientHeight

func (l *TLabel) ClientHeight() int32

func (*TLabel) ClientRect

func (l *TLabel) ClientRect() TRect

func (*TLabel) ClientToParent

func (l *TLabel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TLabel) ClientToScreen

func (l *TLabel) ClientToScreen(Point TPoint) TPoint

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

func (l *TLabel) CustomHint() *TCustomHint

func (*TLabel) DisposeOf added in v1.1.18

func (l *TLabel) DisposeOf()

func (*TLabel) DragCursor

func (l *TLabel) DragCursor() TCursor

func (*TLabel) DragKind

func (l *TLabel) DragKind() TDragKind

func (*TLabel) DragMode

func (l *TLabel) DragMode() TDragMode

func (*TLabel) Dragging

func (l *TLabel) Dragging() bool

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

func (l *TLabel) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (l *TLabel) InheritsFrom(AClass TClass) bool

func (*TLabel) Instance

func (l *TLabel) Instance() uintptr

func (*TLabel) InstanceSize added in v1.1.18

func (l *TLabel) InstanceSize() int32

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() *TWinControl

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

func (l *TLabel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (l *TLabel) ScreenToClient(Point TPoint) TPoint

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

func (l *TLabel) SetCustomHint(value IComponent)

func (*TLabel) SetDragCursor

func (l *TLabel) SetDragCursor(value TCursor)

func (*TLabel) SetDragKind

func (l *TLabel) SetDragKind(value TDragKind)

func (*TLabel) SetDragMode

func (l *TLabel) SetDragMode(value TDragMode)

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

func (l *TLabel) SetOnContextPopup(fn TContextPopupEvent)

func (*TLabel) SetOnDblClick

func (l *TLabel) SetOnDblClick(fn TNotifyEvent)

func (*TLabel) SetOnDragDrop

func (l *TLabel) SetOnDragDrop(fn TDragDropEvent)

func (*TLabel) SetOnDragOver

func (l *TLabel) SetOnDragOver(fn TDragOverEvent)

func (*TLabel) SetOnEndDock

func (l *TLabel) SetOnEndDock(fn TEndDragEvent)

func (*TLabel) SetOnEndDrag

func (l *TLabel) SetOnEndDrag(fn TEndDragEvent)

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

func (l *TLabel) SetOnStartDock(fn TStartDockEvent)

func (*TLabel) SetParent

func (l *TLabel) SetParent(value IWinControl)

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

type TLabeledEdit struct {
	IWinControl
	// contains filtered or unexported fields
}

func LabeledEditFromInst added in v1.1.19

func LabeledEditFromInst(inst uintptr) *TLabeledEdit

func LabeledEditFromObj added in v1.1.19

func LabeledEditFromObj(obj IObject) *TLabeledEdit

func NewLabeledEdit added in v1.1.19

func NewLabeledEdit(owner IComponent) *TLabeledEdit

func (*TLabeledEdit) Action added in v1.1.19

func (l *TLabeledEdit) Action() *TAction

func (*TLabeledEdit) Align added in v1.1.19

func (l *TLabeledEdit) Align() TAlign

func (*TLabeledEdit) AlignWithMargins added in v1.1.19

func (l *TLabeledEdit) AlignWithMargins() bool

func (*TLabeledEdit) Alignment added in v1.1.19

func (l *TLabeledEdit) Alignment() TAlignment

func (*TLabeledEdit) Anchors added in v1.1.19

func (l *TLabeledEdit) Anchors() TAnchors

func (*TLabeledEdit) Assign added in v1.1.19

func (l *TLabeledEdit) Assign(Source IObject)

func (*TLabeledEdit) AutoSelect added in v1.1.19

func (l *TLabeledEdit) AutoSelect() bool

func (*TLabeledEdit) AutoSize added in v1.1.19

func (l *TLabeledEdit) AutoSize() bool

func (*TLabeledEdit) BevelEdges added in v1.1.19

func (l *TLabeledEdit) BevelEdges() TBevelEdges

func (*TLabeledEdit) BevelInner added in v1.1.19

func (l *TLabeledEdit) BevelInner() TBevelCut

func (*TLabeledEdit) BevelKind added in v1.1.19

func (l *TLabeledEdit) BevelKind() TBevelKind

func (*TLabeledEdit) BevelOuter added in v1.1.19

func (l *TLabeledEdit) BevelOuter() TBevelCut

func (*TLabeledEdit) BiDiMode added in v1.1.19

func (l *TLabeledEdit) BiDiMode() TBiDiMode

func (*TLabeledEdit) BorderStyle added in v1.1.19

func (l *TLabeledEdit) BorderStyle() TBorderStyle

func (*TLabeledEdit) BoundsRect added in v1.1.19

func (l *TLabeledEdit) BoundsRect() TRect

func (*TLabeledEdit) BringToFront added in v1.1.19

func (l *TLabeledEdit) BringToFront()

func (*TLabeledEdit) Brush added in v1.1.19

func (l *TLabeledEdit) Brush() *TBrush

func (*TLabeledEdit) CanFocus added in v1.1.19

func (l *TLabeledEdit) CanFocus() bool

func (*TLabeledEdit) CanUndo added in v1.1.19

func (l *TLabeledEdit) CanUndo() bool

func (*TLabeledEdit) CharCase added in v1.1.19

func (l *TLabeledEdit) CharCase() TEditCharCase

func (*TLabeledEdit) ClassName added in v1.1.19

func (l *TLabeledEdit) ClassName() string

func (*TLabeledEdit) ClassType added in v1.1.19

func (l *TLabeledEdit) ClassType() TClass

func (*TLabeledEdit) Clear added in v1.1.19

func (l *TLabeledEdit) Clear()

func (*TLabeledEdit) ClearSelection added in v1.1.19

func (l *TLabeledEdit) ClearSelection()

func (*TLabeledEdit) ClearUndo added in v1.1.19

func (l *TLabeledEdit) ClearUndo()

func (*TLabeledEdit) ClientHeight added in v1.1.19

func (l *TLabeledEdit) ClientHeight() int32

func (*TLabeledEdit) ClientRect added in v1.1.19

func (l *TLabeledEdit) ClientRect() TRect

func (*TLabeledEdit) ClientToParent added in v1.1.19

func (l *TLabeledEdit) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TLabeledEdit) ClientToScreen added in v1.1.19

func (l *TLabeledEdit) ClientToScreen(Point TPoint) TPoint

func (*TLabeledEdit) ClientWidth added in v1.1.19

func (l *TLabeledEdit) ClientWidth() int32

func (*TLabeledEdit) Color added in v1.1.19

func (l *TLabeledEdit) Color() TColor

func (*TLabeledEdit) ComponentCount added in v1.1.19

func (l *TLabeledEdit) ComponentCount() int32

func (*TLabeledEdit) ComponentIndex added in v1.1.19

func (l *TLabeledEdit) ComponentIndex() int32

func (*TLabeledEdit) Components added in v1.1.19

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

func (*TLabeledEdit) ControlCount added in v1.1.19

func (l *TLabeledEdit) ControlCount() int32

func (*TLabeledEdit) Controls added in v1.1.19

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

func (*TLabeledEdit) CopyToClipboard added in v1.1.19

func (l *TLabeledEdit) CopyToClipboard()

func (*TLabeledEdit) Cursor added in v1.1.19

func (l *TLabeledEdit) Cursor() TCursor

func (*TLabeledEdit) CustomHint added in v1.1.19

func (l *TLabeledEdit) CustomHint() *TCustomHint

func (*TLabeledEdit) CutToClipboard added in v1.1.19

func (l *TLabeledEdit) CutToClipboard()

func (*TLabeledEdit) DisposeOf added in v1.1.19

func (l *TLabeledEdit) DisposeOf()

func (*TLabeledEdit) DockSite added in v1.1.19

func (l *TLabeledEdit) DockSite() bool

func (*TLabeledEdit) DoubleBuffered added in v1.1.19

func (l *TLabeledEdit) DoubleBuffered() bool

func (*TLabeledEdit) DragCursor added in v1.1.19

func (l *TLabeledEdit) DragCursor() TCursor

func (*TLabeledEdit) DragKind added in v1.1.19

func (l *TLabeledEdit) DragKind() TDragKind

func (*TLabeledEdit) DragMode added in v1.1.19

func (l *TLabeledEdit) DragMode() TDragMode

func (*TLabeledEdit) Dragging added in v1.1.19

func (l *TLabeledEdit) Dragging() bool

func (*TLabeledEdit) EditLabel added in v1.1.19

func (l *TLabeledEdit) EditLabel() *TBoundLabel

func (*TLabeledEdit) Enabled added in v1.1.19

func (l *TLabeledEdit) Enabled() bool

func (*TLabeledEdit) Equals added in v1.1.19

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

func (*TLabeledEdit) ExplicitHeight added in v1.1.19

func (l *TLabeledEdit) ExplicitHeight() int32

func (*TLabeledEdit) ExplicitLeft added in v1.1.19

func (l *TLabeledEdit) ExplicitLeft() int32

func (*TLabeledEdit) ExplicitTop added in v1.1.19

func (l *TLabeledEdit) ExplicitTop() int32

func (*TLabeledEdit) ExplicitWidth added in v1.1.19

func (l *TLabeledEdit) ExplicitWidth() int32

func (*TLabeledEdit) FindComponent added in v1.1.19

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

func (*TLabeledEdit) FlipChildren added in v1.1.19

func (l *TLabeledEdit) FlipChildren(AllLevels bool)

func (*TLabeledEdit) Floating added in v1.1.19

func (l *TLabeledEdit) Floating() bool

func (*TLabeledEdit) Focused added in v1.1.19

func (l *TLabeledEdit) Focused() bool

func (*TLabeledEdit) Font added in v1.1.19

func (l *TLabeledEdit) Font() *TFont

func (*TLabeledEdit) Free added in v1.1.19

func (l *TLabeledEdit) Free()

func (*TLabeledEdit) GetHashCode added in v1.1.19

func (l *TLabeledEdit) GetHashCode() int32

func (*TLabeledEdit) GetNamePath added in v1.1.19

func (l *TLabeledEdit) GetNamePath() string

func (*TLabeledEdit) GetSelTextBuf added in v1.1.19

func (l *TLabeledEdit) GetSelTextBuf(Buffer string, BufSize int32) int32

func (*TLabeledEdit) GetTextBuf added in v1.1.19

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

func (*TLabeledEdit) GetTextLen added in v1.1.19

func (l *TLabeledEdit) GetTextLen() int32

func (*TLabeledEdit) Handle added in v1.1.19

func (l *TLabeledEdit) Handle() HWND

func (*TLabeledEdit) HandleAllocated added in v1.1.19

func (l *TLabeledEdit) HandleAllocated() bool

func (*TLabeledEdit) HasParent added in v1.1.19

func (l *TLabeledEdit) HasParent() bool

func (*TLabeledEdit) Height added in v1.1.19

func (l *TLabeledEdit) Height() int32

func (*TLabeledEdit) Hide added in v1.1.19

func (l *TLabeledEdit) Hide()

func (*TLabeledEdit) HideSelection added in v1.1.19

func (l *TLabeledEdit) HideSelection() bool

func (*TLabeledEdit) Hint added in v1.1.19

func (l *TLabeledEdit) Hint() string

func (*TLabeledEdit) InheritsFrom added in v1.1.19

func (l *TLabeledEdit) InheritsFrom(AClass TClass) bool

func (*TLabeledEdit) Instance added in v1.1.19

func (l *TLabeledEdit) Instance() uintptr

func (*TLabeledEdit) InstanceSize added in v1.1.19

func (l *TLabeledEdit) InstanceSize() int32

func (*TLabeledEdit) Invalidate added in v1.1.19

func (l *TLabeledEdit) Invalidate()

func (*TLabeledEdit) IsValid added in v1.1.19

func (l *TLabeledEdit) IsValid() bool

func (*TLabeledEdit) LabelPosition added in v1.1.19

func (l *TLabeledEdit) LabelPosition() TLabelPosition

func (*TLabeledEdit) LabelSpacing added in v1.1.19

func (l *TLabeledEdit) LabelSpacing() int32

func (*TLabeledEdit) Left added in v1.1.19

func (l *TLabeledEdit) Left() int32

func (*TLabeledEdit) Margins added in v1.1.19

func (l *TLabeledEdit) Margins() *TMargins

func (*TLabeledEdit) MaxLength added in v1.1.19

func (l *TLabeledEdit) MaxLength() int32

func (*TLabeledEdit) Modified added in v1.1.19

func (l *TLabeledEdit) Modified() bool

func (*TLabeledEdit) Name added in v1.1.19

func (l *TLabeledEdit) Name() string

func (*TLabeledEdit) NumbersOnly added in v1.1.19

func (l *TLabeledEdit) NumbersOnly() bool

func (*TLabeledEdit) Owner added in v1.1.19

func (l *TLabeledEdit) Owner() *TComponent

func (*TLabeledEdit) Parent added in v1.1.19

func (l *TLabeledEdit) Parent() *TWinControl

func (*TLabeledEdit) ParentColor added in v1.1.19

func (l *TLabeledEdit) ParentColor() bool

func (*TLabeledEdit) ParentCtl3D added in v1.1.19

func (l *TLabeledEdit) ParentCtl3D() bool

func (*TLabeledEdit) ParentDoubleBuffered added in v1.1.19

func (l *TLabeledEdit) ParentDoubleBuffered() bool

func (*TLabeledEdit) ParentFont added in v1.1.19

func (l *TLabeledEdit) ParentFont() bool

func (*TLabeledEdit) ParentShowHint added in v1.1.19

func (l *TLabeledEdit) ParentShowHint() bool

func (*TLabeledEdit) ParentToClient added in v1.1.19

func (l *TLabeledEdit) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TLabeledEdit) ParentWindow added in v1.1.19

func (l *TLabeledEdit) ParentWindow() HWND

func (*TLabeledEdit) PasswordChar added in v1.1.19

func (l *TLabeledEdit) PasswordChar() uint16

func (*TLabeledEdit) PasteFromClipboard added in v1.1.19

func (l *TLabeledEdit) PasteFromClipboard()

func (*TLabeledEdit) Perform added in v1.1.19

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

func (*TLabeledEdit) PopupMenu added in v1.1.19

func (l *TLabeledEdit) PopupMenu() *TPopupMenu

func (*TLabeledEdit) ReadOnly added in v1.1.19

func (l *TLabeledEdit) ReadOnly() bool

func (*TLabeledEdit) Realign added in v1.1.19

func (l *TLabeledEdit) Realign()

func (*TLabeledEdit) Refresh added in v1.1.19

func (l *TLabeledEdit) Refresh()

func (*TLabeledEdit) Repaint added in v1.1.19

func (l *TLabeledEdit) Repaint()

func (*TLabeledEdit) ScaleBy added in v1.1.19

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

func (*TLabeledEdit) ScreenToClient added in v1.1.19

func (l *TLabeledEdit) ScreenToClient(Point TPoint) TPoint

func (*TLabeledEdit) SelLength added in v1.1.19

func (l *TLabeledEdit) SelLength() int32

func (*TLabeledEdit) SelStart added in v1.1.19

func (l *TLabeledEdit) SelStart() int32

func (*TLabeledEdit) SelText added in v1.1.19

func (l *TLabeledEdit) SelText() string

func (*TLabeledEdit) SelectAll added in v1.1.19

func (l *TLabeledEdit) SelectAll()

func (*TLabeledEdit) SendToBack added in v1.1.19

func (l *TLabeledEdit) SendToBack()

func (*TLabeledEdit) SetAction added in v1.1.19

func (l *TLabeledEdit) SetAction(value IComponent)

func (*TLabeledEdit) SetAlign added in v1.1.19

func (l *TLabeledEdit) SetAlign(value TAlign)

func (*TLabeledEdit) SetAlignWithMargins added in v1.1.19

func (l *TLabeledEdit) SetAlignWithMargins(value bool)

func (*TLabeledEdit) SetAlignment added in v1.1.19

func (l *TLabeledEdit) SetAlignment(value TAlignment)

func (*TLabeledEdit) SetAnchors added in v1.1.19

func (l *TLabeledEdit) SetAnchors(value TAnchors)

func (*TLabeledEdit) SetAutoSelect added in v1.1.19

func (l *TLabeledEdit) SetAutoSelect(value bool)

func (*TLabeledEdit) SetAutoSize added in v1.1.19

func (l *TLabeledEdit) SetAutoSize(value bool)

func (*TLabeledEdit) SetBevelEdges added in v1.1.19

func (l *TLabeledEdit) SetBevelEdges(value TBevelEdges)

func (*TLabeledEdit) SetBevelInner added in v1.1.19

func (l *TLabeledEdit) SetBevelInner(value TBevelCut)

func (*TLabeledEdit) SetBevelKind added in v1.1.19

func (l *TLabeledEdit) SetBevelKind(value TBevelKind)

func (*TLabeledEdit) SetBevelOuter added in v1.1.19

func (l *TLabeledEdit) SetBevelOuter(value TBevelCut)

func (*TLabeledEdit) SetBiDiMode added in v1.1.19

func (l *TLabeledEdit) SetBiDiMode(value TBiDiMode)

func (*TLabeledEdit) SetBorderStyle added in v1.1.19

func (l *TLabeledEdit) SetBorderStyle(value TBorderStyle)

func (*TLabeledEdit) SetBounds added in v1.1.19

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

func (*TLabeledEdit) SetBoundsRect added in v1.1.19

func (l *TLabeledEdit) SetBoundsRect(value TRect)

func (*TLabeledEdit) SetCharCase added in v1.1.19

func (l *TLabeledEdit) SetCharCase(value TEditCharCase)

func (*TLabeledEdit) SetClientHeight added in v1.1.19

func (l *TLabeledEdit) SetClientHeight(value int32)

func (*TLabeledEdit) SetClientWidth added in v1.1.19

func (l *TLabeledEdit) SetClientWidth(value int32)

func (*TLabeledEdit) SetColor added in v1.1.19

func (l *TLabeledEdit) SetColor(value TColor)

func (*TLabeledEdit) SetComponentIndex added in v1.1.19

func (l *TLabeledEdit) SetComponentIndex(value int32)

func (*TLabeledEdit) SetCursor added in v1.1.19

func (l *TLabeledEdit) SetCursor(value TCursor)

func (*TLabeledEdit) SetCustomHint added in v1.1.19

func (l *TLabeledEdit) SetCustomHint(value IComponent)

func (*TLabeledEdit) SetDockSite added in v1.1.19

func (l *TLabeledEdit) SetDockSite(value bool)

func (*TLabeledEdit) SetDoubleBuffered added in v1.1.19

func (l *TLabeledEdit) SetDoubleBuffered(value bool)

func (*TLabeledEdit) SetDragCursor added in v1.1.19

func (l *TLabeledEdit) SetDragCursor(value TCursor)

func (*TLabeledEdit) SetDragKind added in v1.1.19

func (l *TLabeledEdit) SetDragKind(value TDragKind)

func (*TLabeledEdit) SetDragMode added in v1.1.19

func (l *TLabeledEdit) SetDragMode(value TDragMode)

func (*TLabeledEdit) SetEnabled added in v1.1.19

func (l *TLabeledEdit) SetEnabled(value bool)

func (*TLabeledEdit) SetFocus added in v1.1.19

func (l *TLabeledEdit) SetFocus()

func (*TLabeledEdit) SetFont added in v1.1.19

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

func (*TLabeledEdit) SetHeight added in v1.1.19

func (l *TLabeledEdit) SetHeight(value int32)

func (*TLabeledEdit) SetHideSelection added in v1.1.19

func (l *TLabeledEdit) SetHideSelection(value bool)

func (*TLabeledEdit) SetHint added in v1.1.19

func (l *TLabeledEdit) SetHint(value string)

func (*TLabeledEdit) SetLabelPosition added in v1.1.19

func (l *TLabeledEdit) SetLabelPosition(value TLabelPosition)

func (*TLabeledEdit) SetLabelSpacing added in v1.1.19

func (l *TLabeledEdit) SetLabelSpacing(value int32)

func (*TLabeledEdit) SetLeft added in v1.1.19

func (l *TLabeledEdit) SetLeft(value int32)

func (*TLabeledEdit) SetMargins added in v1.1.19

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

func (*TLabeledEdit) SetMaxLength added in v1.1.19

func (l *TLabeledEdit) SetMaxLength(value int32)

func (*TLabeledEdit) SetModified added in v1.1.19

func (l *TLabeledEdit) SetModified(value bool)

func (*TLabeledEdit) SetName added in v1.1.19

func (l *TLabeledEdit) SetName(value string)

func (*TLabeledEdit) SetNumbersOnly added in v1.1.19

func (l *TLabeledEdit) SetNumbersOnly(value bool)

func (*TLabeledEdit) SetOnChange added in v1.1.19

func (l *TLabeledEdit) SetOnChange(fn TNotifyEvent)

func (*TLabeledEdit) SetOnClick added in v1.1.19

func (l *TLabeledEdit) SetOnClick(fn TNotifyEvent)

func (*TLabeledEdit) SetOnContextPopup added in v1.1.19

func (l *TLabeledEdit) SetOnContextPopup(fn TContextPopupEvent)

func (*TLabeledEdit) SetOnDblClick added in v1.1.19

func (l *TLabeledEdit) SetOnDblClick(fn TNotifyEvent)

func (*TLabeledEdit) SetOnDragDrop added in v1.1.19

func (l *TLabeledEdit) SetOnDragDrop(fn TDragDropEvent)

func (*TLabeledEdit) SetOnDragOver added in v1.1.19

func (l *TLabeledEdit) SetOnDragOver(fn TDragOverEvent)

func (*TLabeledEdit) SetOnEndDock added in v1.1.19

func (l *TLabeledEdit) SetOnEndDock(fn TEndDragEvent)

func (*TLabeledEdit) SetOnEndDrag added in v1.1.19

func (l *TLabeledEdit) SetOnEndDrag(fn TEndDragEvent)

func (*TLabeledEdit) SetOnEnter added in v1.1.19

func (l *TLabeledEdit) SetOnEnter(fn TNotifyEvent)

func (*TLabeledEdit) SetOnExit added in v1.1.19

func (l *TLabeledEdit) SetOnExit(fn TNotifyEvent)

func (*TLabeledEdit) SetOnKeyDown added in v1.1.19

func (l *TLabeledEdit) SetOnKeyDown(fn TKeyEvent)

func (*TLabeledEdit) SetOnKeyPress added in v1.1.19

func (l *TLabeledEdit) SetOnKeyPress(fn TKeyPressEvent)

func (*TLabeledEdit) SetOnKeyUp added in v1.1.19

func (l *TLabeledEdit) SetOnKeyUp(fn TKeyEvent)

func (*TLabeledEdit) SetOnMouseDown added in v1.1.19

func (l *TLabeledEdit) SetOnMouseDown(fn TMouseEvent)

func (*TLabeledEdit) SetOnMouseEnter added in v1.1.19

func (l *TLabeledEdit) SetOnMouseEnter(fn TNotifyEvent)

func (*TLabeledEdit) SetOnMouseLeave added in v1.1.19

func (l *TLabeledEdit) SetOnMouseLeave(fn TNotifyEvent)

func (*TLabeledEdit) SetOnMouseMove added in v1.1.19

func (l *TLabeledEdit) SetOnMouseMove(fn TMouseMoveEvent)

func (*TLabeledEdit) SetOnMouseUp added in v1.1.19

func (l *TLabeledEdit) SetOnMouseUp(fn TMouseEvent)

func (*TLabeledEdit) SetOnStartDock added in v1.1.19

func (l *TLabeledEdit) SetOnStartDock(fn TStartDockEvent)

func (*TLabeledEdit) SetParent added in v1.1.19

func (l *TLabeledEdit) SetParent(value IWinControl)

func (*TLabeledEdit) SetParentColor added in v1.1.19

func (l *TLabeledEdit) SetParentColor(value bool)

func (*TLabeledEdit) SetParentCtl3D added in v1.1.19

func (l *TLabeledEdit) SetParentCtl3D(value bool)

func (*TLabeledEdit) SetParentDoubleBuffered added in v1.1.19

func (l *TLabeledEdit) SetParentDoubleBuffered(value bool)

func (*TLabeledEdit) SetParentFont added in v1.1.19

func (l *TLabeledEdit) SetParentFont(value bool)

func (*TLabeledEdit) SetParentShowHint added in v1.1.19

func (l *TLabeledEdit) SetParentShowHint(value bool)

func (*TLabeledEdit) SetParentWindow added in v1.1.19

func (l *TLabeledEdit) SetParentWindow(value HWND)

func (*TLabeledEdit) SetPasswordChar added in v1.1.19

func (l *TLabeledEdit) SetPasswordChar(value uint16)

func (*TLabeledEdit) SetPopupMenu added in v1.1.19

func (l *TLabeledEdit) SetPopupMenu(value IComponent)

func (*TLabeledEdit) SetReadOnly added in v1.1.19

func (l *TLabeledEdit) SetReadOnly(value bool)

func (*TLabeledEdit) SetSelLength added in v1.1.19

func (l *TLabeledEdit) SetSelLength(value int32)

func (*TLabeledEdit) SetSelStart added in v1.1.19

func (l *TLabeledEdit) SetSelStart(value int32)

func (*TLabeledEdit) SetSelText added in v1.1.19

func (l *TLabeledEdit) SetSelText(value string)

func (*TLabeledEdit) SetShowHint added in v1.1.19

func (l *TLabeledEdit) SetShowHint(value bool)

func (*TLabeledEdit) SetStyleElements added in v1.1.19

func (l *TLabeledEdit) SetStyleElements(value TStyleElements)

func (*TLabeledEdit) SetTabOrder added in v1.1.19

func (l *TLabeledEdit) SetTabOrder(value uint16)

func (*TLabeledEdit) SetTabStop added in v1.1.19

func (l *TLabeledEdit) SetTabStop(value bool)

func (*TLabeledEdit) SetTag added in v1.1.19

func (l *TLabeledEdit) SetTag(value int)

func (*TLabeledEdit) SetText added in v1.1.19

func (l *TLabeledEdit) SetText(value string)

func (*TLabeledEdit) SetTextHint added in v1.1.19

func (l *TLabeledEdit) SetTextHint(value string)

func (*TLabeledEdit) SetTop added in v1.1.19

func (l *TLabeledEdit) SetTop(value int32)

func (*TLabeledEdit) SetUseDockManager added in v1.1.19

func (l *TLabeledEdit) SetUseDockManager(value bool)

func (*TLabeledEdit) SetVisible added in v1.1.19

func (l *TLabeledEdit) SetVisible(value bool)

func (*TLabeledEdit) SetWidth added in v1.1.19

func (l *TLabeledEdit) SetWidth(value int32)

func (*TLabeledEdit) SetupInternalLabel added in v1.1.19

func (l *TLabeledEdit) SetupInternalLabel()

func (*TLabeledEdit) Show added in v1.1.19

func (l *TLabeledEdit) Show()

func (*TLabeledEdit) ShowHint added in v1.1.19

func (l *TLabeledEdit) ShowHint() bool

func (*TLabeledEdit) StyleElements added in v1.1.19

func (l *TLabeledEdit) StyleElements() TStyleElements

func (*TLabeledEdit) TabOrder added in v1.1.19

func (l *TLabeledEdit) TabOrder() uint16

func (*TLabeledEdit) TabStop added in v1.1.19

func (l *TLabeledEdit) TabStop() bool

func (*TLabeledEdit) Tag added in v1.1.19

func (l *TLabeledEdit) Tag() int

func (*TLabeledEdit) Text added in v1.1.19

func (l *TLabeledEdit) Text() string

func (*TLabeledEdit) TextHint added in v1.1.19

func (l *TLabeledEdit) TextHint() string

func (*TLabeledEdit) ToString added in v1.1.19

func (l *TLabeledEdit) ToString() string

func (*TLabeledEdit) Top added in v1.1.19

func (l *TLabeledEdit) Top() int32

func (*TLabeledEdit) Undo added in v1.1.19

func (l *TLabeledEdit) Undo()

func (*TLabeledEdit) Update added in v1.1.19

func (l *TLabeledEdit) Update()

func (*TLabeledEdit) UseDockManager added in v1.1.19

func (l *TLabeledEdit) UseDockManager() bool

func (*TLabeledEdit) Visible added in v1.1.19

func (l *TLabeledEdit) Visible() bool

func (*TLabeledEdit) Width added in v1.1.19

func (l *TLabeledEdit) Width() int32

type TLinkLabel

type TLinkLabel struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (l *TLinkLabel) ClassType() TClass

func (*TLinkLabel) ClientHeight

func (l *TLinkLabel) ClientHeight() int32

func (*TLinkLabel) ClientRect

func (l *TLinkLabel) ClientRect() TRect

func (*TLinkLabel) ClientToParent

func (l *TLinkLabel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TLinkLabel) ClientToScreen

func (l *TLinkLabel) ClientToScreen(Point TPoint) TPoint

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

func (l *TLinkLabel) CustomHint() *TCustomHint

func (*TLinkLabel) DisposeOf added in v1.1.18

func (l *TLinkLabel) DisposeOf()

func (*TLinkLabel) DockSite

func (l *TLinkLabel) DockSite() bool

func (*TLinkLabel) DoubleBuffered

func (l *TLinkLabel) DoubleBuffered() bool

func (*TLinkLabel) DragCursor

func (l *TLinkLabel) DragCursor() TCursor

func (*TLinkLabel) DragKind

func (l *TLinkLabel) DragKind() TDragKind

func (*TLinkLabel) DragMode

func (l *TLinkLabel) DragMode() TDragMode

func (*TLinkLabel) Dragging

func (l *TLinkLabel) Dragging() 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) Floating

func (l *TLinkLabel) Floating() 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

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) InheritsFrom added in v1.1.18

func (l *TLinkLabel) InheritsFrom(AClass TClass) bool

func (*TLinkLabel) Instance

func (l *TLinkLabel) Instance() uintptr

func (*TLinkLabel) InstanceSize added in v1.1.18

func (l *TLinkLabel) InstanceSize() int32

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() *TWinControl

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

func (l *TLinkLabel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (l *TLinkLabel) ScreenToClient(Point TPoint) TPoint

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

func (l *TLinkLabel) SetCustomHint(value IComponent)

func (*TLinkLabel) SetDockSite

func (l *TLinkLabel) SetDockSite(value bool)

func (*TLinkLabel) SetDoubleBuffered

func (l *TLinkLabel) SetDoubleBuffered(value bool)

func (*TLinkLabel) SetDragCursor

func (l *TLinkLabel) SetDragCursor(value TCursor)

func (*TLinkLabel) SetDragKind

func (l *TLinkLabel) SetDragKind(value TDragKind)

func (*TLinkLabel) SetDragMode

func (l *TLinkLabel) SetDragMode(value TDragMode)

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

func (l *TLinkLabel) SetOnContextPopup(fn TContextPopupEvent)

func (*TLinkLabel) SetOnDblClick

func (l *TLinkLabel) SetOnDblClick(fn TNotifyEvent)

func (*TLinkLabel) SetOnDragDrop

func (l *TLinkLabel) SetOnDragDrop(fn TDragDropEvent)

func (*TLinkLabel) SetOnDragOver

func (l *TLinkLabel) SetOnDragOver(fn TDragOverEvent)

func (*TLinkLabel) SetOnEndDock

func (l *TLinkLabel) SetOnEndDock(fn TEndDragEvent)

func (*TLinkLabel) SetOnEndDrag

func (l *TLinkLabel) SetOnEndDrag(fn TEndDragEvent)

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

func (l *TLinkLabel) SetOnStartDock(fn TStartDockEvent)

func (*TLinkLabel) SetParent

func (l *TLinkLabel) SetParent(value IWinControl)

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

func (l *TLinkLabel) SetUseDockManager(value bool)

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

func (l *TLinkLabel) UseDockManager() bool

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

func (l *TList) Capacity() int32

func (*TList) ClassName

func (l *TList) ClassName() string

func (*TList) ClassType added in v1.1.18

func (l *TList) ClassType() TClass

func (*TList) Clear

func (l *TList) Clear()

func (*TList) Count

func (l *TList) Count() int32

func (*TList) Delete

func (l *TList) Delete(Index int32)

func (*TList) DisposeOf added in v1.1.18

func (l *TList) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TList) InheritsFrom(AClass TClass) bool

func (*TList) Insert

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

func (*TList) Instance

func (l *TList) Instance() uintptr

func (*TList) InstanceSize added in v1.1.18

func (l *TList) InstanceSize() int32

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

func (l *TList) SetCapacity(value int32)

func (*TList) SetCount

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (l *TListBox) ClassType() TClass

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

func (l *TListBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TListBox) ClientToScreen

func (l *TListBox) ClientToScreen(Point TPoint) TPoint

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

func (l *TListBox) Count() int32

func (*TListBox) Cursor

func (l *TListBox) Cursor() TCursor

func (*TListBox) CustomHint

func (l *TListBox) CustomHint() *TCustomHint

func (*TListBox) DeleteSelected

func (l *TListBox) DeleteSelected()

func (*TListBox) DisposeOf added in v1.1.18

func (l *TListBox) DisposeOf()

func (*TListBox) DockSite

func (l *TListBox) DockSite() bool

func (*TListBox) DoubleBuffered

func (l *TListBox) DoubleBuffered() bool

func (*TListBox) DragCursor

func (l *TListBox) DragCursor() TCursor

func (*TListBox) DragKind

func (l *TListBox) DragKind() TDragKind

func (*TListBox) DragMode

func (l *TListBox) DragMode() TDragMode

func (*TListBox) Dragging

func (l *TListBox) Dragging() 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) Floating

func (l *TListBox) Floating() 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

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) InheritsFrom added in v1.1.18

func (l *TListBox) InheritsFrom(AClass TClass) bool

func (*TListBox) Instance

func (l *TListBox) Instance() uintptr

func (*TListBox) InstanceSize added in v1.1.18

func (l *TListBox) InstanceSize() int32

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() *TWinControl

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

func (l *TListBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (l *TListBox) ScreenToClient(Point TPoint) TPoint

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

func (l *TListBox) SetCount(value int32)

func (*TListBox) SetCursor

func (l *TListBox) SetCursor(value TCursor)

func (*TListBox) SetCustomHint

func (l *TListBox) SetCustomHint(value IComponent)

func (*TListBox) SetDockSite

func (l *TListBox) SetDockSite(value bool)

func (*TListBox) SetDoubleBuffered

func (l *TListBox) SetDoubleBuffered(value bool)

func (*TListBox) SetDragCursor

func (l *TListBox) SetDragCursor(value TCursor)

func (*TListBox) SetDragKind

func (l *TListBox) SetDragKind(value TDragKind)

func (*TListBox) SetDragMode

func (l *TListBox) SetDragMode(value TDragMode)

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

func (l *TListBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TListBox) SetOnDblClick

func (l *TListBox) SetOnDblClick(fn TNotifyEvent)

func (*TListBox) SetOnDragDrop

func (l *TListBox) SetOnDragDrop(fn TDragDropEvent)

func (*TListBox) SetOnDragOver

func (l *TListBox) SetOnDragOver(fn TDragOverEvent)

func (*TListBox) SetOnDrawItem

func (l *TListBox) SetOnDrawItem(fn TDrawItemEvent)

func (*TListBox) SetOnEndDock

func (l *TListBox) SetOnEndDock(fn TEndDragEvent)

func (*TListBox) SetOnEndDrag

func (l *TListBox) SetOnEndDrag(fn TEndDragEvent)

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

func (l *TListBox) SetOnStartDock(fn TStartDockEvent)

func (*TListBox) SetParent

func (l *TListBox) SetParent(value IWinControl)

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

func (l *TListBox) SetUseDockManager(value bool)

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

func (l *TListBox) UseDockManager() bool

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) ClassType added in v1.1.18

func (l *TListColumn) ClassType() TClass

func (*TListColumn) DisposeOf added in v1.1.18

func (l *TListColumn) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListColumn) InheritsFrom(AClass TClass) bool

func (*TListColumn) Instance

func (l *TListColumn) Instance() uintptr

func (*TListColumn) InstanceSize added in v1.1.18

func (l *TListColumn) InstanceSize() int32

func (*TListColumn) IsValid

func (l *TListColumn) IsValid() bool

func (*TListColumn) MaxWidth

func (l *TListColumn) MaxWidth() int32

func (*TListColumn) MinWidth

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

func (l *TListColumn) SetMaxWidth(value int32)

func (*TListColumn) SetMinWidth

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

func (l *TListColumns) Capacity() int32

func (*TListColumns) ClassName

func (l *TListColumns) ClassName() string

func (*TListColumns) ClassType added in v1.1.18

func (l *TListColumns) ClassType() TClass

func (*TListColumns) Clear

func (l *TListColumns) Clear()

func (*TListColumns) Count

func (l *TListColumns) Count() int32

func (*TListColumns) Delete

func (l *TListColumns) Delete(Index int32)

func (*TListColumns) DisposeOf added in v1.1.18

func (l *TListColumns) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListColumns) InheritsFrom(AClass TClass) bool

func (*TListColumns) Insert

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

func (*TListColumns) Instance

func (l *TListColumns) Instance() uintptr

func (*TListColumns) InstanceSize added in v1.1.18

func (l *TListColumns) InstanceSize() int32

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() *TWinControl

func (*TListColumns) SetCapacity

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) ClassType added in v1.1.18

func (l *TListGroup) ClassType() TClass

func (*TListGroup) DisposeOf added in v1.1.18

func (l *TListGroup) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListGroup) InheritsFrom(AClass TClass) bool

func (*TListGroup) Instance

func (l *TListGroup) Instance() uintptr

func (*TListGroup) InstanceSize added in v1.1.18

func (l *TListGroup) InstanceSize() int32

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

func (l *TListGroups) Capacity() int32

func (*TListGroups) ClassName

func (l *TListGroups) ClassName() string

func (*TListGroups) ClassType added in v1.1.18

func (l *TListGroups) ClassType() TClass

func (*TListGroups) Clear

func (l *TListGroups) Clear()

func (*TListGroups) Count

func (l *TListGroups) Count() int32

func (*TListGroups) Delete

func (l *TListGroups) Delete(Index int32)

func (*TListGroups) DisposeOf added in v1.1.18

func (l *TListGroups) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListGroups) InheritsFrom(AClass TClass) bool

func (*TListGroups) Insert

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

func (*TListGroups) Instance

func (l *TListGroups) Instance() uintptr

func (*TListGroups) InstanceSize added in v1.1.18

func (l *TListGroups) InstanceSize() int32

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() *TWinControl

func (*TListGroups) SetCapacity

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) ClassType added in v1.1.18

func (l *TListItem) ClassType() TClass

func (*TListItem) Cut

func (l *TListItem) Cut() bool

func (*TListItem) Data

func (l *TListItem) Data() unsafe.Pointer

func (*TListItem) Delete

func (l *TListItem) Delete()

func (*TListItem) Deleting

func (l *TListItem) Deleting() bool

func (*TListItem) DisplayRect

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

func (*TListItem) DisposeOf added in v1.1.18

func (l *TListItem) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListItem) InheritsFrom(AClass TClass) bool

func (*TListItem) Instance

func (l *TListItem) Instance() uintptr

func (*TListItem) InstanceSize added in v1.1.18

func (l *TListItem) InstanceSize() int32

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 unsafe.Pointer)

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) ClassType added in v1.1.18

func (l *TListItems) ClassType() TClass

func (*TListItems) Clear

func (l *TListItems) Clear()

func (*TListItems) Count

func (l *TListItems) Count() int32

func (*TListItems) Delete

func (l *TListItems) Delete(Index int32)

func (*TListItems) DisposeOf added in v1.1.18

func (l *TListItems) DisposeOf()

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) InheritsFrom added in v1.1.18

func (l *TListItems) InheritsFrom(AClass TClass) bool

func (*TListItems) Insert

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

func (*TListItems) Instance

func (l *TListItems) Instance() uintptr

func (*TListItems) InstanceSize added in v1.1.18

func (l *TListItems) InstanceSize() int32

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() *TWinControl

func (*TListItems) SetCount

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (l *TListView) ClassType() TClass

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

func (l *TListView) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TListView) ClientToScreen

func (l *TListView) ClientToScreen(Point TPoint) TPoint

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

func (l *TListView) CustomHint() *TCustomHint

func (*TListView) CustomSort

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

func (*TListView) DeleteSelected

func (l *TListView) DeleteSelected()

func (*TListView) DisposeOf added in v1.1.18

func (l *TListView) DisposeOf()

func (*TListView) DockSite

func (l *TListView) DockSite() bool

func (*TListView) DoubleBuffered

func (l *TListView) DoubleBuffered() bool

func (*TListView) DragCursor

func (l *TListView) DragCursor() TCursor

func (*TListView) DragKind

func (l *TListView) DragKind() TDragKind

func (*TListView) DragMode

func (l *TListView) DragMode() TDragMode

func (*TListView) Dragging

func (l *TListView) Dragging() 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) Floating

func (l *TListView) Floating() 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

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) InheritsFrom added in v1.1.18

func (l *TListView) InheritsFrom(AClass TClass) bool

func (*TListView) Instance

func (l *TListView) Instance() uintptr

func (*TListView) InstanceSize added in v1.1.18

func (l *TListView) InstanceSize() int32

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() *TWinControl

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

func (l *TListView) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (l *TListView) ScreenToClient(Point TPoint) TPoint

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

func (l *TListView) SetCustomHint(value IComponent)

func (*TListView) SetDockSite

func (l *TListView) SetDockSite(value bool)

func (*TListView) SetDoubleBuffered

func (l *TListView) SetDoubleBuffered(value bool)

func (*TListView) SetDragCursor

func (l *TListView) SetDragCursor(value TCursor)

func (*TListView) SetDragKind

func (l *TListView) SetDragKind(value TDragKind)

func (*TListView) SetDragMode

func (l *TListView) SetDragMode(value TDragMode)

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

func (l *TListView) SetOnAdvancedCustomDraw(fn TLVAdvancedCustomDrawEvent)

func (*TListView) SetOnAdvancedCustomDrawItem

func (l *TListView) SetOnAdvancedCustomDrawItem(fn TLVAdvancedCustomDrawItemEvent)

func (*TListView) SetOnAdvancedCustomDrawSubItem

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

func (l *TListView) SetOnColumnClick(fn TLVColumnClickEvent)

func (*TListView) SetOnColumnRightClick

func (l *TListView) SetOnColumnRightClick(fn TLVColumnRClickEvent)

func (*TListView) SetOnCompare

func (l *TListView) SetOnCompare(fn TLVCompareEvent)

func (*TListView) SetOnContextPopup

func (l *TListView) SetOnContextPopup(fn TContextPopupEvent)

func (*TListView) SetOnDblClick

func (l *TListView) SetOnDblClick(fn TNotifyEvent)

func (*TListView) SetOnDragDrop

func (l *TListView) SetOnDragDrop(fn TDragDropEvent)

func (*TListView) SetOnDragOver

func (l *TListView) SetOnDragOver(fn TDragOverEvent)

func (*TListView) SetOnEndDock

func (l *TListView) SetOnEndDock(fn TEndDragEvent)

func (*TListView) SetOnEndDrag

func (l *TListView) SetOnEndDrag(fn TEndDragEvent)

func (*TListView) SetOnEnter

func (l *TListView) SetOnEnter(fn TNotifyEvent)

func (*TListView) SetOnExit

func (l *TListView) SetOnExit(fn TNotifyEvent)

func (*TListView) SetOnGetImageIndex

func (l *TListView) SetOnGetImageIndex(fn TLVNotifyEvent)

func (*TListView) SetOnItemChecked

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

func (l *TListView) SetOnSelectItem(fn TLVSelectItemEvent)

func (*TListView) SetOnStartDock

func (l *TListView) SetOnStartDock(fn TStartDockEvent)

func (*TListView) SetParent

func (l *TListView) SetParent(value IWinControl)

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

func (l *TListView) SetUseDockManager(value bool)

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

func (l *TListView) UseDockManager() bool

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) ClassType added in v1.1.18

func (m *TMainMenu) ClassType() TClass

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) DisposeOf added in v1.1.18

func (m *TMainMenu) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMainMenu) InheritsFrom(AClass TClass) bool

func (*TMainMenu) Instance

func (m *TMainMenu) Instance() uintptr

func (*TMainMenu) InstanceSize added in v1.1.18

func (m *TMainMenu) InstanceSize() int32

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) ClassType added in v1.1.18

func (m *TMargins) ClassType() TClass

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) DisposeOf added in v1.1.18

func (m *TMargins) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMargins) InheritsFrom(AClass TClass) bool

func (*TMargins) Instance

func (m *TMargins) Instance() uintptr

func (*TMargins) InstanceSize added in v1.1.18

func (m *TMargins) InstanceSize() int32

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

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

func MaskEditFromInst

func MaskEditFromInst(inst uintptr) *TMaskEdit

func MaskEditFromObj

func MaskEditFromObj(obj IObject) *TMaskEdit

func NewMaskEdit

func NewMaskEdit(owner IComponent) *TMaskEdit

func (*TMaskEdit) Action

func (m *TMaskEdit) Action() *TAction

func (*TMaskEdit) Align

func (m *TMaskEdit) Align() TAlign

func (*TMaskEdit) AlignWithMargins

func (m *TMaskEdit) AlignWithMargins() bool

func (*TMaskEdit) Alignment

func (m *TMaskEdit) Alignment() TAlignment

func (*TMaskEdit) Anchors

func (m *TMaskEdit) Anchors() TAnchors

func (*TMaskEdit) Assign

func (m *TMaskEdit) Assign(Source IObject)

func (*TMaskEdit) AutoSelect

func (m *TMaskEdit) AutoSelect() bool

func (*TMaskEdit) AutoSize

func (m *TMaskEdit) AutoSize() bool

func (*TMaskEdit) BevelEdges

func (m *TMaskEdit) BevelEdges() TBevelEdges

func (*TMaskEdit) BevelInner

func (m *TMaskEdit) BevelInner() TBevelCut

func (*TMaskEdit) BevelKind

func (m *TMaskEdit) BevelKind() TBevelKind

func (*TMaskEdit) BevelOuter

func (m *TMaskEdit) BevelOuter() TBevelCut

func (*TMaskEdit) BiDiMode

func (m *TMaskEdit) BiDiMode() TBiDiMode

func (*TMaskEdit) BorderStyle

func (m *TMaskEdit) BorderStyle() TBorderStyle

func (*TMaskEdit) BoundsRect

func (m *TMaskEdit) BoundsRect() TRect

func (*TMaskEdit) BringToFront

func (m *TMaskEdit) BringToFront()

func (*TMaskEdit) Brush

func (m *TMaskEdit) Brush() *TBrush

func (*TMaskEdit) CanFocus

func (m *TMaskEdit) CanFocus() bool

func (*TMaskEdit) CanUndo

func (m *TMaskEdit) CanUndo() bool

func (*TMaskEdit) CharCase added in v1.1.19

func (m *TMaskEdit) CharCase() TEditCharCase

func (*TMaskEdit) ClassName

func (m *TMaskEdit) ClassName() string

func (*TMaskEdit) ClassType added in v1.1.18

func (m *TMaskEdit) ClassType() TClass

func (*TMaskEdit) Clear

func (m *TMaskEdit) Clear()

func (*TMaskEdit) ClearSelection

func (m *TMaskEdit) ClearSelection()

func (*TMaskEdit) ClearUndo

func (m *TMaskEdit) ClearUndo()

func (*TMaskEdit) ClientHeight

func (m *TMaskEdit) ClientHeight() int32

func (*TMaskEdit) ClientRect

func (m *TMaskEdit) ClientRect() TRect

func (*TMaskEdit) ClientToParent

func (m *TMaskEdit) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TMaskEdit) ClientToScreen

func (m *TMaskEdit) ClientToScreen(Point TPoint) TPoint

func (*TMaskEdit) ClientWidth

func (m *TMaskEdit) ClientWidth() int32

func (*TMaskEdit) Color

func (m *TMaskEdit) Color() TColor

func (*TMaskEdit) ComponentCount

func (m *TMaskEdit) ComponentCount() int32

func (*TMaskEdit) ComponentIndex

func (m *TMaskEdit) ComponentIndex() int32

func (*TMaskEdit) Components

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

func (*TMaskEdit) ControlCount

func (m *TMaskEdit) ControlCount() int32

func (*TMaskEdit) Controls

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

func (*TMaskEdit) CopyToClipboard

func (m *TMaskEdit) CopyToClipboard()

func (*TMaskEdit) Cursor

func (m *TMaskEdit) Cursor() TCursor

func (*TMaskEdit) CustomHint

func (m *TMaskEdit) CustomHint() *TCustomHint

func (*TMaskEdit) CutToClipboard

func (m *TMaskEdit) CutToClipboard()

func (*TMaskEdit) DisposeOf added in v1.1.18

func (m *TMaskEdit) DisposeOf()

func (*TMaskEdit) DockSite

func (m *TMaskEdit) DockSite() bool

func (*TMaskEdit) DoubleBuffered

func (m *TMaskEdit) DoubleBuffered() bool

func (*TMaskEdit) DragCursor

func (m *TMaskEdit) DragCursor() TCursor

func (*TMaskEdit) DragKind

func (m *TMaskEdit) DragKind() TDragKind

func (*TMaskEdit) DragMode

func (m *TMaskEdit) DragMode() TDragMode

func (*TMaskEdit) Dragging

func (m *TMaskEdit) Dragging() bool

func (*TMaskEdit) EditText

func (m *TMaskEdit) EditText() string

func (*TMaskEdit) Enabled

func (m *TMaskEdit) Enabled() bool

func (*TMaskEdit) Equals

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

func (*TMaskEdit) ExplicitHeight

func (m *TMaskEdit) ExplicitHeight() int32

func (*TMaskEdit) ExplicitLeft

func (m *TMaskEdit) ExplicitLeft() int32

func (*TMaskEdit) ExplicitTop

func (m *TMaskEdit) ExplicitTop() int32

func (*TMaskEdit) ExplicitWidth

func (m *TMaskEdit) ExplicitWidth() int32

func (*TMaskEdit) FindComponent

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

func (*TMaskEdit) FlipChildren

func (m *TMaskEdit) FlipChildren(AllLevels bool)

func (*TMaskEdit) Floating

func (m *TMaskEdit) Floating() bool

func (*TMaskEdit) Focused

func (m *TMaskEdit) Focused() bool

func (*TMaskEdit) Font

func (m *TMaskEdit) Font() *TFont

func (*TMaskEdit) Free

func (m *TMaskEdit) Free()

func (*TMaskEdit) GetHashCode

func (m *TMaskEdit) GetHashCode() int32

func (*TMaskEdit) GetNamePath

func (m *TMaskEdit) GetNamePath() string

func (*TMaskEdit) GetSelTextBuf

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

func (*TMaskEdit) GetTextBuf

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

func (*TMaskEdit) GetTextLen

func (m *TMaskEdit) GetTextLen() int32

func (*TMaskEdit) Handle

func (m *TMaskEdit) Handle() HWND

func (*TMaskEdit) HandleAllocated

func (m *TMaskEdit) HandleAllocated() bool

func (*TMaskEdit) HasParent

func (m *TMaskEdit) HasParent() bool

func (*TMaskEdit) Height

func (m *TMaskEdit) Height() int32

func (*TMaskEdit) Hide

func (m *TMaskEdit) Hide()

func (*TMaskEdit) Hint

func (m *TMaskEdit) Hint() string

func (*TMaskEdit) InheritsFrom added in v1.1.18

func (m *TMaskEdit) InheritsFrom(AClass TClass) bool

func (*TMaskEdit) Instance

func (m *TMaskEdit) Instance() uintptr

func (*TMaskEdit) InstanceSize added in v1.1.18

func (m *TMaskEdit) InstanceSize() int32

func (*TMaskEdit) Invalidate

func (m *TMaskEdit) Invalidate()

func (*TMaskEdit) IsMasked

func (m *TMaskEdit) IsMasked() bool

func (*TMaskEdit) IsValid

func (m *TMaskEdit) IsValid() bool

func (*TMaskEdit) Left

func (m *TMaskEdit) Left() int32

func (*TMaskEdit) Margins

func (m *TMaskEdit) Margins() *TMargins

func (*TMaskEdit) MaxLength

func (m *TMaskEdit) MaxLength() int32

func (*TMaskEdit) Modified

func (m *TMaskEdit) Modified() bool

func (*TMaskEdit) Name

func (m *TMaskEdit) Name() string

func (*TMaskEdit) Owner

func (m *TMaskEdit) Owner() *TComponent

func (*TMaskEdit) Parent

func (m *TMaskEdit) Parent() *TWinControl

func (*TMaskEdit) ParentColor

func (m *TMaskEdit) ParentColor() bool

func (*TMaskEdit) ParentCtl3D

func (m *TMaskEdit) ParentCtl3D() bool

func (*TMaskEdit) ParentDoubleBuffered

func (m *TMaskEdit) ParentDoubleBuffered() bool

func (*TMaskEdit) ParentFont

func (m *TMaskEdit) ParentFont() bool

func (*TMaskEdit) ParentShowHint

func (m *TMaskEdit) ParentShowHint() bool

func (*TMaskEdit) ParentToClient

func (m *TMaskEdit) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TMaskEdit) ParentWindow

func (m *TMaskEdit) ParentWindow() HWND

func (*TMaskEdit) PasswordChar

func (m *TMaskEdit) PasswordChar() uint16

func (*TMaskEdit) PasteFromClipboard

func (m *TMaskEdit) PasteFromClipboard()

func (*TMaskEdit) Perform

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

func (*TMaskEdit) PopupMenu

func (m *TMaskEdit) PopupMenu() *TPopupMenu

func (*TMaskEdit) ReadOnly

func (m *TMaskEdit) ReadOnly() bool

func (*TMaskEdit) Realign

func (m *TMaskEdit) Realign()

func (*TMaskEdit) Refresh

func (m *TMaskEdit) Refresh()

func (*TMaskEdit) Repaint

func (m *TMaskEdit) Repaint()

func (*TMaskEdit) ScaleBy

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

func (*TMaskEdit) ScreenToClient

func (m *TMaskEdit) ScreenToClient(Point TPoint) TPoint

func (*TMaskEdit) SelLength

func (m *TMaskEdit) SelLength() int32

func (*TMaskEdit) SelStart

func (m *TMaskEdit) SelStart() int32

func (*TMaskEdit) SelText

func (m *TMaskEdit) SelText() string

func (*TMaskEdit) SelectAll

func (m *TMaskEdit) SelectAll()

func (*TMaskEdit) SendToBack

func (m *TMaskEdit) SendToBack()

func (*TMaskEdit) SetAction

func (m *TMaskEdit) SetAction(value IComponent)

func (*TMaskEdit) SetAlign

func (m *TMaskEdit) SetAlign(value TAlign)

func (*TMaskEdit) SetAlignWithMargins

func (m *TMaskEdit) SetAlignWithMargins(value bool)

func (*TMaskEdit) SetAlignment

func (m *TMaskEdit) SetAlignment(value TAlignment)

func (*TMaskEdit) SetAnchors

func (m *TMaskEdit) SetAnchors(value TAnchors)

func (*TMaskEdit) SetAutoSelect

func (m *TMaskEdit) SetAutoSelect(value bool)

func (*TMaskEdit) SetAutoSize

func (m *TMaskEdit) SetAutoSize(value bool)

func (*TMaskEdit) SetBevelEdges

func (m *TMaskEdit) SetBevelEdges(value TBevelEdges)

func (*TMaskEdit) SetBevelInner

func (m *TMaskEdit) SetBevelInner(value TBevelCut)

func (*TMaskEdit) SetBevelKind

func (m *TMaskEdit) SetBevelKind(value TBevelKind)

func (*TMaskEdit) SetBevelOuter

func (m *TMaskEdit) SetBevelOuter(value TBevelCut)

func (*TMaskEdit) SetBiDiMode

func (m *TMaskEdit) SetBiDiMode(value TBiDiMode)

func (*TMaskEdit) SetBorderStyle

func (m *TMaskEdit) SetBorderStyle(value TBorderStyle)

func (*TMaskEdit) SetBounds

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

func (*TMaskEdit) SetBoundsRect

func (m *TMaskEdit) SetBoundsRect(value TRect)

func (*TMaskEdit) SetCharCase added in v1.1.19

func (m *TMaskEdit) SetCharCase(value TEditCharCase)

func (*TMaskEdit) SetClientHeight

func (m *TMaskEdit) SetClientHeight(value int32)

func (*TMaskEdit) SetClientWidth

func (m *TMaskEdit) SetClientWidth(value int32)

func (*TMaskEdit) SetColor

func (m *TMaskEdit) SetColor(value TColor)

func (*TMaskEdit) SetComponentIndex

func (m *TMaskEdit) SetComponentIndex(value int32)

func (*TMaskEdit) SetCursor

func (m *TMaskEdit) SetCursor(value TCursor)

func (*TMaskEdit) SetCustomHint

func (m *TMaskEdit) SetCustomHint(value IComponent)

func (*TMaskEdit) SetDockSite

func (m *TMaskEdit) SetDockSite(value bool)

func (*TMaskEdit) SetDoubleBuffered

func (m *TMaskEdit) SetDoubleBuffered(value bool)

func (*TMaskEdit) SetDragCursor

func (m *TMaskEdit) SetDragCursor(value TCursor)

func (*TMaskEdit) SetDragKind

func (m *TMaskEdit) SetDragKind(value TDragKind)

func (*TMaskEdit) SetDragMode

func (m *TMaskEdit) SetDragMode(value TDragMode)

func (*TMaskEdit) SetEditText

func (m *TMaskEdit) SetEditText(value string)

func (*TMaskEdit) SetEnabled

func (m *TMaskEdit) SetEnabled(value bool)

func (*TMaskEdit) SetFocus

func (m *TMaskEdit) SetFocus()

func (*TMaskEdit) SetFont

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

func (*TMaskEdit) SetHeight

func (m *TMaskEdit) SetHeight(value int32)

func (*TMaskEdit) SetHint

func (m *TMaskEdit) SetHint(value string)

func (*TMaskEdit) SetLeft

func (m *TMaskEdit) SetLeft(value int32)

func (*TMaskEdit) SetMargins

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

func (*TMaskEdit) SetMaxLength

func (m *TMaskEdit) SetMaxLength(value int32)

func (*TMaskEdit) SetModified

func (m *TMaskEdit) SetModified(value bool)

func (*TMaskEdit) SetName

func (m *TMaskEdit) SetName(value string)

func (*TMaskEdit) SetOnChange

func (m *TMaskEdit) SetOnChange(fn TNotifyEvent)

func (*TMaskEdit) SetOnClick

func (m *TMaskEdit) SetOnClick(fn TNotifyEvent)

func (*TMaskEdit) SetOnDblClick

func (m *TMaskEdit) SetOnDblClick(fn TNotifyEvent)

func (*TMaskEdit) SetOnDragDrop

func (m *TMaskEdit) SetOnDragDrop(fn TDragDropEvent)

func (*TMaskEdit) SetOnDragOver

func (m *TMaskEdit) SetOnDragOver(fn TDragOverEvent)

func (*TMaskEdit) SetOnEndDock

func (m *TMaskEdit) SetOnEndDock(fn TEndDragEvent)

func (*TMaskEdit) SetOnEndDrag

func (m *TMaskEdit) SetOnEndDrag(fn TEndDragEvent)

func (*TMaskEdit) SetOnEnter

func (m *TMaskEdit) SetOnEnter(fn TNotifyEvent)

func (*TMaskEdit) SetOnExit

func (m *TMaskEdit) SetOnExit(fn TNotifyEvent)

func (*TMaskEdit) SetOnKeyDown

func (m *TMaskEdit) SetOnKeyDown(fn TKeyEvent)

func (*TMaskEdit) SetOnKeyPress

func (m *TMaskEdit) SetOnKeyPress(fn TKeyPressEvent)

func (*TMaskEdit) SetOnKeyUp

func (m *TMaskEdit) SetOnKeyUp(fn TKeyEvent)

func (*TMaskEdit) SetOnMouseDown

func (m *TMaskEdit) SetOnMouseDown(fn TMouseEvent)

func (*TMaskEdit) SetOnMouseEnter

func (m *TMaskEdit) SetOnMouseEnter(fn TNotifyEvent)

func (*TMaskEdit) SetOnMouseLeave

func (m *TMaskEdit) SetOnMouseLeave(fn TNotifyEvent)

func (*TMaskEdit) SetOnMouseMove

func (m *TMaskEdit) SetOnMouseMove(fn TMouseMoveEvent)

func (*TMaskEdit) SetOnMouseUp

func (m *TMaskEdit) SetOnMouseUp(fn TMouseEvent)

func (*TMaskEdit) SetOnStartDock

func (m *TMaskEdit) SetOnStartDock(fn TStartDockEvent)

func (*TMaskEdit) SetParent

func (m *TMaskEdit) SetParent(value IWinControl)

func (*TMaskEdit) SetParentColor

func (m *TMaskEdit) SetParentColor(value bool)

func (*TMaskEdit) SetParentCtl3D

func (m *TMaskEdit) SetParentCtl3D(value bool)

func (*TMaskEdit) SetParentDoubleBuffered

func (m *TMaskEdit) SetParentDoubleBuffered(value bool)

func (*TMaskEdit) SetParentFont

func (m *TMaskEdit) SetParentFont(value bool)

func (*TMaskEdit) SetParentShowHint

func (m *TMaskEdit) SetParentShowHint(value bool)

func (*TMaskEdit) SetParentWindow

func (m *TMaskEdit) SetParentWindow(value HWND)

func (*TMaskEdit) SetPasswordChar

func (m *TMaskEdit) SetPasswordChar(value uint16)

func (*TMaskEdit) SetPopupMenu

func (m *TMaskEdit) SetPopupMenu(value IComponent)

func (*TMaskEdit) SetReadOnly

func (m *TMaskEdit) SetReadOnly(value bool)

func (*TMaskEdit) SetSelLength

func (m *TMaskEdit) SetSelLength(value int32)

func (*TMaskEdit) SetSelStart

func (m *TMaskEdit) SetSelStart(value int32)

func (*TMaskEdit) SetSelText

func (m *TMaskEdit) SetSelText(value string)

func (*TMaskEdit) SetShowHint

func (m *TMaskEdit) SetShowHint(value bool)

func (*TMaskEdit) SetStyleElements

func (m *TMaskEdit) SetStyleElements(value TStyleElements)

func (*TMaskEdit) SetTabOrder

func (m *TMaskEdit) SetTabOrder(value uint16)

func (*TMaskEdit) SetTabStop

func (m *TMaskEdit) SetTabStop(value bool)

func (*TMaskEdit) SetTag

func (m *TMaskEdit) SetTag(value int)

func (*TMaskEdit) SetText

func (m *TMaskEdit) SetText(value string)

func (*TMaskEdit) SetTextHint

func (m *TMaskEdit) SetTextHint(value string)

func (*TMaskEdit) SetTop

func (m *TMaskEdit) SetTop(value int32)

func (*TMaskEdit) SetUseDockManager

func (m *TMaskEdit) SetUseDockManager(value bool)

func (*TMaskEdit) SetVisible

func (m *TMaskEdit) SetVisible(value bool)

func (*TMaskEdit) SetWidth

func (m *TMaskEdit) SetWidth(value int32)

func (*TMaskEdit) Show

func (m *TMaskEdit) Show()

func (*TMaskEdit) ShowHint

func (m *TMaskEdit) ShowHint() bool

func (*TMaskEdit) StyleElements

func (m *TMaskEdit) StyleElements() TStyleElements

func (*TMaskEdit) TabOrder

func (m *TMaskEdit) TabOrder() uint16

func (*TMaskEdit) TabStop

func (m *TMaskEdit) TabStop() bool

func (*TMaskEdit) Tag

func (m *TMaskEdit) Tag() int

func (*TMaskEdit) Text

func (m *TMaskEdit) Text() string

func (*TMaskEdit) TextHint

func (m *TMaskEdit) TextHint() string

func (*TMaskEdit) ToString

func (m *TMaskEdit) ToString() string

func (*TMaskEdit) Top

func (m *TMaskEdit) Top() int32

func (*TMaskEdit) Undo

func (m *TMaskEdit) Undo()

func (*TMaskEdit) Update

func (m *TMaskEdit) Update()

func (*TMaskEdit) UseDockManager

func (m *TMaskEdit) UseDockManager() bool

func (*TMaskEdit) ValidateEdit

func (m *TMaskEdit) ValidateEdit()

func (*TMaskEdit) Visible

func (m *TMaskEdit) Visible() bool

func (*TMaskEdit) Width

func (m *TMaskEdit) Width() int32

type TMemo

type TMemo struct {
	IWinControl
	// 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) CanUndo

func (m *TMemo) CanUndo() bool

func (*TMemo) CaretPos

func (m *TMemo) CaretPos() TPoint

func (*TMemo) CharCase added in v1.1.19

func (m *TMemo) CharCase() TEditCharCase

func (*TMemo) ClassName

func (m *TMemo) ClassName() string

func (*TMemo) ClassType added in v1.1.18

func (m *TMemo) ClassType() TClass

func (*TMemo) Clear

func (m *TMemo) Clear()

func (*TMemo) ClearSelection

func (m *TMemo) ClearSelection()

func (*TMemo) ClearUndo

func (m *TMemo) ClearUndo()

func (*TMemo) ClientHeight

func (m *TMemo) ClientHeight() int32

func (*TMemo) ClientRect

func (m *TMemo) ClientRect() TRect

func (*TMemo) ClientToParent

func (m *TMemo) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TMemo) ClientToScreen

func (m *TMemo) ClientToScreen(Point TPoint) TPoint

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

func (m *TMemo) CustomHint() *TCustomHint

func (*TMemo) CutToClipboard

func (m *TMemo) CutToClipboard()

func (*TMemo) DisposeOf added in v1.1.18

func (m *TMemo) DisposeOf()

func (*TMemo) DockSite

func (m *TMemo) DockSite() bool

func (*TMemo) DoubleBuffered

func (m *TMemo) DoubleBuffered() bool

func (*TMemo) DragCursor

func (m *TMemo) DragCursor() TCursor

func (*TMemo) DragKind

func (m *TMemo) DragKind() TDragKind

func (*TMemo) DragMode

func (m *TMemo) DragMode() TDragMode

func (*TMemo) Dragging

func (m *TMemo) Dragging() 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) Floating

func (m *TMemo) Floating() 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

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) InheritsFrom added in v1.1.18

func (m *TMemo) InheritsFrom(AClass TClass) bool

func (*TMemo) Instance

func (m *TMemo) Instance() uintptr

func (*TMemo) InstanceSize added in v1.1.18

func (m *TMemo) InstanceSize() int32

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() *TWinControl

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

func (m *TMemo) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (m *TMemo) ScreenToClient(Point TPoint) TPoint

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) SetCharCase added in v1.1.19

func (m *TMemo) SetCharCase(value TEditCharCase)

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

func (m *TMemo) SetCustomHint(value IComponent)

func (*TMemo) SetDockSite

func (m *TMemo) SetDockSite(value bool)

func (*TMemo) SetDoubleBuffered

func (m *TMemo) SetDoubleBuffered(value bool)

func (*TMemo) SetDragCursor

func (m *TMemo) SetDragCursor(value TCursor)

func (*TMemo) SetDragKind

func (m *TMemo) SetDragKind(value TDragKind)

func (*TMemo) SetDragMode

func (m *TMemo) SetDragMode(value TDragMode)

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

func (m *TMemo) SetOnContextPopup(fn TContextPopupEvent)

func (*TMemo) SetOnDblClick

func (m *TMemo) SetOnDblClick(fn TNotifyEvent)

func (*TMemo) SetOnDragDrop

func (m *TMemo) SetOnDragDrop(fn TDragDropEvent)

func (*TMemo) SetOnDragOver

func (m *TMemo) SetOnDragOver(fn TDragOverEvent)

func (*TMemo) SetOnEndDock

func (m *TMemo) SetOnEndDock(fn TEndDragEvent)

func (*TMemo) SetOnEndDrag

func (m *TMemo) SetOnEndDrag(fn TEndDragEvent)

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

func (m *TMemo) SetOnStartDock(fn TStartDockEvent)

func (*TMemo) SetParent

func (m *TMemo) SetParent(value IWinControl)

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

func (m *TMemo) SetUseDockManager(value bool)

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

func (m *TMemo) Undo()

func (*TMemo) Update

func (m *TMemo) Update()

func (*TMemo) UseDockManager

func (m *TMemo) UseDockManager() bool

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) ClassType added in v1.1.18

func (m *TMemoryStream) ClassType() TClass

func (*TMemoryStream) Clear

func (m *TMemoryStream) Clear()

func (*TMemoryStream) CopyFrom

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

func (*TMemoryStream) DisposeOf added in v1.1.18

func (m *TMemoryStream) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMemoryStream) InheritsFrom(AClass TClass) bool

func (*TMemoryStream) Instance

func (m *TMemoryStream) Instance() uintptr

func (*TMemoryStream) InstanceSize added in v1.1.18

func (m *TMemoryStream) InstanceSize() int32

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

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) Break added in v1.1.19

func (m *TMenuItem) Break() TMenuBreak

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) ClassType added in v1.1.18

func (m *TMenuItem) ClassType() TClass

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

func (m *TMenuItem) Count() int32

func (*TMenuItem) Default

func (m *TMenuItem) Default() bool

func (*TMenuItem) Delete

func (m *TMenuItem) Delete(Index int32)

func (*TMenuItem) DisposeOf added in v1.1.18

func (m *TMenuItem) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMenuItem) InheritsFrom(AClass TClass) bool

func (*TMenuItem) Insert

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

func (*TMenuItem) Instance

func (m *TMenuItem) Instance() uintptr

func (*TMenuItem) InstanceSize added in v1.1.18

func (m *TMenuItem) InstanceSize() int32

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) SetBreak added in v1.1.19

func (m *TMenuItem) SetBreak(value TMenuBreak)

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

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 TMessageEvent

type TMessageEvent func(msg *TMsg, handled *bool)

TMessageEvent = procedure (var Msg: TMsg; var Handled: Boolean) of object;

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) ClassType added in v1.1.18

func (m *TMonitor) ClassType() TClass

func (*TMonitor) DisposeOf added in v1.1.18

func (m *TMonitor) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMonitor) InheritsFrom(AClass TClass) bool

func (*TMonitor) Instance

func (m *TMonitor) Instance() uintptr

func (*TMonitor) InstanceSize added in v1.1.18

func (m *TMonitor) InstanceSize() int32

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

func (m *TMonthCalColors) BackColor() TColor

func (*TMonthCalColors) ClassName

func (m *TMonthCalColors) ClassName() string

func (*TMonthCalColors) ClassType added in v1.1.18

func (m *TMonthCalColors) ClassType() TClass

func (*TMonthCalColors) DisposeOf added in v1.1.18

func (m *TMonthCalColors) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMonthCalColors) InheritsFrom(AClass TClass) bool

func (*TMonthCalColors) Instance

func (m *TMonthCalColors) Instance() uintptr

func (*TMonthCalColors) InstanceSize added in v1.1.18

func (m *TMonthCalColors) InstanceSize() int32

func (*TMonthCalColors) IsValid

func (m *TMonthCalColors) IsValid() bool

func (*TMonthCalColors) SetBackColor

func (m *TMonthCalColors) SetBackColor(value TColor)

func (*TMonthCalColors) ToString

func (m *TMonthCalColors) ToString() string

type TMonthCalendar

type TMonthCalendar struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (m *TMonthCalendar) ClassType() TClass

func (*TMonthCalendar) ClientHeight

func (m *TMonthCalendar) ClientHeight() int32

func (*TMonthCalendar) ClientRect

func (m *TMonthCalendar) ClientRect() TRect

func (*TMonthCalendar) ClientToParent

func (m *TMonthCalendar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TMonthCalendar) ClientToScreen

func (m *TMonthCalendar) ClientToScreen(Point TPoint) TPoint

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

func (m *TMonthCalendar) CustomHint() *TCustomHint

func (*TMonthCalendar) Date

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

func (*TMonthCalendar) DisposeOf added in v1.1.18

func (m *TMonthCalendar) DisposeOf()

func (*TMonthCalendar) DockSite

func (m *TMonthCalendar) DockSite() bool

func (*TMonthCalendar) DoubleBuffered

func (m *TMonthCalendar) DoubleBuffered() bool

func (*TMonthCalendar) DragCursor

func (m *TMonthCalendar) DragCursor() TCursor

func (*TMonthCalendar) DragKind

func (m *TMonthCalendar) DragKind() TDragKind

func (*TMonthCalendar) DragMode

func (m *TMonthCalendar) DragMode() TDragMode

func (*TMonthCalendar) Dragging

func (m *TMonthCalendar) Dragging() 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) Floating

func (m *TMonthCalendar) Floating() 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

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) InheritsFrom added in v1.1.18

func (m *TMonthCalendar) InheritsFrom(AClass TClass) bool

func (*TMonthCalendar) Instance

func (m *TMonthCalendar) Instance() uintptr

func (*TMonthCalendar) InstanceSize added in v1.1.18

func (m *TMonthCalendar) InstanceSize() int32

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() *TWinControl

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

func (m *TMonthCalendar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (m *TMonthCalendar) ScreenToClient(Point TPoint) TPoint

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

func (m *TMonthCalendar) SetCustomHint(value IComponent)

func (*TMonthCalendar) SetDate

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

func (*TMonthCalendar) SetDockSite

func (m *TMonthCalendar) SetDockSite(value bool)

func (*TMonthCalendar) SetDoubleBuffered

func (m *TMonthCalendar) SetDoubleBuffered(value bool)

func (*TMonthCalendar) SetDragCursor

func (m *TMonthCalendar) SetDragCursor(value TCursor)

func (*TMonthCalendar) SetDragKind

func (m *TMonthCalendar) SetDragKind(value TDragKind)

func (*TMonthCalendar) SetDragMode

func (m *TMonthCalendar) SetDragMode(value TDragMode)

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

func (m *TMonthCalendar) SetOnContextPopup(fn TContextPopupEvent)

func (*TMonthCalendar) SetOnDblClick

func (m *TMonthCalendar) SetOnDblClick(fn TNotifyEvent)

func (*TMonthCalendar) SetOnDragDrop

func (m *TMonthCalendar) SetOnDragDrop(fn TDragDropEvent)

func (*TMonthCalendar) SetOnDragOver

func (m *TMonthCalendar) SetOnDragOver(fn TDragOverEvent)

func (*TMonthCalendar) SetOnEndDock

func (m *TMonthCalendar) SetOnEndDock(fn TEndDragEvent)

func (*TMonthCalendar) SetOnEndDrag

func (m *TMonthCalendar) SetOnEndDrag(fn TEndDragEvent)

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

func (m *TMonthCalendar) SetOnStartDock(fn TStartDockEvent)

func (*TMonthCalendar) SetParent

func (m *TMonthCalendar) SetParent(value IWinControl)

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

func (m *TMonthCalendar) SetUseDockManager(value bool)

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

func (m *TMonthCalendar) UseDockManager() bool

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) ClassType added in v1.1.18

func (m *TMouse) ClassType() TClass

func (*TMouse) CursorPos

func (m *TMouse) CursorPos() TPoint

func (*TMouse) DisposeOf added in v1.1.18

func (m *TMouse) DisposeOf()

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) InheritsFrom added in v1.1.18

func (m *TMouse) InheritsFrom(AClass TClass) bool

func (*TMouse) Instance

func (m *TMouse) Instance() uintptr

func (*TMouse) InstanceSize added in v1.1.18

func (m *TMouse) InstanceSize() int32

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 TMouseWheelUpDownEvent

type TMouseWheelUpDownEvent func(sender IObject, shift TShiftState, mousePos TPoint, handled *bool)

TMouseWheelUpDownEvent = procedure(Sender: TObject; Shift: TShiftState; MousePos: TPoint; var Handled: Boolean) of object;

type TMovedEvent added in v1.1.19

type TMovedEvent func(sender IObject, fromIndex, toIndex int32)

---- grid

TMovedEvent = procedure (Sender: TObject; FromIndex, ToIndex: Longint) 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) ClassType added in v1.1.18

func (o *TObject) ClassType() TClass

func (*TObject) DisposeOf added in v1.1.18

func (o *TObject) DisposeOf()

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) InheritsFrom added in v1.1.18

func (o *TObject) InheritsFrom(AClass TClass) bool

func (*TObject) Instance

func (o *TObject) Instance() uintptr

func (*TObject) InstanceSize added in v1.1.18

func (o *TObject) InstanceSize() int32

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) ClassType added in v1.1.18

func (o *TOpenDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (o *TOpenDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (o *TOpenDialog) InheritsFrom(AClass TClass) bool

func (*TOpenDialog) InitialDir

func (o *TOpenDialog) InitialDir() string

func (*TOpenDialog) Instance

func (o *TOpenDialog) Instance() uintptr

func (*TOpenDialog) InstanceSize added in v1.1.18

func (o *TOpenDialog) InstanceSize() int32

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) ClassType added in v1.1.18

func (o *TOpenPictureDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (o *TOpenPictureDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (o *TOpenPictureDialog) InheritsFrom(AClass TClass) bool

func (*TOpenPictureDialog) InitialDir

func (o *TOpenPictureDialog) InitialDir() string

func (*TOpenPictureDialog) Instance

func (o *TOpenPictureDialog) Instance() uintptr

func (*TOpenPictureDialog) InstanceSize added in v1.1.18

func (o *TOpenPictureDialog) InstanceSize() int32

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) ClassType added in v1.1.18

func (o *TOpenTextFileDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (o *TOpenTextFileDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (o *TOpenTextFileDialog) InheritsFrom(AClass TClass) bool

func (*TOpenTextFileDialog) InitialDir

func (o *TOpenTextFileDialog) InitialDir() string

func (*TOpenTextFileDialog) Instance

func (o *TOpenTextFileDialog) Instance() uintptr

func (*TOpenTextFileDialog) InstanceSize added in v1.1.18

func (o *TOpenTextFileDialog) InstanceSize() int32

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (p *TPageControl) ClassType() TClass

func (*TPageControl) ClientHeight

func (p *TPageControl) ClientHeight() int32

func (*TPageControl) ClientRect

func (p *TPageControl) ClientRect() TRect

func (*TPageControl) ClientToParent

func (p *TPageControl) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TPageControl) ClientToScreen

func (p *TPageControl) ClientToScreen(Point TPoint) TPoint

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

func (p *TPageControl) CustomHint() *TCustomHint

func (*TPageControl) DisposeOf added in v1.1.18

func (p *TPageControl) DisposeOf()

func (*TPageControl) DockSite

func (p *TPageControl) DockSite() bool

func (*TPageControl) DoubleBuffered

func (p *TPageControl) DoubleBuffered() bool

func (*TPageControl) DragCursor

func (p *TPageControl) DragCursor() TCursor

func (*TPageControl) DragKind

func (p *TPageControl) DragKind() TDragKind

func (*TPageControl) DragMode

func (p *TPageControl) DragMode() TDragMode

func (*TPageControl) Dragging

func (p *TPageControl) Dragging() 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) Floating

func (p *TPageControl) Floating() 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

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) InheritsFrom added in v1.1.18

func (p *TPageControl) InheritsFrom(AClass TClass) bool

func (*TPageControl) Instance

func (p *TPageControl) Instance() uintptr

func (*TPageControl) InstanceSize added in v1.1.18

func (p *TPageControl) InstanceSize() int32

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() *TWinControl

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

func (p *TPageControl) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (p *TPageControl) ScreenToClient(Point TPoint) TPoint

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

func (p *TPageControl) SetCustomHint(value IComponent)

func (*TPageControl) SetDockSite

func (p *TPageControl) SetDockSite(value bool)

func (*TPageControl) SetDoubleBuffered

func (p *TPageControl) SetDoubleBuffered(value bool)

func (*TPageControl) SetDragCursor

func (p *TPageControl) SetDragCursor(value TCursor)

func (*TPageControl) SetDragKind

func (p *TPageControl) SetDragKind(value TDragKind)

func (*TPageControl) SetDragMode

func (p *TPageControl) SetDragMode(value TDragMode)

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

func (p *TPageControl) SetOnContextPopup(fn TContextPopupEvent)

func (*TPageControl) SetOnDockDrop

func (p *TPageControl) SetOnDockDrop(fn TDockDropEvent)

func (*TPageControl) SetOnDragDrop

func (p *TPageControl) SetOnDragDrop(fn TDragDropEvent)

func (*TPageControl) SetOnDragOver

func (p *TPageControl) SetOnDragOver(fn TDragOverEvent)

func (*TPageControl) SetOnEndDock

func (p *TPageControl) SetOnEndDock(fn TEndDragEvent)

func (*TPageControl) SetOnEndDrag

func (p *TPageControl) SetOnEndDrag(fn TEndDragEvent)

func (*TPageControl) SetOnEnter

func (p *TPageControl) SetOnEnter(fn TNotifyEvent)

func (*TPageControl) SetOnExit

func (p *TPageControl) SetOnExit(fn TNotifyEvent)

func (*TPageControl) SetOnGetImageIndex

func (p *TPageControl) SetOnGetImageIndex(fn TTabGetImageEvent)

func (*TPageControl) SetOnGetSiteInfo

func (p *TPageControl) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (p *TPageControl) SetOnStartDock(fn TStartDockEvent)

func (*TPageControl) SetOnUnDock

func (p *TPageControl) SetOnUnDock(fn TUnDockEvent)

func (*TPageControl) SetParent

func (p *TPageControl) SetParent(value IWinControl)

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

func (p *TPageControl) SetUseDockManager(value bool)

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

func (p *TPageControl) TabRect(Index int32) TRect

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

func (p *TPageControl) UseDockManager() bool

func (*TPageControl) Visible

func (p *TPageControl) Visible() bool

func (*TPageControl) Width

func (p *TPageControl) Width() int32

type TPageSetupDialog

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

func NewPageSetupDialog

func NewPageSetupDialog(owner IComponent) *TPageSetupDialog

func PageSetupDialogFromInst

func PageSetupDialogFromInst(inst uintptr) *TPageSetupDialog

func PageSetupDialogFromObj

func PageSetupDialogFromObj(obj IObject) *TPageSetupDialog

func (*TPageSetupDialog) Assign

func (p *TPageSetupDialog) Assign(Source IObject)

func (*TPageSetupDialog) ClassName

func (p *TPageSetupDialog) ClassName() string

func (*TPageSetupDialog) ClassType added in v1.1.18

func (p *TPageSetupDialog) ClassType() TClass

func (*TPageSetupDialog) ComponentCount

func (p *TPageSetupDialog) ComponentCount() int32

func (*TPageSetupDialog) ComponentIndex

func (p *TPageSetupDialog) ComponentIndex() int32

func (*TPageSetupDialog) Components

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

func (*TPageSetupDialog) DisposeOf added in v1.1.18

func (p *TPageSetupDialog) DisposeOf()

func (*TPageSetupDialog) Equals

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

func (*TPageSetupDialog) Execute

func (p *TPageSetupDialog) Execute() bool

func (*TPageSetupDialog) FindComponent

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

func (*TPageSetupDialog) Free

func (p *TPageSetupDialog) Free()

func (*TPageSetupDialog) GetDefaults

func (p *TPageSetupDialog) GetDefaults() bool

func (*TPageSetupDialog) GetHashCode

func (p *TPageSetupDialog) GetHashCode() int32

func (*TPageSetupDialog) GetNamePath

func (p *TPageSetupDialog) GetNamePath() string

func (*TPageSetupDialog) Handle

func (p *TPageSetupDialog) Handle() HWND

func (*TPageSetupDialog) HasParent

func (p *TPageSetupDialog) HasParent() bool

func (*TPageSetupDialog) InheritsFrom added in v1.1.18

func (p *TPageSetupDialog) InheritsFrom(AClass TClass) bool

func (*TPageSetupDialog) Instance

func (p *TPageSetupDialog) Instance() uintptr

func (*TPageSetupDialog) InstanceSize added in v1.1.18

func (p *TPageSetupDialog) InstanceSize() int32

func (*TPageSetupDialog) IsValid

func (p *TPageSetupDialog) IsValid() bool

func (*TPageSetupDialog) MarginBottom

func (p *TPageSetupDialog) MarginBottom() int32

func (*TPageSetupDialog) MarginLeft

func (p *TPageSetupDialog) MarginLeft() int32

func (*TPageSetupDialog) MarginRight

func (p *TPageSetupDialog) MarginRight() int32

func (*TPageSetupDialog) MarginTop

func (p *TPageSetupDialog) MarginTop() int32

func (*TPageSetupDialog) MinMarginBottom

func (p *TPageSetupDialog) MinMarginBottom() int32

func (*TPageSetupDialog) MinMarginLeft

func (p *TPageSetupDialog) MinMarginLeft() int32

func (*TPageSetupDialog) MinMarginRight

func (p *TPageSetupDialog) MinMarginRight() int32

func (*TPageSetupDialog) MinMarginTop

func (p *TPageSetupDialog) MinMarginTop() int32

func (*TPageSetupDialog) Name

func (p *TPageSetupDialog) Name() string

func (*TPageSetupDialog) Options

func (p *TPageSetupDialog) Options() TPageSetupDialogOptions

func (*TPageSetupDialog) Owner

func (p *TPageSetupDialog) Owner() *TComponent

func (*TPageSetupDialog) PageHeight

func (p *TPageSetupDialog) PageHeight() int32

func (*TPageSetupDialog) PageWidth

func (p *TPageSetupDialog) PageWidth() int32

func (*TPageSetupDialog) SetComponentIndex

func (p *TPageSetupDialog) SetComponentIndex(value int32)

func (*TPageSetupDialog) SetMarginBottom

func (p *TPageSetupDialog) SetMarginBottom(value int32)

func (*TPageSetupDialog) SetMarginLeft

func (p *TPageSetupDialog) SetMarginLeft(value int32)

func (*TPageSetupDialog) SetMarginRight

func (p *TPageSetupDialog) SetMarginRight(value int32)

func (*TPageSetupDialog) SetMarginTop

func (p *TPageSetupDialog) SetMarginTop(value int32)

func (*TPageSetupDialog) SetMinMarginBottom

func (p *TPageSetupDialog) SetMinMarginBottom(value int32)

func (*TPageSetupDialog) SetMinMarginLeft

func (p *TPageSetupDialog) SetMinMarginLeft(value int32)

func (*TPageSetupDialog) SetMinMarginRight

func (p *TPageSetupDialog) SetMinMarginRight(value int32)

func (*TPageSetupDialog) SetMinMarginTop

func (p *TPageSetupDialog) SetMinMarginTop(value int32)

func (*TPageSetupDialog) SetName

func (p *TPageSetupDialog) SetName(value string)

func (*TPageSetupDialog) SetOnClose

func (p *TPageSetupDialog) SetOnClose(fn TNotifyEvent)

func (*TPageSetupDialog) SetOnShow

func (p *TPageSetupDialog) SetOnShow(fn TNotifyEvent)

func (*TPageSetupDialog) SetOptions

func (p *TPageSetupDialog) SetOptions(value TPageSetupDialogOptions)

func (*TPageSetupDialog) SetPageHeight

func (p *TPageSetupDialog) SetPageHeight(value int32)

func (*TPageSetupDialog) SetPageWidth

func (p *TPageSetupDialog) SetPageWidth(value int32)

func (*TPageSetupDialog) SetTag

func (p *TPageSetupDialog) SetTag(value int)

func (*TPageSetupDialog) SetUnits

func (p *TPageSetupDialog) SetUnits(value TPageMeasureUnits)

func (*TPageSetupDialog) Tag

func (p *TPageSetupDialog) Tag() int

func (*TPageSetupDialog) ToString

func (p *TPageSetupDialog) ToString() string

func (*TPageSetupDialog) Units

func (p *TPageSetupDialog) Units() TPageMeasureUnits

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) ClassType added in v1.1.18

func (p *TPaintBox) ClassType() TClass

func (*TPaintBox) ClientHeight

func (p *TPaintBox) ClientHeight() int32

func (*TPaintBox) ClientRect

func (p *TPaintBox) ClientRect() TRect

func (*TPaintBox) ClientToParent

func (p *TPaintBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TPaintBox) ClientToScreen

func (p *TPaintBox) ClientToScreen(Point TPoint) TPoint

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

func (p *TPaintBox) CustomHint() *TCustomHint

func (*TPaintBox) DisposeOf added in v1.1.18

func (p *TPaintBox) DisposeOf()

func (*TPaintBox) DragCursor

func (p *TPaintBox) DragCursor() TCursor

func (*TPaintBox) DragKind

func (p *TPaintBox) DragKind() TDragKind

func (*TPaintBox) DragMode

func (p *TPaintBox) DragMode() TDragMode

func (*TPaintBox) Dragging

func (p *TPaintBox) Dragging() bool

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

func (p *TPaintBox) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (p *TPaintBox) InheritsFrom(AClass TClass) bool

func (*TPaintBox) Instance

func (p *TPaintBox) Instance() uintptr

func (*TPaintBox) InstanceSize added in v1.1.18

func (p *TPaintBox) InstanceSize() int32

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() *TWinControl

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

func (p *TPaintBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (p *TPaintBox) ScreenToClient(Point TPoint) TPoint

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

func (p *TPaintBox) SetCustomHint(value IComponent)

func (*TPaintBox) SetDragCursor

func (p *TPaintBox) SetDragCursor(value TCursor)

func (*TPaintBox) SetDragKind

func (p *TPaintBox) SetDragKind(value TDragKind)

func (*TPaintBox) SetDragMode

func (p *TPaintBox) SetDragMode(value TDragMode)

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

func (p *TPaintBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TPaintBox) SetOnDblClick

func (p *TPaintBox) SetOnDblClick(fn TNotifyEvent)

func (*TPaintBox) SetOnDragDrop

func (p *TPaintBox) SetOnDragDrop(fn TDragDropEvent)

func (*TPaintBox) SetOnDragOver

func (p *TPaintBox) SetOnDragOver(fn TDragOverEvent)

func (*TPaintBox) SetOnEndDock

func (p *TPaintBox) SetOnEndDock(fn TEndDragEvent)

func (*TPaintBox) SetOnEndDrag

func (p *TPaintBox) SetOnEndDrag(fn TEndDragEvent)

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

func (p *TPaintBox) SetOnStartDock(fn TStartDockEvent)

func (*TPaintBox) SetParent

func (p *TPaintBox) SetParent(value IWinControl)

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (p *TPanel) ClassType() TClass

func (*TPanel) ClientHeight

func (p *TPanel) ClientHeight() int32

func (*TPanel) ClientRect

func (p *TPanel) ClientRect() TRect

func (*TPanel) ClientToParent

func (p *TPanel) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TPanel) ClientToScreen

func (p *TPanel) ClientToScreen(Point TPoint) TPoint

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

func (p *TPanel) CustomHint() *TCustomHint

func (*TPanel) DisposeOf added in v1.1.18

func (p *TPanel) DisposeOf()

func (*TPanel) DockSite

func (p *TPanel) DockSite() bool

func (*TPanel) DoubleBuffered

func (p *TPanel) DoubleBuffered() bool

func (*TPanel) DragCursor

func (p *TPanel) DragCursor() TCursor

func (*TPanel) DragKind

func (p *TPanel) DragKind() TDragKind

func (*TPanel) DragMode

func (p *TPanel) DragMode() TDragMode

func (*TPanel) Dragging

func (p *TPanel) Dragging() 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) Floating

func (p *TPanel) Floating() 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

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) InheritsFrom added in v1.1.18

func (p *TPanel) InheritsFrom(AClass TClass) bool

func (*TPanel) Instance

func (p *TPanel) Instance() uintptr

func (*TPanel) InstanceSize added in v1.1.18

func (p *TPanel) InstanceSize() int32

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() *TWinControl

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

func (p *TPanel) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (p *TPanel) ScreenToClient(Point TPoint) TPoint

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

func (p *TPanel) SetCustomHint(value IComponent)

func (*TPanel) SetDockSite

func (p *TPanel) SetDockSite(value bool)

func (*TPanel) SetDoubleBuffered

func (p *TPanel) SetDoubleBuffered(value bool)

func (*TPanel) SetDragCursor

func (p *TPanel) SetDragCursor(value TCursor)

func (*TPanel) SetDragKind

func (p *TPanel) SetDragKind(value TDragKind)

func (*TPanel) SetDragMode

func (p *TPanel) SetDragMode(value TDragMode)

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

func (p *TPanel) SetOnContextPopup(fn TContextPopupEvent)

func (*TPanel) SetOnDblClick

func (p *TPanel) SetOnDblClick(fn TNotifyEvent)

func (*TPanel) SetOnDockDrop

func (p *TPanel) SetOnDockDrop(fn TDockDropEvent)

func (*TPanel) SetOnDragDrop

func (p *TPanel) SetOnDragDrop(fn TDragDropEvent)

func (*TPanel) SetOnDragOver

func (p *TPanel) SetOnDragOver(fn TDragOverEvent)

func (*TPanel) SetOnEndDock

func (p *TPanel) SetOnEndDock(fn TEndDragEvent)

func (*TPanel) SetOnEndDrag

func (p *TPanel) SetOnEndDrag(fn TEndDragEvent)

func (*TPanel) SetOnEnter

func (p *TPanel) SetOnEnter(fn TNotifyEvent)

func (*TPanel) SetOnExit

func (p *TPanel) SetOnExit(fn TNotifyEvent)

func (*TPanel) SetOnGetSiteInfo

func (p *TPanel) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (p *TPanel) SetOnStartDock(fn TStartDockEvent)

func (*TPanel) SetOnUnDock

func (p *TPanel) SetOnUnDock(fn TUnDockEvent)

func (*TPanel) SetParent

func (p *TPanel) SetParent(value IWinControl)

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

func (p *TPanel) SetUseDockManager(value bool)

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

func (p *TPanel) UseDockManager() bool

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) ClassType added in v1.1.18

func (p *TParaAttributes) ClassType() TClass

func (*TParaAttributes) DisposeOf added in v1.1.18

func (p *TParaAttributes) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TParaAttributes) InheritsFrom(AClass TClass) bool

func (*TParaAttributes) Instance

func (p *TParaAttributes) Instance() uintptr

func (*TParaAttributes) InstanceSize added in v1.1.18

func (p *TParaAttributes) InstanceSize() int32

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) ClassType added in v1.1.18

func (p *TPen) ClassType() TClass

func (*TPen) Color

func (p *TPen) Color() TColor

func (*TPen) DisposeOf added in v1.1.18

func (p *TPen) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TPen) InheritsFrom(AClass TClass) bool

func (*TPen) Instance

func (p *TPen) Instance() uintptr

func (*TPen) InstanceSize added in v1.1.18

func (p *TPen) InstanceSize() int32

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) ClassType added in v1.1.18

func (p *TPicture) ClassType() TClass

func (*TPicture) DisposeOf added in v1.1.18

func (p *TPicture) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TPicture) InheritsFrom(AClass TClass) bool

func (*TPicture) Instance

func (p *TPicture) Instance() uintptr

func (*TPicture) InstanceSize added in v1.1.18

func (p *TPicture) InstanceSize() int32

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) ClassType added in v1.1.18

func (p *TPngImage) ClassType() TClass

func (*TPngImage) CompressionLevel

func (p *TPngImage) CompressionLevel() TCompressionLevel

func (*TPngImage) DisposeOf added in v1.1.18

func (p *TPngImage) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TPngImage) InheritsFrom(AClass TClass) bool

func (*TPngImage) Instance

func (p *TPngImage) Instance() uintptr

func (*TPngImage) InstanceSize added in v1.1.18

func (p *TPngImage) InstanceSize() int32

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) ClassType added in v1.1.18

func (p *TPopupMenu) ClassType() TClass

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) DisposeOf added in v1.1.18

func (p *TPopupMenu) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TPopupMenu) InheritsFrom(AClass TClass) bool

func (*TPopupMenu) Instance

func (p *TPopupMenu) Instance() uintptr

func (*TPopupMenu) InstanceSize added in v1.1.18

func (p *TPopupMenu) InstanceSize() int32

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

func (p *TPopupMenu) PopupComponent() *TComponent

func (*TPopupMenu) PopupPoint

func (p *TPopupMenu) PopupPoint() TPoint

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

func (p *TPopupMenu) SetPopupComponent(value IComponent)

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) ClassType added in v1.1.18

func (p *TPrintDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (p *TPrintDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (p *TPrintDialog) InheritsFrom(AClass TClass) bool

func (*TPrintDialog) Instance

func (p *TPrintDialog) Instance() uintptr

func (*TPrintDialog) InstanceSize added in v1.1.18

func (p *TPrintDialog) InstanceSize() int32

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 TPrinterSetupDialog

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

func NewPrinterSetupDialog

func NewPrinterSetupDialog(owner IComponent) *TPrinterSetupDialog

func PrinterSetupDialogFromInst

func PrinterSetupDialogFromInst(inst uintptr) *TPrinterSetupDialog

func PrinterSetupDialogFromObj

func PrinterSetupDialogFromObj(obj IObject) *TPrinterSetupDialog

func (*TPrinterSetupDialog) Assign

func (p *TPrinterSetupDialog) Assign(Source IObject)

func (*TPrinterSetupDialog) ClassName

func (p *TPrinterSetupDialog) ClassName() string

func (*TPrinterSetupDialog) ClassType added in v1.1.18

func (p *TPrinterSetupDialog) ClassType() TClass

func (*TPrinterSetupDialog) ComponentCount

func (p *TPrinterSetupDialog) ComponentCount() int32

func (*TPrinterSetupDialog) ComponentIndex

func (p *TPrinterSetupDialog) ComponentIndex() int32

func (*TPrinterSetupDialog) Components

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

func (*TPrinterSetupDialog) DisposeOf added in v1.1.18

func (p *TPrinterSetupDialog) DisposeOf()

func (*TPrinterSetupDialog) Equals

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

func (*TPrinterSetupDialog) Execute

func (p *TPrinterSetupDialog) Execute() bool

func (*TPrinterSetupDialog) FindComponent

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

func (*TPrinterSetupDialog) Free

func (p *TPrinterSetupDialog) Free()

func (*TPrinterSetupDialog) GetHashCode

func (p *TPrinterSetupDialog) GetHashCode() int32

func (*TPrinterSetupDialog) GetNamePath

func (p *TPrinterSetupDialog) GetNamePath() string

func (*TPrinterSetupDialog) Handle

func (p *TPrinterSetupDialog) Handle() HWND

func (*TPrinterSetupDialog) HasParent

func (p *TPrinterSetupDialog) HasParent() bool

func (*TPrinterSetupDialog) InheritsFrom added in v1.1.18

func (p *TPrinterSetupDialog) InheritsFrom(AClass TClass) bool

func (*TPrinterSetupDialog) Instance

func (p *TPrinterSetupDialog) Instance() uintptr

func (*TPrinterSetupDialog) InstanceSize added in v1.1.18

func (p *TPrinterSetupDialog) InstanceSize() int32

func (*TPrinterSetupDialog) IsValid

func (p *TPrinterSetupDialog) IsValid() bool

func (*TPrinterSetupDialog) Name

func (p *TPrinterSetupDialog) Name() string

func (*TPrinterSetupDialog) Owner

func (p *TPrinterSetupDialog) Owner() *TComponent

func (*TPrinterSetupDialog) SetComponentIndex

func (p *TPrinterSetupDialog) SetComponentIndex(value int32)

func (*TPrinterSetupDialog) SetName

func (p *TPrinterSetupDialog) SetName(value string)

func (*TPrinterSetupDialog) SetOnClose

func (p *TPrinterSetupDialog) SetOnClose(fn TNotifyEvent)

func (*TPrinterSetupDialog) SetOnShow

func (p *TPrinterSetupDialog) SetOnShow(fn TNotifyEvent)

func (*TPrinterSetupDialog) SetTag

func (p *TPrinterSetupDialog) SetTag(value int)

func (*TPrinterSetupDialog) Tag

func (p *TPrinterSetupDialog) Tag() int

func (*TPrinterSetupDialog) ToString

func (p *TPrinterSetupDialog) ToString() string

type TProgressBar

type TProgressBar struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (p *TProgressBar) ClassType() TClass

func (*TProgressBar) ClientHeight

func (p *TProgressBar) ClientHeight() int32

func (*TProgressBar) ClientRect

func (p *TProgressBar) ClientRect() TRect

func (*TProgressBar) ClientToParent

func (p *TProgressBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TProgressBar) ClientToScreen

func (p *TProgressBar) ClientToScreen(Point TPoint) TPoint

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

func (p *TProgressBar) CustomHint() *TCustomHint

func (*TProgressBar) DisposeOf added in v1.1.18

func (p *TProgressBar) DisposeOf()

func (*TProgressBar) DockSite

func (p *TProgressBar) DockSite() bool

func (*TProgressBar) DoubleBuffered

func (p *TProgressBar) DoubleBuffered() bool

func (*TProgressBar) DragCursor

func (p *TProgressBar) DragCursor() TCursor

func (*TProgressBar) DragKind

func (p *TProgressBar) DragKind() TDragKind

func (*TProgressBar) DragMode

func (p *TProgressBar) DragMode() TDragMode

func (*TProgressBar) Dragging

func (p *TProgressBar) Dragging() 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) Floating

func (p *TProgressBar) Floating() 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

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) InheritsFrom added in v1.1.18

func (p *TProgressBar) InheritsFrom(AClass TClass) bool

func (*TProgressBar) Instance

func (p *TProgressBar) Instance() uintptr

func (*TProgressBar) InstanceSize added in v1.1.18

func (p *TProgressBar) InstanceSize() int32

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() *TWinControl

func (*TProgressBar) ParentDoubleBuffered

func (p *TProgressBar) ParentDoubleBuffered() bool

func (*TProgressBar) ParentShowHint

func (p *TProgressBar) ParentShowHint() bool

func (*TProgressBar) ParentToClient

func (p *TProgressBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (p *TProgressBar) ScreenToClient(Point TPoint) TPoint

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

func (p *TProgressBar) SetCustomHint(value IComponent)

func (*TProgressBar) SetDockSite

func (p *TProgressBar) SetDockSite(value bool)

func (*TProgressBar) SetDoubleBuffered

func (p *TProgressBar) SetDoubleBuffered(value bool)

func (*TProgressBar) SetDragCursor

func (p *TProgressBar) SetDragCursor(value TCursor)

func (*TProgressBar) SetDragKind

func (p *TProgressBar) SetDragKind(value TDragKind)

func (*TProgressBar) SetDragMode

func (p *TProgressBar) SetDragMode(value TDragMode)

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

func (p *TProgressBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TProgressBar) SetOnDragDrop

func (p *TProgressBar) SetOnDragDrop(fn TDragDropEvent)

func (*TProgressBar) SetOnDragOver

func (p *TProgressBar) SetOnDragOver(fn TDragOverEvent)

func (*TProgressBar) SetOnEndDock

func (p *TProgressBar) SetOnEndDock(fn TEndDragEvent)

func (*TProgressBar) SetOnEndDrag

func (p *TProgressBar) SetOnEndDrag(fn TEndDragEvent)

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

func (p *TProgressBar) SetOnStartDock(fn TStartDockEvent)

func (*TProgressBar) SetOrientation

func (p *TProgressBar) SetOrientation(value TProgressBarOrientation)

func (*TProgressBar) SetParent

func (p *TProgressBar) SetParent(value IWinControl)

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

func (p *TProgressBar) SetUseDockManager(value bool)

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

func (p *TProgressBar) UseDockManager() bool

func (*TProgressBar) Visible

func (p *TProgressBar) Visible() bool

func (*TProgressBar) Width

func (p *TProgressBar) Width() int32

type TRadioButton

type TRadioButton struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (r *TRadioButton) ClassType() TClass

func (*TRadioButton) ClientHeight

func (r *TRadioButton) ClientHeight() int32

func (*TRadioButton) ClientRect

func (r *TRadioButton) ClientRect() TRect

func (*TRadioButton) ClientToParent

func (r *TRadioButton) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TRadioButton) ClientToScreen

func (r *TRadioButton) ClientToScreen(Point TPoint) TPoint

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

func (r *TRadioButton) CustomHint() *TCustomHint

func (*TRadioButton) DisposeOf added in v1.1.18

func (r *TRadioButton) DisposeOf()

func (*TRadioButton) DockSite

func (r *TRadioButton) DockSite() bool

func (*TRadioButton) DoubleBuffered

func (r *TRadioButton) DoubleBuffered() bool

func (*TRadioButton) DragCursor

func (r *TRadioButton) DragCursor() TCursor

func (*TRadioButton) DragKind

func (r *TRadioButton) DragKind() TDragKind

func (*TRadioButton) DragMode

func (r *TRadioButton) DragMode() TDragMode

func (*TRadioButton) Dragging

func (r *TRadioButton) Dragging() 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) Floating

func (r *TRadioButton) Floating() 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

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) InheritsFrom added in v1.1.18

func (r *TRadioButton) InheritsFrom(AClass TClass) bool

func (*TRadioButton) Instance

func (r *TRadioButton) Instance() uintptr

func (*TRadioButton) InstanceSize added in v1.1.18

func (r *TRadioButton) InstanceSize() int32

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() *TWinControl

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

func (r *TRadioButton) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (r *TRadioButton) ScreenToClient(Point TPoint) TPoint

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

func (r *TRadioButton) SetCustomHint(value IComponent)

func (*TRadioButton) SetDockSite

func (r *TRadioButton) SetDockSite(value bool)

func (*TRadioButton) SetDoubleBuffered

func (r *TRadioButton) SetDoubleBuffered(value bool)

func (*TRadioButton) SetDragCursor

func (r *TRadioButton) SetDragCursor(value TCursor)

func (*TRadioButton) SetDragKind

func (r *TRadioButton) SetDragKind(value TDragKind)

func (*TRadioButton) SetDragMode

func (r *TRadioButton) SetDragMode(value TDragMode)

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

func (r *TRadioButton) SetOnContextPopup(fn TContextPopupEvent)

func (*TRadioButton) SetOnDblClick

func (r *TRadioButton) SetOnDblClick(fn TNotifyEvent)

func (*TRadioButton) SetOnDragDrop

func (r *TRadioButton) SetOnDragDrop(fn TDragDropEvent)

func (*TRadioButton) SetOnDragOver

func (r *TRadioButton) SetOnDragOver(fn TDragOverEvent)

func (*TRadioButton) SetOnEndDock

func (r *TRadioButton) SetOnEndDock(fn TEndDragEvent)

func (*TRadioButton) SetOnEndDrag

func (r *TRadioButton) SetOnEndDrag(fn TEndDragEvent)

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

func (r *TRadioButton) SetOnStartDock(fn TStartDockEvent)

func (*TRadioButton) SetParent

func (r *TRadioButton) SetParent(value IWinControl)

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

func (r *TRadioButton) SetUseDockManager(value bool)

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

func (r *TRadioButton) UseDockManager() bool

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (r *TRadioGroup) ClassType() TClass

func (*TRadioGroup) ClientHeight

func (r *TRadioGroup) ClientHeight() int32

func (*TRadioGroup) ClientRect

func (r *TRadioGroup) ClientRect() TRect

func (*TRadioGroup) ClientToParent

func (r *TRadioGroup) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TRadioGroup) ClientToScreen

func (r *TRadioGroup) ClientToScreen(Point TPoint) TPoint

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

func (r *TRadioGroup) CustomHint() *TCustomHint

func (*TRadioGroup) DisposeOf added in v1.1.18

func (r *TRadioGroup) DisposeOf()

func (*TRadioGroup) DockSite

func (r *TRadioGroup) DockSite() bool

func (*TRadioGroup) DoubleBuffered

func (r *TRadioGroup) DoubleBuffered() bool

func (*TRadioGroup) DragCursor

func (r *TRadioGroup) DragCursor() TCursor

func (*TRadioGroup) DragKind

func (r *TRadioGroup) DragKind() TDragKind

func (*TRadioGroup) DragMode

func (r *TRadioGroup) DragMode() TDragMode

func (*TRadioGroup) Dragging

func (r *TRadioGroup) Dragging() 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) Floating

func (r *TRadioGroup) Floating() 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

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) InheritsFrom added in v1.1.18

func (r *TRadioGroup) InheritsFrom(AClass TClass) bool

func (*TRadioGroup) Instance

func (r *TRadioGroup) Instance() uintptr

func (*TRadioGroup) InstanceSize added in v1.1.18

func (r *TRadioGroup) InstanceSize() int32

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() *TWinControl

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

func (r *TRadioGroup) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (r *TRadioGroup) ScreenToClient(Point TPoint) TPoint

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

func (r *TRadioGroup) SetCustomHint(value IComponent)

func (*TRadioGroup) SetDockSite

func (r *TRadioGroup) SetDockSite(value bool)

func (*TRadioGroup) SetDoubleBuffered

func (r *TRadioGroup) SetDoubleBuffered(value bool)

func (*TRadioGroup) SetDragCursor

func (r *TRadioGroup) SetDragCursor(value TCursor)

func (*TRadioGroup) SetDragKind

func (r *TRadioGroup) SetDragKind(value TDragKind)

func (*TRadioGroup) SetDragMode

func (r *TRadioGroup) SetDragMode(value TDragMode)

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

func (r *TRadioGroup) SetOnContextPopup(fn TContextPopupEvent)

func (*TRadioGroup) SetOnDragDrop

func (r *TRadioGroup) SetOnDragDrop(fn TDragDropEvent)

func (*TRadioGroup) SetOnDragOver

func (r *TRadioGroup) SetOnDragOver(fn TDragOverEvent)

func (*TRadioGroup) SetOnEndDock

func (r *TRadioGroup) SetOnEndDock(fn TEndDragEvent)

func (*TRadioGroup) SetOnEndDrag

func (r *TRadioGroup) SetOnEndDrag(fn TEndDragEvent)

func (*TRadioGroup) SetOnEnter

func (r *TRadioGroup) SetOnEnter(fn TNotifyEvent)

func (*TRadioGroup) SetOnExit

func (r *TRadioGroup) SetOnExit(fn TNotifyEvent)

func (*TRadioGroup) SetOnStartDock

func (r *TRadioGroup) SetOnStartDock(fn TStartDockEvent)

func (*TRadioGroup) SetParent

func (r *TRadioGroup) SetParent(value IWinControl)

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

func (r *TRadioGroup) SetUseDockManager(value bool)

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

func (r *TRadioGroup) UseDockManager() bool

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) ClassType added in v1.1.18

func (r *TRegistry) ClassType() TClass

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) DisposeOf added in v1.1.18

func (r *TRegistry) DisposeOf()

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) InheritsFrom added in v1.1.18

func (r *TRegistry) InheritsFrom(AClass TClass) bool

func (*TRegistry) Instance

func (r *TRegistry) Instance() uintptr

func (*TRegistry) InstanceSize added in v1.1.18

func (r *TRegistry) InstanceSize() int32

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 TReplaceDialog

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

func NewReplaceDialog

func NewReplaceDialog(owner IComponent) *TReplaceDialog

func ReplaceDialogFromInst

func ReplaceDialogFromInst(inst uintptr) *TReplaceDialog

func ReplaceDialogFromObj

func ReplaceDialogFromObj(obj IObject) *TReplaceDialog

func (*TReplaceDialog) Assign

func (r *TReplaceDialog) Assign(Source IObject)

func (*TReplaceDialog) ClassName

func (r *TReplaceDialog) ClassName() string

func (*TReplaceDialog) ClassType added in v1.1.18

func (r *TReplaceDialog) ClassType() TClass

func (*TReplaceDialog) CloseDialog

func (r *TReplaceDialog) CloseDialog()

func (*TReplaceDialog) ComponentCount

func (r *TReplaceDialog) ComponentCount() int32

func (*TReplaceDialog) ComponentIndex

func (r *TReplaceDialog) ComponentIndex() int32

func (*TReplaceDialog) Components

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

func (*TReplaceDialog) DisposeOf added in v1.1.18

func (r *TReplaceDialog) DisposeOf()

func (*TReplaceDialog) Equals

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

func (*TReplaceDialog) Execute

func (r *TReplaceDialog) Execute() bool

func (*TReplaceDialog) FindComponent

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

func (*TReplaceDialog) FindText

func (r *TReplaceDialog) FindText() string

func (*TReplaceDialog) Free

func (r *TReplaceDialog) Free()

func (*TReplaceDialog) GetHashCode

func (r *TReplaceDialog) GetHashCode() int32

func (*TReplaceDialog) GetNamePath

func (r *TReplaceDialog) GetNamePath() string

func (*TReplaceDialog) Handle

func (r *TReplaceDialog) Handle() HWND

func (*TReplaceDialog) HasParent

func (r *TReplaceDialog) HasParent() bool

func (*TReplaceDialog) InheritsFrom added in v1.1.18

func (r *TReplaceDialog) InheritsFrom(AClass TClass) bool

func (*TReplaceDialog) Instance

func (r *TReplaceDialog) Instance() uintptr

func (*TReplaceDialog) InstanceSize added in v1.1.18

func (r *TReplaceDialog) InstanceSize() int32

func (*TReplaceDialog) IsValid

func (r *TReplaceDialog) IsValid() bool

func (*TReplaceDialog) Left

func (r *TReplaceDialog) Left() int32

func (*TReplaceDialog) Name

func (r *TReplaceDialog) Name() string

func (*TReplaceDialog) Options

func (r *TReplaceDialog) Options() TFindOptions

func (*TReplaceDialog) Owner

func (r *TReplaceDialog) Owner() *TComponent

func (*TReplaceDialog) Position

func (r *TReplaceDialog) Position() TPoint

func (*TReplaceDialog) ReplaceText

func (r *TReplaceDialog) ReplaceText() string

func (*TReplaceDialog) SetComponentIndex

func (r *TReplaceDialog) SetComponentIndex(value int32)

func (*TReplaceDialog) SetFindText

func (r *TReplaceDialog) SetFindText(value string)

func (*TReplaceDialog) SetLeft

func (r *TReplaceDialog) SetLeft(value int32)

func (*TReplaceDialog) SetName

func (r *TReplaceDialog) SetName(value string)

func (*TReplaceDialog) SetOnClose

func (r *TReplaceDialog) SetOnClose(fn TNotifyEvent)

func (*TReplaceDialog) SetOnFind

func (r *TReplaceDialog) SetOnFind(fn TNotifyEvent)

func (*TReplaceDialog) SetOnReplace

func (r *TReplaceDialog) SetOnReplace(fn TNotifyEvent)

func (*TReplaceDialog) SetOnShow

func (r *TReplaceDialog) SetOnShow(fn TNotifyEvent)

func (*TReplaceDialog) SetOptions

func (r *TReplaceDialog) SetOptions(value TFindOptions)

func (*TReplaceDialog) SetPosition

func (r *TReplaceDialog) SetPosition(value TPoint)

func (*TReplaceDialog) SetReplaceText

func (r *TReplaceDialog) SetReplaceText(value string)

func (*TReplaceDialog) SetTag

func (r *TReplaceDialog) SetTag(value int)

func (*TReplaceDialog) SetTop

func (r *TReplaceDialog) SetTop(value int32)

func (*TReplaceDialog) Tag

func (r *TReplaceDialog) Tag() int

func (*TReplaceDialog) ToString

func (r *TReplaceDialog) ToString() string

func (*TReplaceDialog) Top

func (r *TReplaceDialog) Top() int32

type TRichEdit

type TRichEdit struct {
	IWinControl
	// 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) CanUndo

func (r *TRichEdit) CanUndo() bool

func (*TRichEdit) CaretPos

func (r *TRichEdit) CaretPos() TPoint

func (*TRichEdit) ClassName

func (r *TRichEdit) ClassName() string

func (*TRichEdit) ClassType added in v1.1.18

func (r *TRichEdit) ClassType() TClass

func (*TRichEdit) Clear

func (r *TRichEdit) Clear()

func (*TRichEdit) ClearSelection

func (r *TRichEdit) ClearSelection()

func (*TRichEdit) ClearUndo

func (r *TRichEdit) ClearUndo()

func (*TRichEdit) ClientHeight

func (r *TRichEdit) ClientHeight() int32

func (*TRichEdit) ClientRect

func (r *TRichEdit) ClientRect() TRect

func (*TRichEdit) ClientToParent

func (r *TRichEdit) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TRichEdit) ClientToScreen

func (r *TRichEdit) ClientToScreen(Point TPoint) TPoint

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

func (r *TRichEdit) CustomHint() *TCustomHint

func (*TRichEdit) CutToClipboard

func (r *TRichEdit) CutToClipboard()

func (*TRichEdit) DefAttributes

func (r *TRichEdit) DefAttributes() *TTextAttributes

func (*TRichEdit) DisposeOf added in v1.1.18

func (r *TRichEdit) DisposeOf()

func (*TRichEdit) DockSite

func (r *TRichEdit) DockSite() bool

func (*TRichEdit) DoubleBuffered

func (r *TRichEdit) DoubleBuffered() bool

func (*TRichEdit) DragCursor

func (r *TRichEdit) DragCursor() TCursor

func (*TRichEdit) DragKind

func (r *TRichEdit) DragKind() TDragKind

func (*TRichEdit) DragMode

func (r *TRichEdit) DragMode() TDragMode

func (*TRichEdit) Dragging

func (r *TRichEdit) Dragging() 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) Floating

func (r *TRichEdit) Floating() 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

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) InheritsFrom added in v1.1.18

func (r *TRichEdit) InheritsFrom(AClass TClass) bool

func (*TRichEdit) Instance

func (r *TRichEdit) Instance() uintptr

func (*TRichEdit) InstanceSize added in v1.1.18

func (r *TRichEdit) InstanceSize() int32

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() *TWinControl

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

func (r *TRichEdit) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (r *TRichEdit) ScreenToClient(Point TPoint) TPoint

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

func (r *TRichEdit) SetCustomHint(value IComponent)

func (*TRichEdit) SetDefAttributes

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

func (*TRichEdit) SetDockSite

func (r *TRichEdit) SetDockSite(value bool)

func (*TRichEdit) SetDoubleBuffered

func (r *TRichEdit) SetDoubleBuffered(value bool)

func (*TRichEdit) SetDragCursor

func (r *TRichEdit) SetDragCursor(value TCursor)

func (*TRichEdit) SetDragKind

func (r *TRichEdit) SetDragKind(value TDragKind)

func (*TRichEdit) SetDragMode

func (r *TRichEdit) SetDragMode(value TDragMode)

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

func (r *TRichEdit) SetOnContextPopup(fn TContextPopupEvent)

func (*TRichEdit) SetOnDblClick

func (r *TRichEdit) SetOnDblClick(fn TNotifyEvent)

func (*TRichEdit) SetOnDragDrop

func (r *TRichEdit) SetOnDragDrop(fn TDragDropEvent)

func (*TRichEdit) SetOnDragOver

func (r *TRichEdit) SetOnDragOver(fn TDragOverEvent)

func (*TRichEdit) SetOnEndDock

func (r *TRichEdit) SetOnEndDock(fn TEndDragEvent)

func (*TRichEdit) SetOnEndDrag

func (r *TRichEdit) SetOnEndDrag(fn TEndDragEvent)

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

func (r *TRichEdit) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TRichEdit) SetOnMouseWheelUp

func (r *TRichEdit) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TRichEdit) SetOnStartDock

func (r *TRichEdit) SetOnStartDock(fn TStartDockEvent)

func (*TRichEdit) SetPageRect

func (r *TRichEdit) SetPageRect(value TRect)

func (*TRichEdit) SetParent

func (r *TRichEdit) SetParent(value IWinControl)

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

func (r *TRichEdit) SetUseDockManager(value bool)

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

func (r *TRichEdit) Undo()

func (*TRichEdit) Update

func (r *TRichEdit) Update()

func (*TRichEdit) UseDockManager

func (r *TRichEdit) UseDockManager() bool

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) ClassType added in v1.1.18

func (s *TSaveDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (s *TSaveDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TSaveDialog) InheritsFrom(AClass TClass) bool

func (*TSaveDialog) InitialDir

func (s *TSaveDialog) InitialDir() string

func (*TSaveDialog) Instance

func (s *TSaveDialog) Instance() uintptr

func (*TSaveDialog) InstanceSize added in v1.1.18

func (s *TSaveDialog) InstanceSize() int32

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) ClassType added in v1.1.18

func (s *TSavePictureDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (s *TSavePictureDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TSavePictureDialog) InheritsFrom(AClass TClass) bool

func (*TSavePictureDialog) InitialDir

func (s *TSavePictureDialog) InitialDir() string

func (*TSavePictureDialog) Instance

func (s *TSavePictureDialog) Instance() uintptr

func (*TSavePictureDialog) InstanceSize added in v1.1.18

func (s *TSavePictureDialog) InstanceSize() int32

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) ClassType added in v1.1.18

func (s *TSaveTextFileDialog) ClassType() TClass

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) DisposeOf added in v1.1.18

func (s *TSaveTextFileDialog) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TSaveTextFileDialog) InheritsFrom(AClass TClass) bool

func (*TSaveTextFileDialog) InitialDir

func (s *TSaveTextFileDialog) InitialDir() string

func (*TSaveTextFileDialog) Instance

func (s *TSaveTextFileDialog) Instance() uintptr

func (*TSaveTextFileDialog) InstanceSize added in v1.1.18

func (s *TSaveTextFileDialog) InstanceSize() int32

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) ClassType added in v1.1.18

func (s *TScreen) ClassType() TClass

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) DisposeOf added in v1.1.18

func (s *TScreen) DisposeOf()

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

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) InheritsFrom added in v1.1.18

func (s *TScreen) InheritsFrom(AClass TClass) bool

func (*TScreen) Instance

func (s *TScreen) Instance() uintptr

func (*TScreen) InstanceSize added in v1.1.18

func (s *TScreen) InstanceSize() int32

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

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

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

func NewScrollBar

func NewScrollBar(owner IComponent) *TScrollBar

func ScrollBarFromInst

func ScrollBarFromInst(inst uintptr) *TScrollBar

func ScrollBarFromObj

func ScrollBarFromObj(obj IObject) *TScrollBar

func (*TScrollBar) Action

func (s *TScrollBar) Action() *TAction

func (*TScrollBar) Align

func (s *TScrollBar) Align() TAlign

func (*TScrollBar) AlignWithMargins

func (s *TScrollBar) AlignWithMargins() bool

func (*TScrollBar) Anchors

func (s *TScrollBar) Anchors() TAnchors

func (*TScrollBar) Assign

func (s *TScrollBar) Assign(Source IObject)

func (*TScrollBar) BiDiMode

func (s *TScrollBar) BiDiMode() TBiDiMode

func (*TScrollBar) BoundsRect

func (s *TScrollBar) BoundsRect() TRect

func (*TScrollBar) BringToFront

func (s *TScrollBar) BringToFront()

func (*TScrollBar) Brush

func (s *TScrollBar) Brush() *TBrush

func (*TScrollBar) CanFocus

func (s *TScrollBar) CanFocus() bool

func (*TScrollBar) ClassName

func (s *TScrollBar) ClassName() string

func (*TScrollBar) ClassType added in v1.1.18

func (s *TScrollBar) ClassType() TClass

func (*TScrollBar) ClientHeight

func (s *TScrollBar) ClientHeight() int32

func (*TScrollBar) ClientRect

func (s *TScrollBar) ClientRect() TRect

func (*TScrollBar) ClientToParent

func (s *TScrollBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TScrollBar) ClientToScreen

func (s *TScrollBar) ClientToScreen(Point TPoint) TPoint

func (*TScrollBar) ClientWidth

func (s *TScrollBar) ClientWidth() int32

func (*TScrollBar) ComponentCount

func (s *TScrollBar) ComponentCount() int32

func (*TScrollBar) ComponentIndex

func (s *TScrollBar) ComponentIndex() int32

func (*TScrollBar) Components

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

func (*TScrollBar) ControlCount

func (s *TScrollBar) ControlCount() int32

func (*TScrollBar) Controls

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

func (*TScrollBar) Cursor

func (s *TScrollBar) Cursor() TCursor

func (*TScrollBar) CustomHint

func (s *TScrollBar) CustomHint() *TCustomHint

func (*TScrollBar) DisposeOf added in v1.1.18

func (s *TScrollBar) DisposeOf()

func (*TScrollBar) DockSite

func (s *TScrollBar) DockSite() bool

func (*TScrollBar) DoubleBuffered

func (s *TScrollBar) DoubleBuffered() bool

func (*TScrollBar) DragCursor

func (s *TScrollBar) DragCursor() TCursor

func (*TScrollBar) DragKind

func (s *TScrollBar) DragKind() TDragKind

func (*TScrollBar) DragMode

func (s *TScrollBar) DragMode() TDragMode

func (*TScrollBar) Dragging

func (s *TScrollBar) Dragging() bool

func (*TScrollBar) Enabled

func (s *TScrollBar) Enabled() bool

func (*TScrollBar) Equals

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

func (*TScrollBar) ExplicitHeight

func (s *TScrollBar) ExplicitHeight() int32

func (*TScrollBar) ExplicitLeft

func (s *TScrollBar) ExplicitLeft() int32

func (*TScrollBar) ExplicitTop

func (s *TScrollBar) ExplicitTop() int32

func (*TScrollBar) ExplicitWidth

func (s *TScrollBar) ExplicitWidth() int32

func (*TScrollBar) FindComponent

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

func (*TScrollBar) FlipChildren

func (s *TScrollBar) FlipChildren(AllLevels bool)

func (*TScrollBar) Floating

func (s *TScrollBar) Floating() bool

func (*TScrollBar) Focused

func (s *TScrollBar) Focused() bool

func (*TScrollBar) Free

func (s *TScrollBar) Free()

func (*TScrollBar) GetHashCode

func (s *TScrollBar) GetHashCode() int32

func (*TScrollBar) GetNamePath

func (s *TScrollBar) GetNamePath() string

func (*TScrollBar) GetTextBuf

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

func (*TScrollBar) GetTextLen

func (s *TScrollBar) GetTextLen() int32

func (*TScrollBar) Handle

func (s *TScrollBar) Handle() HWND

func (*TScrollBar) HandleAllocated

func (s *TScrollBar) HandleAllocated() bool

func (*TScrollBar) HasParent

func (s *TScrollBar) HasParent() bool

func (*TScrollBar) Height

func (s *TScrollBar) Height() int32

func (*TScrollBar) Hide

func (s *TScrollBar) Hide()

func (*TScrollBar) Hint

func (s *TScrollBar) Hint() string

func (*TScrollBar) InheritsFrom added in v1.1.18

func (s *TScrollBar) InheritsFrom(AClass TClass) bool

func (*TScrollBar) Instance

func (s *TScrollBar) Instance() uintptr

func (*TScrollBar) InstanceSize added in v1.1.18

func (s *TScrollBar) InstanceSize() int32

func (*TScrollBar) Invalidate

func (s *TScrollBar) Invalidate()

func (*TScrollBar) IsValid

func (s *TScrollBar) IsValid() bool

func (*TScrollBar) Kind

func (s *TScrollBar) Kind() TScrollBarKind

func (*TScrollBar) LargeChange

func (s *TScrollBar) LargeChange() TScrollBarInc

func (*TScrollBar) Left

func (s *TScrollBar) Left() int32

func (*TScrollBar) Margins

func (s *TScrollBar) Margins() *TMargins

func (*TScrollBar) Max

func (s *TScrollBar) Max() int32

func (*TScrollBar) Min

func (s *TScrollBar) Min() int32

func (*TScrollBar) Name

func (s *TScrollBar) Name() string

func (*TScrollBar) Owner

func (s *TScrollBar) Owner() *TComponent

func (*TScrollBar) PageSize

func (s *TScrollBar) PageSize() int32

func (*TScrollBar) Parent

func (s *TScrollBar) Parent() *TWinControl

func (*TScrollBar) ParentCtl3D

func (s *TScrollBar) ParentCtl3D() bool

func (*TScrollBar) ParentDoubleBuffered

func (s *TScrollBar) ParentDoubleBuffered() bool

func (*TScrollBar) ParentShowHint

func (s *TScrollBar) ParentShowHint() bool

func (*TScrollBar) ParentToClient

func (s *TScrollBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TScrollBar) ParentWindow

func (s *TScrollBar) ParentWindow() HWND

func (*TScrollBar) Perform

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

func (*TScrollBar) PopupMenu

func (s *TScrollBar) PopupMenu() *TPopupMenu

func (*TScrollBar) Position

func (s *TScrollBar) Position() int32

func (*TScrollBar) Realign

func (s *TScrollBar) Realign()

func (*TScrollBar) Refresh

func (s *TScrollBar) Refresh()

func (*TScrollBar) Repaint

func (s *TScrollBar) Repaint()

func (*TScrollBar) ScaleBy

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

func (*TScrollBar) ScreenToClient

func (s *TScrollBar) ScreenToClient(Point TPoint) TPoint

func (*TScrollBar) SendToBack

func (s *TScrollBar) SendToBack()

func (*TScrollBar) SetAction

func (s *TScrollBar) SetAction(value IComponent)

func (*TScrollBar) SetAlign

func (s *TScrollBar) SetAlign(value TAlign)

func (*TScrollBar) SetAlignWithMargins

func (s *TScrollBar) SetAlignWithMargins(value bool)

func (*TScrollBar) SetAnchors

func (s *TScrollBar) SetAnchors(value TAnchors)

func (*TScrollBar) SetBiDiMode

func (s *TScrollBar) SetBiDiMode(value TBiDiMode)

func (*TScrollBar) SetBounds

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

func (*TScrollBar) SetBoundsRect

func (s *TScrollBar) SetBoundsRect(value TRect)

func (*TScrollBar) SetClientHeight

func (s *TScrollBar) SetClientHeight(value int32)

func (*TScrollBar) SetClientWidth

func (s *TScrollBar) SetClientWidth(value int32)

func (*TScrollBar) SetComponentIndex

func (s *TScrollBar) SetComponentIndex(value int32)

func (*TScrollBar) SetCursor

func (s *TScrollBar) SetCursor(value TCursor)

func (*TScrollBar) SetCustomHint

func (s *TScrollBar) SetCustomHint(value IComponent)

func (*TScrollBar) SetDockSite

func (s *TScrollBar) SetDockSite(value bool)

func (*TScrollBar) SetDoubleBuffered

func (s *TScrollBar) SetDoubleBuffered(value bool)

func (*TScrollBar) SetDragCursor

func (s *TScrollBar) SetDragCursor(value TCursor)

func (*TScrollBar) SetDragKind

func (s *TScrollBar) SetDragKind(value TDragKind)

func (*TScrollBar) SetDragMode

func (s *TScrollBar) SetDragMode(value TDragMode)

func (*TScrollBar) SetEnabled

func (s *TScrollBar) SetEnabled(value bool)

func (*TScrollBar) SetFocus

func (s *TScrollBar) SetFocus()

func (*TScrollBar) SetHeight

func (s *TScrollBar) SetHeight(value int32)

func (*TScrollBar) SetHint

func (s *TScrollBar) SetHint(value string)

func (*TScrollBar) SetKind

func (s *TScrollBar) SetKind(value TScrollBarKind)

func (*TScrollBar) SetLargeChange

func (s *TScrollBar) SetLargeChange(value TScrollBarInc)

func (*TScrollBar) SetLeft

func (s *TScrollBar) SetLeft(value int32)

func (*TScrollBar) SetMargins

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

func (*TScrollBar) SetMax

func (s *TScrollBar) SetMax(value int32)

func (*TScrollBar) SetMin

func (s *TScrollBar) SetMin(value int32)

func (*TScrollBar) SetName

func (s *TScrollBar) SetName(value string)

func (*TScrollBar) SetOnChange

func (s *TScrollBar) SetOnChange(fn TNotifyEvent)

func (*TScrollBar) SetOnContextPopup

func (s *TScrollBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TScrollBar) SetOnDragDrop

func (s *TScrollBar) SetOnDragDrop(fn TDragDropEvent)

func (*TScrollBar) SetOnDragOver

func (s *TScrollBar) SetOnDragOver(fn TDragOverEvent)

func (*TScrollBar) SetOnEndDock

func (s *TScrollBar) SetOnEndDock(fn TEndDragEvent)

func (*TScrollBar) SetOnEndDrag

func (s *TScrollBar) SetOnEndDrag(fn TEndDragEvent)

func (*TScrollBar) SetOnEnter

func (s *TScrollBar) SetOnEnter(fn TNotifyEvent)

func (*TScrollBar) SetOnExit

func (s *TScrollBar) SetOnExit(fn TNotifyEvent)

func (*TScrollBar) SetOnKeyDown

func (s *TScrollBar) SetOnKeyDown(fn TKeyEvent)

func (*TScrollBar) SetOnKeyPress

func (s *TScrollBar) SetOnKeyPress(fn TKeyPressEvent)

func (*TScrollBar) SetOnKeyUp

func (s *TScrollBar) SetOnKeyUp(fn TKeyEvent)

func (*TScrollBar) SetOnMouseEnter

func (s *TScrollBar) SetOnMouseEnter(fn TNotifyEvent)

func (*TScrollBar) SetOnMouseLeave

func (s *TScrollBar) SetOnMouseLeave(fn TNotifyEvent)

func (*TScrollBar) SetOnStartDock

func (s *TScrollBar) SetOnStartDock(fn TStartDockEvent)

func (*TScrollBar) SetPageSize

func (s *TScrollBar) SetPageSize(value int32)

func (*TScrollBar) SetParams

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

func (*TScrollBar) SetParent

func (s *TScrollBar) SetParent(value IWinControl)

func (*TScrollBar) SetParentCtl3D

func (s *TScrollBar) SetParentCtl3D(value bool)

func (*TScrollBar) SetParentDoubleBuffered

func (s *TScrollBar) SetParentDoubleBuffered(value bool)

func (*TScrollBar) SetParentShowHint

func (s *TScrollBar) SetParentShowHint(value bool)

func (*TScrollBar) SetParentWindow

func (s *TScrollBar) SetParentWindow(value HWND)

func (*TScrollBar) SetPopupMenu

func (s *TScrollBar) SetPopupMenu(value IComponent)

func (*TScrollBar) SetPosition

func (s *TScrollBar) SetPosition(value int32)

func (*TScrollBar) SetShowHint

func (s *TScrollBar) SetShowHint(value bool)

func (*TScrollBar) SetSmallChange

func (s *TScrollBar) SetSmallChange(value TScrollBarInc)

func (*TScrollBar) SetStyleElements

func (s *TScrollBar) SetStyleElements(value TStyleElements)

func (*TScrollBar) SetTabOrder

func (s *TScrollBar) SetTabOrder(value uint16)

func (*TScrollBar) SetTabStop

func (s *TScrollBar) SetTabStop(value bool)

func (*TScrollBar) SetTag

func (s *TScrollBar) SetTag(value int)

func (*TScrollBar) SetTop

func (s *TScrollBar) SetTop(value int32)

func (*TScrollBar) SetUseDockManager

func (s *TScrollBar) SetUseDockManager(value bool)

func (*TScrollBar) SetVisible

func (s *TScrollBar) SetVisible(value bool)

func (*TScrollBar) SetWidth

func (s *TScrollBar) SetWidth(value int32)

func (*TScrollBar) Show

func (s *TScrollBar) Show()

func (*TScrollBar) ShowHint

func (s *TScrollBar) ShowHint() bool

func (*TScrollBar) SmallChange

func (s *TScrollBar) SmallChange() TScrollBarInc

func (*TScrollBar) StyleElements

func (s *TScrollBar) StyleElements() TStyleElements

func (*TScrollBar) TabOrder

func (s *TScrollBar) TabOrder() uint16

func (*TScrollBar) TabStop

func (s *TScrollBar) TabStop() bool

func (*TScrollBar) Tag

func (s *TScrollBar) Tag() int

func (*TScrollBar) ToString

func (s *TScrollBar) ToString() string

func (*TScrollBar) Top

func (s *TScrollBar) Top() int32

func (*TScrollBar) Update

func (s *TScrollBar) Update()

func (*TScrollBar) UseDockManager

func (s *TScrollBar) UseDockManager() bool

func (*TScrollBar) Visible

func (s *TScrollBar) Visible() bool

func (*TScrollBar) Width

func (s *TScrollBar) Width() int32

type TScrollBox

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

func NewScrollBox

func NewScrollBox(owner IComponent) *TScrollBox

func ScrollBoxFromInst

func ScrollBoxFromInst(inst uintptr) *TScrollBox

func ScrollBoxFromObj

func ScrollBoxFromObj(obj IObject) *TScrollBox

func (*TScrollBox) Action

func (s *TScrollBox) Action() *TAction

func (*TScrollBox) Align

func (s *TScrollBox) Align() TAlign

func (*TScrollBox) AlignWithMargins

func (s *TScrollBox) AlignWithMargins() bool

func (*TScrollBox) Anchors

func (s *TScrollBox) Anchors() TAnchors

func (*TScrollBox) Assign

func (s *TScrollBox) Assign(Source IObject)

func (*TScrollBox) AutoSize

func (s *TScrollBox) AutoSize() bool

func (*TScrollBox) BevelEdges

func (s *TScrollBox) BevelEdges() TBevelEdges

func (*TScrollBox) BevelInner

func (s *TScrollBox) BevelInner() TBevelCut

func (*TScrollBox) BevelKind

func (s *TScrollBox) BevelKind() TBevelKind

func (*TScrollBox) BevelOuter

func (s *TScrollBox) BevelOuter() TBevelCut

func (*TScrollBox) BiDiMode

func (s *TScrollBox) BiDiMode() TBiDiMode

func (*TScrollBox) BorderStyle

func (s *TScrollBox) BorderStyle() TBorderStyle

func (*TScrollBox) BoundsRect

func (s *TScrollBox) BoundsRect() TRect

func (*TScrollBox) BringToFront

func (s *TScrollBox) BringToFront()

func (*TScrollBox) Brush

func (s *TScrollBox) Brush() *TBrush

func (*TScrollBox) CanFocus

func (s *TScrollBox) CanFocus() bool

func (*TScrollBox) ClassName

func (s *TScrollBox) ClassName() string

func (*TScrollBox) ClassType added in v1.1.18

func (s *TScrollBox) ClassType() TClass

func (*TScrollBox) ClientHeight

func (s *TScrollBox) ClientHeight() int32

func (*TScrollBox) ClientRect

func (s *TScrollBox) ClientRect() TRect

func (*TScrollBox) ClientToParent

func (s *TScrollBox) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TScrollBox) ClientToScreen

func (s *TScrollBox) ClientToScreen(Point TPoint) TPoint

func (*TScrollBox) ClientWidth

func (s *TScrollBox) ClientWidth() int32

func (*TScrollBox) Color

func (s *TScrollBox) Color() TColor

func (*TScrollBox) ComponentCount

func (s *TScrollBox) ComponentCount() int32

func (*TScrollBox) ComponentIndex

func (s *TScrollBox) ComponentIndex() int32

func (*TScrollBox) Components

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

func (*TScrollBox) ControlCount

func (s *TScrollBox) ControlCount() int32

func (*TScrollBox) Controls

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

func (*TScrollBox) Cursor

func (s *TScrollBox) Cursor() TCursor

func (*TScrollBox) CustomHint

func (s *TScrollBox) CustomHint() *TCustomHint

func (*TScrollBox) DisposeOf added in v1.1.18

func (s *TScrollBox) DisposeOf()

func (*TScrollBox) DockSite

func (s *TScrollBox) DockSite() bool

func (*TScrollBox) DoubleBuffered

func (s *TScrollBox) DoubleBuffered() bool

func (*TScrollBox) DragCursor

func (s *TScrollBox) DragCursor() TCursor

func (*TScrollBox) DragKind

func (s *TScrollBox) DragKind() TDragKind

func (*TScrollBox) DragMode

func (s *TScrollBox) DragMode() TDragMode

func (*TScrollBox) Dragging

func (s *TScrollBox) Dragging() bool

func (*TScrollBox) Enabled

func (s *TScrollBox) Enabled() bool

func (*TScrollBox) Equals

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

func (*TScrollBox) ExplicitHeight

func (s *TScrollBox) ExplicitHeight() int32

func (*TScrollBox) ExplicitLeft

func (s *TScrollBox) ExplicitLeft() int32

func (*TScrollBox) ExplicitTop

func (s *TScrollBox) ExplicitTop() int32

func (*TScrollBox) ExplicitWidth

func (s *TScrollBox) ExplicitWidth() int32

func (*TScrollBox) FindComponent

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

func (*TScrollBox) FlipChildren

func (s *TScrollBox) FlipChildren(AllLevels bool)

func (*TScrollBox) Floating

func (s *TScrollBox) Floating() bool

func (*TScrollBox) Focused

func (s *TScrollBox) Focused() bool

func (*TScrollBox) Font

func (s *TScrollBox) Font() *TFont

func (*TScrollBox) Free

func (s *TScrollBox) Free()

func (*TScrollBox) GetHashCode

func (s *TScrollBox) GetHashCode() int32

func (*TScrollBox) GetNamePath

func (s *TScrollBox) GetNamePath() string

func (*TScrollBox) GetTextBuf

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

func (*TScrollBox) GetTextLen

func (s *TScrollBox) GetTextLen() int32

func (*TScrollBox) Handle

func (s *TScrollBox) Handle() HWND

func (*TScrollBox) HandleAllocated

func (s *TScrollBox) HandleAllocated() bool

func (*TScrollBox) HasParent

func (s *TScrollBox) HasParent() bool

func (*TScrollBox) Height

func (s *TScrollBox) Height() int32

func (*TScrollBox) Hide

func (s *TScrollBox) Hide()

func (*TScrollBox) Hint

func (s *TScrollBox) Hint() string

func (*TScrollBox) InheritsFrom added in v1.1.18

func (s *TScrollBox) InheritsFrom(AClass TClass) bool

func (*TScrollBox) Instance

func (s *TScrollBox) Instance() uintptr

func (*TScrollBox) InstanceSize added in v1.1.18

func (s *TScrollBox) InstanceSize() int32

func (*TScrollBox) Invalidate

func (s *TScrollBox) Invalidate()

func (*TScrollBox) IsValid

func (s *TScrollBox) IsValid() bool

func (*TScrollBox) Left

func (s *TScrollBox) Left() int32

func (*TScrollBox) Margins

func (s *TScrollBox) Margins() *TMargins

func (*TScrollBox) Name

func (s *TScrollBox) Name() string

func (*TScrollBox) Owner

func (s *TScrollBox) Owner() *TComponent

func (*TScrollBox) Parent

func (s *TScrollBox) Parent() *TWinControl

func (*TScrollBox) ParentBackground

func (s *TScrollBox) ParentBackground() bool

func (*TScrollBox) ParentColor

func (s *TScrollBox) ParentColor() bool

func (*TScrollBox) ParentCtl3D

func (s *TScrollBox) ParentCtl3D() bool

func (*TScrollBox) ParentDoubleBuffered

func (s *TScrollBox) ParentDoubleBuffered() bool

func (*TScrollBox) ParentFont

func (s *TScrollBox) ParentFont() bool

func (*TScrollBox) ParentShowHint

func (s *TScrollBox) ParentShowHint() bool

func (*TScrollBox) ParentToClient

func (s *TScrollBox) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TScrollBox) ParentWindow

func (s *TScrollBox) ParentWindow() HWND

func (*TScrollBox) Perform

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

func (*TScrollBox) PopupMenu

func (s *TScrollBox) PopupMenu() *TPopupMenu

func (*TScrollBox) Realign

func (s *TScrollBox) Realign()

func (*TScrollBox) Refresh

func (s *TScrollBox) Refresh()

func (*TScrollBox) Repaint

func (s *TScrollBox) Repaint()

func (*TScrollBox) ScaleBy

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

func (*TScrollBox) ScreenToClient

func (s *TScrollBox) ScreenToClient(Point TPoint) TPoint

func (*TScrollBox) SendToBack

func (s *TScrollBox) SendToBack()

func (*TScrollBox) SetAction

func (s *TScrollBox) SetAction(value IComponent)

func (*TScrollBox) SetAlign

func (s *TScrollBox) SetAlign(value TAlign)

func (*TScrollBox) SetAlignWithMargins

func (s *TScrollBox) SetAlignWithMargins(value bool)

func (*TScrollBox) SetAnchors

func (s *TScrollBox) SetAnchors(value TAnchors)

func (*TScrollBox) SetAutoSize

func (s *TScrollBox) SetAutoSize(value bool)

func (*TScrollBox) SetBevelEdges

func (s *TScrollBox) SetBevelEdges(value TBevelEdges)

func (*TScrollBox) SetBevelInner

func (s *TScrollBox) SetBevelInner(value TBevelCut)

func (*TScrollBox) SetBevelKind

func (s *TScrollBox) SetBevelKind(value TBevelKind)

func (*TScrollBox) SetBevelOuter

func (s *TScrollBox) SetBevelOuter(value TBevelCut)

func (*TScrollBox) SetBiDiMode

func (s *TScrollBox) SetBiDiMode(value TBiDiMode)

func (*TScrollBox) SetBorderStyle

func (s *TScrollBox) SetBorderStyle(value TBorderStyle)

func (*TScrollBox) SetBounds

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

func (*TScrollBox) SetBoundsRect

func (s *TScrollBox) SetBoundsRect(value TRect)

func (*TScrollBox) SetClientHeight

func (s *TScrollBox) SetClientHeight(value int32)

func (*TScrollBox) SetClientWidth

func (s *TScrollBox) SetClientWidth(value int32)

func (*TScrollBox) SetColor

func (s *TScrollBox) SetColor(value TColor)

func (*TScrollBox) SetComponentIndex

func (s *TScrollBox) SetComponentIndex(value int32)

func (*TScrollBox) SetCursor

func (s *TScrollBox) SetCursor(value TCursor)

func (*TScrollBox) SetCustomHint

func (s *TScrollBox) SetCustomHint(value IComponent)

func (*TScrollBox) SetDockSite

func (s *TScrollBox) SetDockSite(value bool)

func (*TScrollBox) SetDoubleBuffered

func (s *TScrollBox) SetDoubleBuffered(value bool)

func (*TScrollBox) SetDragCursor

func (s *TScrollBox) SetDragCursor(value TCursor)

func (*TScrollBox) SetDragKind

func (s *TScrollBox) SetDragKind(value TDragKind)

func (*TScrollBox) SetDragMode

func (s *TScrollBox) SetDragMode(value TDragMode)

func (*TScrollBox) SetEnabled

func (s *TScrollBox) SetEnabled(value bool)

func (*TScrollBox) SetFocus

func (s *TScrollBox) SetFocus()

func (*TScrollBox) SetFont

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

func (*TScrollBox) SetHeight

func (s *TScrollBox) SetHeight(value int32)

func (*TScrollBox) SetHint

func (s *TScrollBox) SetHint(value string)

func (*TScrollBox) SetLeft

func (s *TScrollBox) SetLeft(value int32)

func (*TScrollBox) SetMargins

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

func (*TScrollBox) SetName

func (s *TScrollBox) SetName(value string)

func (*TScrollBox) SetOnClick

func (s *TScrollBox) SetOnClick(fn TNotifyEvent)

func (*TScrollBox) SetOnContextPopup

func (s *TScrollBox) SetOnContextPopup(fn TContextPopupEvent)

func (*TScrollBox) SetOnDblClick

func (s *TScrollBox) SetOnDblClick(fn TNotifyEvent)

func (*TScrollBox) SetOnDockDrop

func (s *TScrollBox) SetOnDockDrop(fn TDockDropEvent)

func (*TScrollBox) SetOnDragDrop

func (s *TScrollBox) SetOnDragDrop(fn TDragDropEvent)

func (*TScrollBox) SetOnDragOver

func (s *TScrollBox) SetOnDragOver(fn TDragOverEvent)

func (*TScrollBox) SetOnEndDock

func (s *TScrollBox) SetOnEndDock(fn TEndDragEvent)

func (*TScrollBox) SetOnEndDrag

func (s *TScrollBox) SetOnEndDrag(fn TEndDragEvent)

func (*TScrollBox) SetOnEnter

func (s *TScrollBox) SetOnEnter(fn TNotifyEvent)

func (*TScrollBox) SetOnExit

func (s *TScrollBox) SetOnExit(fn TNotifyEvent)

func (*TScrollBox) SetOnGetSiteInfo

func (s *TScrollBox) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

func (*TScrollBox) SetOnMouseDown

func (s *TScrollBox) SetOnMouseDown(fn TMouseEvent)

func (*TScrollBox) SetOnMouseEnter

func (s *TScrollBox) SetOnMouseEnter(fn TNotifyEvent)

func (*TScrollBox) SetOnMouseLeave

func (s *TScrollBox) SetOnMouseLeave(fn TNotifyEvent)

func (*TScrollBox) SetOnMouseMove

func (s *TScrollBox) SetOnMouseMove(fn TMouseMoveEvent)

func (*TScrollBox) SetOnMouseUp

func (s *TScrollBox) SetOnMouseUp(fn TMouseEvent)

func (*TScrollBox) SetOnMouseWheel

func (s *TScrollBox) SetOnMouseWheel(fn TMouseWheelEvent)

func (*TScrollBox) SetOnMouseWheelDown

func (s *TScrollBox) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TScrollBox) SetOnMouseWheelUp

func (s *TScrollBox) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TScrollBox) SetOnResize

func (s *TScrollBox) SetOnResize(fn TNotifyEvent)

func (*TScrollBox) SetOnStartDock

func (s *TScrollBox) SetOnStartDock(fn TStartDockEvent)

func (*TScrollBox) SetOnUnDock

func (s *TScrollBox) SetOnUnDock(fn TUnDockEvent)

func (*TScrollBox) SetParent

func (s *TScrollBox) SetParent(value IWinControl)

func (*TScrollBox) SetParentBackground

func (s *TScrollBox) SetParentBackground(value bool)

func (*TScrollBox) SetParentColor

func (s *TScrollBox) SetParentColor(value bool)

func (*TScrollBox) SetParentCtl3D

func (s *TScrollBox) SetParentCtl3D(value bool)

func (*TScrollBox) SetParentDoubleBuffered

func (s *TScrollBox) SetParentDoubleBuffered(value bool)

func (*TScrollBox) SetParentFont

func (s *TScrollBox) SetParentFont(value bool)

func (*TScrollBox) SetParentShowHint

func (s *TScrollBox) SetParentShowHint(value bool)

func (*TScrollBox) SetParentWindow

func (s *TScrollBox) SetParentWindow(value HWND)

func (*TScrollBox) SetPopupMenu

func (s *TScrollBox) SetPopupMenu(value IComponent)

func (*TScrollBox) SetShowHint

func (s *TScrollBox) SetShowHint(value bool)

func (*TScrollBox) SetStyleElements

func (s *TScrollBox) SetStyleElements(value TStyleElements)

func (*TScrollBox) SetTabOrder

func (s *TScrollBox) SetTabOrder(value uint16)

func (*TScrollBox) SetTabStop

func (s *TScrollBox) SetTabStop(value bool)

func (*TScrollBox) SetTag

func (s *TScrollBox) SetTag(value int)

func (*TScrollBox) SetTop

func (s *TScrollBox) SetTop(value int32)

func (*TScrollBox) SetUseDockManager

func (s *TScrollBox) SetUseDockManager(value bool)

func (*TScrollBox) SetVisible

func (s *TScrollBox) SetVisible(value bool)

func (*TScrollBox) SetWidth

func (s *TScrollBox) SetWidth(value int32)

func (*TScrollBox) Show

func (s *TScrollBox) Show()

func (*TScrollBox) ShowHint

func (s *TScrollBox) ShowHint() bool

func (*TScrollBox) StyleElements

func (s *TScrollBox) StyleElements() TStyleElements

func (*TScrollBox) TabOrder

func (s *TScrollBox) TabOrder() uint16

func (*TScrollBox) TabStop

func (s *TScrollBox) TabStop() bool

func (*TScrollBox) Tag

func (s *TScrollBox) Tag() int

func (*TScrollBox) ToString

func (s *TScrollBox) ToString() string

func (*TScrollBox) Top

func (s *TScrollBox) Top() int32

func (*TScrollBox) Update

func (s *TScrollBox) Update()

func (*TScrollBox) UseDockManager

func (s *TScrollBox) UseDockManager() bool

func (*TScrollBox) Visible

func (s *TScrollBox) Visible() bool

func (*TScrollBox) Width

func (s *TScrollBox) Width() int32

type TSectionDragEvent added in v1.1.19

type TSectionDragEvent func(sender IObject, fromSection, toSection *THeaderSection, allowDrag *bool)

TSectionDragEvent = procedure (Sender: TObject; FromSection, ToSection: THeaderSection; var AllowDrag: Boolean) of object;

type TSectionNotifyEvent added in v1.1.19

type TSectionNotifyEvent func(headerControl *THeaderControl, section *THeaderSection)

TSectionNotifyEvent = procedure(HeaderControl: THeaderControl; Section: THeaderSection) of object;

type TSectionTrackEvent added in v1.1.19

type TSectionTrackEvent func(headerControl *THeaderControl, section *THeaderSection, width int32, state TSectionTrackState)

TSectionTrackEvent = procedure(HeaderControl: THeaderControl; Section: THeaderSection; Width: Integer; State: TSectionTrackState) of object;

type TSelectCellEvent added in v1.1.19

type TSelectCellEvent func(sender IObject, aCol, aRow int32, canSelect *bool)

TSelectCellEvent = procedure (Sender: TObject; ACol, ARow: Longint; var CanSelect: Boolean) of object;

type TSetEditEvent added in v1.1.19

type TSetEditEvent func(sender IObject, aCol, aRow int32, value string)

TSetEditEvent = procedure (Sender: TObject; ACol, ARow: Longint; const Value: string) of object;

type TShape

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

func NewShape

func NewShape(owner IComponent) *TShape

func ShapeFromInst

func ShapeFromInst(inst uintptr) *TShape

func ShapeFromObj

func ShapeFromObj(obj IObject) *TShape

func (*TShape) Action

func (s *TShape) Action() *TAction

func (*TShape) Align

func (s *TShape) Align() TAlign

func (*TShape) AlignWithMargins

func (s *TShape) AlignWithMargins() bool

func (*TShape) Anchors

func (s *TShape) Anchors() TAnchors

func (*TShape) Assign

func (s *TShape) Assign(Source IObject)

func (*TShape) BiDiMode

func (s *TShape) BiDiMode() TBiDiMode

func (*TShape) BoundsRect

func (s *TShape) BoundsRect() TRect

func (*TShape) BringToFront

func (s *TShape) BringToFront()

func (*TShape) Brush

func (s *TShape) Brush() *TBrush

func (*TShape) ClassName

func (s *TShape) ClassName() string

func (*TShape) ClassType added in v1.1.18

func (s *TShape) ClassType() TClass

func (*TShape) ClientHeight

func (s *TShape) ClientHeight() int32

func (*TShape) ClientRect

func (s *TShape) ClientRect() TRect

func (*TShape) ClientToParent

func (s *TShape) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TShape) ClientToScreen

func (s *TShape) ClientToScreen(Point TPoint) TPoint

func (*TShape) ClientWidth

func (s *TShape) ClientWidth() int32

func (*TShape) ComponentCount

func (s *TShape) ComponentCount() int32

func (*TShape) ComponentIndex

func (s *TShape) ComponentIndex() int32

func (*TShape) Components

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

func (*TShape) Cursor

func (s *TShape) Cursor() TCursor

func (*TShape) CustomHint

func (s *TShape) CustomHint() *TCustomHint

func (*TShape) DisposeOf added in v1.1.18

func (s *TShape) DisposeOf()

func (*TShape) DragCursor

func (s *TShape) DragCursor() TCursor

func (*TShape) DragKind

func (s *TShape) DragKind() TDragKind

func (*TShape) DragMode

func (s *TShape) DragMode() TDragMode

func (*TShape) Dragging

func (s *TShape) Dragging() bool

func (*TShape) Enabled

func (s *TShape) Enabled() bool

func (*TShape) Equals

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

func (*TShape) ExplicitHeight

func (s *TShape) ExplicitHeight() int32

func (*TShape) ExplicitLeft

func (s *TShape) ExplicitLeft() int32

func (*TShape) ExplicitTop

func (s *TShape) ExplicitTop() int32

func (*TShape) ExplicitWidth

func (s *TShape) ExplicitWidth() int32

func (*TShape) FindComponent

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

func (*TShape) Floating

func (s *TShape) Floating() bool

func (*TShape) Free

func (s *TShape) Free()

func (*TShape) GetHashCode

func (s *TShape) GetHashCode() int32

func (*TShape) GetNamePath

func (s *TShape) GetNamePath() string

func (*TShape) GetTextBuf

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

func (*TShape) GetTextLen

func (s *TShape) GetTextLen() int32

func (*TShape) HasParent

func (s *TShape) HasParent() bool

func (*TShape) Height

func (s *TShape) Height() int32

func (*TShape) Hide

func (s *TShape) Hide()

func (*TShape) Hint

func (s *TShape) Hint() string

func (*TShape) InheritsFrom added in v1.1.18

func (s *TShape) InheritsFrom(AClass TClass) bool

func (*TShape) Instance

func (s *TShape) Instance() uintptr

func (*TShape) InstanceSize added in v1.1.18

func (s *TShape) InstanceSize() int32

func (*TShape) Invalidate

func (s *TShape) Invalidate()

func (*TShape) IsValid

func (s *TShape) IsValid() bool

func (*TShape) Left

func (s *TShape) Left() int32

func (*TShape) Margins

func (s *TShape) Margins() *TMargins

func (*TShape) Name

func (s *TShape) Name() string

func (*TShape) Owner

func (s *TShape) Owner() *TComponent

func (*TShape) Parent

func (s *TShape) Parent() *TWinControl

func (*TShape) ParentShowHint

func (s *TShape) ParentShowHint() bool

func (*TShape) ParentToClient

func (s *TShape) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TShape) Pen

func (s *TShape) Pen() *TPen

func (*TShape) Perform

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

func (*TShape) Refresh

func (s *TShape) Refresh()

func (*TShape) Repaint

func (s *TShape) Repaint()

func (*TShape) ScreenToClient

func (s *TShape) ScreenToClient(Point TPoint) TPoint

func (*TShape) SendToBack

func (s *TShape) SendToBack()

func (*TShape) SetAction

func (s *TShape) SetAction(value IComponent)

func (*TShape) SetAlign

func (s *TShape) SetAlign(value TAlign)

func (*TShape) SetAlignWithMargins

func (s *TShape) SetAlignWithMargins(value bool)

func (*TShape) SetAnchors

func (s *TShape) SetAnchors(value TAnchors)

func (*TShape) SetBiDiMode

func (s *TShape) SetBiDiMode(value TBiDiMode)

func (*TShape) SetBounds

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

func (*TShape) SetBoundsRect

func (s *TShape) SetBoundsRect(value TRect)

func (*TShape) SetBrush

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

func (*TShape) SetClientHeight

func (s *TShape) SetClientHeight(value int32)

func (*TShape) SetClientWidth

func (s *TShape) SetClientWidth(value int32)

func (*TShape) SetComponentIndex

func (s *TShape) SetComponentIndex(value int32)

func (*TShape) SetCursor

func (s *TShape) SetCursor(value TCursor)

func (*TShape) SetCustomHint

func (s *TShape) SetCustomHint(value IComponent)

func (*TShape) SetDragCursor

func (s *TShape) SetDragCursor(value TCursor)

func (*TShape) SetDragKind

func (s *TShape) SetDragKind(value TDragKind)

func (*TShape) SetDragMode

func (s *TShape) SetDragMode(value TDragMode)

func (*TShape) SetEnabled

func (s *TShape) SetEnabled(value bool)

func (*TShape) SetHeight

func (s *TShape) SetHeight(value int32)

func (*TShape) SetHint

func (s *TShape) SetHint(value string)

func (*TShape) SetLeft

func (s *TShape) SetLeft(value int32)

func (*TShape) SetMargins

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

func (*TShape) SetName

func (s *TShape) SetName(value string)

func (*TShape) SetOnContextPopup

func (s *TShape) SetOnContextPopup(fn TContextPopupEvent)

func (*TShape) SetOnDragDrop

func (s *TShape) SetOnDragDrop(fn TDragDropEvent)

func (*TShape) SetOnDragOver

func (s *TShape) SetOnDragOver(fn TDragOverEvent)

func (*TShape) SetOnEndDock

func (s *TShape) SetOnEndDock(fn TEndDragEvent)

func (*TShape) SetOnEndDrag

func (s *TShape) SetOnEndDrag(fn TEndDragEvent)

func (*TShape) SetOnMouseDown

func (s *TShape) SetOnMouseDown(fn TMouseEvent)

func (*TShape) SetOnMouseEnter

func (s *TShape) SetOnMouseEnter(fn TNotifyEvent)

func (*TShape) SetOnMouseLeave

func (s *TShape) SetOnMouseLeave(fn TNotifyEvent)

func (*TShape) SetOnMouseMove

func (s *TShape) SetOnMouseMove(fn TMouseMoveEvent)

func (*TShape) SetOnMouseUp

func (s *TShape) SetOnMouseUp(fn TMouseEvent)

func (*TShape) SetOnStartDock

func (s *TShape) SetOnStartDock(fn TStartDockEvent)

func (*TShape) SetParent

func (s *TShape) SetParent(value IWinControl)

func (*TShape) SetParentShowHint

func (s *TShape) SetParentShowHint(value bool)

func (*TShape) SetPen

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

func (*TShape) SetShape

func (s *TShape) SetShape(value TShapeType)

func (*TShape) SetShowHint

func (s *TShape) SetShowHint(value bool)

func (*TShape) SetStyleElements

func (s *TShape) SetStyleElements(value TStyleElements)

func (*TShape) SetTag

func (s *TShape) SetTag(value int)

func (*TShape) SetTop

func (s *TShape) SetTop(value int32)

func (*TShape) SetVisible

func (s *TShape) SetVisible(value bool)

func (*TShape) SetWidth

func (s *TShape) SetWidth(value int32)

func (*TShape) Shape

func (s *TShape) Shape() TShapeType

func (*TShape) Show

func (s *TShape) Show()

func (*TShape) ShowHint

func (s *TShape) ShowHint() bool

func (*TShape) StyleElements

func (s *TShape) StyleElements() TStyleElements

func (*TShape) Tag

func (s *TShape) Tag() int

func (*TShape) ToString

func (s *TShape) ToString() string

func (*TShape) Top

func (s *TShape) Top() int32

func (*TShape) Update

func (s *TShape) Update()

func (*TShape) Visible

func (s *TShape) Visible() bool

func (*TShape) Width

func (s *TShape) Width() int32

type TShortCutEvent

type TShortCutEvent func(msg *TWMKey, handled *bool)

TShortCutEvent = procedure (var Msg: TWMKey; var Handled: Boolean) of object;

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) ClassType added in v1.1.18

func (s *TSpeedButton) ClassType() TClass

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

func (s *TSpeedButton) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TSpeedButton) ClientToScreen

func (s *TSpeedButton) ClientToScreen(Point TPoint) TPoint

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

func (s *TSpeedButton) CustomHint() *TCustomHint

func (*TSpeedButton) DisposeOf added in v1.1.18

func (s *TSpeedButton) DisposeOf()

func (*TSpeedButton) Down

func (s *TSpeedButton) Down() bool

func (*TSpeedButton) Dragging

func (s *TSpeedButton) Dragging() 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) Floating

func (s *TSpeedButton) Floating() 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

func (s *TSpeedButton) GetTextLen() int32

func (*TSpeedButton) Glyph

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) InheritsFrom added in v1.1.18

func (s *TSpeedButton) InheritsFrom(AClass TClass) bool

func (*TSpeedButton) Instance

func (s *TSpeedButton) Instance() uintptr

func (*TSpeedButton) InstanceSize added in v1.1.18

func (s *TSpeedButton) InstanceSize() int32

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

func (s *TSpeedButton) NumGlyphs() TNumGlyphs

func (*TSpeedButton) Owner

func (s *TSpeedButton) Owner() *TComponent

func (*TSpeedButton) Parent

func (s *TSpeedButton) Parent() *TWinControl

func (*TSpeedButton) ParentFont

func (s *TSpeedButton) ParentFont() bool

func (*TSpeedButton) ParentShowHint

func (s *TSpeedButton) ParentShowHint() bool

func (*TSpeedButton) ParentToClient

func (s *TSpeedButton) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (s *TSpeedButton) ScreenToClient(Point TPoint) TPoint

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

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

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

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

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

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

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) ClassType added in v1.1.18

func (s *TSplitter) ClassType() TClass

func (*TSplitter) ClientHeight

func (s *TSplitter) ClientHeight() int32

func (*TSplitter) ClientRect

func (s *TSplitter) ClientRect() TRect

func (*TSplitter) ClientToParent

func (s *TSplitter) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TSplitter) ClientToScreen

func (s *TSplitter) ClientToScreen(Point TPoint) TPoint

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

func (s *TSplitter) CustomHint() *TCustomHint

func (*TSplitter) DisposeOf added in v1.1.18

func (s *TSplitter) DisposeOf()

func (*TSplitter) Dragging

func (s *TSplitter) Dragging() bool

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

func (s *TSplitter) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (s *TSplitter) InheritsFrom(AClass TClass) bool

func (*TSplitter) Instance

func (s *TSplitter) Instance() uintptr

func (*TSplitter) InstanceSize added in v1.1.18

func (s *TSplitter) InstanceSize() int32

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() *TWinControl

func (*TSplitter) ParentColor

func (s *TSplitter) ParentColor() bool

func (*TSplitter) ParentToClient

func (s *TSplitter) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (s *TSplitter) ScreenToClient(Point TPoint) TPoint

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

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

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 TStartDockEvent

type TStartDockEvent func(sender IObject, dragObject *TDragDockObject)

TStartDockEvent = procedure(Sender: TObject;var DragObject: TDragDockObject) of object;

type TStartDragEvent

type TStartDragEvent func(sender IObject, dragObject *TDragObject)

TStartDragEvent = procedure(Sender: TObject;var DragObject: TDragObject) of object;

type TStaticText

type TStaticText struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (s *TStaticText) ClassType() TClass

func (*TStaticText) ClientHeight

func (s *TStaticText) ClientHeight() int32

func (*TStaticText) ClientRect

func (s *TStaticText) ClientRect() TRect

func (*TStaticText) ClientToParent

func (s *TStaticText) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TStaticText) ClientToScreen

func (s *TStaticText) ClientToScreen(Point TPoint) TPoint

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

func (s *TStaticText) CustomHint() *TCustomHint

func (*TStaticText) DisposeOf added in v1.1.18

func (s *TStaticText) DisposeOf()

func (*TStaticText) DockSite

func (s *TStaticText) DockSite() bool

func (*TStaticText) DoubleBuffered

func (s *TStaticText) DoubleBuffered() bool

func (*TStaticText) DragCursor

func (s *TStaticText) DragCursor() TCursor

func (*TStaticText) DragKind

func (s *TStaticText) DragKind() TDragKind

func (*TStaticText) DragMode

func (s *TStaticText) DragMode() TDragMode

func (*TStaticText) Dragging

func (s *TStaticText) Dragging() 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) Floating

func (s *TStaticText) Floating() 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

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) InheritsFrom added in v1.1.18

func (s *TStaticText) InheritsFrom(AClass TClass) bool

func (*TStaticText) Instance

func (s *TStaticText) Instance() uintptr

func (*TStaticText) InstanceSize added in v1.1.18

func (s *TStaticText) InstanceSize() int32

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() *TWinControl

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

func (s *TStaticText) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (s *TStaticText) ScreenToClient(Point TPoint) TPoint

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

func (s *TStaticText) SetCustomHint(value IComponent)

func (*TStaticText) SetDockSite

func (s *TStaticText) SetDockSite(value bool)

func (*TStaticText) SetDoubleBuffered

func (s *TStaticText) SetDoubleBuffered(value bool)

func (*TStaticText) SetDragCursor

func (s *TStaticText) SetDragCursor(value TCursor)

func (*TStaticText) SetDragKind

func (s *TStaticText) SetDragKind(value TDragKind)

func (*TStaticText) SetDragMode

func (s *TStaticText) SetDragMode(value TDragMode)

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

func (s *TStaticText) SetOnContextPopup(fn TContextPopupEvent)

func (*TStaticText) SetOnDblClick

func (s *TStaticText) SetOnDblClick(fn TNotifyEvent)

func (*TStaticText) SetOnDragDrop

func (s *TStaticText) SetOnDragDrop(fn TDragDropEvent)

func (*TStaticText) SetOnDragOver

func (s *TStaticText) SetOnDragOver(fn TDragOverEvent)

func (*TStaticText) SetOnEndDock

func (s *TStaticText) SetOnEndDock(fn TEndDragEvent)

func (*TStaticText) SetOnEndDrag

func (s *TStaticText) SetOnEndDrag(fn TEndDragEvent)

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

func (s *TStaticText) SetOnStartDock(fn TStartDockEvent)

func (*TStaticText) SetParent

func (s *TStaticText) SetParent(value IWinControl)

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

func (s *TStaticText) SetUseDockManager(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) UseDockManager

func (s *TStaticText) UseDockManager() bool

func (*TStaticText) Visible

func (s *TStaticText) Visible() bool

func (*TStaticText) Width

func (s *TStaticText) Width() int32

type TStatusBar

type TStatusBar struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (s *TStatusBar) ClassType() TClass

func (*TStatusBar) ClientHeight

func (s *TStatusBar) ClientHeight() int32

func (*TStatusBar) ClientRect

func (s *TStatusBar) ClientRect() TRect

func (*TStatusBar) ClientToParent

func (s *TStatusBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TStatusBar) ClientToScreen

func (s *TStatusBar) ClientToScreen(Point TPoint) TPoint

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

func (s *TStatusBar) CustomHint() *TCustomHint

func (*TStatusBar) DisposeOf added in v1.1.18

func (s *TStatusBar) DisposeOf()

func (*TStatusBar) DockSite

func (s *TStatusBar) DockSite() bool

func (*TStatusBar) DoubleBuffered

func (s *TStatusBar) DoubleBuffered() bool

func (*TStatusBar) DragCursor

func (s *TStatusBar) DragCursor() TCursor

func (*TStatusBar) DragKind

func (s *TStatusBar) DragKind() TDragKind

func (*TStatusBar) DragMode

func (s *TStatusBar) DragMode() TDragMode

func (*TStatusBar) Dragging

func (s *TStatusBar) Dragging() 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) Floating

func (s *TStatusBar) Floating() 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

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) InheritsFrom added in v1.1.18

func (s *TStatusBar) InheritsFrom(AClass TClass) bool

func (*TStatusBar) Instance

func (s *TStatusBar) Instance() uintptr

func (*TStatusBar) InstanceSize added in v1.1.18

func (s *TStatusBar) InstanceSize() int32

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() *TWinControl

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

func (s *TStatusBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (s *TStatusBar) ScreenToClient(Point TPoint) TPoint

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

func (s *TStatusBar) SetCustomHint(value IComponent)

func (*TStatusBar) SetDockSite

func (s *TStatusBar) SetDockSite(value bool)

func (*TStatusBar) SetDoubleBuffered

func (s *TStatusBar) SetDoubleBuffered(value bool)

func (*TStatusBar) SetDragCursor

func (s *TStatusBar) SetDragCursor(value TCursor)

func (*TStatusBar) SetDragKind

func (s *TStatusBar) SetDragKind(value TDragKind)

func (*TStatusBar) SetDragMode

func (s *TStatusBar) SetDragMode(value TDragMode)

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

func (s *TStatusBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TStatusBar) SetOnDblClick

func (s *TStatusBar) SetOnDblClick(fn TNotifyEvent)

func (*TStatusBar) SetOnDragDrop

func (s *TStatusBar) SetOnDragDrop(fn TDragDropEvent)

func (*TStatusBar) SetOnDragOver

func (s *TStatusBar) SetOnDragOver(fn TDragOverEvent)

func (*TStatusBar) SetOnEndDock

func (s *TStatusBar) SetOnEndDock(fn TEndDragEvent)

func (*TStatusBar) SetOnEndDrag

func (s *TStatusBar) SetOnEndDrag(fn TEndDragEvent)

func (*TStatusBar) SetOnHint

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

func (s *TStatusBar) SetOnStartDock(fn TStartDockEvent)

func (*TStatusBar) SetPanels

func (s *TStatusBar) SetPanels(value *TStatusPanels)

func (*TStatusBar) SetParent

func (s *TStatusBar) SetParent(value IWinControl)

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

func (s *TStatusBar) SetUseDockManager(value bool)

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

func (s *TStatusBar) UseDockManager() bool

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) ClassType added in v1.1.18

func (s *TStatusPanel) ClassType() TClass

func (*TStatusPanel) DisposeOf added in v1.1.18

func (s *TStatusPanel) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TStatusPanel) InheritsFrom(AClass TClass) bool

func (*TStatusPanel) Instance

func (s *TStatusPanel) Instance() uintptr

func (*TStatusPanel) InstanceSize added in v1.1.18

func (s *TStatusPanel) InstanceSize() int32

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

func (s *TStatusPanels) Capacity() int32

func (*TStatusPanels) ClassName

func (s *TStatusPanels) ClassName() string

func (*TStatusPanels) ClassType added in v1.1.18

func (s *TStatusPanels) ClassType() TClass

func (*TStatusPanels) Clear

func (s *TStatusPanels) Clear()

func (*TStatusPanels) Count

func (s *TStatusPanels) Count() int32

func (*TStatusPanels) Delete

func (s *TStatusPanels) Delete(Index int32)

func (*TStatusPanels) DisposeOf added in v1.1.18

func (s *TStatusPanels) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TStatusPanels) InheritsFrom(AClass TClass) bool

func (*TStatusPanels) Insert

func (s *TStatusPanels) Insert(Index int32) *TStatusPanel

func (*TStatusPanels) Instance

func (s *TStatusPanels) Instance() uintptr

func (*TStatusPanels) InstanceSize added in v1.1.18

func (s *TStatusPanels) InstanceSize() int32

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

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

type TStringGrid struct {
	IWinControl
	// contains filtered or unexported fields
}

func NewStringGrid added in v1.1.19

func NewStringGrid(owner IComponent) *TStringGrid

func StringGridFromInst added in v1.1.19

func StringGridFromInst(inst uintptr) *TStringGrid

func StringGridFromObj added in v1.1.19

func StringGridFromObj(obj IObject) *TStringGrid

func (*TStringGrid) Action added in v1.1.19

func (s *TStringGrid) Action() *TAction

func (*TStringGrid) Align added in v1.1.19

func (s *TStringGrid) Align() TAlign

func (*TStringGrid) AlignWithMargins added in v1.1.19

func (s *TStringGrid) AlignWithMargins() bool

func (*TStringGrid) Anchors added in v1.1.19

func (s *TStringGrid) Anchors() TAnchors

func (*TStringGrid) Assign added in v1.1.19

func (s *TStringGrid) Assign(Source IObject)

func (*TStringGrid) BevelEdges added in v1.1.19

func (s *TStringGrid) BevelEdges() TBevelEdges

func (*TStringGrid) BevelInner added in v1.1.19

func (s *TStringGrid) BevelInner() TBevelCut

func (*TStringGrid) BevelKind added in v1.1.19

func (s *TStringGrid) BevelKind() TBevelKind

func (*TStringGrid) BevelOuter added in v1.1.19

func (s *TStringGrid) BevelOuter() TBevelCut

func (*TStringGrid) BiDiMode added in v1.1.19

func (s *TStringGrid) BiDiMode() TBiDiMode

func (*TStringGrid) BorderStyle added in v1.1.19

func (s *TStringGrid) BorderStyle() TBorderStyle

func (*TStringGrid) BoundsRect added in v1.1.19

func (s *TStringGrid) BoundsRect() TRect

func (*TStringGrid) BringToFront added in v1.1.19

func (s *TStringGrid) BringToFront()

func (*TStringGrid) Brush added in v1.1.19

func (s *TStringGrid) Brush() *TBrush

func (*TStringGrid) CanFocus added in v1.1.19

func (s *TStringGrid) CanFocus() bool

func (*TStringGrid) Canvas added in v1.1.19

func (s *TStringGrid) Canvas() *TCanvas

func (*TStringGrid) CellRect added in v1.1.19

func (s *TStringGrid) CellRect(ACol int32, ARow int32) TRect

func (*TStringGrid) Cells added in v1.1.19

func (s *TStringGrid) Cells(ACol int32, ARow int32) string

func (*TStringGrid) ClassName added in v1.1.19

func (s *TStringGrid) ClassName() string

func (*TStringGrid) ClassType added in v1.1.19

func (s *TStringGrid) ClassType() TClass

func (*TStringGrid) ClientHeight added in v1.1.19

func (s *TStringGrid) ClientHeight() int32

func (*TStringGrid) ClientRect added in v1.1.19

func (s *TStringGrid) ClientRect() TRect

func (*TStringGrid) ClientToParent added in v1.1.19

func (s *TStringGrid) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TStringGrid) ClientToScreen added in v1.1.19

func (s *TStringGrid) ClientToScreen(Point TPoint) TPoint

func (*TStringGrid) ClientWidth added in v1.1.19

func (s *TStringGrid) ClientWidth() int32

func (*TStringGrid) Col added in v1.1.19

func (s *TStringGrid) Col() int32

func (*TStringGrid) ColCount added in v1.1.19

func (s *TStringGrid) ColCount() int32

func (*TStringGrid) ColWidths added in v1.1.19

func (s *TStringGrid) ColWidths(Index int32) int32

func (*TStringGrid) Color added in v1.1.19

func (s *TStringGrid) Color() TColor

func (*TStringGrid) Cols added in v1.1.19

func (s *TStringGrid) Cols(Index int32) *TStrings

func (*TStringGrid) ComponentCount added in v1.1.19

func (s *TStringGrid) ComponentCount() int32

func (*TStringGrid) ComponentIndex added in v1.1.19

func (s *TStringGrid) ComponentIndex() int32

func (*TStringGrid) Components added in v1.1.19

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

func (*TStringGrid) ControlCount added in v1.1.19

func (s *TStringGrid) ControlCount() int32

func (*TStringGrid) Controls added in v1.1.19

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

func (*TStringGrid) Cursor added in v1.1.19

func (s *TStringGrid) Cursor() TCursor

func (*TStringGrid) CustomHint added in v1.1.19

func (s *TStringGrid) CustomHint() *TCustomHint

func (*TStringGrid) DefaultColWidth added in v1.1.19

func (s *TStringGrid) DefaultColWidth() int32

func (*TStringGrid) DefaultDrawing added in v1.1.19

func (s *TStringGrid) DefaultDrawing() bool

func (*TStringGrid) DefaultRowHeight added in v1.1.19

func (s *TStringGrid) DefaultRowHeight() int32

func (*TStringGrid) DisposeOf added in v1.1.19

func (s *TStringGrid) DisposeOf()

func (*TStringGrid) DockSite added in v1.1.19

func (s *TStringGrid) DockSite() bool

func (*TStringGrid) DoubleBuffered added in v1.1.19

func (s *TStringGrid) DoubleBuffered() bool

func (*TStringGrid) DragCursor added in v1.1.19

func (s *TStringGrid) DragCursor() TCursor

func (*TStringGrid) DragKind added in v1.1.19

func (s *TStringGrid) DragKind() TDragKind

func (*TStringGrid) DragMode added in v1.1.19

func (s *TStringGrid) DragMode() TDragMode

func (*TStringGrid) Dragging added in v1.1.19

func (s *TStringGrid) Dragging() bool

func (*TStringGrid) DrawingStyle added in v1.1.19

func (s *TStringGrid) DrawingStyle() TGridDrawingStyle

func (*TStringGrid) EditorMode added in v1.1.19

func (s *TStringGrid) EditorMode() bool

func (*TStringGrid) Enabled added in v1.1.19

func (s *TStringGrid) Enabled() bool

func (*TStringGrid) Equals added in v1.1.19

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

func (*TStringGrid) ExplicitHeight added in v1.1.19

func (s *TStringGrid) ExplicitHeight() int32

func (*TStringGrid) ExplicitLeft added in v1.1.19

func (s *TStringGrid) ExplicitLeft() int32

func (*TStringGrid) ExplicitTop added in v1.1.19

func (s *TStringGrid) ExplicitTop() int32

func (*TStringGrid) ExplicitWidth added in v1.1.19

func (s *TStringGrid) ExplicitWidth() int32

func (*TStringGrid) FindComponent added in v1.1.19

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

func (*TStringGrid) FixedColor added in v1.1.19

func (s *TStringGrid) FixedColor() TColor

func (*TStringGrid) FixedCols added in v1.1.19

func (s *TStringGrid) FixedCols() int32

func (*TStringGrid) FixedRows added in v1.1.19

func (s *TStringGrid) FixedRows() int32

func (*TStringGrid) FlipChildren added in v1.1.19

func (s *TStringGrid) FlipChildren(AllLevels bool)

func (*TStringGrid) Floating added in v1.1.19

func (s *TStringGrid) Floating() bool

func (*TStringGrid) Focused added in v1.1.19

func (s *TStringGrid) Focused() bool

func (*TStringGrid) Font added in v1.1.19

func (s *TStringGrid) Font() *TFont

func (*TStringGrid) Free added in v1.1.19

func (s *TStringGrid) Free()

func (*TStringGrid) GetHashCode added in v1.1.19

func (s *TStringGrid) GetHashCode() int32

func (*TStringGrid) GetNamePath added in v1.1.19

func (s *TStringGrid) GetNamePath() string

func (*TStringGrid) GetTextBuf added in v1.1.19

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

func (*TStringGrid) GetTextLen added in v1.1.19

func (s *TStringGrid) GetTextLen() int32

func (*TStringGrid) GradientEndColor added in v1.1.19

func (s *TStringGrid) GradientEndColor() TColor

func (*TStringGrid) GradientStartColor added in v1.1.19

func (s *TStringGrid) GradientStartColor() TColor

func (*TStringGrid) GridHeight added in v1.1.19

func (s *TStringGrid) GridHeight() int32

func (*TStringGrid) GridLineWidth added in v1.1.19

func (s *TStringGrid) GridLineWidth() int32

func (*TStringGrid) GridWidth added in v1.1.19

func (s *TStringGrid) GridWidth() int32

func (*TStringGrid) Handle added in v1.1.19

func (s *TStringGrid) Handle() HWND

func (*TStringGrid) HandleAllocated added in v1.1.19

func (s *TStringGrid) HandleAllocated() bool

func (*TStringGrid) HasParent added in v1.1.19

func (s *TStringGrid) HasParent() bool

func (*TStringGrid) Height added in v1.1.19

func (s *TStringGrid) Height() int32

func (*TStringGrid) Hide added in v1.1.19

func (s *TStringGrid) Hide()

func (*TStringGrid) Hint added in v1.1.19

func (s *TStringGrid) Hint() string

func (*TStringGrid) InheritsFrom added in v1.1.19

func (s *TStringGrid) InheritsFrom(AClass TClass) bool

func (*TStringGrid) Instance added in v1.1.19

func (s *TStringGrid) Instance() uintptr

func (*TStringGrid) InstanceSize added in v1.1.19

func (s *TStringGrid) InstanceSize() int32

func (*TStringGrid) Invalidate added in v1.1.19

func (s *TStringGrid) Invalidate()

func (*TStringGrid) IsValid added in v1.1.19

func (s *TStringGrid) IsValid() bool

func (*TStringGrid) Left added in v1.1.19

func (s *TStringGrid) Left() int32

func (*TStringGrid) LeftCol added in v1.1.19

func (s *TStringGrid) LeftCol() int32

func (*TStringGrid) Margins added in v1.1.19

func (s *TStringGrid) Margins() *TMargins

func (*TStringGrid) MouseCoord added in v1.1.19

func (s *TStringGrid) MouseCoord(X int32, Y int32) TGridCoord

func (*TStringGrid) MouseToCell added in v1.1.19

func (s *TStringGrid) MouseToCell(X int32, Y int32, ACol *int32, ARow *int32)

func (*TStringGrid) Name added in v1.1.19

func (s *TStringGrid) Name() string

func (*TStringGrid) Objects added in v1.1.19

func (s *TStringGrid) Objects(ACol int32, ARow int32) *TObject

func (*TStringGrid) Options added in v1.1.19

func (s *TStringGrid) Options() TGridOptions

func (*TStringGrid) Owner added in v1.1.19

func (s *TStringGrid) Owner() *TComponent

func (*TStringGrid) Parent added in v1.1.19

func (s *TStringGrid) Parent() *TWinControl

func (*TStringGrid) ParentColor added in v1.1.19

func (s *TStringGrid) ParentColor() bool

func (*TStringGrid) ParentCtl3D added in v1.1.19

func (s *TStringGrid) ParentCtl3D() bool

func (*TStringGrid) ParentDoubleBuffered added in v1.1.19

func (s *TStringGrid) ParentDoubleBuffered() bool

func (*TStringGrid) ParentFont added in v1.1.19

func (s *TStringGrid) ParentFont() bool

func (*TStringGrid) ParentShowHint added in v1.1.19

func (s *TStringGrid) ParentShowHint() bool

func (*TStringGrid) ParentToClient added in v1.1.19

func (s *TStringGrid) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TStringGrid) ParentWindow added in v1.1.19

func (s *TStringGrid) ParentWindow() HWND

func (*TStringGrid) Perform added in v1.1.19

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

func (*TStringGrid) PopupMenu added in v1.1.19

func (s *TStringGrid) PopupMenu() *TPopupMenu

func (*TStringGrid) Realign added in v1.1.19

func (s *TStringGrid) Realign()

func (*TStringGrid) Refresh added in v1.1.19

func (s *TStringGrid) Refresh()

func (*TStringGrid) Repaint added in v1.1.19

func (s *TStringGrid) Repaint()

func (*TStringGrid) Row added in v1.1.19

func (s *TStringGrid) Row() int32

func (*TStringGrid) RowCount added in v1.1.19

func (s *TStringGrid) RowCount() int32

func (*TStringGrid) RowHeights added in v1.1.19

func (s *TStringGrid) RowHeights(Index int32) int32

func (*TStringGrid) Rows added in v1.1.19

func (s *TStringGrid) Rows(Index int32) *TStrings

func (*TStringGrid) ScaleBy added in v1.1.19

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

func (*TStringGrid) ScreenToClient added in v1.1.19

func (s *TStringGrid) ScreenToClient(Point TPoint) TPoint

func (*TStringGrid) ScrollBars added in v1.1.19

func (s *TStringGrid) ScrollBars() TScrollStyle

func (*TStringGrid) Selection added in v1.1.19

func (s *TStringGrid) Selection() TGridRect

func (*TStringGrid) SendToBack added in v1.1.19

func (s *TStringGrid) SendToBack()

func (*TStringGrid) SetAction added in v1.1.19

func (s *TStringGrid) SetAction(value IComponent)

func (*TStringGrid) SetAlign added in v1.1.19

func (s *TStringGrid) SetAlign(value TAlign)

func (*TStringGrid) SetAlignWithMargins added in v1.1.19

func (s *TStringGrid) SetAlignWithMargins(value bool)

func (*TStringGrid) SetAnchors added in v1.1.19

func (s *TStringGrid) SetAnchors(value TAnchors)

func (*TStringGrid) SetBevelEdges added in v1.1.19

func (s *TStringGrid) SetBevelEdges(value TBevelEdges)

func (*TStringGrid) SetBevelInner added in v1.1.19

func (s *TStringGrid) SetBevelInner(value TBevelCut)

func (*TStringGrid) SetBevelKind added in v1.1.19

func (s *TStringGrid) SetBevelKind(value TBevelKind)

func (*TStringGrid) SetBevelOuter added in v1.1.19

func (s *TStringGrid) SetBevelOuter(value TBevelCut)

func (*TStringGrid) SetBiDiMode added in v1.1.19

func (s *TStringGrid) SetBiDiMode(value TBiDiMode)

func (*TStringGrid) SetBorderStyle added in v1.1.19

func (s *TStringGrid) SetBorderStyle(value TBorderStyle)

func (*TStringGrid) SetBounds added in v1.1.19

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

func (*TStringGrid) SetBoundsRect added in v1.1.19

func (s *TStringGrid) SetBoundsRect(value TRect)

func (*TStringGrid) SetCells added in v1.1.19

func (s *TStringGrid) SetCells(ACol int32, ARow int32, value string)

func (*TStringGrid) SetClientHeight added in v1.1.19

func (s *TStringGrid) SetClientHeight(value int32)

func (*TStringGrid) SetClientWidth added in v1.1.19

func (s *TStringGrid) SetClientWidth(value int32)

func (*TStringGrid) SetCol added in v1.1.19

func (s *TStringGrid) SetCol(value int32)

func (*TStringGrid) SetColCount added in v1.1.19

func (s *TStringGrid) SetColCount(value int32)

func (*TStringGrid) SetColWidths added in v1.1.19

func (s *TStringGrid) SetColWidths(Index int32, value int32)

func (*TStringGrid) SetColor added in v1.1.19

func (s *TStringGrid) SetColor(value TColor)

func (*TStringGrid) SetCols added in v1.1.19

func (s *TStringGrid) SetCols(Index int32, value IObject)

func (*TStringGrid) SetComponentIndex added in v1.1.19

func (s *TStringGrid) SetComponentIndex(value int32)

func (*TStringGrid) SetCursor added in v1.1.19

func (s *TStringGrid) SetCursor(value TCursor)

func (*TStringGrid) SetCustomHint added in v1.1.19

func (s *TStringGrid) SetCustomHint(value IComponent)

func (*TStringGrid) SetDefaultColWidth added in v1.1.19

func (s *TStringGrid) SetDefaultColWidth(value int32)

func (*TStringGrid) SetDefaultDrawing added in v1.1.19

func (s *TStringGrid) SetDefaultDrawing(value bool)

func (*TStringGrid) SetDefaultRowHeight added in v1.1.19

func (s *TStringGrid) SetDefaultRowHeight(value int32)

func (*TStringGrid) SetDockSite added in v1.1.19

func (s *TStringGrid) SetDockSite(value bool)

func (*TStringGrid) SetDoubleBuffered added in v1.1.19

func (s *TStringGrid) SetDoubleBuffered(value bool)

func (*TStringGrid) SetDragCursor added in v1.1.19

func (s *TStringGrid) SetDragCursor(value TCursor)

func (*TStringGrid) SetDragKind added in v1.1.19

func (s *TStringGrid) SetDragKind(value TDragKind)

func (*TStringGrid) SetDragMode added in v1.1.19

func (s *TStringGrid) SetDragMode(value TDragMode)

func (*TStringGrid) SetDrawingStyle added in v1.1.19

func (s *TStringGrid) SetDrawingStyle(value TGridDrawingStyle)

func (*TStringGrid) SetEditorMode added in v1.1.19

func (s *TStringGrid) SetEditorMode(value bool)

func (*TStringGrid) SetEnabled added in v1.1.19

func (s *TStringGrid) SetEnabled(value bool)

func (*TStringGrid) SetFixedColor added in v1.1.19

func (s *TStringGrid) SetFixedColor(value TColor)

func (*TStringGrid) SetFixedCols added in v1.1.19

func (s *TStringGrid) SetFixedCols(value int32)

func (*TStringGrid) SetFixedRows added in v1.1.19

func (s *TStringGrid) SetFixedRows(value int32)

func (*TStringGrid) SetFocus added in v1.1.19

func (s *TStringGrid) SetFocus()

func (*TStringGrid) SetFont added in v1.1.19

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

func (*TStringGrid) SetGradientEndColor added in v1.1.19

func (s *TStringGrid) SetGradientEndColor(value TColor)

func (*TStringGrid) SetGradientStartColor added in v1.1.19

func (s *TStringGrid) SetGradientStartColor(value TColor)

func (*TStringGrid) SetGridLineWidth added in v1.1.19

func (s *TStringGrid) SetGridLineWidth(value int32)

func (*TStringGrid) SetHeight added in v1.1.19

func (s *TStringGrid) SetHeight(value int32)

func (*TStringGrid) SetHint added in v1.1.19

func (s *TStringGrid) SetHint(value string)

func (*TStringGrid) SetLeft added in v1.1.19

func (s *TStringGrid) SetLeft(value int32)

func (*TStringGrid) SetLeftCol added in v1.1.19

func (s *TStringGrid) SetLeftCol(value int32)

func (*TStringGrid) SetMargins added in v1.1.19

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

func (*TStringGrid) SetName added in v1.1.19

func (s *TStringGrid) SetName(value string)

func (*TStringGrid) SetObjects added in v1.1.19

func (s *TStringGrid) SetObjects(ACol int32, ARow int32, value IObject)

func (*TStringGrid) SetOnClick added in v1.1.19

func (s *TStringGrid) SetOnClick(fn TNotifyEvent)

func (*TStringGrid) SetOnColumnMoved added in v1.1.19

func (s *TStringGrid) SetOnColumnMoved(fn TMovedEvent)

func (*TStringGrid) SetOnContextPopup added in v1.1.19

func (s *TStringGrid) SetOnContextPopup(fn TContextPopupEvent)

func (*TStringGrid) SetOnDblClick added in v1.1.19

func (s *TStringGrid) SetOnDblClick(fn TNotifyEvent)

func (*TStringGrid) SetOnDragDrop added in v1.1.19

func (s *TStringGrid) SetOnDragDrop(fn TDragDropEvent)

func (*TStringGrid) SetOnDragOver added in v1.1.19

func (s *TStringGrid) SetOnDragOver(fn TDragOverEvent)

func (*TStringGrid) SetOnDrawCell added in v1.1.19

func (s *TStringGrid) SetOnDrawCell(fn TDrawCellEvent)

func (*TStringGrid) SetOnEndDock added in v1.1.19

func (s *TStringGrid) SetOnEndDock(fn TEndDragEvent)

func (*TStringGrid) SetOnEndDrag added in v1.1.19

func (s *TStringGrid) SetOnEndDrag(fn TEndDragEvent)

func (*TStringGrid) SetOnEnter added in v1.1.19

func (s *TStringGrid) SetOnEnter(fn TNotifyEvent)

func (*TStringGrid) SetOnExit added in v1.1.19

func (s *TStringGrid) SetOnExit(fn TNotifyEvent)

func (*TStringGrid) SetOnFixedCellClick added in v1.1.19

func (s *TStringGrid) SetOnFixedCellClick(fn TFixedCellClickEvent)

func (*TStringGrid) SetOnGetEditMask added in v1.1.19

func (s *TStringGrid) SetOnGetEditMask(fn TGetEditEvent)

func (*TStringGrid) SetOnGetEditText added in v1.1.19

func (s *TStringGrid) SetOnGetEditText(fn TGetEditEvent)

func (*TStringGrid) SetOnKeyDown added in v1.1.19

func (s *TStringGrid) SetOnKeyDown(fn TKeyEvent)

func (*TStringGrid) SetOnKeyPress added in v1.1.19

func (s *TStringGrid) SetOnKeyPress(fn TKeyPressEvent)

func (*TStringGrid) SetOnKeyUp added in v1.1.19

func (s *TStringGrid) SetOnKeyUp(fn TKeyEvent)

func (*TStringGrid) SetOnMouseDown added in v1.1.19

func (s *TStringGrid) SetOnMouseDown(fn TMouseEvent)

func (*TStringGrid) SetOnMouseEnter added in v1.1.19

func (s *TStringGrid) SetOnMouseEnter(fn TNotifyEvent)

func (*TStringGrid) SetOnMouseLeave added in v1.1.19

func (s *TStringGrid) SetOnMouseLeave(fn TNotifyEvent)

func (*TStringGrid) SetOnMouseMove added in v1.1.19

func (s *TStringGrid) SetOnMouseMove(fn TMouseMoveEvent)

func (*TStringGrid) SetOnMouseUp added in v1.1.19

func (s *TStringGrid) SetOnMouseUp(fn TMouseEvent)

func (*TStringGrid) SetOnMouseWheelDown added in v1.1.19

func (s *TStringGrid) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TStringGrid) SetOnMouseWheelUp added in v1.1.19

func (s *TStringGrid) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TStringGrid) SetOnRowMoved added in v1.1.19

func (s *TStringGrid) SetOnRowMoved(fn TMovedEvent)

func (*TStringGrid) SetOnSelectCell added in v1.1.19

func (s *TStringGrid) SetOnSelectCell(fn TSelectCellEvent)

func (*TStringGrid) SetOnSetEditText added in v1.1.19

func (s *TStringGrid) SetOnSetEditText(fn TSetEditEvent)

func (*TStringGrid) SetOnStartDock added in v1.1.19

func (s *TStringGrid) SetOnStartDock(fn TStartDockEvent)

func (*TStringGrid) SetOnTopLeftChanged added in v1.1.19

func (s *TStringGrid) SetOnTopLeftChanged(fn TNotifyEvent)

func (*TStringGrid) SetOptions added in v1.1.19

func (s *TStringGrid) SetOptions(value TGridOptions)

func (*TStringGrid) SetParent added in v1.1.19

func (s *TStringGrid) SetParent(value IWinControl)

func (*TStringGrid) SetParentColor added in v1.1.19

func (s *TStringGrid) SetParentColor(value bool)

func (*TStringGrid) SetParentCtl3D added in v1.1.19

func (s *TStringGrid) SetParentCtl3D(value bool)

func (*TStringGrid) SetParentDoubleBuffered added in v1.1.19

func (s *TStringGrid) SetParentDoubleBuffered(value bool)

func (*TStringGrid) SetParentFont added in v1.1.19

func (s *TStringGrid) SetParentFont(value bool)

func (*TStringGrid) SetParentShowHint added in v1.1.19

func (s *TStringGrid) SetParentShowHint(value bool)

func (*TStringGrid) SetParentWindow added in v1.1.19

func (s *TStringGrid) SetParentWindow(value HWND)

func (*TStringGrid) SetPopupMenu added in v1.1.19

func (s *TStringGrid) SetPopupMenu(value IComponent)

func (*TStringGrid) SetRow added in v1.1.19

func (s *TStringGrid) SetRow(value int32)

func (*TStringGrid) SetRowCount added in v1.1.19

func (s *TStringGrid) SetRowCount(value int32)

func (*TStringGrid) SetRowHeights added in v1.1.19

func (s *TStringGrid) SetRowHeights(Index int32, value int32)

func (*TStringGrid) SetRows added in v1.1.19

func (s *TStringGrid) SetRows(Index int32, value IObject)

func (*TStringGrid) SetScrollBars added in v1.1.19

func (s *TStringGrid) SetScrollBars(value TScrollStyle)

func (*TStringGrid) SetSelection added in v1.1.19

func (s *TStringGrid) SetSelection(value TGridRect)

func (*TStringGrid) SetShowHint added in v1.1.19

func (s *TStringGrid) SetShowHint(value bool)

func (*TStringGrid) SetStyleElements added in v1.1.19

func (s *TStringGrid) SetStyleElements(value TStyleElements)

func (*TStringGrid) SetTabOrder added in v1.1.19

func (s *TStringGrid) SetTabOrder(value uint16)

func (*TStringGrid) SetTabStop added in v1.1.19

func (s *TStringGrid) SetTabStop(value bool)

func (*TStringGrid) SetTabStops added in v1.1.19

func (s *TStringGrid) SetTabStops(Index int32, value bool)

func (*TStringGrid) SetTag added in v1.1.19

func (s *TStringGrid) SetTag(value int)

func (*TStringGrid) SetTop added in v1.1.19

func (s *TStringGrid) SetTop(value int32)

func (*TStringGrid) SetTopRow added in v1.1.19

func (s *TStringGrid) SetTopRow(value int32)

func (*TStringGrid) SetUseDockManager added in v1.1.19

func (s *TStringGrid) SetUseDockManager(value bool)

func (*TStringGrid) SetVisible added in v1.1.19

func (s *TStringGrid) SetVisible(value bool)

func (*TStringGrid) SetWidth added in v1.1.19

func (s *TStringGrid) SetWidth(value int32)

func (*TStringGrid) Show added in v1.1.19

func (s *TStringGrid) Show()

func (*TStringGrid) ShowHint added in v1.1.19

func (s *TStringGrid) ShowHint() bool

func (*TStringGrid) StyleElements added in v1.1.19

func (s *TStringGrid) StyleElements() TStyleElements

func (*TStringGrid) TabOrder added in v1.1.19

func (s *TStringGrid) TabOrder() uint16

func (*TStringGrid) TabStop added in v1.1.19

func (s *TStringGrid) TabStop() bool

func (*TStringGrid) TabStops added in v1.1.19

func (s *TStringGrid) TabStops(Index int32) bool

func (*TStringGrid) Tag added in v1.1.19

func (s *TStringGrid) Tag() int

func (*TStringGrid) ToString added in v1.1.19

func (s *TStringGrid) ToString() string

func (*TStringGrid) Top added in v1.1.19

func (s *TStringGrid) Top() int32

func (*TStringGrid) TopRow added in v1.1.19

func (s *TStringGrid) TopRow() int32

func (*TStringGrid) Update added in v1.1.19

func (s *TStringGrid) Update()

func (*TStringGrid) UseDockManager added in v1.1.19

func (s *TStringGrid) UseDockManager() bool

func (*TStringGrid) Visible added in v1.1.19

func (s *TStringGrid) Visible() bool

func (*TStringGrid) VisibleColCount added in v1.1.19

func (s *TStringGrid) VisibleColCount() int32

func (*TStringGrid) VisibleRowCount added in v1.1.19

func (s *TStringGrid) VisibleRowCount() int32

func (*TStringGrid) Width added in v1.1.19

func (s *TStringGrid) Width() int32

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

func (s *TStringList) Capacity() int32

func (*TStringList) ClassName

func (s *TStringList) ClassName() string

func (*TStringList) ClassType added in v1.1.18

func (s *TStringList) ClassType() TClass

func (*TStringList) Clear

func (s *TStringList) Clear()

func (*TStringList) CommaText

func (s *TStringList) CommaText() string

func (*TStringList) Count

func (s *TStringList) Count() int32

func (*TStringList) Delete

func (s *TStringList) Delete(Index int32)

func (*TStringList) Delimiter

func (s *TStringList) Delimiter() uint16

func (*TStringList) DisposeOf added in v1.1.18

func (s *TStringList) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TStringList) InheritsFrom(AClass TClass) bool

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) InstanceSize added in v1.1.18

func (s *TStringList) InstanceSize() int32

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

func (s *TStringList) Objects(Index int32) *TObject

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

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

func (s *TStringList) SetObjects(Index int32, value IObject)

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

func (s *TStrings) Capacity() int32

func (*TStrings) ClassName

func (s *TStrings) ClassName() string

func (*TStrings) ClassType added in v1.1.18

func (s *TStrings) ClassType() TClass

func (*TStrings) Clear

func (s *TStrings) Clear()

func (*TStrings) CommaText

func (s *TStrings) CommaText() string

func (*TStrings) Count

func (s *TStrings) Count() int32

func (*TStrings) Delete

func (s *TStrings) Delete(Index int32)

func (*TStrings) Delimiter

func (s *TStrings) Delimiter() uint16

func (*TStrings) DisposeOf added in v1.1.18

func (s *TStrings) DisposeOf()

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) InheritsFrom added in v1.1.18

func (s *TStrings) InheritsFrom(AClass TClass) bool

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) InstanceSize added in v1.1.18

func (s *TStrings) InstanceSize() int32

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

func (s *TStrings) Objects(Index int32) *TObject

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

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

func (s *TStrings) SetObjects(Index int32, value IObject)

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

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

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

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

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

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

type TTVExpandedEvent func(sender IObject, node *TTreeNode)

TTVExpandedEvent = procedure(Sender: TObject; Node: TTreeNode) of object;

type TTabGetImageEvent

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (t *TTabSheet) ClassType() TClass

func (*TTabSheet) ClientHeight

func (t *TTabSheet) ClientHeight() int32

func (*TTabSheet) ClientRect

func (t *TTabSheet) ClientRect() TRect

func (*TTabSheet) ClientToParent

func (t *TTabSheet) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TTabSheet) ClientToScreen

func (t *TTabSheet) ClientToScreen(Point TPoint) TPoint

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

func (t *TTabSheet) CustomHint() *TCustomHint

func (*TTabSheet) DisposeOf added in v1.1.18

func (t *TTabSheet) DisposeOf()

func (*TTabSheet) DockSite

func (t *TTabSheet) DockSite() bool

func (*TTabSheet) DoubleBuffered

func (t *TTabSheet) DoubleBuffered() bool

func (*TTabSheet) DragMode

func (t *TTabSheet) DragMode() TDragMode

func (*TTabSheet) Dragging

func (t *TTabSheet) Dragging() 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) Floating

func (t *TTabSheet) Floating() 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

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) InheritsFrom added in v1.1.18

func (t *TTabSheet) InheritsFrom(AClass TClass) bool

func (*TTabSheet) Instance

func (t *TTabSheet) Instance() uintptr

func (*TTabSheet) InstanceSize added in v1.1.18

func (t *TTabSheet) InstanceSize() int32

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() *TWinControl

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

func (t *TTabSheet) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (t *TTabSheet) ScreenToClient(Point TPoint) TPoint

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

func (t *TTabSheet) SetCustomHint(value IComponent)

func (*TTabSheet) SetDockSite

func (t *TTabSheet) SetDockSite(value bool)

func (*TTabSheet) SetDoubleBuffered

func (t *TTabSheet) SetDoubleBuffered(value bool)

func (*TTabSheet) SetDragMode

func (t *TTabSheet) SetDragMode(value TDragMode)

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

func (t *TTabSheet) SetOnContextPopup(fn TContextPopupEvent)

func (*TTabSheet) SetOnDragDrop

func (t *TTabSheet) SetOnDragDrop(fn TDragDropEvent)

func (*TTabSheet) SetOnDragOver

func (t *TTabSheet) SetOnDragOver(fn TDragOverEvent)

func (*TTabSheet) SetOnEndDrag

func (t *TTabSheet) SetOnEndDrag(fn TEndDragEvent)

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

func (*TTabSheet) SetPageIndex

func (t *TTabSheet) SetPageIndex(value int32)

func (*TTabSheet) SetParent

func (t *TTabSheet) SetParent(value IWinControl)

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

func (t *TTabSheet) SetUseDockManager(value bool)

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

func (t *TTabSheet) UseDockManager() bool

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) ClassType added in v1.1.18

func (t *TTextAttributes) ClassType() TClass

func (*TTextAttributes) Color

func (t *TTextAttributes) Color() TColor

func (*TTextAttributes) ConsistentAttributes

func (t *TTextAttributes) ConsistentAttributes() TConsistentAttributes

func (*TTextAttributes) DisposeOf added in v1.1.18

func (t *TTextAttributes) DisposeOf()

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) InheritsFrom added in v1.1.18

func (t *TTextAttributes) InheritsFrom(AClass TClass) bool

func (*TTextAttributes) Instance

func (t *TTextAttributes) Instance() uintptr

func (*TTextAttributes) InstanceSize added in v1.1.18

func (t *TTextAttributes) InstanceSize() int32

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

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) ClassType added in v1.1.18

func (t *TTimer) ClassType() TClass

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) DisposeOf added in v1.1.18

func (t *TTimer) DisposeOf()

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) InheritsFrom added in v1.1.18

func (t *TTimer) InheritsFrom(AClass TClass) bool

func (*TTimer) Instance

func (t *TTimer) Instance() uintptr

func (*TTimer) InstanceSize added in v1.1.18

func (t *TTimer) InstanceSize() int32

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (t *TToolBar) ClassType() TClass

func (*TToolBar) ClientHeight

func (t *TToolBar) ClientHeight() int32

func (*TToolBar) ClientRect

func (t *TToolBar) ClientRect() TRect

func (*TToolBar) ClientToParent

func (t *TToolBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TToolBar) ClientToScreen

func (t *TToolBar) ClientToScreen(Point TPoint) TPoint

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

func (t *TToolBar) CustomHint() *TCustomHint

func (*TToolBar) CustomizeKeyName

func (t *TToolBar) CustomizeKeyName() string

func (*TToolBar) CustomizeValueName

func (t *TToolBar) CustomizeValueName() string

func (*TToolBar) DisposeOf added in v1.1.18

func (t *TToolBar) DisposeOf()

func (*TToolBar) DockSite

func (t *TToolBar) DockSite() bool

func (*TToolBar) DoubleBuffered

func (t *TToolBar) DoubleBuffered() bool

func (*TToolBar) DragCursor

func (t *TToolBar) DragCursor() TCursor

func (*TToolBar) DragKind

func (t *TToolBar) DragKind() TDragKind

func (*TToolBar) DragMode

func (t *TToolBar) DragMode() TDragMode

func (*TToolBar) Dragging

func (t *TToolBar) Dragging() bool

func (*TToolBar) DrawingStyle

func (t *TToolBar) DrawingStyle() TTBDrawingStyle

func (*TToolBar) EdgeBorders added in v1.1.19

func (t *TToolBar) EdgeBorders() TEdgeBorders

func (*TToolBar) EdgeInner added in v1.1.19

func (t *TToolBar) EdgeInner() TEdgeStyle

func (*TToolBar) EdgeOuter added in v1.1.19

func (t *TToolBar) EdgeOuter() TEdgeStyle

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

func (t *TToolBar) Floating() 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

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) InheritsFrom added in v1.1.18

func (t *TToolBar) InheritsFrom(AClass TClass) bool

func (*TToolBar) Instance

func (t *TToolBar) Instance() uintptr

func (*TToolBar) InstanceSize added in v1.1.18

func (t *TToolBar) InstanceSize() int32

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() *TWinControl

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

func (t *TToolBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (t *TToolBar) ScreenToClient(Point TPoint) TPoint

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

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

func (t *TToolBar) SetDockSite(value bool)

func (*TToolBar) SetDoubleBuffered

func (t *TToolBar) SetDoubleBuffered(value bool)

func (*TToolBar) SetDragCursor

func (t *TToolBar) SetDragCursor(value TCursor)

func (*TToolBar) SetDragKind

func (t *TToolBar) SetDragKind(value TDragKind)

func (*TToolBar) SetDragMode

func (t *TToolBar) SetDragMode(value TDragMode)

func (*TToolBar) SetDrawingStyle

func (t *TToolBar) SetDrawingStyle(value TTBDrawingStyle)

func (*TToolBar) SetEdgeBorders added in v1.1.19

func (t *TToolBar) SetEdgeBorders(value TEdgeBorders)

func (*TToolBar) SetEdgeInner added in v1.1.19

func (t *TToolBar) SetEdgeInner(value TEdgeStyle)

func (*TToolBar) SetEdgeOuter added in v1.1.19

func (t *TToolBar) SetEdgeOuter(value TEdgeStyle)

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

func (t *TToolBar) SetOnAdvancedCustomDraw(fn TTBAdvancedCustomDrawEvent)

func (*TToolBar) SetOnAdvancedCustomDrawButton

func (t *TToolBar) SetOnAdvancedCustomDrawButton(fn TTBAdvancedCustomDrawBtnEvent)

func (*TToolBar) SetOnClick

func (t *TToolBar) SetOnClick(fn TNotifyEvent)

func (*TToolBar) SetOnContextPopup

func (t *TToolBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TToolBar) SetOnDblClick

func (t *TToolBar) SetOnDblClick(fn TNotifyEvent)

func (*TToolBar) SetOnDockDrop

func (t *TToolBar) SetOnDockDrop(fn TDockDropEvent)

func (*TToolBar) SetOnDragDrop

func (t *TToolBar) SetOnDragDrop(fn TDragDropEvent)

func (*TToolBar) SetOnDragOver

func (t *TToolBar) SetOnDragOver(fn TDragOverEvent)

func (*TToolBar) SetOnEndDock

func (t *TToolBar) SetOnEndDock(fn TEndDragEvent)

func (*TToolBar) SetOnEndDrag

func (t *TToolBar) SetOnEndDrag(fn TEndDragEvent)

func (*TToolBar) SetOnEnter

func (t *TToolBar) SetOnEnter(fn TNotifyEvent)

func (*TToolBar) SetOnExit

func (t *TToolBar) SetOnExit(fn TNotifyEvent)

func (*TToolBar) SetOnGetSiteInfo

func (t *TToolBar) SetOnGetSiteInfo(fn TGetSiteInfoEvent)

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

func (t *TToolBar) SetOnStartDock(fn TStartDockEvent)

func (*TToolBar) SetOnUnDock

func (t *TToolBar) SetOnUnDock(fn TUnDockEvent)

func (*TToolBar) SetParent

func (t *TToolBar) SetParent(value IWinControl)

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

func (t *TToolBar) SetUseDockManager(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) UseDockManager

func (t *TToolBar) UseDockManager() bool

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) ClassType added in v1.1.18

func (t *TToolButton) ClassType() TClass

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

func (t *TToolButton) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TToolButton) ClientToScreen

func (t *TToolButton) ClientToScreen(Point TPoint) TPoint

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

func (t *TToolButton) CustomHint() *TCustomHint

func (*TToolButton) DisposeOf added in v1.1.18

func (t *TToolButton) DisposeOf()

func (*TToolButton) Down

func (t *TToolButton) Down() bool

func (*TToolButton) DragCursor

func (t *TToolButton) DragCursor() TCursor

func (*TToolButton) DragKind

func (t *TToolButton) DragKind() TDragKind

func (*TToolButton) DragMode

func (t *TToolButton) DragMode() TDragMode

func (*TToolButton) Dragging

func (t *TToolButton) Dragging() 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) Floating

func (t *TToolButton) Floating() bool

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

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) InheritsFrom added in v1.1.18

func (t *TToolButton) InheritsFrom(AClass TClass) bool

func (*TToolButton) Instance

func (t *TToolButton) Instance() uintptr

func (*TToolButton) InstanceSize added in v1.1.18

func (t *TToolButton) InstanceSize() int32

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() *TWinControl

func (*TToolButton) ParentShowHint

func (t *TToolButton) ParentShowHint() bool

func (*TToolButton) ParentToClient

func (t *TToolButton) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (t *TToolButton) ScreenToClient(Point TPoint) TPoint

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

func (t *TToolButton) SetCustomHint(value IComponent)

func (*TToolButton) SetDown

func (t *TToolButton) SetDown(value bool)

func (*TToolButton) SetDragCursor

func (t *TToolButton) SetDragCursor(value TCursor)

func (*TToolButton) SetDragKind

func (t *TToolButton) SetDragKind(value TDragKind)

func (*TToolButton) SetDragMode

func (t *TToolButton) SetDragMode(value TDragMode)

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

func (t *TToolButton) SetOnContextPopup(fn TContextPopupEvent)

func (*TToolButton) SetOnDragDrop

func (t *TToolButton) SetOnDragDrop(fn TDragDropEvent)

func (*TToolButton) SetOnDragOver

func (t *TToolButton) SetOnDragOver(fn TDragOverEvent)

func (*TToolButton) SetOnEndDock

func (t *TToolButton) SetOnEndDock(fn TEndDragEvent)

func (*TToolButton) SetOnEndDrag

func (t *TToolButton) SetOnEndDrag(fn TEndDragEvent)

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

func (t *TToolButton) SetOnStartDock(fn TStartDockEvent)

func (*TToolButton) SetParent

func (t *TToolButton) SetParent(value IWinControl)

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 {
	IWinControl
	// 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) ClassType added in v1.1.18

func (t *TTrackBar) ClassType() TClass

func (*TTrackBar) ClientHeight

func (t *TTrackBar) ClientHeight() int32

func (*TTrackBar) ClientRect

func (t *TTrackBar) ClientRect() TRect

func (*TTrackBar) ClientToParent

func (t *TTrackBar) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TTrackBar) ClientToScreen

func (t *TTrackBar) ClientToScreen(Point TPoint) TPoint

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

func (t *TTrackBar) CustomHint() *TCustomHint

func (*TTrackBar) DisposeOf added in v1.1.18

func (t *TTrackBar) DisposeOf()

func (*TTrackBar) DockSite

func (t *TTrackBar) DockSite() bool

func (*TTrackBar) DoubleBuffered

func (t *TTrackBar) DoubleBuffered() bool

func (*TTrackBar) DragCursor

func (t *TTrackBar) DragCursor() TCursor

func (*TTrackBar) DragKind

func (t *TTrackBar) DragKind() TDragKind

func (*TTrackBar) DragMode

func (t *TTrackBar) DragMode() TDragMode

func (*TTrackBar) Dragging

func (t *TTrackBar) Dragging() 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) Floating

func (t *TTrackBar) Floating() 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

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) InheritsFrom added in v1.1.18

func (t *TTrackBar) InheritsFrom(AClass TClass) bool

func (*TTrackBar) Instance

func (t *TTrackBar) Instance() uintptr

func (*TTrackBar) InstanceSize added in v1.1.18

func (t *TTrackBar) InstanceSize() int32

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() *TWinControl

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

func (t *TTrackBar) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (t *TTrackBar) ScreenToClient(Point TPoint) TPoint

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

func (t *TTrackBar) SetCustomHint(value IComponent)

func (*TTrackBar) SetDockSite

func (t *TTrackBar) SetDockSite(value bool)

func (*TTrackBar) SetDoubleBuffered

func (t *TTrackBar) SetDoubleBuffered(value bool)

func (*TTrackBar) SetDragCursor

func (t *TTrackBar) SetDragCursor(value TCursor)

func (*TTrackBar) SetDragKind

func (t *TTrackBar) SetDragKind(value TDragKind)

func (*TTrackBar) SetDragMode

func (t *TTrackBar) SetDragMode(value TDragMode)

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

func (t *TTrackBar) SetOnContextPopup(fn TContextPopupEvent)

func (*TTrackBar) SetOnDragDrop

func (t *TTrackBar) SetOnDragDrop(fn TDragDropEvent)

func (*TTrackBar) SetOnDragOver

func (t *TTrackBar) SetOnDragOver(fn TDragOverEvent)

func (*TTrackBar) SetOnEndDock

func (t *TTrackBar) SetOnEndDock(fn TEndDragEvent)

func (*TTrackBar) SetOnEndDrag

func (t *TTrackBar) SetOnEndDrag(fn TEndDragEvent)

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

func (t *TTrackBar) SetOnStartDock(fn TStartDockEvent)

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

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

func (t *TTrackBar) SetUseDockManager(value bool)

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

func (t *TTrackBar) UseDockManager() bool

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) ClassType added in v1.1.18

func (t *TTrayIcon) ClassType() TClass

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) DisposeOf added in v1.1.18

func (t *TTrayIcon) DisposeOf()

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) InheritsFrom added in v1.1.18

func (t *TTrayIcon) InheritsFrom(AClass TClass) bool

func (*TTrayIcon) Instance

func (t *TTrayIcon) Instance() uintptr

func (*TTrayIcon) InstanceSize added in v1.1.18

func (t *TTrayIcon) InstanceSize() int32

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) ClassType added in v1.1.18

func (t *TTreeNode) ClassType() TClass

func (*TTreeNode) Collapse

func (t *TTreeNode) Collapse(Recurse bool)

func (*TTreeNode) Count

func (t *TTreeNode) Count() int32

func (*TTreeNode) Cut

func (t *TTreeNode) Cut() bool

func (*TTreeNode) Data

func (t *TTreeNode) Data() unsafe.Pointer

func (*TTreeNode) Delete

func (t *TTreeNode) Delete()

func (*TTreeNode) Deleting

func (t *TTreeNode) Deleting() bool

func (*TTreeNode) DisplayRect

func (t *TTreeNode) DisplayRect(TextOnly bool) TRect

func (*TTreeNode) DisposeOf added in v1.1.18

func (t *TTreeNode) DisposeOf()

func (*TTreeNode) DropTarget

func (t *TTreeNode) DropTarget() bool

func (*TTreeNode) EditText

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) InheritsFrom added in v1.1.18

func (t *TTreeNode) InheritsFrom(AClass TClass) bool

func (*TTreeNode) Instance

func (t *TTreeNode) Instance() uintptr

func (*TTreeNode) InstanceSize added in v1.1.18

func (t *TTreeNode) InstanceSize() int32

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 unsafe.Pointer)

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) ClassType added in v1.1.18

func (t *TTreeNodes) ClassType() TClass

func (*TTreeNodes) Clear

func (t *TTreeNodes) Clear()

func (*TTreeNodes) Count

func (t *TTreeNodes) Count() int32

func (*TTreeNodes) Delete

func (t *TTreeNodes) Delete(Node *TTreeNode)

func (*TTreeNodes) DisposeOf added in v1.1.18

func (t *TTreeNodes) DisposeOf()

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) InheritsFrom added in v1.1.18

func (t *TTreeNodes) InheritsFrom(AClass TClass) bool

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) InstanceSize added in v1.1.18

func (t *TTreeNodes) InstanceSize() int32

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() *TWinControl

func (*TTreeNodes) ToString

func (t *TTreeNodes) ToString() string

type TTreeView

type TTreeView struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (t *TTreeView) ClassType() TClass

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

func (t *TTreeView) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TTreeView) ClientToScreen

func (t *TTreeView) ClientToScreen(Point TPoint) TPoint

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

func (t *TTreeView) CustomHint() *TCustomHint

func (*TTreeView) CustomSort

func (t *TTreeView) CustomSort(SortProc PFNTVCOMPARE, Data int, ARecurse bool) bool

func (*TTreeView) Deselect

func (t *TTreeView) Deselect(Node *TTreeNode)

func (*TTreeView) DisposeOf added in v1.1.18

func (t *TTreeView) DisposeOf()

func (*TTreeView) DockSite

func (t *TTreeView) DockSite() bool

func (*TTreeView) DoubleBuffered

func (t *TTreeView) DoubleBuffered() bool

func (*TTreeView) DragCursor

func (t *TTreeView) DragCursor() TCursor

func (*TTreeView) DragKind

func (t *TTreeView) DragKind() TDragKind

func (*TTreeView) DragMode

func (t *TTreeView) DragMode() TDragMode

func (*TTreeView) Dragging

func (t *TTreeView) Dragging() 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) Floating

func (t *TTreeView) Floating() 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

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) InheritsFrom added in v1.1.18

func (t *TTreeView) InheritsFrom(AClass TClass) bool

func (*TTreeView) Instance

func (t *TTreeView) Instance() uintptr

func (*TTreeView) InstanceSize added in v1.1.18

func (t *TTreeView) InstanceSize() int32

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() *TWinControl

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

func (t *TTreeView) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (t *TTreeView) ScreenToClient(Point TPoint) TPoint

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

func (t *TTreeView) SetCustomHint(value IComponent)

func (*TTreeView) SetDockSite

func (t *TTreeView) SetDockSite(value bool)

func (*TTreeView) SetDoubleBuffered

func (t *TTreeView) SetDoubleBuffered(value bool)

func (*TTreeView) SetDragCursor

func (t *TTreeView) SetDragCursor(value TCursor)

func (*TTreeView) SetDragKind

func (t *TTreeView) SetDragKind(value TDragKind)

func (*TTreeView) SetDragMode

func (t *TTreeView) SetDragMode(value TDragMode)

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

func (t *TTreeView) SetOnAdvancedCustomDraw(fn TTVAdvancedCustomDrawEvent)

func (*TTreeView) SetOnAdvancedCustomDrawItem

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

func (t *TTreeView) SetOnCompare(fn TTVCompareEvent)

func (*TTreeView) SetOnContextPopup

func (t *TTreeView) SetOnContextPopup(fn TContextPopupEvent)

func (*TTreeView) SetOnDblClick

func (t *TTreeView) SetOnDblClick(fn TNotifyEvent)

func (*TTreeView) SetOnDragDrop

func (t *TTreeView) SetOnDragDrop(fn TDragDropEvent)

func (*TTreeView) SetOnDragOver

func (t *TTreeView) SetOnDragOver(fn TDragOverEvent)

func (*TTreeView) SetOnEndDock

func (t *TTreeView) SetOnEndDock(fn TEndDragEvent)

func (*TTreeView) SetOnEndDrag

func (t *TTreeView) SetOnEndDrag(fn TEndDragEvent)

func (*TTreeView) SetOnEnter

func (t *TTreeView) SetOnEnter(fn TNotifyEvent)

func (*TTreeView) SetOnExit

func (t *TTreeView) SetOnExit(fn TNotifyEvent)

func (*TTreeView) SetOnGetImageIndex

func (t *TTreeView) SetOnGetImageIndex(fn TTVExpandedEvent)

func (*TTreeView) SetOnGetSelectedIndex

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

func (t *TTreeView) SetOnStartDock(fn TStartDockEvent)

func (*TTreeView) SetParent

func (t *TTreeView) SetParent(value IWinControl)

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

func (t *TTreeView) SetUseDockManager(value bool)

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

func (t *TTreeView) UseDockManager() bool

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 TUnDockEvent

type TUnDockEvent func(sender IObject, client *TControl, newTarget *TControl, allow *bool)

TUnDockEvent = procedure(Sender: TObject; Client: TControl; NewTarget: TWinControl; var Allow: Boolean) of object;

type TUpDown

type TUpDown struct {
	IWinControl
	// 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) ClassType added in v1.1.18

func (u *TUpDown) ClassType() TClass

func (*TUpDown) ClientHeight

func (u *TUpDown) ClientHeight() int32

func (*TUpDown) ClientRect

func (u *TUpDown) ClientRect() TRect

func (*TUpDown) ClientToParent

func (u *TUpDown) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TUpDown) ClientToScreen

func (u *TUpDown) ClientToScreen(Point TPoint) TPoint

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

func (u *TUpDown) CustomHint() *TCustomHint

func (*TUpDown) DisposeOf added in v1.1.18

func (u *TUpDown) DisposeOf()

func (*TUpDown) DockSite

func (u *TUpDown) DockSite() bool

func (*TUpDown) DoubleBuffered

func (u *TUpDown) DoubleBuffered() bool

func (*TUpDown) Dragging

func (u *TUpDown) Dragging() 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) Floating

func (u *TUpDown) Floating() 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

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) InheritsFrom added in v1.1.18

func (u *TUpDown) InheritsFrom(AClass TClass) bool

func (*TUpDown) Instance

func (u *TUpDown) Instance() uintptr

func (*TUpDown) InstanceSize added in v1.1.18

func (u *TUpDown) InstanceSize() int32

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() *TWinControl

func (*TUpDown) ParentDoubleBuffered

func (u *TUpDown) ParentDoubleBuffered() bool

func (*TUpDown) ParentShowHint

func (u *TUpDown) ParentShowHint() bool

func (*TUpDown) ParentToClient

func (u *TUpDown) ParentToClient(Point TPoint, AParent IWinControl) TPoint

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

func (u *TUpDown) ScreenToClient(Point TPoint) TPoint

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

func (u *TUpDown) SetCustomHint(value IComponent)

func (*TUpDown) SetDockSite

func (u *TUpDown) SetDockSite(value bool)

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

func (u *TUpDown) SetOnContextPopup(fn TContextPopupEvent)

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

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

func (u *TUpDown) SetUseDockManager(value bool)

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

func (u *TUpDown) UseDockManager() bool

func (*TUpDown) Visible

func (u *TUpDown) Visible() bool

func (*TUpDown) Width

func (u *TUpDown) Width() int32

func (*TUpDown) Wrap

func (u *TUpDown) Wrap() bool

type TValueListEditor added in v1.1.19

type TValueListEditor struct {
	IWinControl
	// contains filtered or unexported fields
}

func NewValueListEditor added in v1.1.19

func NewValueListEditor(owner IComponent) *TValueListEditor

func ValueListEditorFromInst added in v1.1.19

func ValueListEditorFromInst(inst uintptr) *TValueListEditor

func ValueListEditorFromObj added in v1.1.19

func ValueListEditorFromObj(obj IObject) *TValueListEditor

func (*TValueListEditor) Action added in v1.1.19

func (v *TValueListEditor) Action() *TAction

func (*TValueListEditor) Align added in v1.1.19

func (v *TValueListEditor) Align() TAlign

func (*TValueListEditor) AlignWithMargins added in v1.1.19

func (v *TValueListEditor) AlignWithMargins() bool

func (*TValueListEditor) Anchors added in v1.1.19

func (v *TValueListEditor) Anchors() TAnchors

func (*TValueListEditor) Assign added in v1.1.19

func (v *TValueListEditor) Assign(Source IObject)

func (*TValueListEditor) BiDiMode added in v1.1.19

func (v *TValueListEditor) BiDiMode() TBiDiMode

func (*TValueListEditor) BorderStyle added in v1.1.19

func (v *TValueListEditor) BorderStyle() TBorderStyle

func (*TValueListEditor) BoundsRect added in v1.1.19

func (v *TValueListEditor) BoundsRect() TRect

func (*TValueListEditor) BringToFront added in v1.1.19

func (v *TValueListEditor) BringToFront()

func (*TValueListEditor) Brush added in v1.1.19

func (v *TValueListEditor) Brush() *TBrush

func (*TValueListEditor) CanFocus added in v1.1.19

func (v *TValueListEditor) CanFocus() bool

func (*TValueListEditor) Canvas added in v1.1.19

func (v *TValueListEditor) Canvas() *TCanvas

func (*TValueListEditor) CellRect added in v1.1.19

func (v *TValueListEditor) CellRect(ACol int32, ARow int32) TRect

func (*TValueListEditor) Cells added in v1.1.19

func (v *TValueListEditor) Cells(ACol int32, ARow int32) string

func (*TValueListEditor) ClassName added in v1.1.19

func (v *TValueListEditor) ClassName() string

func (*TValueListEditor) ClassType added in v1.1.19

func (v *TValueListEditor) ClassType() TClass

func (*TValueListEditor) ClientHeight added in v1.1.19

func (v *TValueListEditor) ClientHeight() int32

func (*TValueListEditor) ClientRect added in v1.1.19

func (v *TValueListEditor) ClientRect() TRect

func (*TValueListEditor) ClientToParent added in v1.1.19

func (v *TValueListEditor) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TValueListEditor) ClientToScreen added in v1.1.19

func (v *TValueListEditor) ClientToScreen(Point TPoint) TPoint

func (*TValueListEditor) ClientWidth added in v1.1.19

func (v *TValueListEditor) ClientWidth() int32

func (*TValueListEditor) Col added in v1.1.19

func (v *TValueListEditor) Col() int32

func (*TValueListEditor) ColCount added in v1.1.19

func (v *TValueListEditor) ColCount() int32

func (*TValueListEditor) ColWidths added in v1.1.19

func (v *TValueListEditor) ColWidths(Index int32) int32

func (*TValueListEditor) Color added in v1.1.19

func (v *TValueListEditor) Color() TColor

func (*TValueListEditor) ComponentCount added in v1.1.19

func (v *TValueListEditor) ComponentCount() int32

func (*TValueListEditor) ComponentIndex added in v1.1.19

func (v *TValueListEditor) ComponentIndex() int32

func (*TValueListEditor) Components added in v1.1.19

func (v *TValueListEditor) Components(AIndex int32) *TComponent

func (*TValueListEditor) ControlCount added in v1.1.19

func (v *TValueListEditor) ControlCount() int32

func (*TValueListEditor) Controls added in v1.1.19

func (v *TValueListEditor) Controls(Index int32) *TControl

func (*TValueListEditor) Cursor added in v1.1.19

func (v *TValueListEditor) Cursor() TCursor

func (*TValueListEditor) CustomHint added in v1.1.19

func (v *TValueListEditor) CustomHint() *TCustomHint

func (*TValueListEditor) DefaultColWidth added in v1.1.19

func (v *TValueListEditor) DefaultColWidth() int32

func (*TValueListEditor) DefaultDrawing added in v1.1.19

func (v *TValueListEditor) DefaultDrawing() bool

func (*TValueListEditor) DefaultRowHeight added in v1.1.19

func (v *TValueListEditor) DefaultRowHeight() int32

func (*TValueListEditor) DisposeOf added in v1.1.19

func (v *TValueListEditor) DisposeOf()

func (*TValueListEditor) DockSite added in v1.1.19

func (v *TValueListEditor) DockSite() bool

func (*TValueListEditor) DoubleBuffered added in v1.1.19

func (v *TValueListEditor) DoubleBuffered() bool

func (*TValueListEditor) DragCursor added in v1.1.19

func (v *TValueListEditor) DragCursor() TCursor

func (*TValueListEditor) DragKind added in v1.1.19

func (v *TValueListEditor) DragKind() TDragKind

func (*TValueListEditor) DragMode added in v1.1.19

func (v *TValueListEditor) DragMode() TDragMode

func (*TValueListEditor) Dragging added in v1.1.19

func (v *TValueListEditor) Dragging() bool

func (*TValueListEditor) DrawingStyle added in v1.1.19

func (v *TValueListEditor) DrawingStyle() TGridDrawingStyle

func (*TValueListEditor) EditorMode added in v1.1.19

func (v *TValueListEditor) EditorMode() bool

func (*TValueListEditor) Enabled added in v1.1.19

func (v *TValueListEditor) Enabled() bool

func (*TValueListEditor) Equals added in v1.1.19

func (v *TValueListEditor) Equals(Obj IObject) bool

func (*TValueListEditor) ExplicitHeight added in v1.1.19

func (v *TValueListEditor) ExplicitHeight() int32

func (*TValueListEditor) ExplicitLeft added in v1.1.19

func (v *TValueListEditor) ExplicitLeft() int32

func (*TValueListEditor) ExplicitTop added in v1.1.19

func (v *TValueListEditor) ExplicitTop() int32

func (*TValueListEditor) ExplicitWidth added in v1.1.19

func (v *TValueListEditor) ExplicitWidth() int32

func (*TValueListEditor) FindComponent added in v1.1.19

func (v *TValueListEditor) FindComponent(AName string) *TComponent

func (*TValueListEditor) FixedColor added in v1.1.19

func (v *TValueListEditor) FixedColor() TColor

func (*TValueListEditor) FixedCols added in v1.1.19

func (v *TValueListEditor) FixedCols() int32

func (*TValueListEditor) FlipChildren added in v1.1.19

func (v *TValueListEditor) FlipChildren(AllLevels bool)

func (*TValueListEditor) Floating added in v1.1.19

func (v *TValueListEditor) Floating() bool

func (*TValueListEditor) Focused added in v1.1.19

func (v *TValueListEditor) Focused() bool

func (*TValueListEditor) Font added in v1.1.19

func (v *TValueListEditor) Font() *TFont

func (*TValueListEditor) Free added in v1.1.19

func (v *TValueListEditor) Free()

func (*TValueListEditor) GetHashCode added in v1.1.19

func (v *TValueListEditor) GetHashCode() int32

func (*TValueListEditor) GetNamePath added in v1.1.19

func (v *TValueListEditor) GetNamePath() string

func (*TValueListEditor) GetTextBuf added in v1.1.19

func (v *TValueListEditor) GetTextBuf(Buffer string, BufSize int32) int32

func (*TValueListEditor) GetTextLen added in v1.1.19

func (v *TValueListEditor) GetTextLen() int32

func (*TValueListEditor) GradientEndColor added in v1.1.19

func (v *TValueListEditor) GradientEndColor() TColor

func (*TValueListEditor) GradientStartColor added in v1.1.19

func (v *TValueListEditor) GradientStartColor() TColor

func (*TValueListEditor) GridHeight added in v1.1.19

func (v *TValueListEditor) GridHeight() int32

func (*TValueListEditor) GridLineWidth added in v1.1.19

func (v *TValueListEditor) GridLineWidth() int32

func (*TValueListEditor) GridWidth added in v1.1.19

func (v *TValueListEditor) GridWidth() int32

func (*TValueListEditor) Handle added in v1.1.19

func (v *TValueListEditor) Handle() HWND

func (*TValueListEditor) HandleAllocated added in v1.1.19

func (v *TValueListEditor) HandleAllocated() bool

func (*TValueListEditor) HasParent added in v1.1.19

func (v *TValueListEditor) HasParent() bool

func (*TValueListEditor) Height added in v1.1.19

func (v *TValueListEditor) Height() int32

func (*TValueListEditor) Hide added in v1.1.19

func (v *TValueListEditor) Hide()

func (*TValueListEditor) Hint added in v1.1.19

func (v *TValueListEditor) Hint() string

func (*TValueListEditor) InheritsFrom added in v1.1.19

func (v *TValueListEditor) InheritsFrom(AClass TClass) bool

func (*TValueListEditor) Instance added in v1.1.19

func (v *TValueListEditor) Instance() uintptr

func (*TValueListEditor) InstanceSize added in v1.1.19

func (v *TValueListEditor) InstanceSize() int32

func (*TValueListEditor) Invalidate added in v1.1.19

func (v *TValueListEditor) Invalidate()

func (*TValueListEditor) IsValid added in v1.1.19

func (v *TValueListEditor) IsValid() bool

func (*TValueListEditor) Left added in v1.1.19

func (v *TValueListEditor) Left() int32

func (*TValueListEditor) LeftCol added in v1.1.19

func (v *TValueListEditor) LeftCol() int32

func (*TValueListEditor) Margins added in v1.1.19

func (v *TValueListEditor) Margins() *TMargins

func (*TValueListEditor) MouseCoord added in v1.1.19

func (v *TValueListEditor) MouseCoord(X int32, Y int32) TGridCoord

func (*TValueListEditor) MouseToCell added in v1.1.19

func (v *TValueListEditor) MouseToCell(X int32, Y int32, ACol *int32, ARow *int32)

func (*TValueListEditor) Name added in v1.1.19

func (v *TValueListEditor) Name() string

func (*TValueListEditor) Options added in v1.1.19

func (v *TValueListEditor) Options() TGridOptions

func (*TValueListEditor) Owner added in v1.1.19

func (v *TValueListEditor) Owner() *TComponent

func (*TValueListEditor) Parent added in v1.1.19

func (v *TValueListEditor) Parent() *TWinControl

func (*TValueListEditor) ParentColor added in v1.1.19

func (v *TValueListEditor) ParentColor() bool

func (*TValueListEditor) ParentCtl3D added in v1.1.19

func (v *TValueListEditor) ParentCtl3D() bool

func (*TValueListEditor) ParentDoubleBuffered added in v1.1.19

func (v *TValueListEditor) ParentDoubleBuffered() bool

func (*TValueListEditor) ParentFont added in v1.1.19

func (v *TValueListEditor) ParentFont() bool

func (*TValueListEditor) ParentShowHint added in v1.1.19

func (v *TValueListEditor) ParentShowHint() bool

func (*TValueListEditor) ParentToClient added in v1.1.19

func (v *TValueListEditor) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TValueListEditor) ParentWindow added in v1.1.19

func (v *TValueListEditor) ParentWindow() HWND

func (*TValueListEditor) Perform added in v1.1.19

func (v *TValueListEditor) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TValueListEditor) PopupMenu added in v1.1.19

func (v *TValueListEditor) PopupMenu() *TPopupMenu

func (*TValueListEditor) Realign added in v1.1.19

func (v *TValueListEditor) Realign()

func (*TValueListEditor) Refresh added in v1.1.19

func (v *TValueListEditor) Refresh()

func (*TValueListEditor) Repaint added in v1.1.19

func (v *TValueListEditor) Repaint()

func (*TValueListEditor) Row added in v1.1.19

func (v *TValueListEditor) Row() int32

func (*TValueListEditor) RowCount added in v1.1.19

func (v *TValueListEditor) RowCount() int32

func (*TValueListEditor) RowHeights added in v1.1.19

func (v *TValueListEditor) RowHeights(Index int32) int32

func (*TValueListEditor) ScaleBy added in v1.1.19

func (v *TValueListEditor) ScaleBy(M int32, D int32)

func (*TValueListEditor) ScreenToClient added in v1.1.19

func (v *TValueListEditor) ScreenToClient(Point TPoint) TPoint

func (*TValueListEditor) ScrollBars added in v1.1.19

func (v *TValueListEditor) ScrollBars() TScrollStyle

func (*TValueListEditor) Selection added in v1.1.19

func (v *TValueListEditor) Selection() TGridRect

func (*TValueListEditor) SendToBack added in v1.1.19

func (v *TValueListEditor) SendToBack()

func (*TValueListEditor) SetAction added in v1.1.19

func (v *TValueListEditor) SetAction(value IComponent)

func (*TValueListEditor) SetAlign added in v1.1.19

func (v *TValueListEditor) SetAlign(value TAlign)

func (*TValueListEditor) SetAlignWithMargins added in v1.1.19

func (v *TValueListEditor) SetAlignWithMargins(value bool)

func (*TValueListEditor) SetAnchors added in v1.1.19

func (v *TValueListEditor) SetAnchors(value TAnchors)

func (*TValueListEditor) SetBiDiMode added in v1.1.19

func (v *TValueListEditor) SetBiDiMode(value TBiDiMode)

func (*TValueListEditor) SetBorderStyle added in v1.1.19

func (v *TValueListEditor) SetBorderStyle(value TBorderStyle)

func (*TValueListEditor) SetBounds added in v1.1.19

func (v *TValueListEditor) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TValueListEditor) SetBoundsRect added in v1.1.19

func (v *TValueListEditor) SetBoundsRect(value TRect)

func (*TValueListEditor) SetCells added in v1.1.19

func (v *TValueListEditor) SetCells(ACol int32, ARow int32, value string)

func (*TValueListEditor) SetClientHeight added in v1.1.19

func (v *TValueListEditor) SetClientHeight(value int32)

func (*TValueListEditor) SetClientWidth added in v1.1.19

func (v *TValueListEditor) SetClientWidth(value int32)

func (*TValueListEditor) SetCol added in v1.1.19

func (v *TValueListEditor) SetCol(value int32)

func (*TValueListEditor) SetColCount added in v1.1.19

func (v *TValueListEditor) SetColCount(value int32)

func (*TValueListEditor) SetColWidths added in v1.1.19

func (v *TValueListEditor) SetColWidths(Index int32, value int32)

func (*TValueListEditor) SetColor added in v1.1.19

func (v *TValueListEditor) SetColor(value TColor)

func (*TValueListEditor) SetComponentIndex added in v1.1.19

func (v *TValueListEditor) SetComponentIndex(value int32)

func (*TValueListEditor) SetCursor added in v1.1.19

func (v *TValueListEditor) SetCursor(value TCursor)

func (*TValueListEditor) SetCustomHint added in v1.1.19

func (v *TValueListEditor) SetCustomHint(value IComponent)

func (*TValueListEditor) SetDefaultColWidth added in v1.1.19

func (v *TValueListEditor) SetDefaultColWidth(value int32)

func (*TValueListEditor) SetDefaultDrawing added in v1.1.19

func (v *TValueListEditor) SetDefaultDrawing(value bool)

func (*TValueListEditor) SetDefaultRowHeight added in v1.1.19

func (v *TValueListEditor) SetDefaultRowHeight(value int32)

func (*TValueListEditor) SetDockSite added in v1.1.19

func (v *TValueListEditor) SetDockSite(value bool)

func (*TValueListEditor) SetDoubleBuffered added in v1.1.19

func (v *TValueListEditor) SetDoubleBuffered(value bool)

func (*TValueListEditor) SetDragCursor added in v1.1.19

func (v *TValueListEditor) SetDragCursor(value TCursor)

func (*TValueListEditor) SetDragKind added in v1.1.19

func (v *TValueListEditor) SetDragKind(value TDragKind)

func (*TValueListEditor) SetDragMode added in v1.1.19

func (v *TValueListEditor) SetDragMode(value TDragMode)

func (*TValueListEditor) SetDrawingStyle added in v1.1.19

func (v *TValueListEditor) SetDrawingStyle(value TGridDrawingStyle)

func (*TValueListEditor) SetEditorMode added in v1.1.19

func (v *TValueListEditor) SetEditorMode(value bool)

func (*TValueListEditor) SetEnabled added in v1.1.19

func (v *TValueListEditor) SetEnabled(value bool)

func (*TValueListEditor) SetFixedColor added in v1.1.19

func (v *TValueListEditor) SetFixedColor(value TColor)

func (*TValueListEditor) SetFixedCols added in v1.1.19

func (v *TValueListEditor) SetFixedCols(value int32)

func (*TValueListEditor) SetFocus added in v1.1.19

func (v *TValueListEditor) SetFocus()

func (*TValueListEditor) SetFont added in v1.1.19

func (v *TValueListEditor) SetFont(value *TFont)

func (*TValueListEditor) SetGradientEndColor added in v1.1.19

func (v *TValueListEditor) SetGradientEndColor(value TColor)

func (*TValueListEditor) SetGradientStartColor added in v1.1.19

func (v *TValueListEditor) SetGradientStartColor(value TColor)

func (*TValueListEditor) SetGridLineWidth added in v1.1.19

func (v *TValueListEditor) SetGridLineWidth(value int32)

func (*TValueListEditor) SetHeight added in v1.1.19

func (v *TValueListEditor) SetHeight(value int32)

func (*TValueListEditor) SetHint added in v1.1.19

func (v *TValueListEditor) SetHint(value string)

func (*TValueListEditor) SetLeft added in v1.1.19

func (v *TValueListEditor) SetLeft(value int32)

func (*TValueListEditor) SetLeftCol added in v1.1.19

func (v *TValueListEditor) SetLeftCol(value int32)

func (*TValueListEditor) SetMargins added in v1.1.19

func (v *TValueListEditor) SetMargins(value *TMargins)

func (*TValueListEditor) SetName added in v1.1.19

func (v *TValueListEditor) SetName(value string)

func (*TValueListEditor) SetOnClick added in v1.1.19

func (v *TValueListEditor) SetOnClick(fn TNotifyEvent)

func (*TValueListEditor) SetOnContextPopup added in v1.1.19

func (v *TValueListEditor) SetOnContextPopup(fn TContextPopupEvent)

func (*TValueListEditor) SetOnDblClick added in v1.1.19

func (v *TValueListEditor) SetOnDblClick(fn TNotifyEvent)

func (*TValueListEditor) SetOnDragDrop added in v1.1.19

func (v *TValueListEditor) SetOnDragDrop(fn TDragDropEvent)

func (*TValueListEditor) SetOnDragOver added in v1.1.19

func (v *TValueListEditor) SetOnDragOver(fn TDragOverEvent)

func (*TValueListEditor) SetOnDrawCell added in v1.1.19

func (v *TValueListEditor) SetOnDrawCell(fn TDrawCellEvent)

func (*TValueListEditor) SetOnEndDock added in v1.1.19

func (v *TValueListEditor) SetOnEndDock(fn TEndDragEvent)

func (*TValueListEditor) SetOnEndDrag added in v1.1.19

func (v *TValueListEditor) SetOnEndDrag(fn TEndDragEvent)

func (*TValueListEditor) SetOnEnter added in v1.1.19

func (v *TValueListEditor) SetOnEnter(fn TNotifyEvent)

func (*TValueListEditor) SetOnExit added in v1.1.19

func (v *TValueListEditor) SetOnExit(fn TNotifyEvent)

func (*TValueListEditor) SetOnGetEditMask added in v1.1.19

func (v *TValueListEditor) SetOnGetEditMask(fn TGetEditEvent)

func (*TValueListEditor) SetOnGetEditText added in v1.1.19

func (v *TValueListEditor) SetOnGetEditText(fn TGetEditEvent)

func (*TValueListEditor) SetOnKeyDown added in v1.1.19

func (v *TValueListEditor) SetOnKeyDown(fn TKeyEvent)

func (*TValueListEditor) SetOnKeyPress added in v1.1.19

func (v *TValueListEditor) SetOnKeyPress(fn TKeyPressEvent)

func (*TValueListEditor) SetOnKeyUp added in v1.1.19

func (v *TValueListEditor) SetOnKeyUp(fn TKeyEvent)

func (*TValueListEditor) SetOnMouseDown added in v1.1.19

func (v *TValueListEditor) SetOnMouseDown(fn TMouseEvent)

func (*TValueListEditor) SetOnMouseEnter added in v1.1.19

func (v *TValueListEditor) SetOnMouseEnter(fn TNotifyEvent)

func (*TValueListEditor) SetOnMouseLeave added in v1.1.19

func (v *TValueListEditor) SetOnMouseLeave(fn TNotifyEvent)

func (*TValueListEditor) SetOnMouseMove added in v1.1.19

func (v *TValueListEditor) SetOnMouseMove(fn TMouseMoveEvent)

func (*TValueListEditor) SetOnMouseUp added in v1.1.19

func (v *TValueListEditor) SetOnMouseUp(fn TMouseEvent)

func (*TValueListEditor) SetOnMouseWheelDown added in v1.1.19

func (v *TValueListEditor) SetOnMouseWheelDown(fn TMouseWheelUpDownEvent)

func (*TValueListEditor) SetOnMouseWheelUp added in v1.1.19

func (v *TValueListEditor) SetOnMouseWheelUp(fn TMouseWheelUpDownEvent)

func (*TValueListEditor) SetOnRowMoved added in v1.1.19

func (v *TValueListEditor) SetOnRowMoved(fn TMovedEvent)

func (*TValueListEditor) SetOnSelectCell added in v1.1.19

func (v *TValueListEditor) SetOnSelectCell(fn TSelectCellEvent)

func (*TValueListEditor) SetOnSetEditText added in v1.1.19

func (v *TValueListEditor) SetOnSetEditText(fn TSetEditEvent)

func (*TValueListEditor) SetOnStartDock added in v1.1.19

func (v *TValueListEditor) SetOnStartDock(fn TStartDockEvent)

func (*TValueListEditor) SetOnTopLeftChanged added in v1.1.19

func (v *TValueListEditor) SetOnTopLeftChanged(fn TNotifyEvent)

func (*TValueListEditor) SetOptions added in v1.1.19

func (v *TValueListEditor) SetOptions(value TGridOptions)

func (*TValueListEditor) SetParent added in v1.1.19

func (v *TValueListEditor) SetParent(value IWinControl)

func (*TValueListEditor) SetParentColor added in v1.1.19

func (v *TValueListEditor) SetParentColor(value bool)

func (*TValueListEditor) SetParentCtl3D added in v1.1.19

func (v *TValueListEditor) SetParentCtl3D(value bool)

func (*TValueListEditor) SetParentDoubleBuffered added in v1.1.19

func (v *TValueListEditor) SetParentDoubleBuffered(value bool)

func (*TValueListEditor) SetParentFont added in v1.1.19

func (v *TValueListEditor) SetParentFont(value bool)

func (*TValueListEditor) SetParentShowHint added in v1.1.19

func (v *TValueListEditor) SetParentShowHint(value bool)

func (*TValueListEditor) SetParentWindow added in v1.1.19

func (v *TValueListEditor) SetParentWindow(value HWND)

func (*TValueListEditor) SetPopupMenu added in v1.1.19

func (v *TValueListEditor) SetPopupMenu(value IComponent)

func (*TValueListEditor) SetRow added in v1.1.19

func (v *TValueListEditor) SetRow(value int32)

func (*TValueListEditor) SetRowHeights added in v1.1.19

func (v *TValueListEditor) SetRowHeights(Index int32, value int32)

func (*TValueListEditor) SetScrollBars added in v1.1.19

func (v *TValueListEditor) SetScrollBars(value TScrollStyle)

func (*TValueListEditor) SetSelection added in v1.1.19

func (v *TValueListEditor) SetSelection(value TGridRect)

func (*TValueListEditor) SetShowHint added in v1.1.19

func (v *TValueListEditor) SetShowHint(value bool)

func (*TValueListEditor) SetStrings added in v1.1.19

func (v *TValueListEditor) SetStrings(value IObject)

func (*TValueListEditor) SetStyleElements added in v1.1.19

func (v *TValueListEditor) SetStyleElements(value TStyleElements)

func (*TValueListEditor) SetTabOrder added in v1.1.19

func (v *TValueListEditor) SetTabOrder(value uint16)

func (*TValueListEditor) SetTabStop added in v1.1.19

func (v *TValueListEditor) SetTabStop(value bool)

func (*TValueListEditor) SetTabStops added in v1.1.19

func (v *TValueListEditor) SetTabStops(Index int32, value bool)

func (*TValueListEditor) SetTag added in v1.1.19

func (v *TValueListEditor) SetTag(value int)

func (*TValueListEditor) SetTop added in v1.1.19

func (v *TValueListEditor) SetTop(value int32)

func (*TValueListEditor) SetTopRow added in v1.1.19

func (v *TValueListEditor) SetTopRow(value int32)

func (*TValueListEditor) SetUseDockManager added in v1.1.19

func (v *TValueListEditor) SetUseDockManager(value bool)

func (*TValueListEditor) SetValues added in v1.1.19

func (v *TValueListEditor) SetValues(Key string, value string)

func (*TValueListEditor) SetVisible added in v1.1.19

func (v *TValueListEditor) SetVisible(value bool)

func (*TValueListEditor) SetWidth added in v1.1.19

func (v *TValueListEditor) SetWidth(value int32)

func (*TValueListEditor) Show added in v1.1.19

func (v *TValueListEditor) Show()

func (*TValueListEditor) ShowHint added in v1.1.19

func (v *TValueListEditor) ShowHint() bool

func (*TValueListEditor) Strings added in v1.1.19

func (v *TValueListEditor) Strings() *TStrings

func (*TValueListEditor) StyleElements added in v1.1.19

func (v *TValueListEditor) StyleElements() TStyleElements

func (*TValueListEditor) TabOrder added in v1.1.19

func (v *TValueListEditor) TabOrder() uint16

func (*TValueListEditor) TabStop added in v1.1.19

func (v *TValueListEditor) TabStop() bool

func (*TValueListEditor) TabStops added in v1.1.19

func (v *TValueListEditor) TabStops(Index int32) bool

func (*TValueListEditor) Tag added in v1.1.19

func (v *TValueListEditor) Tag() int

func (*TValueListEditor) ToString added in v1.1.19

func (v *TValueListEditor) ToString() string

func (*TValueListEditor) Top added in v1.1.19

func (v *TValueListEditor) Top() int32

func (*TValueListEditor) TopRow added in v1.1.19

func (v *TValueListEditor) TopRow() int32

func (*TValueListEditor) Update added in v1.1.19

func (v *TValueListEditor) Update()

func (*TValueListEditor) UseDockManager added in v1.1.19

func (v *TValueListEditor) UseDockManager() bool

func (*TValueListEditor) Values added in v1.1.19

func (v *TValueListEditor) Values(Key string) string

func (*TValueListEditor) Visible added in v1.1.19

func (v *TValueListEditor) Visible() bool

func (*TValueListEditor) VisibleColCount added in v1.1.19

func (v *TValueListEditor) VisibleColCount() int32

func (*TValueListEditor) VisibleRowCount added in v1.1.19

func (v *TValueListEditor) VisibleRowCount() int32

func (*TValueListEditor) Width added in v1.1.19

func (v *TValueListEditor) Width() int32

type TWinControl added in v1.1.18

type TWinControl struct {
	IWinControl
	// contains filtered or unexported fields
}

func NewWinControl added in v1.1.18

func NewWinControl(owner IComponent) *TWinControl

func WinControlFromInst added in v1.1.18

func WinControlFromInst(inst uintptr) *TWinControl

func WinControlFromObj added in v1.1.18

func WinControlFromObj(obj IObject) *TWinControl

func (*TWinControl) Action added in v1.1.18

func (w *TWinControl) Action() *TAction

func (*TWinControl) Align added in v1.1.18

func (w *TWinControl) Align() TAlign

func (*TWinControl) AlignWithMargins added in v1.1.18

func (w *TWinControl) AlignWithMargins() bool

func (*TWinControl) Anchors added in v1.1.18

func (w *TWinControl) Anchors() TAnchors

func (*TWinControl) Assign added in v1.1.18

func (w *TWinControl) Assign(Source IObject)

func (*TWinControl) BiDiMode added in v1.1.18

func (w *TWinControl) BiDiMode() TBiDiMode

func (*TWinControl) BoundsRect added in v1.1.18

func (w *TWinControl) BoundsRect() TRect

func (*TWinControl) BringToFront added in v1.1.18

func (w *TWinControl) BringToFront()

func (*TWinControl) Brush added in v1.1.18

func (w *TWinControl) Brush() *TBrush

func (*TWinControl) CanFocus added in v1.1.18

func (w *TWinControl) CanFocus() bool

func (*TWinControl) ClassName added in v1.1.18

func (w *TWinControl) ClassName() string

func (*TWinControl) ClassType added in v1.1.18

func (w *TWinControl) ClassType() TClass

func (*TWinControl) ClientHeight added in v1.1.18

func (w *TWinControl) ClientHeight() int32

func (*TWinControl) ClientRect added in v1.1.18

func (w *TWinControl) ClientRect() TRect

func (*TWinControl) ClientToParent added in v1.1.18

func (w *TWinControl) ClientToParent(Point TPoint, AParent IWinControl) TPoint

func (*TWinControl) ClientToScreen added in v1.1.18

func (w *TWinControl) ClientToScreen(Point TPoint) TPoint

func (*TWinControl) ClientWidth added in v1.1.18

func (w *TWinControl) ClientWidth() int32

func (*TWinControl) ComponentCount added in v1.1.18

func (w *TWinControl) ComponentCount() int32

func (*TWinControl) ComponentIndex added in v1.1.18

func (w *TWinControl) ComponentIndex() int32

func (*TWinControl) Components added in v1.1.18

func (w *TWinControl) Components(AIndex int32) *TComponent

func (*TWinControl) ControlCount added in v1.1.18

func (w *TWinControl) ControlCount() int32

func (*TWinControl) Controls added in v1.1.18

func (w *TWinControl) Controls(Index int32) *TControl

func (*TWinControl) Cursor added in v1.1.18

func (w *TWinControl) Cursor() TCursor

func (*TWinControl) CustomHint added in v1.1.18

func (w *TWinControl) CustomHint() *TCustomHint

func (*TWinControl) DisposeOf added in v1.1.18

func (w *TWinControl) DisposeOf()

func (*TWinControl) DockSite added in v1.1.18

func (w *TWinControl) DockSite() bool

func (*TWinControl) DoubleBuffered added in v1.1.18

func (w *TWinControl) DoubleBuffered() bool

func (*TWinControl) Dragging added in v1.1.18

func (w *TWinControl) Dragging() bool

func (*TWinControl) Enabled added in v1.1.18

func (w *TWinControl) Enabled() bool

func (*TWinControl) Equals added in v1.1.18

func (w *TWinControl) Equals(Obj IObject) bool

func (*TWinControl) ExplicitHeight added in v1.1.18

func (w *TWinControl) ExplicitHeight() int32

func (*TWinControl) ExplicitLeft added in v1.1.18

func (w *TWinControl) ExplicitLeft() int32

func (*TWinControl) ExplicitTop added in v1.1.18

func (w *TWinControl) ExplicitTop() int32

func (*TWinControl) ExplicitWidth added in v1.1.18

func (w *TWinControl) ExplicitWidth() int32

func (*TWinControl) FindComponent added in v1.1.18

func (w *TWinControl) FindComponent(AName string) *TComponent

func (*TWinControl) FlipChildren added in v1.1.18

func (w *TWinControl) FlipChildren(AllLevels bool)

func (*TWinControl) Floating added in v1.1.18

func (w *TWinControl) Floating() bool

func (*TWinControl) Focused added in v1.1.18

func (w *TWinControl) Focused() bool

func (*TWinControl) Free added in v1.1.18

func (w *TWinControl) Free()

func (*TWinControl) GetHashCode added in v1.1.18

func (w *TWinControl) GetHashCode() int32

func (*TWinControl) GetNamePath added in v1.1.18

func (w *TWinControl) GetNamePath() string

func (*TWinControl) GetTextBuf added in v1.1.18

func (w *TWinControl) GetTextBuf(Buffer string, BufSize int32) int32

func (*TWinControl) GetTextLen added in v1.1.18

func (w *TWinControl) GetTextLen() int32

func (*TWinControl) Handle added in v1.1.18

func (w *TWinControl) Handle() HWND

func (*TWinControl) HandleAllocated added in v1.1.18

func (w *TWinControl) HandleAllocated() bool

func (*TWinControl) HasParent added in v1.1.18

func (w *TWinControl) HasParent() bool

func (*TWinControl) Height added in v1.1.18

func (w *TWinControl) Height() int32

func (*TWinControl) Hide added in v1.1.18

func (w *TWinControl) Hide()

func (*TWinControl) Hint added in v1.1.18

func (w *TWinControl) Hint() string

func (*TWinControl) InheritsFrom added in v1.1.18

func (w *TWinControl) InheritsFrom(AClass TClass) bool

func (*TWinControl) Instance added in v1.1.18

func (w *TWinControl) Instance() uintptr

func (*TWinControl) InstanceSize added in v1.1.18

func (w *TWinControl) InstanceSize() int32

func (*TWinControl) Invalidate added in v1.1.18

func (w *TWinControl) Invalidate()

func (*TWinControl) IsValid added in v1.1.18

func (w *TWinControl) IsValid() bool

func (*TWinControl) Left added in v1.1.18

func (w *TWinControl) Left() int32

func (*TWinControl) Margins added in v1.1.18

func (w *TWinControl) Margins() *TMargins

func (*TWinControl) Name added in v1.1.18

func (w *TWinControl) Name() string

func (*TWinControl) Owner added in v1.1.18

func (w *TWinControl) Owner() *TComponent

func (*TWinControl) Parent added in v1.1.18

func (w *TWinControl) Parent() *TWinControl

func (*TWinControl) ParentDoubleBuffered added in v1.1.18

func (w *TWinControl) ParentDoubleBuffered() bool

func (*TWinControl) ParentToClient added in v1.1.18

func (w *TWinControl) ParentToClient(Point TPoint, AParent IWinControl) TPoint

func (*TWinControl) ParentWindow added in v1.1.18

func (w *TWinControl) ParentWindow() HWND

func (*TWinControl) Perform added in v1.1.18

func (w *TWinControl) Perform(Msg uint32, WParam uintptr, LParam int) int

func (*TWinControl) Realign added in v1.1.18

func (w *TWinControl) Realign()

func (*TWinControl) Refresh added in v1.1.18

func (w *TWinControl) Refresh()

func (*TWinControl) Repaint added in v1.1.18

func (w *TWinControl) Repaint()

func (*TWinControl) ScaleBy added in v1.1.18

func (w *TWinControl) ScaleBy(M int32, D int32)

func (*TWinControl) ScreenToClient added in v1.1.18

func (w *TWinControl) ScreenToClient(Point TPoint) TPoint

func (*TWinControl) SendToBack added in v1.1.18

func (w *TWinControl) SendToBack()

func (*TWinControl) SetAction added in v1.1.18

func (w *TWinControl) SetAction(value IComponent)

func (*TWinControl) SetAlign added in v1.1.18

func (w *TWinControl) SetAlign(value TAlign)

func (*TWinControl) SetAlignWithMargins added in v1.1.18

func (w *TWinControl) SetAlignWithMargins(value bool)

func (*TWinControl) SetAnchors added in v1.1.18

func (w *TWinControl) SetAnchors(value TAnchors)

func (*TWinControl) SetBiDiMode added in v1.1.18

func (w *TWinControl) SetBiDiMode(value TBiDiMode)

func (*TWinControl) SetBounds added in v1.1.18

func (w *TWinControl) SetBounds(ALeft int32, ATop int32, AWidth int32, AHeight int32)

func (*TWinControl) SetBoundsRect added in v1.1.18

func (w *TWinControl) SetBoundsRect(value TRect)

func (*TWinControl) SetClientHeight added in v1.1.18

func (w *TWinControl) SetClientHeight(value int32)

func (*TWinControl) SetClientWidth added in v1.1.18

func (w *TWinControl) SetClientWidth(value int32)

func (*TWinControl) SetComponentIndex added in v1.1.18

func (w *TWinControl) SetComponentIndex(value int32)

func (*TWinControl) SetCursor added in v1.1.18

func (w *TWinControl) SetCursor(value TCursor)

func (*TWinControl) SetCustomHint added in v1.1.18

func (w *TWinControl) SetCustomHint(value IComponent)

func (*TWinControl) SetDockSite added in v1.1.18

func (w *TWinControl) SetDockSite(value bool)

func (*TWinControl) SetDoubleBuffered added in v1.1.18

func (w *TWinControl) SetDoubleBuffered(value bool)

func (*TWinControl) SetEnabled added in v1.1.18

func (w *TWinControl) SetEnabled(value bool)

func (*TWinControl) SetFocus added in v1.1.18

func (w *TWinControl) SetFocus()

func (*TWinControl) SetHeight added in v1.1.18

func (w *TWinControl) SetHeight(value int32)

func (*TWinControl) SetHint added in v1.1.18

func (w *TWinControl) SetHint(value string)

func (*TWinControl) SetLeft added in v1.1.18

func (w *TWinControl) SetLeft(value int32)

func (*TWinControl) SetMargins added in v1.1.18

func (w *TWinControl) SetMargins(value *TMargins)

func (*TWinControl) SetName added in v1.1.18

func (w *TWinControl) SetName(value string)

func (*TWinControl) SetParent added in v1.1.18

func (w *TWinControl) SetParent(value IWinControl)

func (*TWinControl) SetParentDoubleBuffered added in v1.1.18

func (w *TWinControl) SetParentDoubleBuffered(value bool)

func (*TWinControl) SetParentWindow added in v1.1.18

func (w *TWinControl) SetParentWindow(value HWND)

func (*TWinControl) SetShowHint added in v1.1.18

func (w *TWinControl) SetShowHint(value bool)

func (*TWinControl) SetStyleElements added in v1.1.18

func (w *TWinControl) SetStyleElements(value TStyleElements)

func (*TWinControl) SetTabOrder added in v1.1.18

func (w *TWinControl) SetTabOrder(value uint16)

func (*TWinControl) SetTabStop added in v1.1.18

func (w *TWinControl) SetTabStop(value bool)

func (*TWinControl) SetTag added in v1.1.18

func (w *TWinControl) SetTag(value int)

func (*TWinControl) SetTop added in v1.1.18

func (w *TWinControl) SetTop(value int32)

func (*TWinControl) SetUseDockManager added in v1.1.18

func (w *TWinControl) SetUseDockManager(value bool)

func (*TWinControl) SetVisible added in v1.1.18

func (w *TWinControl) SetVisible(value bool)

func (*TWinControl) SetWidth added in v1.1.18

func (w *TWinControl) SetWidth(value int32)

func (*TWinControl) Show added in v1.1.18

func (w *TWinControl) Show()

func (*TWinControl) ShowHint added in v1.1.18

func (w *TWinControl) ShowHint() bool

func (*TWinControl) StyleElements added in v1.1.18

func (w *TWinControl) StyleElements() TStyleElements

func (*TWinControl) TabOrder added in v1.1.18

func (w *TWinControl) TabOrder() uint16

func (*TWinControl) TabStop added in v1.1.18

func (w *TWinControl) TabStop() bool

func (*TWinControl) Tag added in v1.1.18

func (w *TWinControl) Tag() int

func (*TWinControl) ToString added in v1.1.18

func (w *TWinControl) ToString() string

func (*TWinControl) Top added in v1.1.18

func (w *TWinControl) Top() int32

func (*TWinControl) Update added in v1.1.18

func (w *TWinControl) Update()

func (*TWinControl) UseDockManager added in v1.1.18

func (w *TWinControl) UseDockManager() bool

func (*TWinControl) Visible added in v1.1.18

func (w *TWinControl) Visible() bool

func (*TWinControl) Width added in v1.1.18

func (w *TWinControl) Width() int32

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是收费的,这里只是头文件的导入。
rtl
win

Jump to

Keyboard shortcuts

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