Topic: edit button

Hello Wizards!

Anybody can help me and give a samples on how to put edit buttons in tablegrid.

Thanks3x

manixs

Re: edit button

This is the very basics, please check the available videos :http://myvisualdatabase.com/video_lessons.html

Re: edit button

Attached is an example.

Post's attachments

Attachment icon Tablegrid Icons.zip 583.23 kb, 291 downloads since 2019-07-02 

Re: edit button

thanks ehwagner!.. Thats what i am looking for!

Re: edit button

ehwagner wrote:

Attached is an example.

How put caption title in tablegrid?

Thanks!

6 (edited by derek 2019-07-03 09:33:48)

Re: edit button

Hi Manix,
Try it like this
        form1.tablegrid1.columns[0].header.caption := ' Edit ';
See attached example (borrowed from EHW's earlier message).
Derek.

Post's attachments

Attachment icon Tablegrid Icons.zip 339.43 kb, 311 downloads since 2019-07-03 

Re: edit button

Thanks You Derek for being so kind!