Difference between revisions of "TGPanel"
Jump to navigation
Jump to search
(Created page with "TGPanel and TGentryPanel are very simple descendant of TCustomPanel. Unused properties of TPanel have been removed, default values are different and caption is empty. TGentr...") |
|||
Line 3: | Line 3: | ||
Unused properties of TPanel have been removed, default values are different and caption is empty. | Unused properties of TPanel have been removed, default values are different and caption is empty. | ||
− | + | TGEntryPanel is designed to receive entry controls ([[TGEdit]] and others). | |
In a future version, some methods will be added to handle all owned controls in one instruction (clear, and Sql interaction). | In a future version, some methods will be added to handle all owned controls in one instruction (clear, and Sql interaction). |
Revision as of 20:30, 3 January 2013
TGPanel and TGentryPanel are very simple descendant of TCustomPanel.
Unused properties of TPanel have been removed, default values are different and caption is empty.
TGEntryPanel is designed to receive entry controls (TGEdit and others).
In a future version, some methods will be added to handle all owned controls in one instruction (clear, and Sql interaction).