- This topic has 2 replies, 3 voices, and was last updated 5 years, 1 month ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
hi,
I want to access the private FList of the TkbmMWLoadBalancedServerList class.
For this, I had to add an attribute Servers.
Hope to add this attribute in the next version.
TkbmMWLoadBalancedServerList = class
private
FList:TkbmMWThreadList<TkbmMWLoadBalancedServer>;
…
public
…
property Servers:TkbmMWThreadList<TkbmMWLoadBalancedServer> read FList;
end;
best regards
Tom yu.
Hi,
Ill add that for next release.
best regards
Kim/C4D
hi,kim
5.13 fixed!
Thank you.
Best regards
TomYU.