• Creator
    Topic
  • #4349
    brussill
    Participant

      Is there any documentation on the ‘Sender’ object?

    • Author
      Replies
    • #7890
      brussill
      Participant

        its a delphi object… woohoo

        #7888
        Support 3
        Participant

          If you are you referring to the Message.Sender then you can find more information of the object in Object API documentation.

          Message.Sender is an Address type object. See the Address object for more information. The available properties are: DisplayName, EmailAddress, ObjType, etc.

          Regards,
          Advansys Support

          #7891
          brussill
          Participant

            no. i meant when you have

            sub MySub(Sender)

            end sub

            which is the event handler for controls. That ‘Sender’

            #7889
            Support 3
            Participant

              Sorry for the mis-understanding.

              The parameter “Sender” is Delphi object which references the control that was used to call the method. For example, if you click on the Button1 control, causing the Button1Click method to be called, a reference or pointer to the Button1 object is passed to Button1Click in the parameter called Sender.

              Hope this helps.

              Regards,
              Advansys Support

            Viewing 4 replies - 1 through 4 (of 4 total)
            • You must be logged in to reply to this topic.