RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ScreenTips.TScreenTipOption Enumeration
Pascal
TScreenTipOption = (
  soShowHeader,
  soShowShortCut
);
C++
enum TScreenTipOption {
  soShowHeader,
  soShowShortCut
};

This is record ScreenTips.TScreenTipOption.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!