Internet Direct (Indy)
Home
PreviousUpNext
TIdDOSAttributes.AsString Property

Represents attribute values for the object using the MS DOS ATTRIB command format.

Pascal
property AsString: String;

AsString is a read-only String property that represents the attribute values for the object instance as a string. Values returned by reading the AsString property emulate the format used in the MS DOS ATTRIB command, and include the following characters: 

 

Character 
Description 
Read_only attribute is set. 
Archive attribute is set. 
System attrribute is set. 
Hidden attribute is set. 

 

Attribute which are not set are represented as a space character (CHAR32) in the value for the AsString property.

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.