Internet Direct (Indy) Version 9.0.1 Beta
|
class function CheckForStart(ASender: TIdMessage; const ALine: string): TIdMessageDecoder;
CheckForStart examines the list of registered decoder classes, and calls the TIdMessageDecoderInfo.CheckForStart method for each instance. When a decoder class is found for the message part, the method exits and returns the TIdMessageDecoderInfo instance for the message part. If no decoder class is located for the message part, the return value for CheckForStart is Nil.