首页 相关文章 实现VirtualTree的Editor的功能定制之setBounds

实现VirtualTree的Editor的功能定制之setBounds

  
  //做的改动

  1.//function TStringEditLink.PrepareEdit(Tree: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex): Boolean;

   //you can set the value diaplaying int the editor here

   Text :=FTree.GetText(Node,Column);

   FirstMatch :=Pos ('(',Text );

   if FirstMatch 0 then
   LastMatch :=Pos (')',Text )
   else
   begin
   FirstMatch :=Pos ('"',Text );
   if FirstMatch 0 then
   LastMatch :=Pos (';',Text )-1;...[ 查看全文 ]

2016-02-19 标签:

实现VirtualTree的Editor的功能定制之setBounds的相关文章

手机页面
收藏网站 回到头部