Difference between revisions of "TGPanel"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | TGPanel | + | TGPanel is a very simple descendant of TCustomPanel. |
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. | ||
− | + | In version 1.4, if the panel is used to display data from or to save data to a [[TGTable]], use its descendant [[TGEntryPanel]] instead. | |
− | |||
− | |||
See also : [[Gestinux_util#Gestinux_util#Gestinux_util#Display_only_components|Display only components]] | See also : [[Gestinux_util#Gestinux_util#Gestinux_util#Display_only_components|Display only components]] |
Revision as of 09:34, 14 March 2016
TGPanel is a very simple descendant of TCustomPanel.
Unused properties of TPanel have been removed, default values are different and caption is empty.
In version 1.4, if the panel is used to display data from or to save data to a TGTable, use its descendant TGEntryPanel instead.
See also : Display only components