Jump to content

About Components RTTI information


Bresler

Recommended Posts

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.

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

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...