Difference between revisions of "TGPanel"

From Gestinux Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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).
+
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]]

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