Where to find the HELP referrence in Delphi HELP?(20分)

  • 主题发起人 yanyading
  • 开始时间
Y

yanyading

Unregistered / Unconfirmed
GUEST, unregistred user!
I remember in the MS QUICK BASIC, there is a complete function/directives guide in the HELP, no do
ubt Delphi should has it! but where can I find it? (it REALLY very hard to dig them out, I think!)
For example: I konw there should be a directive for "Right$ (Complete_Value$, 5)" equal to basic launage in Delphi:

Complete_Value$ = "ABCDEFGHI"
My_Right_Cutted_Value$ = Right$ (Complete_Value$, 5)
PRINT My_Right_Cutted_Value$
My question is where to find the complete list for these directives in the Delphi help? in fact, long time no using the Quick Basic, I made 3 errors for the upper code (lost the $ symbol), but after look up QB's help, I deal it at once...
I always can organize the structure for the code (like I imagine there should be a xxxx directive for cut the value... ... next, just combine these two strings into one ... bula bula...)
[:)][:)]
 
顶部