Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.LangsSupported Property

Represents the supported languages on the server.

Pascal
property LangsSupported: TIdStrings;

LangsSupported is a read-only TIdStrings property that represents the supported languages extracted from the values in the Capabilities property during execution of the Login method. 

LangsSupported will contains the values found in the Capabilities property that begin with the characters "LANG". The ExtractFeatFacts method is used to detect and extract the values in LangsSupported. 

Values in the Capabilties property are updated using the response from the FTP FEAT command. 

Resources allocated to the LangsSupported property are freed in the destructor for the object instance.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.