Difference between revisions of "TGPanel"

From Gestinux Wiki
Jump to navigation Jump to search
 
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.
  
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.
+
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]]

Latest revision as of 14:20, 9 May 2017

TGPanel is a very simple descendant of TCustomPanel.

Unused properties of TPanel have been removed, default values are different and caption is empty.

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