Hello Mr long I want to use OOP to filter my database how would one do this and then display into a dbgrid
@MrLongITandCAT2 жыл бұрын
You wouldn't really do this unless your DB connection is accessible from the object. You could get the data from the database, place it in the object or an array of objects and then use a toString function to display the details in a memo or rich edit control.
@l0stguy2 жыл бұрын
@@MrLongITandCAT Thanks lots ! I just figured out how to do it.