📄 customvariantsu1.dfm
字号:
object Form1: TForm1
Left = 179
Top = 70
Width = 894
Height = 874
Caption = 'SetOfSuits Custom Variant Test Program'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 32
Top = 24
Width = 497
Height = 25
Caption = 'TCustomVariantType.Clear'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 32
Top = 88
Width = 497
Height = 25
Caption = 'TCustomVariantType.Copy'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 32
Top = 152
Width = 497
Height = 25
Caption = 'TCustomVariantType.CastTo (String)'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 32
Top = 184
Width = 497
Height = 25
Caption = 'TCustomVariantType.CastTo (Integer)'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 32
Top = 216
Width = 497
Height = 25
Caption = 'TCustomVariantType.LeftPromotion, TCustomVariantType.BinaryOp'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 32
Top = 248
Width = 497
Height = 25
Caption =
'TCustomVariantType.RightPromotion, TCustomVariantType.BinaryOp (' +
'String)'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 32
Top = 280
Width = 497
Height = 25
Caption =
'TCustomVariantType.RightPromotion, TCustomVariantType.BinaryOp (' +
'TSuit)'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 32
Top = 312
Width = 497
Height = 25
Caption =
'TCustomVariantType.RightPromotion, TCustomVariantType.BinaryOp (' +
'TPosition)'
TabOrder = 7
OnClick = Button8Click
end
object Memo1: TMemo
Left = 560
Top = 0
Width = 326
Height = 841
Align = alRight
TabOrder = 8
end
object Button9: TButton
Left = 32
Top = 56
Width = 497
Height = 25
Caption = 'TCustomVariantType.IsClear'
TabOrder = 9
OnClick = Button9Click
end
object Button10: TButton
Left = 32
Top = 120
Width = 497
Height = 25
Caption = 'TCustomVariantType.Copy (var)'
TabOrder = 10
OnClick = Button10Click
end
object Button11: TButton
Left = 32
Top = 344
Width = 497
Height = 25
Caption = 'TCustomVariantType.LeftPromotion, TCustomVariantType.UnaryOp'
TabOrder = 11
OnClick = Button11Click
end
object GroupBox1: TGroupBox
Left = 24
Top = 376
Width = 513
Height = 169
Caption = 'Comparison Tests'
TabOrder = 12
object Button12: TButton
Left = 8
Top = 104
Width = 497
Height = 25
Caption = 'TCustomVariantType.CompareOp (Equality)'
TabOrder = 0
OnClick = Button12Click
end
object Button13: TButton
Left = 8
Top = 136
Width = 497
Height = 25
Caption = 'TCustomVariantType.Compare (Less Than)'
TabOrder = 1
OnClick = Button13Click
end
object Memo2: TMemo
Left = 2
Top = 18
Width = 509
Height = 79
Align = alTop
Lines.Strings = (
'The Compare and CompareOp methods are mutually exclusive.'
''
'To test Compare compile this program and the SetOfSuits unit wit' +
'h the '
'SUPPORTSORDER conditional define.')
TabOrder = 2
end
end
object Button14: TButton
Left = 24
Top = 552
Width = 513
Height = 25
Caption = 'TInvokeableVariantType.DoFunction'
TabOrder = 13
OnClick = Button14Click
end
object GroupBox2: TGroupBox
Left = 24
Top = 584
Width = 513
Height = 249
Caption = 'Properties'
TabOrder = 14
object Button15: TButton
Left = 8
Top = 152
Width = 489
Height = 25
Caption = 'TInvokeableVariantType.GetProperty'
TabOrder = 0
OnClick = Button15Click
end
object Button17: TButton
Left = 8
Top = 216
Width = 489
Height = 25
Caption = 'TPublishableVariantType Property'
TabOrder = 1
OnClick = Button17Click
end
object Button16: TButton
Left = 8
Top = 184
Width = 489
Height = 25
Caption = 'TInvokeableVariantType.SetProperty'
TabOrder = 2
OnClick = Button16Click
end
object Memo3: TMemo
Left = 2
Top = 18
Width = 509
Height = 127
Align = alTop
Lines.Strings = (
'The TInvokeableVariantType GetProperty and SetProperty methods a' +
're mutually '
'exclusive with TPublishableVariantType'#39's automatic support for p' +
'ublished '
'properties.'
''
'To test TPublishableVariantType compile this program and the Set' +
'OfSuits unit with '
'the PUBLISHABLE conditional define. To test TInvokeableVariantTy' +
'pe compile '
'without the PUBLISHABLE conditional define.')
TabOrder = 3
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -