Internet Direct (Indy)
|
Represents attribute values for the object using the MS DOS ATTRIB command format.
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:
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. |