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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|