Difference between revisions of "TGPanel"

From Gestinux Wiki
Jump to navigation Jump to search
Line 1: Line 1:
TGPanel and TGentryPanel are very simple descendant of TCustomPanel.
+
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.
  
TGEntryPanel is designed to receive entry controls ([[TGEdit]] and others).
+
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.
 
 
In a future version, some methods will be added to handle all owned controls in one instruction (clear, and Sql interaction).
 
  
 
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 10: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