RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ScreenTips.TScreenTipPopupType Enumeration
Pascal
TScreenTipPopupType = (
  ptCustom,
  ptHelp,
  ptInfo
);
C++
enum TScreenTipPopupType {
  ptCustom,
  ptHelp,
  ptInfo
};

This is record ScreenTips.TScreenTipPopupType.

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