home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 247
- Top = 393
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About In-Meory Table Exmaple'
- ClientHeight = 277
- ClientWidth = 349
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 333
- Height = 229
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Enabled = False
- ParentColor = True
- TabOrder = 0
- object ProductName: TLabel
- Left = 12
- Top = 16
- Width = 258
- Height = 16
- Caption = 'Program: Delphi in-Memory Table Example'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 12
- Top = 40
- Width = 76
- Height = 16
- Caption = 'Version: 3.12'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 12
- Top = 64
- Width = 67
- Height = 16
- Caption = 'Comments:'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object Memo1: TMemo
- Left = 8
- Top = 84
- Width = 319
- Height = 143
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'This exmaple demonstrated how to use In-Memory tables in Delphi.'
- 'This program will take the table that is connected to the '
- 'DemoTable TTable object on the main form and place all the '
-
- 'information into the In-Memory table (if possible). Only logica' +
- 'l field'
-
- 'types are supported (string, int16, int32, float, time, date, ti' +
- 'mestamp).'
- ''
- 'If the table could be created and filled with information, the'
-
- 'information is then extracted from the In-Memory table and place' +
- 'd'
-
- 'into the string grid. The grid is sized to hold the information' +
- ' in the '
- 'columns.')
- ReadOnly = True
- TabOrder = 0
- WordWrap = False
- end
- end
- object OKButton: TButton
- Left = 135
- Top = 244
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-