home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
unity
/
d5
/
DBGCGI.ZIP
/
TESTCGI
/
Unit1.dfm
< prev
next >
Wrap
Text File
|
2001-03-05
|
2KB
|
73 lines
object WebModule1: TWebModule1
OldCreateOrder = False
Actions = <
item
Default = True
Name = 'WebActionItem1'
OnAction = WebModule1WebActionItem1Action
end
item
Name = 'WebActionItem2'
PathInfo = '/p2'
end>
Left = 262
Top = 178
Height = 591
Width = 609
object DataSetTableProducer1: TDataSetTableProducer
Columns = <
item
FieldName = 'Name'
end
item
FieldName = 'Capital'
end
item
FieldName = 'Continent'
end
item
FieldName = 'Area'
end
item
FieldName = 'Population'
end
item
FieldName = 'edt'
end>
DataSet = Table1
TableAttributes.Border = 1
TableAttributes.CellSpacing = 0
Left = 56
Top = 120
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
Filtered = True
TableName = 'country.db'
Left = 48
Top = 24
object Table1Name: TStringField
FieldName = 'Name'
Size = 24
end
object Table1Capital: TStringField
FieldName = 'Capital'
Size = 24
end
object Table1Continent: TStringField
CustomConstraint = 'X = '#39'South America'#39' OR X = '#39'North America'#39
ConstraintErrorMessage = 'Country is not in the American Continent'
DefaultExpression = #39'South America'#39
FieldName = 'Continent'
Size = 24
end
object Table1Area: TFloatField
FieldName = 'Area'
end
object Table1Population: TFloatField
FieldName = 'Population'
end
end
end