Jump to content

Recommended Posts

Posted

Hi Farshad

 

I'm trying to use RTTI in uniDBGrid SelectedRows property but RTTI can't locate it.

 

Does RTTI disabled for components?

 

Regards

 

Posted

Hi Delphi Developer

 

RTTI actually sees published properties nor private or protected or public. In my case, TUniDBGrid.SelectedRows can't be see be RTTI, I had to alter the source code and change the visibility from public to published. Are there any planed change in this area? IMO would be good to have full RTTI access.

 

Thanks for your time.

  • Administrators
Posted

Hi Delphi Developer

 

RTTI actually sees published properties nor private or protected or public. In my case, TUniDBGrid.SelectedRows can't be see be RTTI, I had to alter the source code and change the visibility from public to published. Are there any planed change in this area? IMO would be good to have full RTTI access.

 

Thanks for your time.

 

Hi,

 

SelectedRows can not be published because its data type is not compatible. Only properties which are meaningful at design time are published.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...