|
In the TLinksBar there are many obvious properties so, I will explain here only the major properties.
ShowHint: A
string that contains the URL of the links. It is highly important that the Show
hint will be set to true since some other elements relay on the hint existence.
Images: Here you will linkage the ImageList component in case you want Images with the caption of the LinksBar bottons. Don't forget to insert at least 1 image.
Align: A Boolean value that set the
option to dock the Linksbar to the right place.
AutoSize: A Boolean value that set the
option to auto size the buttons.
StatusBar: A linkage to status bar that will show the pressed button address (URL).
PopupMenu: A linkage to a PopupMenu so you can add RightClick menu.
AutoNavigate: A Boolean value that set the
option to auto navigates (OnClick) to the selected button incase you linkage a WebBrowser or EmbeddedWB.
Enable: A Boolean value that Enable/Disable the component .
Flat: A Boolean value that set the option to
Change the button look.
MaxCaptionLength: An integer value that set the length of the button caption string and as a result, the button length.
ShowCaptions: A Boolean value that set the option to
show / hide the button caption.
ShowImages: A Boolean value that set the option to
show / hide the button images.
Shown: A Boolean value that set the option to
show / hide the LinksBar.
SuccessMessageText: A string value that holds the
Success Message Text.
Tag: An Integer that can give a tag number to the
component.
|