Questions tagged as 'lazarus'

2
answers

Delphi - Center a label in a form at a certain height

Very good, I have the following problem: I'm trying to create a simple runtime form where TLabel is displayed, and I need them to be centered and at a certain height each. I have been able to center them correctly using TLabel.Align...
asked by 08.02.2016 / 16:22
1
answer

Calculate notes in pascal, lazarus

After entering 6 notes, get the average of the top three. Show the message " Approved " if the average is greater than or equal to 3.5; otherwise, show " Disapproved ". What should I do to this code to get the average of the best three?...
asked by 06.03.2018 / 19:57
2
answers

Consume Menu of the sql server in a Treeview Delphi

I have a menu in a sql server database where the Pid field is the id of the corresponding parent, at this time I will not have no grandchildren in the menu but for a future if I have them, the goal is to show that menu in tree form in a TreeView...
asked by 22.01.2018 / 20:03