[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TPageFlag

TPageFlag - enumerated type containing possible values for page flags for notebook pages

Declaration

Source position: extctrls.pp line 44

type TPageFlag = (

  pfAdded,

  

Internal flag set after page handle was connected to the notebook handle

  pfAdding,

  

  pfRemoving,

  

  pfInserting

);

Description

TPageFlag - enumerated type containing possible values for page flags for notebook pages