1            2    3            4
                             
 5          6            7      
                             
                             
     8                    9    
 10                  11          
                             
 12                  13          14
             15    16            
                             
                             
 17          18            19      
                             
 20                21            

Across
1.TCheckListBox.? indicates which items are checked. 3.TDBError.? the subcode of the error referenced by ErrorCode 5.TComponent.? contains the name of the component as referenced by other components. 6.TComponent.? indicates which component owns the component. 7.? returns the highest value in the range of an argument. 10.Data access component 11.? is the common ancestor of all the field components in a dataset. 12.TApplication.? creates a new application 13.TDataSet.? Inserts a new, empty record in the dataset 17.TBatchMove.? specifies what the TBatchMove object does when the Execute method is called. 18.TOpenDialog.? Returns a list of the selected file names 19.Reserved word 20.By default, the image and the text are separated by 4 pixels. Use ? to increase or decrease the distance. 21.TThread.? method pauses a running thread

Down
1.? provides the interface for a method that responds to connection notifications sent to client sockets. 2.Reserved word 3.TProgressBar.? advances the Position of the progress bar by a specified amount. 4.? is the exception class for thread synchronization errors. 8.TPageControl.? is an indexed array of all the pages in the TPageControl 9.TTreeNode.? indicates the level of indentation of a node within the tree view control 12.TCustomListBox.? specifies the number of columns, in a multi-column list box, that are visible without having to scroll. 14.? is a record used to store Code and Data fields as type Pointer. 15.Data type 16.? are the smallest meaningful units of text in an Object Pascal program.

 

[Return]