Hello,
in the documentation TMSFMXPackDevGuide.pdf ( 3.2.2015 )
there are some helper functions described, which sound very useful.
I just cannot find them at the gridobject.
TMSFMXGrid
function ColumnStatesAsString: string
procedure StringToColumnStates(States: string);
How can I use them?
Thanks
( XE6 Win32 on Windows7 )
ok,
for other newbies:
in the unit FMX.TMSGridData the functions are defined as
function ColumnStatesToString: string;
procedure StringToColumnStates(Value: string);
not "as"
greetings
klaus
Hi,
We have correct this in the documentation.
Kind Regards,
Pieter