home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / irvine1_0_9.lzh / dms.txt < prev    next >
Text File  |  2003-05-26  |  76KB  |  4,270 lines

  1. ; DMonkeyâXâeü[âgâüâôâg
  2.  
  3. *break
  4. *case
  5. *catch
  6. *class
  7. *continue
  8. *default
  9. *do
  10. *else
  11. *finally
  12. *for
  13. *function
  14. *global
  15. *if
  16. *import
  17. *in
  18. *return
  19. *switch
  20. *this
  21. *throw
  22. *try
  23. *var
  24. *while
  25. *with
  26.  
  27.  
  28. ; DMonkey 0.3.5 (2003/05/27)
  29.  
  30. $Object
  31. *Object
  32. hasKey;$.%(Key: String): Boolean
  33. hasOwnProperty;$.%(Key: String): Boolean
  34. removeKey;$.%(Key: String): Boolean
  35. getKeys;$.%(): Array
  36. getProperties;$.%(): Array
  37. getMethods;$.%(): Array
  38. getEvents;$.%(): Array
  39.  
  40. $Global
  41. *Global
  42. *escape;$.%(Url: String): String
  43. *unescape;$.%(Url: String): String
  44. *eval;$.%(Script: String): Integer
  45. *isNaN;$.%(Value): Boolean
  46. *parseFloat;$.%(Value): Float
  47. *parseInt;$.%(Value): Integer
  48. *print;$.%(Value)
  49. *println;$.%(Value)
  50. *write;$.%(Value)
  51. *writeln;$.%(Value)
  52. *alert;$.%(Text: String)
  53. *prompt;$.%(Text, Default: String): String
  54. *confirm;$.%(Text: String): Boolean
  55. *textArea;$.%(Text, Default: String): String
  56. *exit;$.%()
  57. *msgBox;$.%(Text: String[, Button: Integer]): Integer
  58. *scriptEngine;$.%(): String
  59. *scriptEngineBuildVersion;$.%(): String
  60. *scriptEngineMajorVersion;$.%(): String
  61. *scriptEngineMinorVersion;$.%(): String
  62. *scriptEngineVersion;$.%(): String
  63. *read;$.%(Byte: Integer): String
  64. *readln;$.%(): String
  65. *isConsole;$.%(): Boolean
  66. *encodeURI;$.%(S: String): String
  67. *encodeURIComponent;$.%(S: String): String
  68. *decodeURI;$.%(S: String): String
  69. *decodeURIComponent;$.%(S: String): String
  70. *format;$.%(Format: String, Value1[,Value2[,Value3, ...]]): String
  71. *formatFloat;$.%(Format: String, Value: Double): String
  72. *printf;$.%(Value): String
  73. *printfln;$.%(Value): String
  74. *sprintf;$.%(Format: String, Value1[,Value2[,Value3, ...]]): String
  75. *eventLoop;$.%()
  76. *terminate;$.%()
  77. *doEvents;$.%()
  78. *sleep;$.%(msec: Integer)
  79. *isNull;$.%(Value): Boolean
  80. *isUndefined;$.%(Value): Boolean
  81. *arguments
  82. *applicationHandle
  83. *mainFormHandle
  84. *platform
  85.  
  86. $Array
  87. *Array;new $(Length: Integer)\new $(Value1[, Value2[, ...]])
  88. delete;$.%(Index: Integer)
  89. clear;$.%()
  90. add;$.%(Value)
  91. sort;$.%([Function])
  92. concat;$.%([Item1[, ...]]: Array): Array
  93. join;$.%([Delimiter: String]): String
  94. pop;$.%(): Object
  95. push;$.%([Item1[, ...]]): Integer
  96. reverse;$.%()
  97. shift;$.%(): Object
  98. slice;$.%(Start[, End]: Integer): Array
  99. splice;$.%(Start, Count: Integer[, Item1[, ...]]): Array
  100. toString;$.%(): String
  101. unshift;$.%([Item1[, ...]]): Array
  102. assign;$.%(Array): Array
  103. length
  104.  
  105. $Number
  106. *Number
  107. toChar;$.%(): String
  108. toString;$.%(Radix: Integer): String
  109. toExponential;$.%(Digit: Integer): String
  110. toFixed;$.%(Digit: Integer): String
  111. toPrecision;$.%(Digit: Integer): String
  112. NaN
  113. MAX_VALUE
  114. MIN_VALUE
  115. POSITIVE_INFINITY
  116. NEGATIVE_INFINITY
  117. number
  118. int
  119.  
  120. *Boolean
  121. bool
  122.  
  123. $String
  124. *String
  125. charAt;$.%(Index: Integer): String
  126. anchor;$.%(): String
  127. big;$.%(): String
  128. blink;$.%(): String
  129. bold;$.%(): String
  130. charCodeAt;$.%(Index: Integer): Integer
  131. fixed;$.%(): String
  132. fontcolor;$.%(): String
  133. fontsize;$.%(): String
  134. fromCharCode;$.%([Code1[, ...]]: Integer): String
  135. indexOf;$.%(subString: String[, Index: Integer]): Integer
  136. italics;$.%(): String
  137. lastIndexOf;$.%(subString: String[, Index: Integer]): Integer
  138. link;$.%(): String
  139. match;$.%(regExp): Array
  140. replace;$.%(regExp, replaceText: String): String
  141. search;$.%(regExp): Integer
  142. small;$.%(): String
  143. split;$.%(regExp[, Max: Integer]): Array
  144. strike;$.%(): String
  145. sub;$.%(): String
  146. substr;$.%(Index[, Length]: Integer): String
  147. substring;$.%(Start, End: Integer): String
  148. sup;$.%(): String
  149. toLowerCase;$.%(): String
  150. toUpperCase;$.%(): String
  151. toJIS;$.%(): String
  152. toSJIS;$.%(): String
  153. toEUC;$.%(): String
  154. toUTF8;$.%(): String
  155. toWide;$.%(): String
  156. fromJIStoSJIS;$.%(): String
  157. fromJIStoEUC;$.%(): String
  158. fromEUCtoSJIS;$.%(): String
  159. fromEUCtoJIS;$.%(): String
  160. fromSJIStoEUC;$.%(): String
  161. fromSJIStoJIS;$.%(): String
  162. fromUTF8toSJIS;$.%(): String
  163. crypt;$.%(Salt: String): String
  164. trim;$.%(): String
  165. trimLeft;$.%(): String
  166. trimRight;$.%(): String
  167. sizeOf;$.%(): Integer
  168. toZenkaku;$.%(): String
  169. toHankaku;$.%(): String
  170. toHiragana;$.%(): String
  171. toKatakana;$.%(): String
  172. length
  173. text
  174. str
  175.  
  176. $RegExp
  177. *RegExp;new $(Re: $[, Option(i,g,m): String])
  178. exec;$.%(S: String): Array
  179. test;$.%(S: String): Boolean
  180. replace;$.%(Input: String, ReplaceText: String): String
  181. split;$.%(Input: String[, Count: Integer]): Array
  182. ignoreCase
  183. global
  184. multiline
  185. source
  186. input
  187. index
  188. lastIndex
  189. lastMatch
  190. lastParen
  191. leftContext
  192. rightContext
  193.  
  194. $Math
  195. *Math
  196. abs;$.%(Num): Integer
  197. acos;$.%(Num: Double): Double
  198. asin;$.%(Num: Double): Double
  199. atan;$.%(Num: Double): Double
  200. atan2;$.%(Y, X: Double): Double
  201. ceil;$.%(Num: Double): Integer
  202. cos;$.%(Num: Double): Double
  203. exp;$.%(Num: Double): Double
  204. floor;$.%(Num: Double): Integer
  205. log;$.%(Num: Double): Double
  206. max;$.%(Num1, Num2: Double): Double
  207. min;$.%(Num1, Num2: Double): Double
  208. pow;$.%(Num1, Num2: Double): Double
  209. random;$.%(): Double
  210. round;$.%(Num: Double): Integer
  211. sin;$.%(Num: Double): Double
  212. sqrt;$.%(Num: Double): Double
  213. tan;$.%(Num: Double): Double
  214. E
  215. LN2
  216. LN10
  217. LOG2E
  218. LOG10E
  219. PI
  220. SQRT1_2
  221. SQRT2
  222.  
  223. $Date
  224. *Date
  225. getDate;$.%(): Integer
  226. getDay;$.%(): Integer
  227. getFullYear;$.%(): Integer
  228. getHours;$.%(): Integer
  229. getMilliseconds;$.%(): Integer
  230. getMinutes;$.%(): Integer
  231. getMonth;$.%(): Integer
  232. getSeconds;$.%(): Integer
  233. getTime;$.%(): Double
  234. getTimezoneOffset;$.%(): Integer
  235. getUTCDate;$.%(): Integer
  236. getUTCDay;$.%(): Integer
  237. getUTCFullYear;$.%(): Integer
  238. getUTCHours;$.%(): Integer
  239. getUTCMilliseconds;$.%(): Integer
  240. getUTCMinutes;$.%(): Integer
  241. getUTCMonth;$.%(): Integer
  242. getUTCSeconds;$.%(): Integer
  243. getUTCYear;$.%(): Integer
  244. getYear;$.%(): Integer
  245. parse;$.%(Date: String): Double
  246. setDate;$.%(Day: Integer)
  247. setFullYear;$.%(Year: Integer)
  248. setHours;$.%(Hour: Integer)
  249. setMilliseconds;$.%(Millisecond: Integer)
  250. setMinutes;$.%(Minute: Integer)
  251. setMonth;$.%(Month: Integer)
  252. setSeconds;$.%(Second: Integer)
  253. setTime;$.%(Time: Double)
  254. setUTCDate;$.%(Day: Integer)
  255. setUTCFullYear;$.%(Year: Integer)
  256. setUTCHours;$.%(Hour: Integer)
  257. setUTCMilliseconds;$.%(Millisecond: Integer)
  258. setUTCMinutes;$.%(Minute: Integer)
  259. setUTCMonth;$.%(Month: Integer)
  260. setUTCSeconds;$.%(Second: Integer)
  261. setUTCYear;$.%(Year: Integer)
  262. setYear;$.%(Year: Integer)
  263. toGMTString;$.%(): String
  264. toLocaleString;$.%(): String
  265. toUTCString;$.%(): String
  266. UTC;$.%(Date: String): Double
  267. valueOf;$.%(): Double
  268.  
  269. $File
  270. *File;new $(FileName: String)
  271. open;$.%([Option(w,r,d): String])
  272. close;$.%()
  273. isOpened;$.%(): Boolean
  274. read;$.%(Byte: Integer): String
  275. readln;$.%(): String
  276. write;$.%(S: String)
  277. writeln;$.%(S: String)
  278. flush;$.%()
  279. eof;$.%(): Boolean
  280. exists;$.%(): Boolean
  281. remove;$.%()
  282. renameTo;$.%(NewName: String)
  283. copyTo;$.%(NewName: String)
  284. canRead;$.%(): Boolean
  285. canWrite;$.%(): Boolean
  286. seek;$.%(Index: Integer)
  287. extractName;$.%(): String
  288. extractDrive;$.%(): String
  289. extractDir;$.%(): String
  290. extractPath;$.%(): String
  291. extractExt;$.%(): String
  292. changeExt;$.%(NewExtensionName: String): String
  293. expandUNCFilename;$.%(): String
  294. extractShortPathName;$.%(): String
  295. length
  296. filename
  297. lastModified
  298. path
  299.  
  300. $Directory
  301. *Directory;new $(Directory: String)
  302. make;$.%()
  303. remove;$.%()
  304. exists;$.%(): Boolean
  305. changeTo;$.%(Directory: String)
  306. findFirst;$.%(Wildcard: String): String
  307. findFirstFile;$.%(Wildcard: String): String
  308. findFirstDir;$.%(Wildcard: String): String
  309. findNext;$.%(): String
  310. findNextFile;$.%(): String
  311. findNextDir;$.%(): String
  312. findClose;$.%()
  313. includePathDelimiter;$.%(): String
  314. excludePathDelimiter;$.%(): String
  315. expandUNCFilename;$.%(): String
  316. clear;$.%([Undo: Boolean])
  317. findFiles;$.%(Wildcard: String): Strings
  318. dirname
  319. files
  320. directories
  321. path
  322.  
  323. $Strings
  324. *Strings
  325. add;$.%(S: String)
  326. insert;$.%(Index: Integer, S: String)
  327. delete;$.%(Index: Integer)
  328. clear;$.%()
  329. indexOf;$.%(S: String): Integer
  330. sort;$.%()
  331. saveToFile;$.%(FileName: String)
  332. loadFromFile;$.%(FileName: String)
  333. assign;$.%(Obj: Strings)
  334. addStrings;$.%(Obj: Strings)
  335. text
  336. commaText
  337. length
  338. count
  339. sorted
  340.  
  341. $Win32
  342. *Win32
  343. sleep;$.%(Milliseconds: Integer)
  344. winExec;$.%(Command: String): Boolean
  345. WinExec;$.%(Command: String): Boolean
  346. shellExecute;$.%(Operation, File[, Parameters, Drectory]: String): Boolean
  347. getTickCount;$.%(): Integer
  348.  
  349. $Ini
  350. *Ini;new $(FileName: String)
  351. deleteKey;$.%(Section, Key: String)
  352. eraseSection;$.%(Section: String)
  353. readSection;$.%(Section: String): Strings
  354. readSections;$.%(): Strings
  355. sectionExists;$.%(Section: String): Boolean
  356. write;$.%(Section, Key, Value: String)
  357. read;$.%(Section, Key, DefaultValue: String): String
  358. update;$.%()
  359. filename
  360.  
  361. $RegIni
  362. *RegIni;new $(Key: String)
  363. deleteKey;$.%(Section, Key: String)
  364. eraseSection;$.%(Section: String)
  365. readSection;$.%(Section: String): Strings
  366. readSections;$.%(): Strings
  367. sectionExists;$.%(Section: String): Boolean
  368. write;$.%(Section, Key, Value: String)
  369. read;$.%(Section, Key, Default: String): String
  370. rootKey
  371. key
  372.  
  373. $CRC
  374. *CRC
  375. calc;$.%(S: String)
  376. calcFile;$.%(FileName: String)
  377. CRC16
  378. CRC32
  379.  
  380. $Base64
  381. *Base64
  382. encode;$.%(S: String): String
  383. decode;$.%(S: String): String
  384. encodeHeader;$.%(S: String): String
  385. decodeHeader;$.%(S: String): String
  386.  
  387. $Dialog
  388. *Dialog
  389. openFile;$.%(Title, Default: String): String
  390. openFiles;$.%(Title, Default: String): Strings
  391. saveFile;$.%(Title, Default: String): String
  392. openFolder;$.%(Title, Default: String): String
  393.  
  394. $Mutex
  395. *Mutex;new $(MutexName: String)
  396. lock;$.%()
  397. unlock;$.%()
  398. tryLock;$.%()
  399. timeout
  400. existed
  401.  
  402. $URL
  403. *URL;new $(Url: String)
  404. expand;$.%([Path: String]): String
  405. url
  406. uri
  407. href
  408. protocol
  409. scheme
  410. username
  411. user
  412. userid
  413. password
  414. pass
  415. host
  416. hostname
  417. port
  418. path
  419. directory
  420. dir
  421. filename
  422. query
  423. search
  424.  
  425. $Cookie
  426. *Cookie
  427. parse;$.%([Url: String],CookieText: String)
  428. domain
  429. path
  430. expires
  431. length
  432.  
  433. ;*Response
  434. cookie
  435. code
  436. text
  437. version
  438.  
  439. *HTTP
  440.  
  441. $HTTP
  442. *HTTPS
  443. get;$.%(Url: String): String
  444. getFile;$.%(Url, FileName: String)
  445. post;$.%(Url, Post: String)
  446. head;$.%(Url: String)
  447. request;$.%(Method, Url, Post: String)
  448. response;$.%()
  449. disconnect;$.%()
  450. close;$.%()
  451. capture;$.%(FileName: String)
  452. readln;$.%(): String
  453. read;$.%([Byte: Integer])
  454. requestHeader
  455. responseHeader
  456. version
  457. length
  458. autoRedirect
  459. proxy
  460. timeout
  461. debug
  462. bytesTotal
  463. bytesRead
  464. bytesWrote
  465. onConnect;Socket.%(Sender: Object)
  466. onDisconnect;Socket.%(Sender: Object)
  467. onError;Socket.%(Sender: Object,ErrorNumber: Integer,ErrorMessage: String)
  468. onRead;Socket.%(Sender: Object,BytesRead: Integer,Abort: BooleanObject)
  469. onWrite;Socket.%(Sender: Object,BytesWrite: Integer,Abort: BooleanObject)
  470. onStatus;Socket.%(Sender: Object,Message: String)
  471. onSuccess;$.%(Sender: Object)
  472. onFailure;$.%(Sender: Object)
  473. onRequest;$.%(Sender: Object)
  474. onResponse;$.%(Sender: Object)
  475.  
  476. $HtmlParser
  477. *HtmlParser
  478. parse;$.%(Html: String): HtmlParser
  479. parseFile;$.%(FileName: String): HtmlParser
  480. clear;$.%(): HtmlParser
  481. length
  482. count
  483. html
  484. text
  485.  
  486. $TCPSocket
  487. *TCPSocket
  488. connect;$.%()
  489. disconnect;$.%()
  490. open;$.%()
  491. close;$.%()
  492. abort;$.%()
  493. read;$.%([Byte: Integer])
  494. readln;$.%()
  495. write;$.%(S: String)
  496. writeln;$.%(S: String)
  497. capture;$.%(FileName: String)
  498. sendFile;$.%(FileName: String)
  499. bind;$.%()
  500. accept;$.%(): TCPSocket
  501. isConnected;$.%(): Boolean
  502. host
  503. port
  504. timeout
  505. debug
  506. bytesTotal
  507. bytesRead
  508. bytesWrote
  509. onConnect;Socket.%(Sender: Object)
  510. onDisconnect;Socket.%(Sender: Object)
  511. onError;Socket.%(Sender: Object,ErrorNumber: Integer,ErrorMessage: String)
  512. onRead;Socket.%(Sender: Object,BytesRead: Integer,Abort: BooleanObject)
  513. onWrite;Socket.%(Sender: Object,BytesWrite: Integer,Abort: BooleanObject)
  514. onStatus;Socket.%(Sender: Object,Message: String)
  515.  
  516. $Mail
  517. *Mail
  518. clear;$.%()
  519. number
  520. length
  521. attachments
  522. header
  523. body
  524. message
  525.  
  526. $POP3
  527. *POP3
  528. connect;$.%()
  529. disconnect;$.%()
  530. open;$.%()
  531. close;$.%()
  532. getMail;$.%(Number: Integer)
  533. getSummary;$.%(Number: Integer)
  534. delete;$.%(Number: Integer)
  535. attachPath
  536. deleteOnRead
  537. mailCount
  538. length
  539. password
  540. userid
  541. mail
  542. host
  543. port
  544. timeout
  545. debug
  546. bytesTotal
  547. bytesRead
  548. bytesWrote
  549. onConnect;Socket.%(Sender: Object)
  550. onDisconnect;Socket.%(Sender: Object)
  551. onError;Socket.%(Sender: Object,ErrorNumber: Integer,ErrorMessage: String)
  552. onRead;Socket.%(Sender: Object,BytesRead: Integer,Abort: BooleanObject)
  553. onWrite;Socket.%(Sender: Object,BytesWrite: Integer,Abort: BooleanObject)
  554. onStatus;Socket.%(Sender: Object,Message: String)
  555. onSuccess;$.%(Sender: Object)
  556. onFailure;$.%(Sender: Object)
  557.  
  558. $SMTP
  559. *SMTP
  560. connect;$.%()
  561. disconnect;$.%()
  562. open;$.%()
  563. close;$.%()
  564. sendMail;$.%()
  565. mail
  566. host
  567. port
  568. timeout
  569. debug
  570. onConnect;Socket.%(Sender: Object)
  571. onDisconnect;Socket.%(Sender: Object)
  572. onError;Socket.%(Sender: Object,ErrorNumber: Integer,ErrorMessage: String)
  573. onRead;Socket.%(Sender: Object,BytesRead: Integer,Abort: BooleanObject)
  574. onWrite;Socket.%(Sender: Object,BytesWrite: Integer,Abort: BooleanObject)
  575. onStatus;Socket.%(Sender: Object,Message: String)
  576.  
  577. $FileProperty
  578. ;*FileProperty
  579. toString;$.%(): String
  580. attribute
  581. fileType
  582. lastModified
  583. length
  584. size
  585. name
  586.  
  587. $FTP
  588. *FTP;new $(Host: String, Port: Integer)
  589. connect;$.%()
  590. disconnect;$.%()
  591. login;$.%(UserId,Password: String)
  592. quit;$.%()
  593. abort;$.%()
  594. printWorkDir;$.%(): String
  595. changeDir;$.%(NewDirectoryPath: String)
  596. makeDir;$.%(NewDirectoryPath: String)
  597. removeDir;$.%(DirectoryPath: String)
  598. list;$.%(): Array
  599. nlist;$.%(): Array
  600. delete;$.%(FileName: String)
  601. rename;$.%(OldFileName,NewFileName: String)
  602. findFiles;$.%(DirectoryPath,WildCard: String, Recurse: Boolean): Strings
  603. download;$.%(RemoteFileName,LocalFileName: String)
  604. downloadRestore;$.%(RemoteFileName,LocalFileName: String)
  605. upload;$.%(LocalFileName,RemoteFileName: String)
  606. uploadAppend;$.%(LocalFileName,RemoteFileName: String)
  607. uploadRestore;$.%(LocalFileName,RemoteFileName: String, Position: Integer)
  608. uploadUnique;$.%(LocalFileName: String)
  609. type;$.%(Mode['A','B','I'])
  610. command;$.%(CommandStr: String): String
  611. host
  612. port
  613. timeout
  614. debug
  615. password
  616. userid
  617. currentDir
  618. passiveMode
  619. proxy
  620. bytesTotal
  621. bytesRead
  622. bytesWrote
  623. onConnect;Socket.%(Sender: Object)
  624. onDisconnect;Socket.%(Sender: Object)
  625. onError;Socket.%(Sender: Object,ErrorNumber: Integer,ErrorMessage: String)
  626. onRead;Socket.%(Sender: Object,BytesRead: Integer,Abort: BooleanObject)
  627. onWrite;Socket.%(Sender: Object,BytesWrite: Integer,Abort: BooleanObject)
  628. onStatus;Socket.%(Sender: Object,Message: String)
  629. onSuccess;$.%(Sender: Object,CommandType: String)
  630. onFailure;$.%(Sender: Object,NotRaiseException: BooleanObject,CommandType: String)
  631.  
  632.  
  633. *ActiveXObject;new ActiveXObject(ServerName: String)
  634. disp
  635.  
  636. $Enumerator
  637. *Enumerator;new $(Collection)
  638. item;$.%(): Object
  639. atEnd;$.%(): Boolean
  640. moveFirst;$.%()
  641. moveNext;$.%()
  642.  
  643. $Keyboard
  644. *Keyboard
  645. isDown;$.%(Key: Char): Boolean
  646. shift
  647. alt
  648. ctrl
  649.  
  650. *Mouse
  651. x
  652. y
  653. lbutton
  654. mbutton
  655. rbutton
  656.  
  657. $Clipboard
  658. *Clipboard
  659. hasText;$.%(): Boolean
  660. asText
  661.  
  662. *DynaCall
  663. register;DynaCall.%(DLLName, Function, Flag1, Flag2, Flag3: String)
  664.  
  665. $StringBuffer
  666. *StringBuffer;new $(Str: String)\new $(Size: Integer)
  667. append;$.%(Value): StringBuffer
  668. delete;$.%(Start,End: Integer): StringBuffer
  669. insert;$.%(Index: Integer,Value): StringBuffer
  670. substring;$.%(Start,End: Integer): String
  671. replace;$.%(Start,End: Integer,Value): StringBuffer
  672. length
  673. text
  674.  
  675. $CheckListBox
  676. *CheckListBox
  677. getChecked;$.%(Index: Integer): Boolean
  678. setChecked;$.%(Index: Integer, Checked: Boolean)
  679. execute;$.%(Caption, Label: String, Default: Integer): Boolean
  680. count
  681. items
  682. index
  683.  
  684. $WScript
  685. *WScript
  686. CreateObject;$.%(ProgID: String): ActiveXObject
  687. ConnectObject;$.%(Obj: ActiveXObject, Preffix: String)
  688. DisconnectObject;$.%(Obj: ActiveXObject)
  689. Echo;$.%(Value1[, Value2, ...]: String)
  690. Quit;$.%(Code: Integer)
  691. Sleep;$.%(MilliSeconds: Integer)
  692. Arguments
  693. FullName
  694. Name
  695. Path
  696. ScriptFullName
  697. ScriptName
  698. StdErr
  699. StdIn
  700. StdOut
  701. Version
  702.  
  703. $WshArguments
  704. Item;$.%(Index: Integer): String
  705. Count
  706. length
  707. Named
  708. Unnamed
  709.  
  710. $WshNamed
  711. Item;$.%(Key: String): String
  712. Exists;$.%(Key: String): Boolean
  713. Count
  714. length
  715.  
  716. $WshUnnamed
  717. Item;$.%(Index: Integer): String
  718. Count
  719. length
  720.  
  721. $WshReadStream
  722. Read;$.%(Bytes: Integer): String
  723. ReadAll;$.%(): String
  724. ReadLine;$.%(): String
  725.  
  726. $WshWriteStream
  727. Write;$.%(S: String)
  728. WriteBlankLines;$.%(Lines: Integer)
  729. WriteLine;$.%(S : String)
  730.  
  731. ; DMonkey VCLâIâuâWâFâNâg
  732.  
  733. $VCL
  734. ;$VCLForm
  735. *VCLForm;new VCLForm(MainForm: Boolean)
  736.  
  737. acceptDrop
  738. Action
  739. Active
  740. ActiveControl
  741. Align
  742. AlphaBlend
  743. AlphaBlendValue
  744. Anchors
  745. AutoScroll
  746. AutoSize
  747. BiDiMode
  748. BorderIcons
  749. BorderStyle
  750. BorderWidth
  751. Caption
  752. ClientHeight
  753. ClientWidth
  754. Color
  755. ComponentCount
  756. ComponentIndex
  757. Constraints
  758. ControlCount
  759. Ctl3D
  760. Cursor
  761. DefaultMonitor
  762. DockSite
  763. DragKind
  764. DragMode
  765. Enabled
  766. Font
  767. FormStyle
  768. handle
  769. Height
  770. HelpContext
  771. HelpFile
  772. HelpKeyword
  773. HelpType
  774. Hint
  775. HorzScrollBar
  776. Icon
  777. KeyPreview
  778. Left
  779. main
  780. Menu
  781. Name
  782. ObjectMenuItem
  783. OldCreateOrder
  784. Owner
  785. parent
  786. ParentBiDiMode
  787. ParentFont
  788. ParentWindow
  789. PixelsPerInch
  790. PopupMenu
  791. Position
  792. PrintScale
  793. Scaled
  794. ShowHint
  795. Showing
  796. Tag
  797. Top
  798. TransparentColor
  799. TransparentColorValue
  800. UseDockManager
  801. VCLclassName
  802. VertScrollBar
  803. Visible
  804. VisibleDockClientCount
  805. Width
  806. WindowMenu
  807. WindowState
  808.  
  809. arrangeIcons;$.%()
  810. doDragDropText;$.%()
  811. release;$.%()
  812. setFocusedControl;$.%()
  813. clientToScreen;$.%()
  814. controls;$.%()
  815. enableAlign;$.%()
  816. hasParent;$.%()
  817. loadFromText;$.%()
  818. scrollBy;$.%()
  819. invalidate;$.%()
  820. repaint;$.%()
  821. hide;$.%()
  822. assign;$.%()
  823. screenToClient;$.%()
  824. previous;$.%()
  825. closeQuery;$.%()
  826. saveToText;$.%()
  827. handleNeeded;$.%()
  828. tile;$.%()
  829. canFocus;$.%()
  830. close;$.%()
  831. focusControl;$.%()
  832. sendToBack;$.%()
  833. setBounds;$.%(Left,Top,Width,Height)
  834. cascade;$.%()
  835. print;$.%()
  836. handleAllocated;$.%()
  837. show;$.%()
  838. bringToFront;$.%()
  839. containsControl;$.%()
  840. controlAtPos;$.%()
  841. loadFromFile;$.%()
  842. next;$.%()
  843. refresh;$.%()
  844. valueOf;$.%()
  845. disableAlign;$.%()
  846. doDragDropFiles;$.%()
  847. flipChildren;$.%()
  848. focused;$.%()
  849. sendCancelMode;$.%()
  850. toString;$.%()
  851. setFocus;$.%()
  852. findChildControl;$.%()
  853. realign;$.%()
  854. saveToFile;$.%()
  855. update;$.%()
  856. showModal;$.%()
  857. components;$.%()
  858. perform;$.%()
  859. scaleBy;$.%()
  860.  
  861. onActivate;$.%: function(sender){}
  862. onCanResize;$.%: function(sender){}
  863. onClick;$.%: function(sender){}
  864. onClose;$.%: function(sender){}
  865. onCloseQuery;$.%: function(sender){}
  866. onConstrainedResize;$.%: function(sender){}
  867. onContextPopup;$.%: function(sender){}
  868. onCreate;$.%: function(sender){}
  869. onDblClick;$.%: function(sender){}
  870. onDestroy;$.%: function(sender){}
  871. onDeactivate;$.%: function(sender){}
  872. onDockDrop;$.%: function(sender){}
  873. onDockOver;$.%: function(sender){}
  874. onDragDrop;$.%: function(sender){}
  875. onDragOver;$.%: function(sender){}
  876. onEndDock;$.%: function(sender){}
  877. onGetSiteInfo;$.%: function(sender){}
  878. onHide;$.%: function(sender){}
  879. onHelp;$.%: function(sender){}
  880. onKeyDown;$.%: function(sender){}
  881. onKeyPress;$.%: function(sender){}
  882. onKeyUp;$.%: function(sender){}
  883. onMouseDown;$.%: function(sender){}
  884. onMouseMove;$.%: function(sender){}
  885. onMouseUp;$.%: function(sender){}
  886. onMouseWheel;$.%: function(sender){}
  887. onMouseWheelDown;$.%: function(sender){}
  888. onMouseWheelUp;$.%: function(sender){}
  889. onPaint;$.%: function(sender){}
  890. onResize;$.%: function(sender){}
  891. onShortCut;$.%: function(sender){}
  892. onShow;$.%: function(sender){}
  893. onStartDock;$.%: function(sender){}
  894. onUnDock;$.%: function(sender){}
  895. onDragDropText;$.%: function(sender){}
  896. onDragDropFiles;$.%: function(sender){}
  897.  
  898.  
  899. ;$VCLEdit
  900. *VCLEdit;new VCLEdit(Parent: VCL)
  901.  
  902. acceptDrop
  903. Anchors
  904. AutoSelect
  905. AutoSize
  906. BevelEdges
  907. BevelInner
  908. BevelKind
  909. BevelOuter
  910. BiDiMode
  911. BorderStyle
  912. CanUndo
  913. CharCase
  914. Color
  915. ComponentCount
  916. ComponentIndex
  917. Constraints
  918. ControlCount
  919. Ctl3D
  920. Cursor
  921. DragCursor
  922. DragKind
  923. DragMode
  924. Enabled
  925. Font
  926. handle
  927. Height
  928. HelpContext
  929. HelpKeyword
  930. HelpType
  931. HideSelection
  932. Hint
  933. ImeMode
  934. ImeName
  935. Left
  936. MaxLength
  937. Modified
  938. Name
  939. OEMConvert
  940. Owner
  941. parent
  942. ParentBiDiMode
  943. ParentColor
  944. ParentCtl3D
  945. ParentFont
  946. ParentShowHint
  947. ParentWindow
  948. PasswordChar
  949. PopupMenu
  950. ReadOnly
  951. SelLength
  952. SelStart
  953. SelText
  954. ShowHint
  955. Showing
  956. TabOrder
  957. TabStop
  958. Tag
  959. Text
  960. Top
  961. VCLclassName
  962. Visible
  963. VisibleDockClientCount
  964. Width
  965.  
  966. selectAll;$.%()
  967. clientToScreen;$.%()
  968. controls;$.%()
  969. enableAlign;$.%()
  970. hasParent;$.%()
  971. scrollBy;$.%()
  972. invalidate;$.%()
  973. pasteFromClipboard;$.%()
  974. repaint;$.%()
  975. copyToClipboard;$.%()
  976. cutToClipboard;$.%()
  977. hide;$.%()
  978. assign;$.%()
  979. screenToClient;$.%()
  980. clearUndo;$.%()
  981. handleNeeded;$.%()
  982. canFocus;$.%()
  983. sendToBack;$.%()
  984. setBounds;$.%()
  985. undo;$.%()
  986. handleAllocated;$.%()
  987. show;$.%()
  988. bringToFront;$.%()
  989. containsControl;$.%()
  990. controlAtPos;$.%()
  991. refresh;$.%()
  992. valueOf;$.%()
  993. clearSelection;$.%()
  994. disableAlign;$.%()
  995. flipChildren;$.%()
  996. focused;$.%()
  997. toString;$.%()
  998. setFocus;$.%()
  999. clear;$.%()
  1000. findChildControl;$.%()
  1001. realign;$.%()
  1002. update;$.%()
  1003. components;$.%()
  1004. perform;$.%()
  1005. scaleBy;$.%()
  1006.  
  1007. onChange;$.%: function(sender){}
  1008. onClick;$.%: function(sender){}
  1009. onContextPopup;$.%: function(sender){}
  1010. onDblClick;$.%: function(sender){}
  1011. onDragDrop;$.%: function(sender){}
  1012. onDragOver;$.%: function(sender){}
  1013. onEndDock;$.%: function(sender){}
  1014. onEndDrag;$.%: function(sender){}
  1015. onEnter;$.%: function(sender){}
  1016. onExit;$.%: function(sender){}
  1017. onKeyDown;$.%: function(sender){}
  1018. onKeyPress;$.%: function(sender){}
  1019. onKeyUp;$.%: function(sender){}
  1020. onMouseDown;$.%: function(sender){}
  1021. onMouseMove;$.%: function(sender){}
  1022. onMouseUp;$.%: function(sender){}
  1023. onStartDock;$.%: function(sender){}
  1024. onStartDrag;$.%: function(sender){}
  1025. onDragDropText;$.%: function(sender){}
  1026. onDragDropFiles;$.%: function(sender){}
  1027.  
  1028.  
  1029. ;$VCLButton
  1030. *VCLButton;new VCLButton(Parent: VCL)
  1031.  
  1032. acceptDrop
  1033. Action
  1034. Anchors
  1035. BiDiMode
  1036. Cancel
  1037. Caption
  1038. ComponentCount
  1039. ComponentIndex
  1040. Constraints
  1041. ControlCount
  1042. Cursor
  1043. Default
  1044. DragCursor
  1045. DragKind
  1046. DragMode
  1047. Enabled
  1048. Font
  1049. handle
  1050. Height
  1051. HelpContext
  1052. HelpKeyword
  1053. HelpType
  1054. Hint
  1055. Left
  1056. ModalResult
  1057. Name
  1058. Owner
  1059. parent
  1060. ParentBiDiMode
  1061. ParentFont
  1062. ParentShowHint
  1063. ParentWindow
  1064. PopupMenu
  1065. ShowHint
  1066. Showing
  1067. TabOrder
  1068. TabStop
  1069. Tag
  1070. Top
  1071. VCLclassName
  1072. Visible
  1073. VisibleDockClientCount
  1074. Width
  1075.  
  1076. clientToScreen;$.%()
  1077. controls;$.%()
  1078. enableAlign;$.%()
  1079. hasParent;$.%()
  1080. scrollBy;$.%()
  1081. invalidate;$.%()
  1082. repaint;$.%()
  1083. hide;$.%()
  1084. assign;$.%()
  1085. screenToClient;$.%()
  1086. handleNeeded;$.%()
  1087. canFocus;$.%()
  1088. sendToBack;$.%()
  1089. setBounds;$.%()
  1090. handleAllocated;$.%()
  1091. show;$.%()
  1092. bringToFront;$.%()
  1093. containsControl;$.%()
  1094. controlAtPos;$.%()
  1095. refresh;$.%()
  1096. valueOf;$.%()
  1097. disableAlign;$.%()
  1098. flipChildren;$.%()
  1099. focused;$.%()
  1100. toString;$.%()
  1101. click;$.%()
  1102. setFocus;$.%()
  1103. findChildControl;$.%()
  1104. realign;$.%()
  1105. update;$.%()
  1106. components;$.%()
  1107. perform;$.%()
  1108. scaleBy;$.%()
  1109.  
  1110. onClick;$.%: function(sender){}
  1111. onContextPopup;$.%: function(sender){}
  1112. onDragDrop;$.%: function(sender){}
  1113. onDragOver;$.%: function(sender){}
  1114. onEndDock;$.%: function(sender){}
  1115. onEndDrag;$.%: function(sender){}
  1116. onEnter;$.%: function(sender){}
  1117. onExit;$.%: function(sender){}
  1118. onKeyDown;$.%: function(sender){}
  1119. onKeyPress;$.%: function(sender){}
  1120. onKeyUp;$.%: function(sender){}
  1121. onMouseDown;$.%: function(sender){}
  1122. onMouseMove;$.%: function(sender){}
  1123. onMouseUp;$.%: function(sender){}
  1124. onStartDock;$.%: function(sender){}
  1125. onStartDrag;$.%: function(sender){}
  1126. onDragDropText;$.%: function(sender){}
  1127. onDragDropFiles;$.%: function(sender){}
  1128.  
  1129.  
  1130. ;$VCLMemo
  1131. *VCLMemo;new VCLMemo(Parent: VCL)
  1132.  
  1133. acceptDrop
  1134. Align
  1135. Alignment
  1136. Anchors
  1137. BevelEdges
  1138. BevelInner
  1139. BevelKind
  1140. BevelOuter
  1141. BiDiMode
  1142. BorderStyle
  1143. CanUndo
  1144. caretPos
  1145. Color
  1146. ComponentCount
  1147. ComponentIndex
  1148. Constraints
  1149. ControlCount
  1150. Ctl3D
  1151. Cursor
  1152. DragCursor
  1153. DragKind
  1154. DragMode
  1155. Enabled
  1156. Font
  1157. handle
  1158. Height
  1159. HelpContext
  1160. HelpKeyword
  1161. HelpType
  1162. HideSelection
  1163. Hint
  1164. ImeMode
  1165. ImeName
  1166. Left
  1167. Lines
  1168. MaxLength
  1169. Modified
  1170. Name
  1171. OEMConvert
  1172. Owner
  1173. parent
  1174. ParentBiDiMode
  1175. ParentColor
  1176. ParentCtl3D
  1177. ParentFont
  1178. ParentShowHint
  1179. ParentWindow
  1180. PopupMenu
  1181. ReadOnly
  1182. ScrollBars
  1183. SelLength
  1184. SelStart
  1185. SelText
  1186. ShowHint
  1187. Showing
  1188. TabOrder
  1189. TabStop
  1190. Tag
  1191. Top
  1192. VCLclassName
  1193. Visible
  1194. VisibleDockClientCount
  1195. WantReturns
  1196. WantTabs
  1197. Width
  1198. WordWrap
  1199.  
  1200. selectAll;$.%()
  1201. clientToScreen;$.%()
  1202. controls;$.%()
  1203. enableAlign;$.%()
  1204. hasParent;$.%()
  1205. scrollBy;$.%()
  1206. invalidate;$.%()
  1207. pasteFromClipboard;$.%()
  1208. repaint;$.%()
  1209. copyToClipboard;$.%()
  1210. cutToClipboard;$.%()
  1211. hide;$.%()
  1212. assign;$.%()
  1213. screenToClient;$.%()
  1214. clearUndo;$.%()
  1215. handleNeeded;$.%()
  1216. canFocus;$.%()
  1217. sendToBack;$.%()
  1218. setBounds;$.%()
  1219. undo;$.%()
  1220. handleAllocated;$.%()
  1221. show;$.%()
  1222. bringToFront;$.%()
  1223. containsControl;$.%()
  1224. controlAtPos;$.%()
  1225. refresh;$.%()
  1226. valueOf;$.%()
  1227. clearSelection;$.%()
  1228. disableAlign;$.%()
  1229. flipChildren;$.%()
  1230. focused;$.%()
  1231. toString;$.%()
  1232. setFocus;$.%()
  1233. clear;$.%()
  1234. findChildControl;$.%()
  1235. realign;$.%()
  1236. update;$.%()
  1237. components;$.%()
  1238. perform;$.%()
  1239. scaleBy;$.%()
  1240.  
  1241. onChange;$.%: function(sender){}
  1242. onClick;$.%: function(sender){}
  1243. onContextPopup;$.%: function(sender){}
  1244. onDblClick;$.%: function(sender){}
  1245. onDragDrop;$.%: function(sender){}
  1246. onDragOver;$.%: function(sender){}
  1247. onEndDock;$.%: function(sender){}
  1248. onEndDrag;$.%: function(sender){}
  1249. onEnter;$.%: function(sender){}
  1250. onExit;$.%: function(sender){}
  1251. onKeyDown;$.%: function(sender){}
  1252. onKeyPress;$.%: function(sender){}
  1253. onKeyUp;$.%: function(sender){}
  1254. onMouseDown;$.%: function(sender){}
  1255. onMouseMove;$.%: function(sender){}
  1256. onMouseUp;$.%: function(sender){}
  1257. onStartDock;$.%: function(sender){}
  1258. onStartDrag;$.%: function(sender){}
  1259. onDragDropText;$.%: function(sender){}
  1260. onDragDropFiles;$.%: function(sender){}
  1261.  
  1262.  
  1263. ;$VCLLabel
  1264. *VCLLabel;new VCLLabel(Parent: VCL)
  1265.  
  1266. Align
  1267. Alignment
  1268. Anchors
  1269. AutoSize
  1270. BiDiMode
  1271. Caption
  1272. Color
  1273. ComponentCount
  1274. ComponentIndex
  1275. Constraints
  1276. Cursor
  1277. DragCursor
  1278. DragKind
  1279. DragMode
  1280. Enabled
  1281. FocusControl
  1282. Font
  1283. Height
  1284. HelpContext
  1285. HelpKeyword
  1286. HelpType
  1287. Hint
  1288. Layout
  1289. Left
  1290. Name
  1291. Owner
  1292. parent
  1293. ParentBiDiMode
  1294. ParentColor
  1295. ParentFont
  1296. ParentShowHint
  1297. PopupMenu
  1298. ShowAccelChar
  1299. ShowHint
  1300. Tag
  1301. Top
  1302. Transparent
  1303. VCLclassName
  1304. Visible
  1305. Width
  1306. WordWrap
  1307.  
  1308. clientToScreen;$.%()
  1309. hasParent;$.%()
  1310. invalidate;$.%()
  1311. repaint;$.%()
  1312. hide;$.%()
  1313. assign;$.%()
  1314. screenToClient;$.%()
  1315. sendToBack;$.%()
  1316. setBounds;$.%()
  1317. show;$.%()
  1318. bringToFront;$.%()
  1319. refresh;$.%()
  1320. valueOf;$.%()
  1321. toString;$.%()
  1322. update;$.%()
  1323. components;$.%()
  1324. perform;$.%()
  1325.  
  1326. onClick;$.%: function(sender){}
  1327. onContextPopup;$.%: function(sender){}
  1328. onDblClick;$.%: function(sender){}
  1329. onDragDrop;$.%: function(sender){}
  1330. onDragOver;$.%: function(sender){}
  1331. onEndDock;$.%: function(sender){}
  1332. onEndDrag;$.%: function(sender){}
  1333. onMouseDown;$.%: function(sender){}
  1334. onMouseMove;$.%: function(sender){}
  1335. onMouseUp;$.%: function(sender){}
  1336. onMouseEnter;$.%: function(sender){}
  1337. onMouseLeave;$.%: function(sender){}
  1338. onStartDock;$.%: function(sender){}
  1339. onStartDrag;$.%: function(sender){}
  1340.  
  1341.  
  1342. ;$VCLTimer
  1343. *VCLTimer;new VCLTimer(Parent: VCL)
  1344.  
  1345. ComponentCount
  1346. ComponentIndex
  1347. Enabled
  1348. Interval
  1349. Name
  1350. Owner
  1351. Tag
  1352. VCLclassName
  1353.  
  1354. assign;$.%()
  1355. valueOf;$.%()
  1356. toString;$.%()
  1357. components;$.%()
  1358.  
  1359. onTimer;$.%: function(sender){}
  1360.  
  1361.  
  1362. ;$VCLMenuItem
  1363. *VCLMenuItem;new VCLMenuItem(Parent: VCL)
  1364.  
  1365. Action
  1366. AutoCheck
  1367. AutoHotkeys
  1368. AutoLineReduction
  1369. Bitmap
  1370. Break
  1371. Caption
  1372. Checked
  1373. Command
  1374. ComponentCount
  1375. ComponentIndex
  1376. Count
  1377. Default
  1378. Enabled
  1379. GroupIndex
  1380. Handle
  1381. HelpContext
  1382. Hint
  1383. ImageIndex
  1384. MenuIndex
  1385. Name
  1386. Owner
  1387. Parent
  1388. RadioItem
  1389. ShortCut
  1390. SubMenuImages
  1391. Tag
  1392. VCLclassName
  1393. Visible
  1394.  
  1395. remove;$.%()
  1396. newBottomLine;$.%()
  1397. isLine;$.%()
  1398. assign;$.%()
  1399. getParentMenu;$.%()
  1400. indexOf;$.%()
  1401. initiateAction;$.%()
  1402. insert;$.%()
  1403. items;$.%()
  1404. valueOf;$.%()
  1405. newTopLine;$.%()
  1406. rethinkLines;$.%()
  1407. toString;$.%()
  1408. click;$.%()
  1409. delete;$.%()
  1410. clear;$.%()
  1411. find;$.%()
  1412. rethinkHotkeys;$.%()
  1413. add;$.%()
  1414. insertNewLineAfter;$.%()
  1415. components;$.%()
  1416. insertNewLineBefore;$.%()
  1417.  
  1418. onClick;$.%: function(sender){}
  1419. onDrawItem;$.%: function(sender){}
  1420. onAdvancedDrawItem;$.%: function(sender){}
  1421. onMeasureItem;$.%: function(sender){}
  1422.  
  1423.  
  1424. ;$VCLMainMenu
  1425. *VCLMainMenu;new VCLMainMenu(Parent: VCL)
  1426.  
  1427. AutoHotkeys
  1428. AutoLineReduction
  1429. AutoMerge
  1430. BiDiMode
  1431. ComponentCount
  1432. ComponentIndex
  1433. Handle
  1434. Images
  1435. Items
  1436. Name
  1437. Owner
  1438. OwnerDraw
  1439. ParentBiDiMode
  1440. Tag
  1441. VCLclassName
  1442. WindowHandle
  1443.  
  1444. getHelpContext;$.%()
  1445. unmerge;$.%()
  1446. assign;$.%()
  1447. dispatchPopup;$.%()
  1448. merge;$.%()
  1449. valueOf;$.%()
  1450. toString;$.%()
  1451. findItem;$.%()
  1452. components;$.%()
  1453. dispatchCommand;$.%()
  1454.  
  1455. onChange;$.%: function(sender){}
  1456.  
  1457.  
  1458. ;$VCLPopupMenu
  1459. *VCLPopupMenu;new VCLPopupMenu(Parent: VCL)
  1460.  
  1461. Alignment
  1462. AutoHotkeys
  1463. AutoLineReduction
  1464. AutoPopup
  1465. BiDiMode
  1466. ComponentCount
  1467. ComponentIndex
  1468. Handle
  1469. HelpContext
  1470. Images
  1471. Items
  1472. MenuAnimation
  1473. Name
  1474. Owner
  1475. OwnerDraw
  1476. ParentBiDiMode
  1477. PopupComponent
  1478. Tag
  1479. TrackButton
  1480. VCLclassName
  1481. WindowHandle
  1482.  
  1483. getHelpContext;$.%()
  1484. assign;$.%()
  1485. dispatchPopup;$.%()
  1486. popup;$.%()
  1487. valueOf;$.%()
  1488. toString;$.%()
  1489. findItem;$.%()
  1490. components;$.%()
  1491. dispatchCommand;$.%()
  1492.  
  1493. onChange;$.%: function(sender){}
  1494. onPopup;$.%: function(sender){}
  1495.  
  1496.  
  1497. ;$VCLCheckBox
  1498. *VCLCheckBox;new VCLCheckBox(Parent: VCL)
  1499.  
  1500. acceptDrop
  1501. Action
  1502. Alignment
  1503. AllowGrayed
  1504. Anchors
  1505. BiDiMode
  1506. Caption
  1507. Checked
  1508. Color
  1509. ComponentCount
  1510. ComponentIndex
  1511. Constraints
  1512. ControlCount
  1513. Ctl3D
  1514. Cursor
  1515. DragCursor
  1516. DragKind
  1517. DragMode
  1518. Enabled
  1519. Font
  1520. handle
  1521. Height
  1522. HelpContext
  1523. HelpKeyword
  1524. HelpType
  1525. Hint
  1526. Left
  1527. Name
  1528. Owner
  1529. parent
  1530. ParentBiDiMode
  1531. ParentColor
  1532. ParentCtl3D
  1533. ParentFont
  1534. ParentShowHint
  1535. ParentWindow
  1536. PopupMenu
  1537. ShowHint
  1538. Showing
  1539. State
  1540. TabOrder
  1541. TabStop
  1542. Tag
  1543. Top
  1544. VCLclassName
  1545. Visible
  1546. VisibleDockClientCount
  1547. Width
  1548.  
  1549. clientToScreen;$.%()
  1550. controls;$.%()
  1551. enableAlign;$.%()
  1552. hasParent;$.%()
  1553. scrollBy;$.%()
  1554. invalidate;$.%()
  1555. repaint;$.%()
  1556. hide;$.%()
  1557. assign;$.%()
  1558. screenToClient;$.%()
  1559. handleNeeded;$.%()
  1560. canFocus;$.%()
  1561. sendToBack;$.%()
  1562. setBounds;$.%()
  1563. handleAllocated;$.%()
  1564. show;$.%()
  1565. bringToFront;$.%()
  1566. containsControl;$.%()
  1567. controlAtPos;$.%()
  1568. refresh;$.%()
  1569. valueOf;$.%()
  1570. disableAlign;$.%()
  1571. flipChildren;$.%()
  1572. focused;$.%()
  1573. toString;$.%()
  1574. setFocus;$.%()
  1575. findChildControl;$.%()
  1576. realign;$.%()
  1577. update;$.%()
  1578. components;$.%()
  1579. perform;$.%()
  1580. scaleBy;$.%()
  1581.  
  1582. onClick;$.%: function(sender){}
  1583. onContextPopup;$.%: function(sender){}
  1584. onDragDrop;$.%: function(sender){}
  1585. onDragOver;$.%: function(sender){}
  1586. onEndDock;$.%: function(sender){}
  1587. onEndDrag;$.%: function(sender){}
  1588. onEnter;$.%: function(sender){}
  1589. onExit;$.%: function(sender){}
  1590. onKeyDown;$.%: function(sender){}
  1591. onKeyPress;$.%: function(sender){}
  1592. onKeyUp;$.%: function(sender){}
  1593. onMouseDown;$.%: function(sender){}
  1594. onMouseMove;$.%: function(sender){}
  1595. onMouseUp;$.%: function(sender){}
  1596. onStartDock;$.%: function(sender){}
  1597. onStartDrag;$.%: function(sender){}
  1598. onDragDropText;$.%: function(sender){}
  1599. onDragDropFiles;$.%: function(sender){}
  1600.  
  1601.  
  1602. ;$VCLRadioButton
  1603. *VCLRadioButton;new VCLRadioButton(Parent: VCL)
  1604.  
  1605. acceptDrop
  1606. Action
  1607. Alignment
  1608. Anchors
  1609. BiDiMode
  1610. Caption
  1611. Checked
  1612. Color
  1613. ComponentCount
  1614. ComponentIndex
  1615. Constraints
  1616. ControlCount
  1617. Ctl3D
  1618. Cursor
  1619. DragCursor
  1620. DragKind
  1621. DragMode
  1622. Enabled
  1623. Font
  1624. handle
  1625. Height
  1626. HelpContext
  1627. HelpKeyword
  1628. HelpType
  1629. Hint
  1630. Left
  1631. Name
  1632. Owner
  1633. parent
  1634. ParentBiDiMode
  1635. ParentColor
  1636. ParentCtl3D
  1637. ParentFont
  1638. ParentShowHint
  1639. ParentWindow
  1640. PopupMenu
  1641. ShowHint
  1642. Showing
  1643. TabOrder
  1644. TabStop
  1645. Tag
  1646. Top
  1647. VCLclassName
  1648. Visible
  1649. VisibleDockClientCount
  1650. Width
  1651.  
  1652. clientToScreen;$.%()
  1653. controls;$.%()
  1654. enableAlign;$.%()
  1655. hasParent;$.%()
  1656. scrollBy;$.%()
  1657. invalidate;$.%()
  1658. repaint;$.%()
  1659. hide;$.%()
  1660. assign;$.%()
  1661. screenToClient;$.%()
  1662. handleNeeded;$.%()
  1663. canFocus;$.%()
  1664. sendToBack;$.%()
  1665. setBounds;$.%()
  1666. handleAllocated;$.%()
  1667. show;$.%()
  1668. bringToFront;$.%()
  1669. containsControl;$.%()
  1670. controlAtPos;$.%()
  1671. refresh;$.%()
  1672. valueOf;$.%()
  1673. disableAlign;$.%()
  1674. flipChildren;$.%()
  1675. focused;$.%()
  1676. toString;$.%()
  1677. setFocus;$.%()
  1678. findChildControl;$.%()
  1679. realign;$.%()
  1680. update;$.%()
  1681. components;$.%()
  1682. perform;$.%()
  1683. scaleBy;$.%()
  1684.  
  1685. onClick;$.%: function(sender){}
  1686. onContextPopup;$.%: function(sender){}
  1687. onDblClick;$.%: function(sender){}
  1688. onDragDrop;$.%: function(sender){}
  1689. onDragOver;$.%: function(sender){}
  1690. onEndDock;$.%: function(sender){}
  1691. onEndDrag;$.%: function(sender){}
  1692. onEnter;$.%: function(sender){}
  1693. onExit;$.%: function(sender){}
  1694. onKeyDown;$.%: function(sender){}
  1695. onKeyPress;$.%: function(sender){}
  1696. onKeyUp;$.%: function(sender){}
  1697. onMouseDown;$.%: function(sender){}
  1698. onMouseMove;$.%: function(sender){}
  1699. onMouseUp;$.%: function(sender){}
  1700. onStartDock;$.%: function(sender){}
  1701. onStartDrag;$.%: function(sender){}
  1702. onDragDropText;$.%: function(sender){}
  1703. onDragDropFiles;$.%: function(sender){}
  1704.  
  1705.  
  1706. ;$VCLListBox
  1707. *VCLListBox;new VCLListBox(Parent: VCL)
  1708.  
  1709. acceptDrop
  1710. Align
  1711. Anchors
  1712. AutoComplete
  1713. BevelEdges
  1714. BevelInner
  1715. BevelKind
  1716. BevelOuter
  1717. BiDiMode
  1718. BorderStyle
  1719. Color
  1720. Columns
  1721. ComponentCount
  1722. ComponentIndex
  1723. Constraints
  1724. ControlCount
  1725. Ctl3D
  1726. Cursor
  1727. DragCursor
  1728. DragKind
  1729. DragMode
  1730. Enabled
  1731. ExtendedSelect
  1732. Font
  1733. handle
  1734. Height
  1735. HelpContext
  1736. HelpKeyword
  1737. HelpType
  1738. Hint
  1739. ImeMode
  1740. ImeName
  1741. IntegralHeight
  1742. ItemHeight
  1743. ItemIndex
  1744. Items
  1745. Left
  1746. MultiSelect
  1747. Name
  1748. Owner
  1749. parent
  1750. ParentBiDiMode
  1751. ParentColor
  1752. ParentCtl3D
  1753. ParentFont
  1754. ParentShowHint
  1755. ParentWindow
  1756. PopupMenu
  1757. ScrollWidth
  1758. SelCount
  1759. ShowHint
  1760. Showing
  1761. Sorted
  1762. Style
  1763. TabOrder
  1764. TabStop
  1765. TabWidth
  1766. Tag
  1767. Top
  1768. TopIndex
  1769. VCLclassName
  1770. Visible
  1771. VisibleDockClientCount
  1772. Width
  1773.  
  1774. clientToScreen;$.%()
  1775. controls;$.%()
  1776. enableAlign;$.%()
  1777. hasParent;$.%()
  1778. scrollBy;$.%()
  1779. invalidate;$.%()
  1780. repaint;$.%()
  1781. hide;$.%()
  1782. assign;$.%()
  1783. itemRect;$.%()
  1784. screenToClient;$.%()
  1785. selected;$.%()
  1786. handleNeeded;$.%()
  1787. canFocus;$.%()
  1788. sendToBack;$.%()
  1789. setBounds;$.%()
  1790. itemAtPos;$.%()
  1791. handleAllocated;$.%()
  1792. show;$.%()
  1793. bringToFront;$.%()
  1794. containsControl;$.%()
  1795. controlAtPos;$.%()
  1796. refresh;$.%()
  1797. valueOf;$.%()
  1798. disableAlign;$.%()
  1799. flipChildren;$.%()
  1800. focused;$.%()
  1801. toString;$.%()
  1802. setFocus;$.%()
  1803. clear;$.%()
  1804. findChildControl;$.%()
  1805. realign;$.%()
  1806. update;$.%()
  1807. components;$.%()
  1808. perform;$.%()
  1809. scaleBy;$.%()
  1810.  
  1811. onClick;$.%: function(sender){}
  1812. onContextPopup;$.%: function(sender){}
  1813. onData;$.%: function(sender){}
  1814. onDataFind;$.%: function(sender){}
  1815. onDataObject;$.%: function(sender){}
  1816. onDblClick;$.%: function(sender){}
  1817. onDragDrop;$.%: function(sender){}
  1818. onDragOver;$.%: function(sender){}
  1819. onDrawItem;$.%: function(sender){}
  1820. onEndDock;$.%: function(sender){}
  1821. onEndDrag;$.%: function(sender){}
  1822. onEnter;$.%: function(sender){}
  1823. onExit;$.%: function(sender){}
  1824. onKeyDown;$.%: function(sender){}
  1825. onKeyPress;$.%: function(sender){}
  1826. onKeyUp;$.%: function(sender){}
  1827. onMeasureItem;$.%: function(sender){}
  1828. onMouseDown;$.%: function(sender){}
  1829. onMouseMove;$.%: function(sender){}
  1830. onMouseUp;$.%: function(sender){}
  1831. onStartDock;$.%: function(sender){}
  1832. onStartDrag;$.%: function(sender){}
  1833. onDragDropText;$.%: function(sender){}
  1834. onDragDropFiles;$.%: function(sender){}
  1835.  
  1836.  
  1837. ;$VCLComboBox
  1838. *VCLComboBox;new VCLComboBox(Parent: VCL)
  1839.  
  1840. acceptDrop
  1841. Anchors
  1842. AutoComplete
  1843. AutoDropDown
  1844. BevelEdges
  1845. BevelInner
  1846. BevelKind
  1847. BevelOuter
  1848. BiDiMode
  1849. CharCase
  1850. Color
  1851. ComponentCount
  1852. ComponentIndex
  1853. Constraints
  1854. ControlCount
  1855. Ctl3D
  1856. Cursor
  1857. DragCursor
  1858. DragKind
  1859. DragMode
  1860. DropDownCount
  1861. DroppedDown
  1862. Enabled
  1863. Font
  1864. handle
  1865. Height
  1866. HelpContext
  1867. HelpKeyword
  1868. HelpType
  1869. Hint
  1870. ImeMode
  1871. ImeName
  1872. ItemHeight
  1873. ItemIndex
  1874. Items
  1875. Left
  1876. MaxLength
  1877. Name
  1878. Owner
  1879. parent
  1880. ParentBiDiMode
  1881. ParentColor
  1882. ParentCtl3D
  1883. ParentFont
  1884. ParentShowHint
  1885. ParentWindow
  1886. PopupMenu
  1887. SelLength
  1888. SelStart
  1889. SelText
  1890. ShowHint
  1891. Showing
  1892. Sorted
  1893. Style
  1894. TabOrder
  1895. TabStop
  1896. Tag
  1897. Text
  1898. Top
  1899. VCLclassName
  1900. Visible
  1901. VisibleDockClientCount
  1902. Width
  1903.  
  1904. selectAll;$.%()
  1905. clientToScreen;$.%()
  1906. controls;$.%()
  1907. enableAlign;$.%()
  1908. hasParent;$.%()
  1909. scrollBy;$.%()
  1910. invalidate;$.%()
  1911. repaint;$.%()
  1912. hide;$.%()
  1913. assign;$.%()
  1914. screenToClient;$.%()
  1915. handleNeeded;$.%()
  1916. canFocus;$.%()
  1917. sendToBack;$.%()
  1918. setBounds;$.%()
  1919. handleAllocated;$.%()
  1920. show;$.%()
  1921. bringToFront;$.%()
  1922. containsControl;$.%()
  1923. controlAtPos;$.%()
  1924. refresh;$.%()
  1925. valueOf;$.%()
  1926. disableAlign;$.%()
  1927. flipChildren;$.%()
  1928. focused;$.%()
  1929. toString;$.%()
  1930. setFocus;$.%()
  1931. clear;$.%()
  1932. findChildControl;$.%()
  1933. realign;$.%()
  1934. update;$.%()
  1935. components;$.%()
  1936. perform;$.%()
  1937. scaleBy;$.%()
  1938.  
  1939. onChange;$.%: function(sender){}
  1940. onClick;$.%: function(sender){}
  1941. onCloseUp;$.%: function(sender){}
  1942. onContextPopup;$.%: function(sender){}
  1943. onDblClick;$.%: function(sender){}
  1944. onDragDrop;$.%: function(sender){}
  1945. onDragOver;$.%: function(sender){}
  1946. onDrawItem;$.%: function(sender){}
  1947. onDropDown;$.%: function(sender){}
  1948. onEndDock;$.%: function(sender){}
  1949. onEndDrag;$.%: function(sender){}
  1950. onEnter;$.%: function(sender){}
  1951. onExit;$.%: function(sender){}
  1952. onKeyDown;$.%: function(sender){}
  1953. onKeyPress;$.%: function(sender){}
  1954. onKeyUp;$.%: function(sender){}
  1955. onMeasureItem;$.%: function(sender){}
  1956. onSelect;$.%: function(sender){}
  1957. onStartDock;$.%: function(sender){}
  1958. onStartDrag;$.%: function(sender){}
  1959. onDragDropText;$.%: function(sender){}
  1960. onDragDropFiles;$.%: function(sender){}
  1961.  
  1962.  
  1963. ;$VCLGroupBox
  1964. *VCLGroupBox;new VCLGroupBox(Parent: VCL)
  1965.  
  1966. acceptDrop
  1967. Align
  1968. Anchors
  1969. BiDiMode
  1970. Caption
  1971. Color
  1972. ComponentCount
  1973. ComponentIndex
  1974. Constraints
  1975. ControlCount
  1976. Ctl3D
  1977. Cursor
  1978. DockSite
  1979. DragCursor
  1980. DragKind
  1981. DragMode
  1982. Enabled
  1983. Font
  1984. handle
  1985. Height
  1986. HelpContext
  1987. HelpKeyword
  1988. HelpType
  1989. Hint
  1990. Left
  1991. Name
  1992. Owner
  1993. parent
  1994. ParentBiDiMode
  1995. ParentColor
  1996. ParentCtl3D
  1997. ParentFont
  1998. ParentShowHint
  1999. ParentWindow
  2000. PopupMenu
  2001. ShowHint
  2002. Showing
  2003. TabOrder
  2004. TabStop
  2005. Tag
  2006. Top
  2007. VCLclassName
  2008. Visible
  2009. VisibleDockClientCount
  2010. Width
  2011.  
  2012. clientToScreen;$.%()
  2013. controls;$.%()
  2014. enableAlign;$.%()
  2015. hasParent;$.%()
  2016. scrollBy;$.%()
  2017. invalidate;$.%()
  2018. repaint;$.%()
  2019. hide;$.%()
  2020. assign;$.%()
  2021. screenToClient;$.%()
  2022. handleNeeded;$.%()
  2023. canFocus;$.%()
  2024. sendToBack;$.%()
  2025. setBounds;$.%()
  2026. handleAllocated;$.%()
  2027. show;$.%()
  2028. bringToFront;$.%()
  2029. containsControl;$.%()
  2030. controlAtPos;$.%()
  2031. refresh;$.%()
  2032. valueOf;$.%()
  2033. disableAlign;$.%()
  2034. flipChildren;$.%()
  2035. focused;$.%()
  2036. toString;$.%()
  2037. setFocus;$.%()
  2038. findChildControl;$.%()
  2039. realign;$.%()
  2040. update;$.%()
  2041. components;$.%()
  2042. perform;$.%()
  2043. scaleBy;$.%()
  2044.  
  2045. onClick;$.%: function(sender){}
  2046. onContextPopup;$.%: function(sender){}
  2047. onDblClick;$.%: function(sender){}
  2048. onDragDrop;$.%: function(sender){}
  2049. onDockDrop;$.%: function(sender){}
  2050. onDockOver;$.%: function(sender){}
  2051. onDragOver;$.%: function(sender){}
  2052. onEndDock;$.%: function(sender){}
  2053. onEndDrag;$.%: function(sender){}
  2054. onEnter;$.%: function(sender){}
  2055. onExit;$.%: function(sender){}
  2056. onGetSiteInfo;$.%: function(sender){}
  2057. onMouseDown;$.%: function(sender){}
  2058. onMouseMove;$.%: function(sender){}
  2059. onMouseUp;$.%: function(sender){}
  2060. onStartDock;$.%: function(sender){}
  2061. onStartDrag;$.%: function(sender){}
  2062. onUnDock;$.%: function(sender){}
  2063. onDragDropText;$.%: function(sender){}
  2064. onDragDropFiles;$.%: function(sender){}
  2065.  
  2066.  
  2067. ;$VCLRadioGroup
  2068. *VCLRadioGroup;new VCLRadioGroup(Parent: VCL)
  2069.  
  2070. acceptDrop
  2071. Align
  2072. Anchors
  2073. BiDiMode
  2074. Caption
  2075. Color
  2076. Columns
  2077. ComponentCount
  2078. ComponentIndex
  2079. Constraints
  2080. ControlCount
  2081. Ctl3D
  2082. Cursor
  2083. DragCursor
  2084. DragKind
  2085. DragMode
  2086. Enabled
  2087. Font
  2088. handle
  2089. Height
  2090. HelpContext
  2091. HelpKeyword
  2092. HelpType
  2093. Hint
  2094. ItemIndex
  2095. Items
  2096. Left
  2097. Name
  2098. Owner
  2099. parent
  2100. ParentBiDiMode
  2101. ParentColor
  2102. ParentCtl3D
  2103. ParentFont
  2104. ParentShowHint
  2105. ParentWindow
  2106. PopupMenu
  2107. ShowHint
  2108. Showing
  2109. TabOrder
  2110. TabStop
  2111. Tag
  2112. Top
  2113. VCLclassName
  2114. Visible
  2115. VisibleDockClientCount
  2116. Width
  2117.  
  2118. clientToScreen;$.%()
  2119. controls;$.%()
  2120. enableAlign;$.%()
  2121. hasParent;$.%()
  2122. scrollBy;$.%()
  2123. invalidate;$.%()
  2124. repaint;$.%()
  2125. hide;$.%()
  2126. assign;$.%()
  2127. screenToClient;$.%()
  2128. handleNeeded;$.%()
  2129. canFocus;$.%()
  2130. sendToBack;$.%()
  2131. setBounds;$.%()
  2132. handleAllocated;$.%()
  2133. show;$.%()
  2134. bringToFront;$.%()
  2135. containsControl;$.%()
  2136. controlAtPos;$.%()
  2137. refresh;$.%()
  2138. valueOf;$.%()
  2139. disableAlign;$.%()
  2140. flipChildren;$.%()
  2141. focused;$.%()
  2142. toString;$.%()
  2143. setFocus;$.%()
  2144. findChildControl;$.%()
  2145. realign;$.%()
  2146. update;$.%()
  2147. components;$.%()
  2148. perform;$.%()
  2149. scaleBy;$.%()
  2150.  
  2151. onClick;$.%: function(sender){}
  2152. onContextPopup;$.%: function(sender){}
  2153. onDragDrop;$.%: function(sender){}
  2154. onDragOver;$.%: function(sender){}
  2155. onEndDock;$.%: function(sender){}
  2156. onEndDrag;$.%: function(sender){}
  2157. onEnter;$.%: function(sender){}
  2158. onExit;$.%: function(sender){}
  2159. onStartDock;$.%: function(sender){}
  2160. onStartDrag;$.%: function(sender){}
  2161. onDragDropText;$.%: function(sender){}
  2162. onDragDropFiles;$.%: function(sender){}
  2163.  
  2164.  
  2165. ;$VCLPanel
  2166. *VCLPanel;new VCLPanel(Parent: VCL)
  2167.  
  2168. acceptDrop
  2169. Align
  2170. Alignment
  2171. Anchors
  2172. AutoSize
  2173. BevelInner
  2174. BevelOuter
  2175. BevelWidth
  2176. BiDiMode
  2177. BorderStyle
  2178. BorderWidth
  2179. Caption
  2180. Color
  2181. ComponentCount
  2182. ComponentIndex
  2183. Constraints
  2184. ControlCount
  2185. Ctl3D
  2186. Cursor
  2187. DockSite
  2188. DragCursor
  2189. DragKind
  2190. DragMode
  2191. Enabled
  2192. Font
  2193. FullRepaint
  2194. handle
  2195. Height
  2196. HelpContext
  2197. HelpKeyword
  2198. HelpType
  2199. Hint
  2200. Left
  2201. Locked
  2202. Name
  2203. Owner
  2204. parent
  2205. ParentBiDiMode
  2206. ParentColor
  2207. ParentCtl3D
  2208. ParentFont
  2209. ParentShowHint
  2210. ParentWindow
  2211. PopupMenu
  2212. ShowHint
  2213. Showing
  2214. TabOrder
  2215. TabStop
  2216. Tag
  2217. Top
  2218. UseDockManager
  2219. VCLclassName
  2220. Visible
  2221. VisibleDockClientCount
  2222. Width
  2223.  
  2224. clientToScreen;$.%()
  2225. controls;$.%()
  2226. enableAlign;$.%()
  2227. hasParent;$.%()
  2228. scrollBy;$.%()
  2229. invalidate;$.%()
  2230. repaint;$.%()
  2231. hide;$.%()
  2232. assign;$.%()
  2233. screenToClient;$.%()
  2234. handleNeeded;$.%()
  2235. canFocus;$.%()
  2236. sendToBack;$.%()
  2237. setBounds;$.%()
  2238. handleAllocated;$.%()
  2239. show;$.%()
  2240. bringToFront;$.%()
  2241. containsControl;$.%()
  2242. controlAtPos;$.%()
  2243. refresh;$.%()
  2244. valueOf;$.%()
  2245. disableAlign;$.%()
  2246. flipChildren;$.%()
  2247. focused;$.%()
  2248. toString;$.%()
  2249. setFocus;$.%()
  2250. findChildControl;$.%()
  2251. realign;$.%()
  2252. update;$.%()
  2253. components;$.%()
  2254. perform;$.%()
  2255. scaleBy;$.%()
  2256.  
  2257. onCanResize;$.%: function(sender){}
  2258. onClick;$.%: function(sender){}
  2259. onConstrainedResize;$.%: function(sender){}
  2260. onContextPopup;$.%: function(sender){}
  2261. onDockDrop;$.%: function(sender){}
  2262. onDockOver;$.%: function(sender){}
  2263. onDblClick;$.%: function(sender){}
  2264. onDragDrop;$.%: function(sender){}
  2265. onDragOver;$.%: function(sender){}
  2266. onEndDock;$.%: function(sender){}
  2267. onEndDrag;$.%: function(sender){}
  2268. onEnter;$.%: function(sender){}
  2269. onExit;$.%: function(sender){}
  2270. onGetSiteInfo;$.%: function(sender){}
  2271. onMouseDown;$.%: function(sender){}
  2272. onMouseMove;$.%: function(sender){}
  2273. onMouseUp;$.%: function(sender){}
  2274. onResize;$.%: function(sender){}
  2275. onStartDock;$.%: function(sender){}
  2276. onStartDrag;$.%: function(sender){}
  2277. onUnDock;$.%: function(sender){}
  2278. onDragDropText;$.%: function(sender){}
  2279. onDragDropFiles;$.%: function(sender){}
  2280.  
  2281.  
  2282. ;$VCLSplitter
  2283. *VCLSplitter;new VCLSplitter(Parent: VCL)
  2284.  
  2285. Align
  2286. AutoSnap
  2287. Beveled
  2288. Color
  2289. ComponentCount
  2290. ComponentIndex
  2291. Constraints
  2292. Cursor
  2293. Height
  2294. HelpContext
  2295. HelpKeyword
  2296. HelpType
  2297. Hint
  2298. Left
  2299. MinSize
  2300. Name
  2301. Owner
  2302. parent
  2303. ParentColor
  2304. ResizeStyle
  2305. Tag
  2306. Top
  2307. VCLclassName
  2308. Visible
  2309. Width
  2310.  
  2311. clientToScreen;$.%()
  2312. hasParent;$.%()
  2313. invalidate;$.%()
  2314. repaint;$.%()
  2315. hide;$.%()
  2316. assign;$.%()
  2317. screenToClient;$.%()
  2318. sendToBack;$.%()
  2319. setBounds;$.%()
  2320. show;$.%()
  2321. bringToFront;$.%()
  2322. refresh;$.%()
  2323. valueOf;$.%()
  2324. toString;$.%()
  2325. update;$.%()
  2326. components;$.%()
  2327. perform;$.%()
  2328.  
  2329. onCanResize;$.%: function(sender){}
  2330. onMoved;$.%: function(sender){}
  2331. onPaint;$.%: function(sender){}
  2332.  
  2333.  
  2334. ;$VCLCheckListBox
  2335. *VCLCheckListBox;new VCLCheckListBox(Parent: VCL)
  2336.  
  2337. acceptDrop
  2338. Align
  2339. AllowGrayed
  2340. Anchors
  2341. AutoComplete
  2342. BevelEdges
  2343. BevelInner
  2344. BevelKind
  2345. BevelOuter
  2346. BevelWidth
  2347. BiDiMode
  2348. BorderStyle
  2349. Color
  2350. Columns
  2351. ComponentCount
  2352. ComponentIndex
  2353. Constraints
  2354. ControlCount
  2355. Ctl3D
  2356. Cursor
  2357. DragCursor
  2358. DragKind
  2359. DragMode
  2360. Enabled
  2361. Flat
  2362. Font
  2363. handle
  2364. HeaderBackgroundColor
  2365. HeaderColor
  2366. Height
  2367. HelpContext
  2368. HelpKeyword
  2369. HelpType
  2370. Hint
  2371. ImeMode
  2372. ImeName
  2373. IntegralHeight
  2374. ItemHeight
  2375. ItemIndex
  2376. Items
  2377. Left
  2378. Name
  2379. Owner
  2380. parent
  2381. ParentBiDiMode
  2382. ParentColor
  2383. ParentCtl3D
  2384. ParentFont
  2385. ParentShowHint
  2386. ParentWindow
  2387. PopupMenu
  2388. SelCount
  2389. ShowHint
  2390. Showing
  2391. Sorted
  2392. Style
  2393. TabOrder
  2394. TabStop
  2395. TabWidth
  2396. Tag
  2397. Top
  2398. TopIndex
  2399. VCLclassName
  2400. Visible
  2401. VisibleDockClientCount
  2402. Width
  2403.  
  2404. clientToScreen;$.%()
  2405. controls;$.%()
  2406. enableAlign;$.%()
  2407. hasParent;$.%()
  2408. scrollBy;$.%()
  2409. invalidate;$.%()
  2410. repaint;$.%()
  2411. hide;$.%()
  2412. assign;$.%()
  2413. itemRect;$.%()
  2414. screenToClient;$.%()
  2415. selected;$.%()
  2416. handleNeeded;$.%()
  2417. canFocus;$.%()
  2418. sendToBack;$.%()
  2419. setBounds;$.%()
  2420. itemAtPos;$.%()
  2421. handleAllocated;$.%()
  2422. show;$.%()
  2423. bringToFront;$.%()
  2424. containsControl;$.%()
  2425. controlAtPos;$.%()
  2426. refresh;$.%()
  2427. valueOf;$.%()
  2428. disableAlign;$.%()
  2429. flipChildren;$.%()
  2430. focused;$.%()
  2431. toString;$.%()
  2432. setFocus;$.%()
  2433. clear;$.%()
  2434. checked;$.%()
  2435. findChildControl;$.%()
  2436. realign;$.%()
  2437. update;$.%()
  2438. itemEnabled;$.%()
  2439. state;$.%()
  2440. components;$.%()
  2441. perform;$.%()
  2442. scaleBy;$.%()
  2443.  
  2444. onClickCheck;$.%: function(sender){}
  2445. onClick;$.%: function(sender){}
  2446. onContextPopup;$.%: function(sender){}
  2447. onData;$.%: function(sender){}
  2448. onDataFind;$.%: function(sender){}
  2449. onDataObject;$.%: function(sender){}
  2450. onDblClick;$.%: function(sender){}
  2451. onDragDrop;$.%: function(sender){}
  2452. onDragOver;$.%: function(sender){}
  2453. onDrawItem;$.%: function(sender){}
  2454. onEndDock;$.%: function(sender){}
  2455. onEndDrag;$.%: function(sender){}
  2456. onEnter;$.%: function(sender){}
  2457. onExit;$.%: function(sender){}
  2458. onKeyDown;$.%: function(sender){}
  2459. onKeyPress;$.%: function(sender){}
  2460. onKeyUp;$.%: function(sender){}
  2461. onMeasureItem;$.%: function(sender){}
  2462. onMouseDown;$.%: function(sender){}
  2463. onMouseMove;$.%: function(sender){}
  2464. onMouseUp;$.%: function(sender){}
  2465. onStartDock;$.%: function(sender){}
  2466. onStartDrag;$.%: function(sender){}
  2467. onDragDropText;$.%: function(sender){}
  2468. onDragDropFiles;$.%: function(sender){}
  2469.  
  2470.  
  2471. ;$VCLImage
  2472. *VCLImage;new VCLImage(Parent: VCL)
  2473.  
  2474. Align
  2475. Anchors
  2476. AutoSize
  2477. Center
  2478. ComponentCount
  2479. ComponentIndex
  2480. Constraints
  2481. Cursor
  2482. DragCursor
  2483. DragKind
  2484. DragMode
  2485. Enabled
  2486. Height
  2487. HelpContext
  2488. HelpKeyword
  2489. HelpType
  2490. Hint
  2491. IncrementalDisplay
  2492. Left
  2493. Name
  2494. Owner
  2495. parent
  2496. ParentShowHint
  2497. Picture
  2498. PopupMenu
  2499. Proportional
  2500. ShowHint
  2501. Stretch
  2502. Tag
  2503. Top
  2504. Transparent
  2505. VCLclassName
  2506. Visible
  2507. Width
  2508.  
  2509. clientToScreen;$.%()
  2510. hasParent;$.%()
  2511. invalidate;$.%()
  2512. repaint;$.%()
  2513. hide;$.%()
  2514. assign;$.%()
  2515. screenToClient;$.%()
  2516. sendToBack;$.%()
  2517. setBounds;$.%()
  2518. show;$.%()
  2519. bringToFront;$.%()
  2520. refresh;$.%()
  2521. valueOf;$.%()
  2522. toString;$.%()
  2523. update;$.%()
  2524. components;$.%()
  2525. perform;$.%()
  2526.  
  2527. onClick;$.%: function(sender){}
  2528. onContextPopup;$.%: function(sender){}
  2529. onDblClick;$.%: function(sender){}
  2530. onDragDrop;$.%: function(sender){}
  2531. onDragOver;$.%: function(sender){}
  2532. onEndDock;$.%: function(sender){}
  2533. onEndDrag;$.%: function(sender){}
  2534. onMouseDown;$.%: function(sender){}
  2535. onMouseMove;$.%: function(sender){}
  2536. onMouseUp;$.%: function(sender){}
  2537. onProgress;$.%: function(sender){}
  2538. onStartDock;$.%: function(sender){}
  2539. onStartDrag;$.%: function(sender){}
  2540.  
  2541.  
  2542. ;$VCLTabControl
  2543. *VCLTabControl;new VCLTabControl(Parent: VCL)
  2544.  
  2545. acceptDrop
  2546. Align
  2547. Anchors
  2548. BiDiMode
  2549. ComponentCount
  2550. ComponentIndex
  2551. Constraints
  2552. ControlCount
  2553. Cursor
  2554. DisplayRect
  2555. DockSite
  2556. DragCursor
  2557. DragKind
  2558. DragMode
  2559. Enabled
  2560. Font
  2561. handle
  2562. Height
  2563. HelpContext
  2564. HelpKeyword
  2565. HelpType
  2566. Hint
  2567. HotTrack
  2568. Images
  2569. Left
  2570. MultiLine
  2571. MultiSelect
  2572. Name
  2573. Owner
  2574. OwnerDraw
  2575. parent
  2576. ParentBiDiMode
  2577. ParentFont
  2578. ParentShowHint
  2579. ParentWindow
  2580. PopupMenu
  2581. RaggedRight
  2582. RowCount
  2583. ScrollOpposite
  2584. ShowHint
  2585. Showing
  2586. Style
  2587. TabHeight
  2588. TabIndex
  2589. TabOrder
  2590. TabPosition
  2591. Tabs
  2592. TabStop
  2593. TabWidth
  2594. Tag
  2595. Top
  2596. VCLclassName
  2597. Visible
  2598. VisibleDockClientCount
  2599. Width
  2600.  
  2601. clientToScreen;$.%()
  2602. controls;$.%()
  2603. enableAlign;$.%()
  2604. hasParent;$.%()
  2605. scrollBy;$.%()
  2606. invalidate;$.%()
  2607. repaint;$.%()
  2608. hide;$.%()
  2609. assign;$.%()
  2610. screenToClient;$.%()
  2611. handleNeeded;$.%()
  2612. canFocus;$.%()
  2613. sendToBack;$.%()
  2614. setBounds;$.%()
  2615. handleAllocated;$.%()
  2616. show;$.%()
  2617. bringToFront;$.%()
  2618. containsControl;$.%()
  2619. controlAtPos;$.%()
  2620. refresh;$.%()
  2621. scrollTabs;$.%()
  2622. valueOf;$.%()
  2623. disableAlign;$.%()
  2624. flipChildren;$.%()
  2625. focused;$.%()
  2626. tabRect;$.%()
  2627. toString;$.%()
  2628. setFocus;$.%()
  2629. findChildControl;$.%()
  2630. getHitTestInfoAt;$.%()
  2631. indexOfTabAt;$.%()
  2632. realign;$.%()
  2633. update;$.%()
  2634. components;$.%()
  2635. perform;$.%()
  2636. scaleBy;$.%()
  2637.  
  2638. onChange;$.%: function(sender){}
  2639. onChanging;$.%: function(sender){}
  2640. onContextPopup;$.%: function(sender){}
  2641. onDockDrop;$.%: function(sender){}
  2642. onDockOver;$.%: function(sender){}
  2643. onDragDrop;$.%: function(sender){}
  2644. onDragOver;$.%: function(sender){}
  2645. onDrawTab;$.%: function(sender){}
  2646. onEndDock;$.%: function(sender){}
  2647. onEndDrag;$.%: function(sender){}
  2648. onEnter;$.%: function(sender){}
  2649. onExit;$.%: function(sender){}
  2650. onGetImageIndex;$.%: function(sender){}
  2651. onGetSiteInfo;$.%: function(sender){}
  2652. onMouseDown;$.%: function(sender){}
  2653. onMouseMove;$.%: function(sender){}
  2654. onMouseUp;$.%: function(sender){}
  2655. onResize;$.%: function(sender){}
  2656. onStartDock;$.%: function(sender){}
  2657. onStartDrag;$.%: function(sender){}
  2658. onUnDock;$.%: function(sender){}
  2659. onDragDropText;$.%: function(sender){}
  2660. onDragDropFiles;$.%: function(sender){}
  2661.  
  2662.  
  2663. ;$VCLTabSheet
  2664. *VCLTabSheet;new VCLTabSheet(Parent: VCL)
  2665.  
  2666. acceptDrop
  2667. BorderWidth
  2668. Caption
  2669. ComponentCount
  2670. ComponentIndex
  2671. Constraints
  2672. ControlCount
  2673. Cursor
  2674. DragMode
  2675. Enabled
  2676. Font
  2677. handle
  2678. Height
  2679. HelpContext
  2680. HelpKeyword
  2681. HelpType
  2682. Highlighted
  2683. Hint
  2684. ImageIndex
  2685. Left
  2686. Name
  2687. Owner
  2688. PageControl
  2689. PageIndex
  2690. parent
  2691. ParentFont
  2692. ParentShowHint
  2693. ParentWindow
  2694. PopupMenu
  2695. ShowHint
  2696. Showing
  2697. TabIndex
  2698. TabVisible
  2699. Tag
  2700. Top
  2701. VCLclassName
  2702. Visible
  2703. VisibleDockClientCount
  2704. Width
  2705.  
  2706. clientToScreen;$.%()
  2707. controls;$.%()
  2708. enableAlign;$.%()
  2709. hasParent;$.%()
  2710. scrollBy;$.%()
  2711. invalidate;$.%()
  2712. repaint;$.%()
  2713. hide;$.%()
  2714. assign;$.%()
  2715. screenToClient;$.%()
  2716. handleNeeded;$.%()
  2717. canFocus;$.%()
  2718. sendToBack;$.%()
  2719. setBounds;$.%()
  2720. handleAllocated;$.%()
  2721. show;$.%()
  2722. bringToFront;$.%()
  2723. containsControl;$.%()
  2724. controlAtPos;$.%()
  2725. refresh;$.%()
  2726. valueOf;$.%()
  2727. disableAlign;$.%()
  2728. flipChildren;$.%()
  2729. focused;$.%()
  2730. toString;$.%()
  2731. setFocus;$.%()
  2732. findChildControl;$.%()
  2733. realign;$.%()
  2734. update;$.%()
  2735. components;$.%()
  2736. perform;$.%()
  2737. scaleBy;$.%()
  2738.  
  2739. onContextPopup;$.%: function(sender){}
  2740. onDragDrop;$.%: function(sender){}
  2741. onDragOver;$.%: function(sender){}
  2742. onEndDrag;$.%: function(sender){}
  2743. onEnter;$.%: function(sender){}
  2744. onExit;$.%: function(sender){}
  2745. onHide;$.%: function(sender){}
  2746. onMouseDown;$.%: function(sender){}
  2747. onMouseMove;$.%: function(sender){}
  2748. onMouseUp;$.%: function(sender){}
  2749. onResize;$.%: function(sender){}
  2750. onShow;$.%: function(sender){}
  2751. onStartDrag;$.%: function(sender){}
  2752. onDragDropText;$.%: function(sender){}
  2753. onDragDropFiles;$.%: function(sender){}
  2754.  
  2755.  
  2756. ;$VCLPageControl
  2757. *VCLPageControl;new VCLPageControl(Parent: VCL)
  2758.  
  2759. acceptDrop
  2760. ActivePage
  2761. ActivePageIndex
  2762. Align
  2763. Anchors
  2764. BiDiMode
  2765. ComponentCount
  2766. ComponentIndex
  2767. Constraints
  2768. ControlCount
  2769. Cursor
  2770. DisplayRect
  2771. DockSite
  2772. DragCursor
  2773. DragKind
  2774. DragMode
  2775. Enabled
  2776. Font
  2777. handle
  2778. Height
  2779. HelpContext
  2780. HelpKeyword
  2781. HelpType
  2782. Hint
  2783. HotTrack
  2784. Images
  2785. Left
  2786. MultiLine
  2787. Name
  2788. Owner
  2789. OwnerDraw
  2790. PageCount
  2791. parent
  2792. ParentBiDiMode
  2793. ParentFont
  2794. ParentShowHint
  2795. ParentWindow
  2796. PopupMenu
  2797. RaggedRight
  2798. RowCount
  2799. ScrollOpposite
  2800. ShowHint
  2801. Showing
  2802. Style
  2803. TabHeight
  2804. TabIndex
  2805. TabOrder
  2806. TabPosition
  2807. tabs
  2808. TabStop
  2809. TabWidth
  2810. Tag
  2811. Top
  2812. VCLclassName
  2813. Visible
  2814. VisibleDockClientCount
  2815. Width
  2816.  
  2817. clientToScreen;$.%()
  2818. controls;$.%()
  2819. enableAlign;$.%()
  2820. hasParent;$.%()
  2821. scrollBy;$.%()
  2822. invalidate;$.%()
  2823. repaint;$.%()
  2824. hide;$.%()
  2825. assign;$.%()
  2826. findNextPage;$.%()
  2827. screenToClient;$.%()
  2828. handleNeeded;$.%()
  2829. canFocus;$.%()
  2830. sendToBack;$.%()
  2831. selectNextPage;$.%()
  2832. setBounds;$.%()
  2833. handleAllocated;$.%()
  2834. show;$.%()
  2835. bringToFront;$.%()
  2836. containsControl;$.%()
  2837. controlAtPos;$.%()
  2838. refresh;$.%()
  2839. scrollTabs;$.%()
  2840. valueOf;$.%()
  2841. disableAlign;$.%()
  2842. flipChildren;$.%()
  2843. focused;$.%()
  2844. tabRect;$.%()
  2845. toString;$.%()
  2846. setFocus;$.%()
  2847. findChildControl;$.%()
  2848. getHitTestInfoAt;$.%()
  2849. indexOfTabAt;$.%()
  2850. pages;$.%()
  2851. realign;$.%()
  2852. update;$.%()
  2853. components;$.%()
  2854. perform;$.%()
  2855. scaleBy;$.%()
  2856.  
  2857. onChange;$.%: function(sender){}
  2858. onChanging;$.%: function(sender){}
  2859. onContextPopup;$.%: function(sender){}
  2860. onDockDrop;$.%: function(sender){}
  2861. onDockOver;$.%: function(sender){}
  2862. onDragDrop;$.%: function(sender){}
  2863. onDragOver;$.%: function(sender){}
  2864. onDrawTab;$.%: function(sender){}
  2865. onEndDock;$.%: function(sender){}
  2866. onEndDrag;$.%: function(sender){}
  2867. onEnter;$.%: function(sender){}
  2868. onExit;$.%: function(sender){}
  2869. onGetImageIndex;$.%: function(sender){}
  2870. onGetSiteInfo;$.%: function(sender){}
  2871. onMouseDown;$.%: function(sender){}
  2872. onMouseMove;$.%: function(sender){}
  2873. onMouseUp;$.%: function(sender){}
  2874. onResize;$.%: function(sender){}
  2875. onStartDock;$.%: function(sender){}
  2876. onStartDrag;$.%: function(sender){}
  2877. onUnDock;$.%: function(sender){}
  2878. onDragDropText;$.%: function(sender){}
  2879. onDragDropFiles;$.%: function(sender){}
  2880.  
  2881.  
  2882. ;$VCLProgressBar
  2883. *VCLProgressBar;new VCLProgressBar(Parent: VCL)
  2884.  
  2885. acceptDrop
  2886. Align
  2887. Anchors
  2888. BorderWidth
  2889. ComponentCount
  2890. ComponentIndex
  2891. Constraints
  2892. ControlCount
  2893. Cursor
  2894. DragCursor
  2895. DragKind
  2896. DragMode
  2897. Enabled
  2898. handle
  2899. Height
  2900. HelpContext
  2901. HelpKeyword
  2902. HelpType
  2903. Hint
  2904. Left
  2905. Max
  2906. Min
  2907. Name
  2908. Orientation
  2909. Owner
  2910. parent
  2911. ParentShowHint
  2912. ParentWindow
  2913. PopupMenu
  2914. Position
  2915. ShowHint
  2916. Showing
  2917. Smooth
  2918. Step
  2919. TabOrder
  2920. TabStop
  2921. Tag
  2922. Top
  2923. VCLclassName
  2924. Visible
  2925. VisibleDockClientCount
  2926. Width
  2927.  
  2928. clientToScreen;$.%()
  2929. controls;$.%()
  2930. enableAlign;$.%()
  2931. hasParent;$.%()
  2932. scrollBy;$.%()
  2933. invalidate;$.%()
  2934. repaint;$.%()
  2935. hide;$.%()
  2936. assign;$.%()
  2937. screenToClient;$.%()
  2938. stepBy;$.%()
  2939. handleNeeded;$.%()
  2940. canFocus;$.%()
  2941. sendToBack;$.%()
  2942. setBounds;$.%()
  2943. handleAllocated;$.%()
  2944. show;$.%()
  2945. bringToFront;$.%()
  2946. containsControl;$.%()
  2947. controlAtPos;$.%()
  2948. refresh;$.%()
  2949. valueOf;$.%()
  2950. disableAlign;$.%()
  2951. flipChildren;$.%()
  2952. focused;$.%()
  2953. toString;$.%()
  2954. setFocus;$.%()
  2955. findChildControl;$.%()
  2956. realign;$.%()
  2957. update;$.%()
  2958. stepIt;$.%()
  2959. components;$.%()
  2960. perform;$.%()
  2961. scaleBy;$.%()
  2962.  
  2963. onContextPopup;$.%: function(sender){}
  2964. onDragDrop;$.%: function(sender){}
  2965. onDragOver;$.%: function(sender){}
  2966. onEndDock;$.%: function(sender){}
  2967. onEndDrag;$.%: function(sender){}
  2968. onEnter;$.%: function(sender){}
  2969. onExit;$.%: function(sender){}
  2970. onMouseDown;$.%: function(sender){}
  2971. onMouseMove;$.%: function(sender){}
  2972. onMouseUp;$.%: function(sender){}
  2973. onStartDock;$.%: function(sender){}
  2974. onStartDrag;$.%: function(sender){}
  2975. onDragDropText;$.%: function(sender){}
  2976. onDragDropFiles;$.%: function(sender){}
  2977.  
  2978.  
  2979. ;$VCLTreeView
  2980. *VCLTreeView;new VCLTreeView(Parent: VCL)
  2981.  
  2982. acceptDrop
  2983. Align
  2984. Anchors
  2985. AutoExpand
  2986. BevelEdges
  2987. BevelInner
  2988. BevelKind
  2989. BevelOuter
  2990. BevelWidth
  2991. BiDiMode
  2992. BorderStyle
  2993. BorderWidth
  2994. ChangeDelay
  2995. Color
  2996. ComponentCount
  2997. ComponentIndex
  2998. Constraints
  2999. ControlCount
  3000. Ctl3D
  3001. Cursor
  3002. DragCursor
  3003. DragKind
  3004. DragMode
  3005. DropTarget
  3006. Enabled
  3007. Font
  3008. handle
  3009. Height
  3010. HelpContext
  3011. HelpKeyword
  3012. HelpType
  3013. HideSelection
  3014. Hint
  3015. HotTrack
  3016. Images
  3017. Indent
  3018. Items
  3019. Left
  3020. MultiSelect
  3021. MultiSelectStyle
  3022. Name
  3023. Owner
  3024. parent
  3025. ParentBiDiMode
  3026. ParentColor
  3027. ParentCtl3D
  3028. ParentFont
  3029. ParentShowHint
  3030. ParentWindow
  3031. PopupMenu
  3032. ReadOnly
  3033. RightClickSelect
  3034. RowSelect
  3035. Selected
  3036. ShowButtons
  3037. ShowHint
  3038. Showing
  3039. ShowLines
  3040. ShowRoot
  3041. SortType
  3042. StateImages
  3043. TabOrder
  3044. TabStop
  3045. Tag
  3046. ToolTips
  3047. Top
  3048. TopItem
  3049. VCLclassName
  3050. Visible
  3051. VisibleDockClientCount
  3052. Width
  3053.  
  3054. alphaSort;$.%()
  3055. clientToScreen;$.%()
  3056. controls;$.%()
  3057. enableAlign;$.%()
  3058. hasParent;$.%()
  3059. scrollBy;$.%()
  3060. invalidate;$.%()
  3061. repaint;$.%()
  3062. hide;$.%()
  3063. assign;$.%()
  3064. fullExpand;$.%()
  3065. screenToClient;$.%()
  3066. isEditing;$.%()
  3067. handleNeeded;$.%()
  3068. canFocus;$.%()
  3069. sendToBack;$.%()
  3070. setBounds;$.%()
  3071. handleAllocated;$.%()
  3072. show;$.%()
  3073. bringToFront;$.%()
  3074. containsControl;$.%()
  3075. controlAtPos;$.%()
  3076. loadFromFile;$.%()
  3077. refresh;$.%()
  3078. valueOf;$.%()
  3079. disableAlign;$.%()
  3080. flipChildren;$.%()
  3081. fullCollapse;$.%()
  3082. focused;$.%()
  3083. toString;$.%()
  3084. setFocus;$.%()
  3085. findChildControl;$.%()
  3086. getHitTestInfoAt;$.%()
  3087. realign;$.%()
  3088. saveToFile;$.%()
  3089. update;$.%()
  3090. getNodeAt;$.%()
  3091. components;$.%()
  3092. perform;$.%()
  3093. scaleBy;$.%()
  3094.  
  3095. onAddition;$.%: function(sender){}
  3096. onAdvancedCustomDraw;$.%: function(sender){}
  3097. onAdvancedCustomDrawItem;$.%: function(sender){}
  3098. onChange;$.%: function(sender){}
  3099. onChanging;$.%: function(sender){}
  3100. onClick;$.%: function(sender){}
  3101. onCollapsed;$.%: function(sender){}
  3102. onCollapsing;$.%: function(sender){}
  3103. onCompare;$.%: function(sender){}
  3104. onContextPopup;$.%: function(sender){}
  3105. onCreateNodeClass;$.%: function(sender){}
  3106. onCustomDraw;$.%: function(sender){}
  3107. onCustomDrawItem;$.%: function(sender){}
  3108. onDblClick;$.%: function(sender){}
  3109. onDeletion;$.%: function(sender){}
  3110. onDragDrop;$.%: function(sender){}
  3111. onDragOver;$.%: function(sender){}
  3112. onEdited;$.%: function(sender){}
  3113. onEditing;$.%: function(sender){}
  3114. onEndDock;$.%: function(sender){}
  3115. onEndDrag;$.%: function(sender){}
  3116. onEnter;$.%: function(sender){}
  3117. onExit;$.%: function(sender){}
  3118. onExpanding;$.%: function(sender){}
  3119. onExpanded;$.%: function(sender){}
  3120. onGetImageIndex;$.%: function(sender){}
  3121. onGetSelectedIndex;$.%: function(sender){}
  3122. onKeyDown;$.%: function(sender){}
  3123. onKeyPress;$.%: function(sender){}
  3124. onKeyUp;$.%: function(sender){}
  3125. onMouseDown;$.%: function(sender){}
  3126. onMouseMove;$.%: function(sender){}
  3127. onMouseUp;$.%: function(sender){}
  3128. onStartDock;$.%: function(sender){}
  3129. onStartDrag;$.%: function(sender){}
  3130. onDragDropText;$.%: function(sender){}
  3131. onDragDropFiles;$.%: function(sender){}
  3132.  
  3133.  
  3134. ;$VCLListView
  3135. *VCLListView;new VCLListView(Parent: VCL)
  3136.  
  3137. acceptDrop
  3138. Action
  3139. Align
  3140. AllocBy
  3141. Anchors
  3142. BevelEdges
  3143. BevelInner
  3144. BevelKind
  3145. BevelOuter
  3146. BevelWidth
  3147. BiDiMode
  3148. BorderStyle
  3149. BorderWidth
  3150. BoundingRect
  3151. Checkboxes
  3152. Color
  3153. column
  3154. ColumnClick
  3155. Columns
  3156. ComponentCount
  3157. ComponentIndex
  3158. Constraints
  3159. ControlCount
  3160. Ctl3D
  3161. Cursor
  3162. DragCursor
  3163. DragKind
  3164. DragMode
  3165. DropTarget
  3166. Enabled
  3167. FlatScrollBars
  3168. Font
  3169. FullDrag
  3170. GridLines
  3171. handle
  3172. Height
  3173. HelpContext
  3174. HelpKeyword
  3175. HelpType
  3176. HideSelection
  3177. Hint
  3178. HotTrack
  3179. HotTrackStyles
  3180. HoverTime
  3181. IconOptions
  3182. ItemFocused
  3183. Items
  3184. LargeImages
  3185. Left
  3186. MultiSelect
  3187. Name
  3188. Owner
  3189. OwnerData
  3190. OwnerDraw
  3191. parent
  3192. ParentBiDiMode
  3193. ParentColor
  3194. ParentFont
  3195. ParentShowHint
  3196. ParentWindow
  3197. PopupMenu
  3198. ReadOnly
  3199. RowSelect
  3200. SelCount
  3201. Selected
  3202. ShowColumnHeaders
  3203. ShowHint
  3204. Showing
  3205. ShowWorkAreas
  3206. SmallImages
  3207. SortType
  3208. StateImages
  3209. TabOrder
  3210. TabStop
  3211. Tag
  3212. Top
  3213. TopItem
  3214. VCLclassName
  3215. ViewOrigin
  3216. ViewStyle
  3217. Visible
  3218. VisibleDockClientCount
  3219. VisibleRowCount
  3220. Width
  3221.  
  3222. alphaSort;$.%()
  3223. clientToScreen;$.%()
  3224. controls;$.%()
  3225. enableAlign;$.%()
  3226. hasParent;$.%()
  3227. scrollBy;$.%()
  3228. invalidate;$.%()
  3229. getNextItem;$.%()
  3230. repaint;$.%()
  3231. updateItems;$.%()
  3232. findData;$.%()
  3233. hide;$.%()
  3234. arrange;$.%()
  3235. assign;$.%()
  3236. screenToClient;$.%()
  3237. findCaption;$.%()
  3238. isEditing;$.%()
  3239. handleNeeded;$.%()
  3240. scroll;$.%()
  3241. stringWidth;$.%()
  3242. canFocus;$.%()
  3243. sendToBack;$.%()
  3244. setBounds;$.%()
  3245. getNearestItem;$.%()
  3246. handleAllocated;$.%()
  3247. show;$.%()
  3248. bringToFront;$.%()
  3249. containsControl;$.%()
  3250. controlAtPos;$.%()
  3251. refresh;$.%()
  3252. valueOf;$.%()
  3253. disableAlign;$.%()
  3254. flipChildren;$.%()
  3255. focused;$.%()
  3256. toString;$.%()
  3257. getSearchString;$.%()
  3258. setFocus;$.%()
  3259. findChildControl;$.%()
  3260. getHitTestInfoAt;$.%()
  3261. realign;$.%()
  3262. update;$.%()
  3263. getItemAt;$.%()
  3264. components;$.%()
  3265. perform;$.%()
  3266. scaleBy;$.%()
  3267.  
  3268. onAdvancedCustomDraw;$.%: function(sender){}
  3269. onAdvancedCustomDrawItem;$.%: function(sender){}
  3270. onAdvancedCustomDrawSubItem;$.%: function(sender){}
  3271. onChange;$.%: function(sender){}
  3272. onChanging;$.%: function(sender){}
  3273. onClick;$.%: function(sender){}
  3274. onColumnClick;$.%: function(sender){}
  3275. onColumnDragged;$.%: function(sender){}
  3276. onColumnRightClick;$.%: function(sender){}
  3277. onCompare;$.%: function(sender){}
  3278. onContextPopup;$.%: function(sender){}
  3279. onCustomDraw;$.%: function(sender){}
  3280. onCustomDrawItem;$.%: function(sender){}
  3281. onCustomDrawSubItem;$.%: function(sender){}
  3282. onData;$.%: function(sender){}
  3283. onDataFind;$.%: function(sender){}
  3284. onDataHint;$.%: function(sender){}
  3285. onDataStateChange;$.%: function(sender){}
  3286. onDblClick;$.%: function(sender){}
  3287. onDeletion;$.%: function(sender){}
  3288. onDrawItem;$.%: function(sender){}
  3289. onEdited;$.%: function(sender){}
  3290. onEditing;$.%: function(sender){}
  3291. onEndDock;$.%: function(sender){}
  3292. onEndDrag;$.%: function(sender){}
  3293. onEnter;$.%: function(sender){}
  3294. onExit;$.%: function(sender){}
  3295. onGetImageIndex;$.%: function(sender){}
  3296. onGetSubItemImage;$.%: function(sender){}
  3297. onDragDrop;$.%: function(sender){}
  3298. onDragOver;$.%: function(sender){}
  3299. onInfoTip;$.%: function(sender){}
  3300. onInsert;$.%: function(sender){}
  3301. onKeyDown;$.%: function(sender){}
  3302. onKeyPress;$.%: function(sender){}
  3303. onKeyUp;$.%: function(sender){}
  3304. onMouseDown;$.%: function(sender){}
  3305. onMouseMove;$.%: function(sender){}
  3306. onMouseUp;$.%: function(sender){}
  3307. onResize;$.%: function(sender){}
  3308. onSelectItem;$.%: function(sender){}
  3309. onStartDock;$.%: function(sender){}
  3310. onStartDrag;$.%: function(sender){}
  3311. onDragDropText;$.%: function(sender){}
  3312. onDragDropFiles;$.%: function(sender){}
  3313.  
  3314.  
  3315. ;$VCLStatusBar
  3316. *VCLStatusBar;new VCLStatusBar(Parent: VCL)
  3317.  
  3318. acceptDrop
  3319. Action
  3320. Align
  3321. Anchors
  3322. AutoHint
  3323. BiDiMode
  3324. BorderWidth
  3325. Color
  3326. ComponentCount
  3327. ComponentIndex
  3328. Constraints
  3329. ControlCount
  3330. Cursor
  3331. DragCursor
  3332. DragKind
  3333. DragMode
  3334. Enabled
  3335. Font
  3336. handle
  3337. Height
  3338. HelpContext
  3339. HelpKeyword
  3340. HelpType
  3341. Hint
  3342. Left
  3343. Name
  3344. Owner
  3345. Panels
  3346. parent
  3347. ParentBiDiMode
  3348. ParentColor
  3349. ParentFont
  3350. ParentShowHint
  3351. ParentWindow
  3352. PopupMenu
  3353. ShowHint
  3354. Showing
  3355. SimplePanel
  3356. SimpleText
  3357. SizeGrip
  3358. Tag
  3359. Top
  3360. UseSystemFont
  3361. VCLclassName
  3362. Visible
  3363. VisibleDockClientCount
  3364. Width
  3365.  
  3366. clientToScreen;$.%()
  3367. controls;$.%()
  3368. enableAlign;$.%()
  3369. hasParent;$.%()
  3370. scrollBy;$.%()
  3371. invalidate;$.%()
  3372. repaint;$.%()
  3373. hide;$.%()
  3374. assign;$.%()
  3375. screenToClient;$.%()
  3376. handleNeeded;$.%()
  3377. canFocus;$.%()
  3378. sendToBack;$.%()
  3379. setBounds;$.%()
  3380. handleAllocated;$.%()
  3381. show;$.%()
  3382. bringToFront;$.%()
  3383. containsControl;$.%()
  3384. controlAtPos;$.%()
  3385. refresh;$.%()
  3386. valueOf;$.%()
  3387. disableAlign;$.%()
  3388. flipChildren;$.%()
  3389. focused;$.%()
  3390. toString;$.%()
  3391. setFocus;$.%()
  3392. findChildControl;$.%()
  3393. realign;$.%()
  3394. update;$.%()
  3395. components;$.%()
  3396. perform;$.%()
  3397. scaleBy;$.%()
  3398.  
  3399. onClick;$.%: function(sender){}
  3400. onContextPopup;$.%: function(sender){}
  3401. onCreatePanelClass;$.%: function(sender){}
  3402. onDblClick;$.%: function(sender){}
  3403. onDragDrop;$.%: function(sender){}
  3404. onDragOver;$.%: function(sender){}
  3405. onEndDock;$.%: function(sender){}
  3406. onEndDrag;$.%: function(sender){}
  3407. onHint;$.%: function(sender){}
  3408. onMouseDown;$.%: function(sender){}
  3409. onMouseMove;$.%: function(sender){}
  3410. onMouseUp;$.%: function(sender){}
  3411. onDrawPanel;$.%: function(sender){}
  3412. onResize;$.%: function(sender){}
  3413. onStartDock;$.%: function(sender){}
  3414. onStartDrag;$.%: function(sender){}
  3415. onDragDropText;$.%: function(sender){}
  3416. onDragDropFiles;$.%: function(sender){}
  3417.  
  3418.  
  3419. ;$VCLToolButton
  3420. *VCLToolButton;new VCLToolButton(Parent: VCL)
  3421.  
  3422. Action
  3423. AllowAllUp
  3424. AutoSize
  3425. Caption
  3426. ComponentCount
  3427. ComponentIndex
  3428. Cursor
  3429. Down
  3430. DragCursor
  3431. DragKind
  3432. DragMode
  3433. DropdownMenu
  3434. Enabled
  3435. Grouped
  3436. Height
  3437. HelpContext
  3438. HelpKeyword
  3439. HelpType
  3440. Hint
  3441. ImageIndex
  3442. Indeterminate
  3443. Index
  3444. Left
  3445. Marked
  3446. MenuItem
  3447. Name
  3448. Owner
  3449. parent
  3450. ParentShowHint
  3451. PopupMenu
  3452. ShowHint
  3453. Style
  3454. Tag
  3455. Top
  3456. VCLclassName
  3457. Visible
  3458. Width
  3459. Wrap
  3460.  
  3461. clientToScreen;$.%()
  3462. hasParent;$.%()
  3463. invalidate;$.%()
  3464. repaint;$.%()
  3465. hide;$.%()
  3466. assign;$.%()
  3467. screenToClient;$.%()
  3468. sendToBack;$.%()
  3469. setBounds;$.%()
  3470. show;$.%()
  3471. bringToFront;$.%()
  3472. refresh;$.%()
  3473. valueOf;$.%()
  3474. toString;$.%()
  3475. update;$.%()
  3476. components;$.%()
  3477. perform;$.%()
  3478.  
  3479. onClick;$.%: function(sender){}
  3480. onContextPopup;$.%: function(sender){}
  3481. onDragDrop;$.%: function(sender){}
  3482. onDragOver;$.%: function(sender){}
  3483. onEndDock;$.%: function(sender){}
  3484. onEndDrag;$.%: function(sender){}
  3485. onMouseDown;$.%: function(sender){}
  3486. onMouseMove;$.%: function(sender){}
  3487. onMouseUp;$.%: function(sender){}
  3488. onStartDock;$.%: function(sender){}
  3489. onStartDrag;$.%: function(sender){}
  3490.  
  3491.  
  3492. ;$VCLToolBa
  3493. *VCLToolBa;new VCLToolBa(Parent: VCL)
  3494.  
  3495. acceptDrop
  3496. Align
  3497. Anchors
  3498. AutoSize
  3499. BorderWidth
  3500. ButtonCount
  3501. ButtonHeight
  3502. ButtonWidth
  3503. Caption
  3504. Color
  3505. ComponentCount
  3506. ComponentIndex
  3507. Constraints
  3508. ControlCount
  3509. Ctl3D
  3510. Cursor
  3511. Customizable
  3512. DisabledImages
  3513. DockSite
  3514. DragCursor
  3515. DragKind
  3516. DragMode
  3517. EdgeBorders
  3518. EdgeInner
  3519. EdgeOuter
  3520. Enabled
  3521. Flat
  3522. Font
  3523. handle
  3524. Height
  3525. HelpContext
  3526. HelpKeyword
  3527. HelpType
  3528. Hint
  3529. HotImages
  3530. Images
  3531. Indent
  3532. Left
  3533. List
  3534. Menu
  3535. Name
  3536. Owner
  3537. parent
  3538. ParentColor
  3539. ParentFont
  3540. ParentShowHint
  3541. ParentWindow
  3542. PopupMenu
  3543. RowCount
  3544. ShowCaptions
  3545. ShowHint
  3546. Showing
  3547. TabOrder
  3548. TabStop
  3549. Tag
  3550. Top
  3551. Transparent
  3552. VCLclassName
  3553. Visible
  3554. VisibleDockClientCount
  3555. Width
  3556. Wrapable
  3557.  
  3558. clientToScreen;$.%()
  3559. controls;$.%()
  3560. enableAlign;$.%()
  3561. hasParent;$.%()
  3562. scrollBy;$.%()
  3563. invalidate;$.%()
  3564. repaint;$.%()
  3565. hide;$.%()
  3566. assign;$.%()
  3567. screenToClient;$.%()
  3568. handleNeeded;$.%()
  3569. buttons;$.%()
  3570. canFocus;$.%()
  3571. sendToBack;$.%()
  3572. setBounds;$.%()
  3573. handleAllocated;$.%()
  3574. show;$.%()
  3575. bringToFront;$.%()
  3576. containsControl;$.%()
  3577. controlAtPos;$.%()
  3578. refresh;$.%()
  3579. valueOf;$.%()
  3580. disableAlign;$.%()
  3581. flipChildren;$.%()
  3582. focused;$.%()
  3583. toString;$.%()
  3584. setFocus;$.%()
  3585. findChildControl;$.%()
  3586. realign;$.%()
  3587. update;$.%()
  3588. components;$.%()
  3589. perform;$.%()
  3590. scaleBy;$.%()
  3591. trackMenu;$.%()
  3592.  
  3593. onAdvancedCustomDraw;$.%: function(sender){}
  3594. onAdvancedCustomDrawButton;$.%: function(sender){}
  3595. onClick;$.%: function(sender){}
  3596. onContextPopup;$.%: function(sender){}
  3597. onCustomDraw;$.%: function(sender){}
  3598. onCustomDrawButton;$.%: function(sender){}
  3599. onCustomizeAdded;$.%: function(sender){}
  3600. onCustomizeCanInsert;$.%: function(sender){}
  3601. onCustomizeCanDelete;$.%: function(sender){}
  3602. onCustomized;$.%: function(sender){}
  3603. onCustomizeDelete;$.%: function(sender){}
  3604. onCustomizing;$.%: function(sender){}
  3605. onCustomizeNewButton;$.%: function(sender){}
  3606. onCustomizeReset;$.%: function(sender){}
  3607. onDblClick;$.%: function(sender){}
  3608. onDockDrop;$.%: function(sender){}
  3609. onDockOver;$.%: function(sender){}
  3610. onDragDrop;$.%: function(sender){}
  3611. onDragOver;$.%: function(sender){}
  3612. onEndDock;$.%: function(sender){}
  3613. onEndDrag;$.%: function(sender){}
  3614. onEnter;$.%: function(sender){}
  3615. onExit;$.%: function(sender){}
  3616. onGetSiteInfo;$.%: function(sender){}
  3617. onMouseDown;$.%: function(sender){}
  3618. onMouseMove;$.%: function(sender){}
  3619. onMouseUp;$.%: function(sender){}
  3620. onResize;$.%: function(sender){}
  3621. onStartDock;$.%: function(sender){}
  3622. onStartDrag;$.%: function(sender){}
  3623. onUnDock;$.%: function(sender){}
  3624. onDragDropText;$.%: function(sender){}
  3625. onDragDropFiles;$.%: function(sender){}
  3626.  
  3627.  
  3628. ;$VCLCoolBar
  3629. *VCLCoolBar;new VCLCoolBar(Parent: VCL)
  3630.  
  3631. acceptDrop
  3632. Align
  3633. Anchors
  3634. AutoSize
  3635. BandBorderStyle
  3636. BandMaximize
  3637. Bands
  3638. Bitmap
  3639. BorderWidth
  3640. Color
  3641. ComponentCount
  3642. ComponentIndex
  3643. Constraints
  3644. ControlCount
  3645. Ctl3D
  3646. Cursor
  3647. DockSite
  3648. DragCursor
  3649. DragKind
  3650. DragMode
  3651. EdgeBorders
  3652. EdgeInner
  3653. EdgeOuter
  3654. Enabled
  3655. FixedOrder
  3656. FixedSize
  3657. Font
  3658. handle
  3659. Height
  3660. HelpContext
  3661. HelpKeyword
  3662. HelpType
  3663. Hint
  3664. Images
  3665. Left
  3666. Name
  3667. Owner
  3668. parent
  3669. ParentColor
  3670. ParentFont
  3671. ParentShowHint
  3672. ParentWindow
  3673. PopupMenu
  3674. ShowHint
  3675. Showing
  3676. ShowText
  3677. Tag
  3678. Top
  3679. VCLclassName
  3680. Vertical
  3681. Visible
  3682. VisibleDockClientCount
  3683. Width
  3684.  
  3685. clientToScreen;$.%()
  3686. controls;$.%()
  3687. enableAlign;$.%()
  3688. hasParent;$.%()
  3689. scrollBy;$.%()
  3690. invalidate;$.%()
  3691. repaint;$.%()
  3692. hide;$.%()
  3693. assign;$.%()
  3694. screenToClient;$.%()
  3695. handleNeeded;$.%()
  3696. canFocus;$.%()
  3697. sendToBack;$.%()
  3698. setBounds;$.%()
  3699. handleAllocated;$.%()
  3700. show;$.%()
  3701. bringToFront;$.%()
  3702. containsControl;$.%()
  3703. controlAtPos;$.%()
  3704. refresh;$.%()
  3705. valueOf;$.%()
  3706. disableAlign;$.%()
  3707. flipChildren;$.%()
  3708. focused;$.%()
  3709. toString;$.%()
  3710. setFocus;$.%()
  3711. findChildControl;$.%()
  3712. realign;$.%()
  3713. update;$.%()
  3714. components;$.%()
  3715. perform;$.%()
  3716. scaleBy;$.%()
  3717.  
  3718. onChange;$.%: function(sender){}
  3719. onClick;$.%: function(sender){}
  3720. onContextPopup;$.%: function(sender){}
  3721. onDblClick;$.%: function(sender){}
  3722. onDockDrop;$.%: function(sender){}
  3723. onDockOver;$.%: function(sender){}
  3724. onDragDrop;$.%: function(sender){}
  3725. onDragOver;$.%: function(sender){}
  3726. onEndDock;$.%: function(sender){}
  3727. onEndDrag;$.%: function(sender){}
  3728. onGetSiteInfo;$.%: function(sender){}
  3729. onMouseDown;$.%: function(sender){}
  3730. onMouseMove;$.%: function(sender){}
  3731. onMouseUp;$.%: function(sender){}
  3732. onResize;$.%: function(sender){}
  3733. onStartDock;$.%: function(sender){}
  3734. onStartDrag;$.%: function(sender){}
  3735. onUnDock;$.%: function(sender){}
  3736. onDragDropText;$.%: function(sender){}
  3737. onDragDropFiles;$.%: function(sender){}
  3738.  
  3739.  
  3740. ;$VCLAction
  3741. *VCLAction;new VCLAction(Parent: VCL)
  3742.  
  3743. AutoCheck
  3744. Caption
  3745. Category
  3746. Checked
  3747. ComponentCount
  3748. ComponentIndex
  3749. Enabled
  3750. GroupIndex
  3751. HelpContext
  3752. HelpKeyword
  3753. HelpType
  3754. Hint
  3755. ImageIndex
  3756. Name
  3757. Owner
  3758. SecondaryShortCuts
  3759. ShortCut
  3760. Tag
  3761. VCLclassName
  3762. Visible
  3763.  
  3764. assign;$.%()
  3765. valueOf;$.%()
  3766. toString;$.%()
  3767. execute;$.%()
  3768. update;$.%()
  3769. components;$.%()
  3770.  
  3771. onExecute;$.%: function(sender){}
  3772. onHint;$.%: function(sender){}
  3773. onUpdate;$.%: function(sender){}
  3774.  
  3775.  
  3776. ;$VCLOpenDialog
  3777. *VCLOpenDialog;new VCLOpenDialog(Parent: VCL)
  3778.  
  3779. ComponentCount
  3780. ComponentIndex
  3781. Ctl3D
  3782. DefaultExt
  3783. FileName
  3784. Filter
  3785. FilterIndex
  3786. HelpContext
  3787. InitialDir
  3788. Name
  3789. Options
  3790. OptionsEx
  3791. Owner
  3792. Tag
  3793. Title
  3794. VCLclassName
  3795.  
  3796. assign;$.%()
  3797. valueOf;$.%()
  3798. toString;$.%()
  3799. execute;$.%()
  3800. components;$.%()
  3801.  
  3802. onClose;$.%: function(sender){}
  3803. onShow;$.%: function(sender){}
  3804. onCanClose;$.%: function(sender){}
  3805. onFolderChange;$.%: function(sender){}
  3806. onSelectionChange;$.%: function(sender){}
  3807. onTypeChange;$.%: function(sender){}
  3808. onIncludeItem;$.%: function(sender){}
  3809.  
  3810.  
  3811. ;$VCLSaveDialog
  3812. *VCLSaveDialog;new VCLSaveDialog(Parent: VCL)
  3813.  
  3814. ComponentCount
  3815. ComponentIndex
  3816. Ctl3D
  3817. DefaultExt
  3818. FileName
  3819. Filter
  3820. FilterIndex
  3821. HelpContext
  3822. InitialDir
  3823. Name
  3824. Options
  3825. OptionsEx
  3826. Owner
  3827. Tag
  3828. Title
  3829. VCLclassName
  3830.  
  3831. assign;$.%()
  3832. valueOf;$.%()
  3833. toString;$.%()
  3834. execute;$.%()
  3835. components;$.%()
  3836.  
  3837. onClose;$.%: function(sender){}
  3838. onShow;$.%: function(sender){}
  3839. onCanClose;$.%: function(sender){}
  3840. onFolderChange;$.%: function(sender){}
  3841. onSelectionChange;$.%: function(sender){}
  3842. onTypeChange;$.%: function(sender){}
  3843. onIncludeItem;$.%: function(sender){}
  3844.  
  3845.  
  3846. ;$VCLFontDialog
  3847. *VCLFontDialog;new VCLFontDialog(Parent: VCL)
  3848.  
  3849. ComponentCount
  3850. ComponentIndex
  3851. Ctl3D
  3852. Device
  3853. Font
  3854. HelpContext
  3855. MaxFontSize
  3856. MinFontSize
  3857. Name
  3858. Options
  3859. Owner
  3860. Tag
  3861. VCLclassName
  3862.  
  3863. assign;$.%()
  3864. valueOf;$.%()
  3865. toString;$.%()
  3866. execute;$.%()
  3867. components;$.%()
  3868.  
  3869. onClose;$.%: function(sender){}
  3870. onShow;$.%: function(sender){}
  3871. onApply;$.%: function(sender){}
  3872.  
  3873.  
  3874. ;$VCLFindDialog
  3875. *VCLFindDialog;new VCLFindDialog(Parent: VCL)
  3876.  
  3877. ComponentCount
  3878. ComponentIndex
  3879. Ctl3D
  3880. FindText
  3881. HelpContext
  3882. Name
  3883. Options
  3884. Owner
  3885. Tag
  3886. VCLclassName
  3887.  
  3888. assign;$.%()
  3889. valueOf;$.%()
  3890. toString;$.%()
  3891. closeDialog;$.%()
  3892. execute;$.%()
  3893. components;$.%()
  3894.  
  3895. onClose;$.%: function(sender){}
  3896. onShow;$.%: function(sender){}
  3897. onFind;$.%: function(sender){}
  3898.  
  3899.  
  3900. ;$VCLReplaceDialog
  3901. *VCLReplaceDialog;new VCLReplaceDialog(Parent: VCL)
  3902.  
  3903. ComponentCount
  3904. ComponentIndex
  3905. Ctl3D
  3906. FindText
  3907. HelpContext
  3908. Name
  3909. Options
  3910. Owner
  3911. ReplaceText
  3912. Tag
  3913. VCLclassName
  3914.  
  3915. assign;$.%()
  3916. valueOf;$.%()
  3917. toString;$.%()
  3918. closeDialog;$.%()
  3919. execute;$.%()
  3920. components;$.%()
  3921.  
  3922. onClose;$.%: function(sender){}
  3923. onShow;$.%: function(sender){}
  3924. onFind;$.%: function(sender){}
  3925. onReplace;$.%: function(sender){}
  3926.  
  3927.  
  3928. ;$VCLSpinEdit
  3929. *VCLSpinEdit;new VCLSpinEdit(Parent: VCL)
  3930.  
  3931. acceptDrop
  3932. Anchors
  3933. AutoSelect
  3934. AutoSize
  3935. CanUndo
  3936. Color
  3937. ComponentCount
  3938. ComponentIndex
  3939. Constraints
  3940. ControlCount
  3941. Ctl3D
  3942. Cursor
  3943. DragCursor
  3944. DragMode
  3945. EditorEnabled
  3946. Enabled
  3947. Font
  3948. handle
  3949. Height
  3950. HelpContext
  3951. HelpKeyword
  3952. HelpType
  3953. Hint
  3954. Increment
  3955. Left
  3956. MaxLength
  3957. MaxValue
  3958. MinValue
  3959. Modified
  3960. Name
  3961. Owner
  3962. parent
  3963. ParentColor
  3964. ParentCtl3D
  3965. ParentFont
  3966. ParentShowHint
  3967. ParentWindow
  3968. PopupMenu
  3969. ReadOnly
  3970. SelLength
  3971. SelStart
  3972. SelText
  3973. ShowHint
  3974. Showing
  3975. TabOrder
  3976. TabStop
  3977. Tag
  3978. Top
  3979. Value
  3980. VCLclassName
  3981. Visible
  3982. VisibleDockClientCount
  3983. Width
  3984.  
  3985. selectAll;$.%()
  3986. clientToScreen;$.%()
  3987. controls;$.%()
  3988. enableAlign;$.%()
  3989. hasParent;$.%()
  3990. scrollBy;$.%()
  3991. invalidate;$.%()
  3992. pasteFromClipboard;$.%()
  3993. repaint;$.%()
  3994. copyToClipboard;$.%()
  3995. cutToClipboard;$.%()
  3996. hide;$.%()
  3997. assign;$.%()
  3998. screenToClient;$.%()
  3999. clearUndo;$.%()
  4000. handleNeeded;$.%()
  4001. canFocus;$.%()
  4002. sendToBack;$.%()
  4003. setBounds;$.%()
  4004. undo;$.%()
  4005. handleAllocated;$.%()
  4006. show;$.%()
  4007. bringToFront;$.%()
  4008. containsControl;$.%()
  4009. controlAtPos;$.%()
  4010. refresh;$.%()
  4011. valueOf;$.%()
  4012. clearSelection;$.%()
  4013. disableAlign;$.%()
  4014. flipChildren;$.%()
  4015. focused;$.%()
  4016. toString;$.%()
  4017. setFocus;$.%()
  4018. clear;$.%()
  4019. findChildControl;$.%()
  4020. realign;$.%()
  4021. update;$.%()
  4022. components;$.%()
  4023. perform;$.%()
  4024. scaleBy;$.%()
  4025.  
  4026. onChange;$.%: function(sender){}
  4027. onClick;$.%: function(sender){}
  4028. onDblClick;$.%: function(sender){}
  4029. onDragDrop;$.%: function(sender){}
  4030. onDragOver;$.%: function(sender){}
  4031. onEndDrag;$.%: function(sender){}
  4032. onEnter;$.%: function(sender){}
  4033. onExit;$.%: function(sender){}
  4034. onKeyDown;$.%: function(sender){}
  4035. onKeyPress;$.%: function(sender){}
  4036. onKeyUp;$.%: function(sender){}
  4037. onMouseDown;$.%: function(sender){}
  4038. onMouseMove;$.%: function(sender){}
  4039. onMouseUp;$.%: function(sender){}
  4040. onStartDrag;$.%: function(sender){}
  4041. onDragDropText;$.%: function(sender){}
  4042. onDragDropFiles;$.%: function(sender){}
  4043.  
  4044.  
  4045. ;$VCLUpDown
  4046. *VCLUpDown;new VCLUpDown(Parent: VCL)
  4047.  
  4048. acceptDrop
  4049. AlignButton
  4050. Anchors
  4051. ArrowKeys
  4052. Associate
  4053. ComponentCount
  4054. ComponentIndex
  4055. Constraints
  4056. ControlCount
  4057. Cursor
  4058. Enabled
  4059. handle
  4060. Height
  4061. HelpContext
  4062. HelpKeyword
  4063. HelpType
  4064. Hint
  4065. Increment
  4066. Left
  4067. Max
  4068. Min
  4069. Name
  4070. Orientation
  4071. Owner
  4072. parent
  4073. ParentShowHint
  4074. ParentWindow
  4075. PopupMenu
  4076. Position
  4077. ShowHint
  4078. Showing
  4079. TabOrder
  4080. TabStop
  4081. Tag
  4082. Thousands
  4083. Top
  4084. VCLclassName
  4085. Visible
  4086. VisibleDockClientCount
  4087. Width
  4088. Wrap
  4089.  
  4090. clientToScreen;$.%()
  4091. controls;$.%()
  4092. enableAlign;$.%()
  4093. hasParent;$.%()
  4094. scrollBy;$.%()
  4095. invalidate;$.%()
  4096. repaint;$.%()
  4097. hide;$.%()
  4098. assign;$.%()
  4099. screenToClient;$.%()
  4100. handleNeeded;$.%()
  4101. canFocus;$.%()
  4102. sendToBack;$.%()
  4103. setBounds;$.%()
  4104. handleAllocated;$.%()
  4105. show;$.%()
  4106. bringToFront;$.%()
  4107. containsControl;$.%()
  4108. controlAtPos;$.%()
  4109. refresh;$.%()
  4110. valueOf;$.%()
  4111. disableAlign;$.%()
  4112. flipChildren;$.%()
  4113. focused;$.%()
  4114. toString;$.%()
  4115. setFocus;$.%()
  4116. findChildControl;$.%()
  4117. realign;$.%()
  4118. update;$.%()
  4119. components;$.%()
  4120. perform;$.%()
  4121. scaleBy;$.%()
  4122.  
  4123. onChanging;$.%: function(sender){}
  4124. onChangingEx;$.%: function(sender){}
  4125. onContextPopup;$.%: function(sender){}
  4126. onClick;$.%: function(sender){}
  4127. onEnter;$.%: function(sender){}
  4128. onExit;$.%: function(sender){}
  4129. onMouseDown;$.%: function(sender){}
  4130. onMouseMove;$.%: function(sender){}
  4131. onMouseUp;$.%: function(sender){}
  4132. onDragDropText;$.%: function(sender){}
  4133. onDragDropFiles;$.%: function(sender){}
  4134.  
  4135.  
  4136. ; VxEditor 0.2.5.0
  4137.  
  4138. $Editor
  4139. *Editor
  4140. GetLineString;$.%(idx: Integer): String
  4141. SetLineString;$.%(idx: Integer, str: String)
  4142. BeginUpdate;$.%()
  4143. EndUpdate;$.%()
  4144. FindSet;$.%(option: Integer, fstr: String)
  4145. ReplaceSet;$.%(option: Integer, rstr: String)
  4146. Find;$.%(down: Boolean): Boolean
  4147. Replace;$.%(all: Boolean)
  4148. FindNext;$.%(r, c: Integer)
  4149. FindPrev;$.%(r, c: Integer)
  4150. MatchData;$.%(idx: Integer): String
  4151. IsMarked;$.%(idx: Integer): Boolean
  4152. SetMarked;$.%(idx: Integer, flg: Boolean)
  4153. RowToLine;$.%(row: Integer): Integer
  4154. ColToChar;$.%(row: Integer, col: Integer): Integer
  4155. WindowNo
  4156. Row
  4157. Col
  4158. TopRow
  4159. TopCol
  4160. Text
  4161. SelText
  4162. SelStart
  4163. SelLength
  4164. SelSr
  4165. SelEr
  4166. SelSc
  4167. SelEc
  4168. Selected
  4169. LineCount
  4170. RowCount
  4171. ColCount
  4172. WrapByte
  4173. TabSpaceCount
  4174. Modified
  4175. OverWrite
  4176. SelMode
  4177. TokenString
  4178. FindRow
  4179. FindCol
  4180. FindLength
  4181.  
  4182. $Window
  4183. *Window
  4184. Open;$.%(): Integer
  4185. Close;$.%()
  4186. Focus;$.%()
  4187. ListNoToWindowNo;$.%(idx: Integer): Integer
  4188. FileLoad;$.%(fname: String, ctype: Integer)
  4189. FileSave;$.%(fname: String, ctype, rtype: Integer)
  4190. Reload;$.%(ctype: Integer)
  4191. WindowNo
  4192. FileOptionName
  4193. Left
  4194. Top
  4195. Width
  4196. Height
  4197. Status
  4198. FileName
  4199. Handle
  4200. WindowCount
  4201.  
  4202.  
  4203. ; IrvineègÆúâIâuâWâFâNâg
  4204.  
  4205. *Action
  4206. caption
  4207. hint
  4208. checked
  4209. enabled
  4210. visible
  4211. shortcut
  4212. tag
  4213.  
  4214. $IrvineCookieManager
  4215. *IrvineCookieManager;new $()
  4216. getCookie;$.%(URL: String): String
  4217. setCookie;$.%(URL: String, CookieStr: String): String
  4218.  
  4219. *IrvineInfo;new IrvineInfo()
  4220. version
  4221. build
  4222. hinstance
  4223.  
  4224. *IrvineItem;new IrvineItem([String ItemData])
  4225. data
  4226. url
  4227. folder
  4228. filename
  4229. referer
  4230. cookie
  4231. check
  4232. splitcount
  4233. authorization
  4234. userid
  4235. password
  4236. registdate
  4237. success
  4238. comment
  4239. filesize
  4240. dlsize
  4241. error
  4242. downloadedfilename
  4243. successDate
  4244. queue
  4245.  
  4246. $MD5
  4247. *MD5;new $()
  4248. calc;$.%(Str: String): String
  4249. calcFile;$.%(FileName: String): String
  4250.  
  4251. $Misc
  4252. *Misc;new $()
  4253. urlEncode;$.%(Str: String, Ignore: String, Space2Plus: Boolean): String
  4254. urlDecode;$.%(Str: String, Plus2Space: Boolean): String
  4255. getFileSize;$.%(FileName: String): Integer
  4256.  
  4257. *Timer
  4258. enabled
  4259. interval
  4260. tag
  4261.  
  4262. *IrvineUrlInfo
  4263. Url
  4264. Proxy
  4265. ErrorCode
  4266. Redirect
  4267. RedirectUrl
  4268. StatusCode
  4269. StatusMessage
  4270.