Maybe you were looking for...

How to save StringGrid content in MySql database in one column?

This code gets the StringGrid contents per row with '|' as a separator. procedure TForm1.datas(); var iRow: integer; RowData : string; begin {get string

Should I use prepareForValidation of FormRequest to passing params for validation request?

I want to pass user_id and post_id to formRequest. So I use prepareForValidation to merge to the request like that done in the code below. Is that way ok or I s

Code stops working after applying Orbit Controls

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">