Home arrow Delphi-Kylix arrow Page 2 - A Brief Look at Indy
DELPHI-KYLIX

A Brief Look at Indy


In this second article in a three-part series, we will discuss the Indy suite, a component which can be used for building an IRC client in Delphi. We will examine its capabilities and determine the minimum level of functionality needed for an IRC client.

Author Info:
By: Leidago
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
January 15, 2007
TABLE OF CONTENTS:
  1. · A Brief Look at Indy
  2. · idIRCclient Component Properties
  3. · idIRCclient Component Events
  4. · More Events

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
A Brief Look at Indy - idIRCclient Component Properties
(Page 2 of 4 )

Design-time properties:

Command:                    Explanation:


    Nickname             The primary nickname to be used.  Defaults to 'Nick'.
    AltNick                  Another nick to use if the primary nick is already
                                in use.  Defaults to 'OtherNick'.
    UserName            Your username (for the system you are using).
    RealName            The information you want displayed in your whois
                                response.
    Server                  Address of the IRC server to connect to.
    Port                      Server port number to connect to.  Defaults to
                                '6667.'
    Password             Password needed to connect (if required).
    UserMode            Set of user modes.  Defaults to an empty set.
                                umInvisible, umOperator, umServerNotices, umWallops.
    SocksServer         Address of the SOCKS server to connect through.
    SocksPort             Port number of the SOCKS server to connect through.

  Run-time properties:

    Connected           Returns True if currently connected to the IRC
                                network.
    Away                   Set to True if you are marked as away.
    Notify                   List of nicknames/addresses to be notified of when
                                they join/leave IRC.
    State                   The current connection state.
    Channels             The list of channel objects.

    Replies
    Finger                Standard CTCP reply for FINGER requests.
    Version              Standard CTCP reply for VERSION requests.
    UserInfo            Standard CTCP reply for USERINFO requests.
    ClientInfo          Standard CTCP reply for CLIENTINFO requests.


blog comments powered by Disqus
DELPHI-KYLIX ARTICLES

- Loading an XML Document into the DOM
- Delphi Wrapper Classes and XML
- Delphi and the DOM
- Delphi and XML
- Internet Access: Client Service
- Finishing the Client for an Internet Access ...
- The Client for an Internet Access Control Ap...
- User Management for an Internet Access Contr...
- Important Procedures for an Internet Access ...
- Server Code for an Internet Access Control A...
- Constructing the Interface for an Internet A...
- Building a Server Application for an Interne...
- Building an Internet Access Control Applicat...
- Client Dataset: Working with Data Packets an...
- Using the Client Dataset in an N-Tiered Appl...

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 6 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials