Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Language Reference » Casting Types |
<Type Name>(<Target Value>)
Source Type | Valid Target Types |
Integer | Integer Boolean Double DateTime Enumeration |
Double | Double |
String | String Char |
Char | Char String |
DateTime | DateTime Integer |
Boolean | Boolean Integer |
Enumeration | Enumeration Integer |
Class Instance Class Type | Any same class type or ancestor class type |
procedure DisplayName(Value: TObject); begin if (Value is TComponent) then ShowMessage(TComponent(Value).Name); end;
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |