thanks
how to get selected item ?

procedure tmainfo.onselect(const sender: TObject);
var
  ss : msestring;
begin
  ss := tstringgrid1.items[??];
end;



2014-05-09 9:42 UTC+01:00, Martin Schreiber <[email protected]>:
> On Friday 09 May 2014 09:49:00 misu kun wrote:
>>
>> i used tstringgrid , now how to remove the first gray row ,
>
> fixrows.count:= 0;
>
>> and how to
>> make it read only so i can only select rows , not the text inside the
>> row
>>
> Activate datacols.options co_readonly,co_rowselect and other co_*select
> options you need.
> Tip: use 'View'-'Component Store' in order to save the configured
> component(s)
> as a template.
>
> Martin
>
> ------------------------------------------------------------------------------
> Is your legacy SCM system holding you back? Join Perforce May 7 to find
> out:
> &#149; 3 signs your SCM is hindering your productivity
> &#149; Requirements for releasing software faster
> &#149; Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> _______________________________________________
> mseide-msegui-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to