Jump to content

Recommended Posts

Posted

Start new project.

 

Place TClientDataSet on main form and add a few fields and create the dataset as a memory dataset.

Link a TDataSource to it.

Place TUniDBGrid on the form and link it to the datasource.

Place a unibutton on the form.

 

UniButton.Onclick:

 

DataSource1.Enabled := not DataSource1.Enabled;

 

A/V when pressing button in web mode.

×
×
  • Create New...