Topic: How To Insert Column (Type)

i try insert column by type can do 2 type


Form1.TableGrid1.Columns.GraphicColumn(0);
= Picture(PNG,BMP,JPG)

Form1.TableGrid1.Columns.CheckboxColumn(0);
= Checkbox

But if want insert Combobox,TextBox,DateTimepicker and ETC
How To Edit Code ???
same
https://s14.postimg.org/v4x5d1hqp/2017-05-31_09_33_54.png

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How To Insert Column (Type)

What exactly you want to do, what is your goal?

Dmitry.

Re: How To Insert Column (Type)

thank dmitry.
i want to insert component same mvd in input grid editor

but  i want to add and change component by script manual

for support value

example
type boolean from Combobox to CheckBox
or
Type text from editbox to memo

Can Edit manual by script ???

Thank You Dmitry Again...

https://s12.postimg.org/ukux6fa3x/2017-06-01_07_18_46.png

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How To Insert Column (Type)

It's not support by script.

Dmitry.