//delphi的帮助还真有意思竟然带了一个C++语法,有点PB帮助的味道,PB的帮助带有JAVA语法说明,不错不错(2分)

  • 主题发起人 pchddcat
  • 开始时间
P

pchddcat

Unregistered / Unconfirmed
GUEST, unregistred user!
Specifies whether the nodes in the tree view automatically expand and collapse depending on the selection.
Delphi syntax:
property AutoExpand: Boolean;
C++ syntax:
__property bool AutoExpand = {read=FAutoExpand, write=SetAutoExpand, default=0};
//delphi的帮助还真有意思
竟然带了一个C++语法,有点PB帮助的味道,PB的帮助带有JAVA语法说明,不错不错
 
这有什么,用bcb的人看着很自然嘛。
 
顶部