Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread New functions available for Nice Component users
Mon, Dec 11 2023 9:43 PMPermanent Link

erickengelke

Avatar

I've added quite a few new functions to the Nice Component library, mostly things I needed often and wished there were an easier way.

I've summarized them in a blog entry:

http://erickengelke.com/h/posts/post18/

Among the useful ones, code to

- add external CSS and JavaScript libraries to your programs (when TScript doesn't cut it)

- a standard Pascal format() function which returns a string, like C's sprintf()

- routines to set/get/test TExternalObjects without having to declare everything as a Type'd TExternalObject class.

- a TSuperStringList class which implements much of Delphi TStringList, so you can have objects which get sorted along with the TStringList strings.

The library can be downloaded from the usual place if you have already bought a subscription.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Image