HTML Component Library
ContentsIndexHome
PreviousUpNext
htmlcss.TCSSPseudoClass Enumeration
Pascal
TCSSPseudoClass = (
  pcNone,
  pcLink,
  pcHover,
  pcActive,
  pcVisited,
  pcFocus,
  pcBefore,
  pcAfter,
  pcFirstLetter,
  pcFirstChild,
  pcLastChild,
  pcOnlyChild,
  pcNthChild,
  pcChecked,
  pcEmpty
);
Copyright (c) 2015. All rights reserved.
What do you think about this topic? Send feedback!