[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Registers components in the unit for use in the Lazarus IDE.
Source position: dbctrls.pp line 1520
procedure Register; |
Register is a procedure used to register components in the dbctrls.pp unit for use in the Lazarus IDE. Register adds the following components to the 'Data Controls' tab:
Register calls the RegisterField routine for each of the database field types in DefaultFieldClasses, as well as the TIntegerField type.
DefaultFieldClasses |
lazarus-ccr.sourceforge.net |