📄 result.txt
字号:
7 Ordinal Type: UByte
7 Element Type: TMenuAnimations
8 Type Kind: Enumeration
8 Ordinal Type: UByte
9 Min Value: 0
9 Max Value: 4
8 Base Type: TMenuAnimations
9 0 = maLeftToRight
9 1 = maRightToLeft
9 2 = maTopToBottom
9 3 = maBottomToTop
9 4 = maNone
5 OwnerDraw: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 ParentBiDiMode: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 TrackButton: TTrackButton
6 Inheritence Hierarchy
6 TTrackButton
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: TTrackButton
8 0 = tbRightButton
8 1 = tbLeftButton
4 Events
5 OnChange: TMenuChangeEvent
6 Inheritence Hierarchy
6 TMenuChangeEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 3
7 Method Prototype: procedure (Sender: TObject; Source: TMenuItem; Rebuild: Boolean) of object;
5 OnPopup: TNotifyEvent
6 Inheritence Hierarchy
6 TNotifyEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 1
7 Method Prototype: procedure (Sender: TObject) of object;
2 Position: TPosition
3 Inheritence Hierarchy
4 TForm
3 TPosition
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 7
4 Base Type: TPosition
5 0 = poDesigned
5 1 = poDefault
5 2 = poDefaultPosOnly
5 3 = poDefaultSizeOnly
5 4 = poScreenCenter
5 5 = poDesktopCenter
5 6 = poMainFormCenter
5 7 = poOwnerFormCenter
2 PrintScale: TPrintScale
3 Inheritence Hierarchy
4 TForm
3 TPrintScale
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 2
4 Base Type: TPrintScale
5 0 = poNone
5 1 = poProportional
5 2 = poPrintToFit
2 Scaled: Boolean
3 Inheritence Hierarchy
4 TForm
3 Boolean
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 1
4 Base Type: Boolean
5 0 = False
5 1 = True
2 ShowHint: Boolean
3 Inheritence Hierarchy
4 TForm
3 Boolean
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 1
4 Base Type: Boolean
5 0 = False
5 1 = True
2 Visible: Boolean
3 Inheritence Hierarchy
4 TForm
3 Boolean
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 1
4 Base Type: Boolean
5 0 = False
5 1 = True
2 WindowState: TWindowState
3 Inheritence Hierarchy
4 TForm
3 TWindowState
4 Type Kind: Enumeration
4 Ordinal Type: UByte
5 Min Value: 0
5 Max Value: 2
4 Base Type: TWindowState
5 0 = wsNormal
5 1 = wsMinimized
5 2 = wsMaximized
2 WindowMenu: TMenuItem
3 Inheritence Hierarchy
4 TForm
3 TMenuItem
4 Type Kind: Class
4 Inheritence Hierarchy
5 TComponent
5 TPersistent
5 TObject
4 Basic Information
5 Defined in Unit: Menus.pas
5 Instance Size: 172
5 Parent Information: Exists
5 Property Count: 24
4 Properties
5 Name: TComponentName
6 Inheritence Hierarchy
7 TComponent
6 TComponentName
7 Type Kind: LString
5 Tag: Integer
6 Inheritence Hierarchy
7 TComponent
6 Integer
7 Type Kind: Integer
7 Ordinal Type: SLong
8 Min Value: -2147483648
8 Max Value: 2147483647
5 Action: TBasicAction
6 Inheritence Hierarchy
6 TBasicAction
7 Type Kind: Class
7 Inheritence Hierarchy
8 TComponent
8 TPersistent
8 TObject
7 Basic Information
8 Defined in Unit: Classes.pas
8 Instance Size: 84
8 Parent Information: Exists
8 Property Count: 2
7 Properties
8 Name: TComponentName
9 Inheritence Hierarchy
10 TComponent
9 TComponentName
10 Type Kind: LString
8 Tag: Integer
9 Inheritence Hierarchy
10 TComponent
9 Integer
10 Type Kind: Integer
10 Ordinal Type: SLong
11 Min Value: -2147483648
11 Max Value: 2147483647
5 AutoCheck: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 AutoHotkeys: TMenuItemAutoFlag
6 Inheritence Hierarchy
6 TMenuItemAutoFlag
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 2
7 Base Type: TMenuItemAutoFlag
8 0 = maAutomatic
8 1 = maManual
8 2 = maParent
5 AutoLineReduction: TMenuItemAutoFlag
6 Inheritence Hierarchy
6 TMenuItemAutoFlag
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 2
7 Base Type: TMenuItemAutoFlag
8 0 = maAutomatic
8 1 = maManual
8 2 = maParent
5 Bitmap: TBitmap
6 Inheritence Hierarchy
6 TBitmap
7 Type Kind: Class
7 Inheritence Hierarchy
8 TGraphic
8 TInterfacedPersistent
8 TPersistent
8 TObject
7 Basic Information
8 Defined in Unit: Graphics.pas
8 Instance Size: 60
8 Parent Information: Exists
8 Property Count: 0
5 Break: TMenuBreak
6 Inheritence Hierarchy
6 TMenuBreak
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 2
7 Base Type: TMenuBreak
8 0 = mbNone
8 1 = mbBreak
8 2 = mbBarBreak
5 Caption: String
6 Inheritence Hierarchy
6 String
7 Type Kind: LString
5 Checked: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 SubMenuImages: TCustomImageList
6 Inheritence Hierarchy
6 TCustomImageList
7 Type Kind: Class
7 Inheritence Hierarchy
8 TComponent
8 TPersistent
8 TObject
7 Basic Information
8 Defined in Unit: ImgList.pas
8 Instance Size: 104
8 Parent Information: Exists
8 Property Count: 2
7 Properties
8 Name: TComponentName
9 Inheritence Hierarchy
10 TComponent
9 TComponentName
10 Type Kind: LString
8 Tag: Integer
9 Inheritence Hierarchy
10 TComponent
9 Integer
10 Type Kind: Integer
10 Ordinal Type: SLong
11 Min Value: -2147483648
11 Max Value: 2147483647
5 Default: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 Enabled: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 GroupIndex: Byte
6 Inheritence Hierarchy
6 Byte
7 Type Kind: Integer
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 255
5 HelpContext: THelpContext
6 Inheritence Hierarchy
6 THelpContext
7 Type Kind: Integer
7 Ordinal Type: SLong
8 Min Value: -2147483647
8 Max Value: 2147483647
5 Hint: String
6 Inheritence Hierarchy
6 String
7 Type Kind: LString
5 ImageIndex: TImageIndex
6 Inheritence Hierarchy
6 TImageIndex
7 Type Kind: Integer
7 Ordinal Type: SLong
8 Min Value: -2147483648
8 Max Value: 2147483647
5 RadioItem: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
5 ShortCut: TShortCut
6 Inheritence Hierarchy
6 TShortCut
7 Type Kind: Integer
7 Ordinal Type: UWord
8 Min Value: 0
8 Max Value: 65535
5 Visible: Boolean
6 Inheritence Hierarchy
6 Boolean
7 Type Kind: Enumeration
7 Ordinal Type: UByte
8 Min Value: 0
8 Max Value: 1
7 Base Type: Boolean
8 0 = False
8 1 = True
4 Events
5 OnClick: TNotifyEvent
6 Inheritence Hierarchy
6 TNotifyEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 1
7 Method Prototype: procedure (Sender: TObject) of object;
5 OnDrawItem: TMenuDrawItemEvent
6 Inheritence Hierarchy
6 TMenuDrawItemEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 4
7 Method Prototype: procedure (Sender: TObject; ACanvas: TCanvas; ARect: TRect; Selected: Boolean) of object;
5 OnAdvancedDrawItem: TAdvancedMenuDrawItemEvent
6 Inheritence Hierarchy
6 TAdvancedMenuDrawItemEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 4
7 Method Prototype: procedure (Sender: TObject; ACanvas: TCanvas; ARect: TRect; State: TOwnerDrawState) of object;
5 OnMeasureItem: TMenuMeasureItemEvent
6 Inheritence Hierarchy
6 TMenuMeasureItemEvent
7 Type Kind: Method
7 Method Kind: Procedure
7 Parameter Count: 4
7 Method Prototype: procedure (Sender: TObject; ACanvas: TCanvas; var Width: Integer; var Height: Integer) of object;
1 Events
2 OnActivate: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnCanResize: TCanResizeEvent
3 Inheritence Hierarchy
4 TForm
3 TCanResizeEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; var NewWidth: Integer; var NewHeight: Integer; var Resize: Boolean) of object;
2 OnClick: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnClose: TCloseEvent
3 Inheritence Hierarchy
4 TForm
3 TCloseEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 2
4 Method Prototype: procedure (Sender: TObject; var Action: TCloseAction) of object;
2 OnCloseQuery: TCloseQueryEvent
3 Inheritence Hierarchy
4 TForm
3 TCloseQueryEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 2
4 Method Prototype: procedure (Sender: TObject; var CanClose: Boolean) of object;
2 OnConstrainedResize: TConstrainedResizeEvent
3 Inheritence Hierarchy
4 TForm
3 TConstrainedResizeEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 5
4 Method Prototype: procedure (Sender: TObject; var MinWidth: Integer; var MinHeight: Integer; var MaxWidth: Integer; var MaxHeight: Integer) of object;
2 OnContextPopup: TContextPopupEvent
3 Inheritence Hierarchy
4 TForm
3 TContextPopupEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 3
4 Method Prototype: procedure (Sender: TObject; MousePos: TPoint; var Handled: Boolean) of object;
2 OnCreate: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnDblClick: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnDestroy: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnDeactivate: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnDockDrop: TDockDropEvent
3 Inheritence Hierarchy
4 TForm
3 TDockDropEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Source: TDragDockObject; X: Integer; Y: Integer) of object;
2 OnDockOver: TDockOverEvent
3 Inheritence Hierarchy
4 TForm
3 TDockOverEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 6
4 Method Prototype: procedure (Sender: TObject; Source: TDragDockObject; X: Integer; Y: Integer; State: TDragState; var Accept: Boolean) of object;
2 OnDragDrop: TDragDropEvent
3 Inheritence Hierarchy
4 TForm
3 TDragDropEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Source: TObject; X: Integer; Y: Integer) of object;
2 OnDragOver: TDragOverEvent
3 Inheritence Hierarchy
4 TForm
3 TDragOverEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 6
4 Method Prototype: procedure (Sender: TObject; Source: TObject; X: Integer; Y: Integer; State: TDragState; var Accept: Boolean) of object;
2 OnEndDock: TEndDragEvent
3 Inheritence Hierarchy
4 TForm
3 TEndDragEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Target: TObject; X: Integer; Y: Integer) of object;
2 OnGetSiteInfo: TGetSiteInfoEvent
3 Inheritence Hierarchy
4 TForm
3 TGetSiteInfoEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 5
4 Method Prototype: procedure (Sender: TObject; DockClient: TControl; var InfluenceRect: TRect; MousePos: TPoint; var CanDock: Boolean) of object;
2 OnHide: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnHelp: THelpEvent
3 Inheritence Hierarchy
4 TForm
3 THelpEvent
4 Type Kind: Method
4 Method Kind: Function
4 Parameter Count: 3
4 Method Prototype: function (Command: Word; Data: Integer; var CallHelp: Boolean): Boolean;
2 OnKeyDown: TKeyEvent
3 Inheritence Hierarchy
4 TForm
3 TKeyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 3
4 Method Prototype: procedure (Sender: TObject; var Key: Word; Shift: TShiftState) of object;
2 OnKeyPress: TKeyPressEvent
3 Inheritence Hierarchy
4 TForm
3 TKeyPressEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 2
4 Method Prototype: procedure (Sender: TObject; var Key: Char) of object;
2 OnKeyUp: TKeyEvent
3 Inheritence Hierarchy
4 TForm
3 TKeyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 3
4 Method Prototype: procedure (Sender: TObject; var Key: Word; Shift: TShiftState) of object;
2 OnMouseDown: TMouseEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 5
4 Method Prototype: procedure (Sender: TObject; Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer) of object;
2 OnMouseMove: TMouseMoveEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseMoveEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Shift: TShiftState; X: Integer; Y: Integer) of object;
2 OnMouseUp: TMouseEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 5
4 Method Prototype: procedure (Sender: TObject; Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer) of object;
2 OnMouseWheel: TMouseWheelEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseWheelEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 5
4 Method Prototype: procedure (Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var Handled: Boolean) of object;
2 OnMouseWheelDown: TMouseWheelUpDownEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseWheelUpDownEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Shift: TShiftState; MousePos: TPoint; var Handled: Boolean) of object;
2 OnMouseWheelUp: TMouseWheelUpDownEvent
3 Inheritence Hierarchy
4 TForm
3 TMouseWheelUpDownEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Shift: TShiftState; MousePos: TPoint; var Handled: Boolean) of object;
2 OnPaint: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnResize: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnShortCut: TShortCutEvent
3 Inheritence Hierarchy
4 TForm
3 TShortCutEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 2
4 Method Prototype: procedure (var Msg: TWMKey; var Handled: Boolean) of object;
2 OnShow: TNotifyEvent
3 Inheritence Hierarchy
4 TForm
3 TNotifyEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 1
4 Method Prototype: procedure (Sender: TObject) of object;
2 OnStartDock: TStartDockEvent
3 Inheritence Hierarchy
4 TForm
3 TStartDockEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 2
4 Method Prototype: procedure (Sender: TObject; var DragObject: TDragDockObject) of object;
2 OnUnDock: TUnDockEvent
3 Inheritence Hierarchy
4 TForm
3 TUnDockEvent
4 Type Kind: Method
4 Method Kind: Procedure
4 Parameter Count: 4
4 Method Prototype: procedure (Sender: TObject; Client: TControl; NewTarget: TWinControl; var Allow: Boolean) of object;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -