Specifies a value of the KeyDefs collection items represented as string.
property AsString: string;
Read AsString property to determine the value that was assigned to KeyDefs property, represented as a string that consists of items of KeyDefs represented as string and separated with ' · ' symbol:
KeyDef[0].AsString + ' · ' + KeyDef[1].AsString + ...
Write AsString property to assign a value for the KeyDefs property. Use the same format of string as demonstrated before.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|