
fcarvalho4
uniGUI Subscriber-
Content Count
119 -
Joined
-
Last visited
-
Days Won
8
fcarvalho4 last won the day on July 27 2017
fcarvalho4 had the most liked content!
Community Reputation
23 ExcellentAbout fcarvalho4
- Currently Viewing Topic: navigation in dbgrid with editing
-
Rank
Active Member
Profile Information
-
Gender
Male
-
Location
Lisboa
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
https://docs.google.com/a/[DOMINIO]/viewer?url=[FILE_URL]
-
Sorry, I uploaded the wrong zip file! UniStringGrid.zip
-
unigui ver 1.90.0.1509!
-
stringGrid.mp4
-
I confirm! Try to use the UniGStringGrid Temp or an ArrayMatrix. Delete the column and then rewrite stringrid without this column! An example attached! UniStringGrid.zip
-
procedure TMainForm.btn1Click(Sender: TObject); begin UniStringGrid1.BeginUpdate; try UniStringGrid1.Columns.Delete(9); UniStringGrid1.ColCount := UniStringGrid1.ColCount - 1; finally UniStringGrid1.EndUpdate; end; end;
-
procedure TMainForm.btn1Click(Sender: TObject); begin UniStringGrid1.BeginUpdate; try UniStringGrid1.Columns.Delete(3); UniStringGrid1.ColCount := UniStringGrid1.ColCount - 1; finally UniStringGrid1.EndUpdate; end; end;
-
Many thanks!
-
responsive Design Question: Placing TuniPanels
fcarvalho4 replied to erich.wanker's topic in General
try layout column approach! -
OK, in 1.90 version! Thnks
-
I can't find this property in mainmodule!
-
servermodule.title
-
Knowledge to share Unipanel.UniEvents function beforeInit(sender, config) { sender.setBodyStyle('opacity','0.6'); }