Class TIWBSDropDownItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSDropDownItem = class(TCollectionItem)

Description

Hierarchy

  • TCollectionItem
  • TIWBSDropDownItem

Overview

Methods

Published constructor Create(Collection: TCollection); override;

Properties

Published property BSGlyphicon: string read FGlyphicon write FGlyphicon;
Published property Caption: string read FCaption write FCaption;
Published property DataParent: IIWBSContainer read FDataParent write SetDataParent;
Published property DataTarget: IIWBSContainer read FDataTarget write SetDataTarget;
Published property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems;
Published property Header: boolean read FHeader write FHeader default False;
Published property Href: string read FHref write SetHref stored IsHrefStored;
Published property OnAsyncClick: TIWAsyncEvent read FOnAsyncClick write FOnAsyncClick;
Published property Target: string read FTarget write SetTarget stored IsTargetStored;

Description

Methods

Published constructor Create(Collection: TCollection); override;
 

Properties

Published property BSGlyphicon: string read FGlyphicon write FGlyphicon;
 
Published property Caption: string read FCaption write FCaption;
 
Published property DataParent: IIWBSContainer read FDataParent write SetDataParent;
 
Published property DataTarget: IIWBSContainer read FDataTarget write SetDataTarget;
 
Published property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems;
 
Published property Header: boolean read FHeader write FHeader default False;
 
Published property Href: string read FHref write SetHref stored IsHrefStored;
 
Published property OnAsyncClick: TIWAsyncEvent read FOnAsyncClick write FOnAsyncClick;
 
Published property Target: string read FTarget write SetTarget stored IsTargetStored;
 

Generated by PasDoc 0.14.0.